/*
Theme Name: Solvius 
Author: MyDesign
Description: Tema personalizado para wordpress
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: solvius
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
caption,
figcaption,
p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
p,
span,
strong,
div {
	font-family: 'Helvetica';
}

h2 {
	font-size: 48px;
}

h3 {
	font-size: 22px;
}

p {
	font-size: 18px;
	font-weight: 400;
}

#Nosotros,
#Contacto,
#Proceso,
#Que-ofrecemos,
#Sabias-que {
	scroll-margin-top: 68px;
}

/*
 * Header
 */
.sv-header {
	height: 100px;
	width: 100%;
	position: sticky;
	top: 0;
	background-color: #fff;
	z-index: 999999;
	box-shadow: 0px 17px 23px 1px rgba(0, 76, 92, 0.10);
}

.sv-header .sv-header__nav {
	display: flex;
	gap: 30px;
	justify-content: center;
	margin: 0;
}

.sv-header img {
	max-width: 168px;
}

.sv-header .sv-header__nav li {
	padding: 10px;
	color: var(--Color-1, #003543);
	font-family: Helvetica;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

.sv-header .sv-header__nav li a:hover {
	text-decoration: none;
}

.sv-header .sv-header__nav li:hover a {
	color: #01607a;
}

/*
 * Portada
 */
.sv-portada {
	background-repeat: no-repeat;
	background-size: cover;
	height: 470px;
	color: #fff;
	margin: 0;
}

.sv-portada h1 {
	font-size: clamp(40px, 5vw, 62px);
	line-height: clamp(46px, 5vw, 63px);
}

.sv-portada h3 {
	font-size: clamp(22px, 3vw, 36px);
	line-height: clamp(22px, 4vw, 46px);
}

.sv-portada h3,
.sv-portada h1 {
	font-weight: 700;
}

.sv-button {
	display: flex;
	padding: 15px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 50px;
	background-color: #95C11F;
	width: fit-content;
	color: #fff;
	text-decoration: none;
	font-family: Helvetica;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	transition: all .2s linear;
}

.sv-button:hover {
	background-color: #6c8b16;
}

.sv-button::after {
	content: '\f061';
	font-family: 'Font Awesome 6 Free';
	font-style: normal;
	font-weight: 900;
	font-display: block;
}

.sv-button.--blue {
	background-color: #0092B6;
}

.sv-button.--blue:hover {
	background-color: #025a70;
	gap: 20px;
}

/* 
 * Historia
 */
.sv-historia h2 p {
	color: var(--Color-2, #004556);
	font-size: clamp(36px, 4vw, 48px);
	font-weight: 700;
	margin: 0;
	line-height: clamp(36px, 4vw, 48px);
}

.sv-historia__highlight {
	color: var(--Color-4, #007A99);
	font-size: 18px;
	font-weight: 400;
	line-height: 16px;
	/* 88.889% */
}

.sv-historia__descripcion p {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
}

.sv-historia h2 p strong {
	color: var(--Color-6, #95C11F);
	font-size: clamp(36px, 4vw, 48px);
	line-height: clamp(36px, 4vw, 48px);
}

.sv-historia__card img {
	max-width: 50px;
}

/*
 * Nosotros
 */
.sv-nosotros {
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 4px 40px 0px rgba(0, 53, 67, 0.25);
}

.sv-nosotros__each img {
	max-width: 100px;
	border-radius: 100%;
}

.sv-nosotros__each h3 {
	color: var(--Color-2, #004556);
	font-size: 24px;
	font-weight: 400;
}

.sv-nosotros__each p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

p.sv-nosotros__each__carrera {
	color: var(--Color-6, #95C11F);
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
}

.sv-nosotros__each__logros {
	border-radius: 10px;
	background: rgba(0, 53, 67, 0.10);
	color: #003543;
	padding: 10px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	text-align: center;
}

.sv-nosotros__each__logros p {
	text-align: center;
	line-height: 20px;
}

.sv-nosotros__each__logros strong {
	color: #95C11F;
}

.sv-nosotros__each__logros.--logrosDerecha {
	background: rgba(207, 224, 154, 0.50);
}

.sv-nosotros__each__logros.--logrosDerecha p {
	color: #95C11F;
	margin: 0;
	font-weight: 600;
}

.sv-nosotros__each__logros.--logrosDerecha p strong {
	color: #003543;
}

.sv-nosotros__each__logros__der {
	padding: 0 8px;
}

.sv-nosotros__slogan {
	border-top: 2px solid #007A99;
}

.sv-nosotros__slogan p {
	color: var(--Color-1, #003543);
	font-size: clamp(20px, 2vw, 26px);
	font-weight: 700;
	margin: 0;
}

/*
 * Mision Vision
 */
.sv-misionvision {
	background-color: var(--fondo1, rgba(0, 60, 119, 0.07));
}

.sv-mision {
	border-radius: 10px;
	background: var(--degrade-azul, linear-gradient(256deg, rgba(0, 77, 120, 0.10) 5.43%, rgba(0, 53, 67, 0.20) 84.73%));
}

.sv-vision {
	border-radius: 10px;
	background: linear-gradient(256deg, rgba(149, 193, 31, 0.10) 5.43%, rgba(128, 165, 37, 0.20) 84.73%);
}

.sv-mision img,
.sv-vision img {
	max-width: 50px;
}

/*
 * Que ofrecemos
 */
.sv-ofrecemos__heading h2 {
	color: var(--Color-1, #003543);
	text-align: center;
	font-size: clamp(36px, 4vw, 48px);
	font-weight: 700;
}

.sv-ofrecemos__heading h3 {
	color: #95C11F;
	text-align: center;
	font-size: clamp(20px, 2vw, 22px);
	font-weight: 700;
	line-height: clamp(20px, 2vw, 22px);
}

.sv-ofrecemos__service img {
	border-radius: 10px;
}

.sv-ofrecemos__service__tag {
	border-radius: 20px;
	background: var(--Color-8, #CFE09A);
	padding: 5px 30px;
	text-align: center;
	width: fit-content;
}

.sv-ofrecemos__service h3 {
	color: var(--Color-3, #006179);
	font-size: 24px;
	font-weight: 400;
}

.sv-ofrecemos__service__desc p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
}

.sv-ofrecemos__service__ventajas h4,
.sv-ofrecemos__service__desventajas h4 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.sv-ofrecemos__service__ventajas h4 {
	color: #95C11F;
}

.sv-ofrecemos__service__desventajas h4 {
	color: #E95740;
}

.sv-ofrecemos__service__list {
	padding-left: 25px;
	color: var(--Color-1, #003543);
	font-size: 16px;
	font-weight: 400;
}

.sv-ofrecemos__service__list li::marker {
	content: '';
}

.sv-ofrecemos__service__list.--desventajas li::marker {
	content: '\f057   ';
	font-family: 'Font Awesome 6 Free';
	font-weight: normal;
	color: #E95740;
}

.sv-ofrecemos__service__list.--ventajas li::marker {
	content: '\f058   ';
	font-family: 'Font Awesome 6 Free';
	font-weight: normal;
	color: #95C11F;
}

.sv-ofrecemos__service:nth-child(odd) .col-md-6:nth-child(2) {
	order: -1;
}

.sv-ofrecemos__service__slogan {
	color: var(--Color-3, #006179);
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
}

/*
 * Proceso
 */
.sv-proceso {
	background-color: var(--fondo1, #003C7712);
}

.sv-proceso h2 {
	font-weight: 700;
	font-size: clamp(36px, 4vw, 48px);
	color: #003C77;
	width: fit-content;
	margin: 0 auto;
}

.sv-proceso h2::before {
	content: '';
	display: inline-block;
	background-image: url('./assets/images/proc-left.png');
	background-size: contain;
	width: 50px;
	height: 50px;
	margin-right: 20px;
}

.sv-proceso h2::after {
	content: '';
	display: inline-block;
	background-image: url('./assets/images/proc-right.png');
	background-size: contain;
	width: 50px;
	height: 50px;
	margin-left: 20px;
}

.sv-proceso p {
	font-weight: 400;
	font-size: clamp(18px, 2vw, 24px);
	color: #003543;
	line-height: clamp(24px, 2.5vw, 28px);
}

.sv-proceso p strong {
	font-weight: 700;
	font-size: clamp(18px, 2vw, 22px);
	color: #95C11F;
}

.sv-proceso__card {
	max-width: 719px;
	border-radius: 10px;
	border-top: 12px solid var(--Color-6, #95C11F);
	background: #FFF;
	margin-top: 50px;
	transition: all .5s linear(0, 0.004, 0.016, 0.035, 0.063, 0.098, 0.141 13.6%, 0.25, 0.391, 0.563, 0.765,
			1, 0.891 40.9%, 0.848, 0.813, 0.785, 0.766, 0.754, 0.75, 0.754, 0.766, 0.785,
			0.813, 0.848, 0.891 68.2%, 1 72.7%, 0.973, 0.953, 0.941, 0.938, 0.941, 0.953,
			0.973, 1, 0.988, 0.984, 0.988, 1);
	cursor: pointer;
}

.sv-proceso__card h3 {
	color: var(--Color-3, #006179);
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: clamp(16px,1.5vw,28px);
}

.sv-proceso__card h4 {
	color: var(--Color-6, #95C11F);
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
}

.sv-proceso__card__cont {
	border-radius: 50%;
	background: var(--Color-6, #95C11F);
	margin: 0 auto;
	margin-top: -40px;
	margin-bottom: 20px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 32px;
	font-weight: 700;
	transform: scale(1);
	transition: transform .5s linear(0, 0.004, 0.016, 0.035, 0.063, 0.098, 0.141 13.6%, 0.25, 0.391, 0.563, 0.765,
			1, 0.891 40.9%, 0.848, 0.813, 0.785, 0.766, 0.754, 0.75, 0.754, 0.766, 0.785,
			0.813, 0.848, 0.891 68.2%, 1 72.7%, 0.973, 0.953, 0.941, 0.938, 0.941, 0.953,
			0.973, 1, 0.988, 0.984, 0.988, 1)
}

.sv-proceso__card:hover {
	box-shadow: 0px 4px 40px 0px rgba(0, 53, 67, 0.25);
	margin-right: 20px;
	transform: translateY(5px);
}

.sv-proceso__card:hover::after {
	bottom: -45px;
	left: 51%;
}

.sv-proceso__card:hover .sv-proceso__card__cont {
	transform: scale(1.5);
}

.sv-proceso__card__icon img {
	border-radius: 10px;
	background: var(--fondo-verdec-laro, rgba(207, 224, 154, 0.50));
	box-shadow: 0px 4px 7px 0px rgba(0, 53, 67, 0.15);
	color: #95C11F;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sv-proceso__card:nth-child(even) .sv-proceso__card__heading h4 {
	color: #003543;
}

.sv-proceso__card:nth-child(even) .sv-proceso__card__icon {
	border-radius: 10px;
	background: var(--fondo-3, rgba(0, 97, 121, 0.30));
	box-shadow: 0px 4px 7px 0px rgba(0, 53, 67, 0.15);
	color: #003543;
	height: 60px;
	width: 60px;
}

.sv-proceso__card:nth-child(even) {
	border-top: 12px solid var(--Color-1, #003543);
}

.sv-proceso__card:nth-child(even) .sv-proceso__card__cont {
	border-radius: 50%;
	background: var(--Color-1, #003543);
}

.sv-proceso__card::after {
	content: '';
	background-image: url('./assets/images/arrow-down.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	transition: all .1s linear;
}

.sv-proceso__card:last-child::after {
	background-image: none;
}

.sv-proceso__card__description {
	color: var(--Color-1, #003543);
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.sv-proceso__comenzar {
	border-radius: 10px;
	background: var(--BG-2, linear-gradient(244deg, #95C11F -4.46%, #4B7B31 28.87%, #003543 83.2%));
	min-height: 280px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 80px auto;
	max-width: min(100%, 944px);
}

.sv-proceso__comenzar h3 {
	color: #FFF;
	font-size: clamp(32px, 3vw, 36px);
	font-weight: 700;
	line-height: clamp(38px, 4vw, 46px);
}

.sv-proceso__comenzar p {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

/*
 * Videos
 */
.sv-videos {
	background: linear-gradient(255.32deg, #007A99 23.38%, #004C5C 85.3%);
}

.sv-videos h2 {
	color: #FFF;
	text-align: center;
	font-size: clamp(36px, 4vw, 48px);
	font-weight: 700;
}

.sv-videos__descripcion {
	color: #FFF;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	line-height: clamp(24px, 1.5vw, 28px);
}

.sv-videos__card__thumb {
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	background-position: center;
	height: 247px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	transition: all .3s ease;
}

.sv-videos__card__body {
	min-height: 150px;
	border-radius: 0px 0px 8px 8px;
	border-right: 1px solid rgba(255, 255, 255, 0.50);
	border-bottom: 1px solid rgba(255, 255, 255, 0.50);
	border-left: 1px solid rgba(255, 255, 255, 0.50);
	background: rgba(217, 217, 217, 0.20);
}

.sv-videos__card__title {
	color: #FFF;
	font-size: 22px;
	font-weight: 700;
	transition: all .3s ease;
	line-height: 26px;
}

.sv-videos__card__desc {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

.sv-videos__card:hover .sv-videos__card__thumb {
	opacity: .6;
}

.sv-videos__card:hover .sv-videos__card__title {
	color: var(--Color-6, #95C11F);
}

/*
 * Contacto
 */
.sv-contacto__subtitulo {
	color: var(--Color-5, #0092B6);
	text-align: center;
	font-family: Helvetica;
	font-size: 20px;
	font-weight: 700;
}

.sv-contacto h2 {
	color: var(--Color-1, #003543);
	text-align: center;
	font-family: Helvetica;
	font-size: clamp(24px, 4vw, 40px);
	font-weight: 700;
	line-height: clamp(36px, 4vw, 47px);
}

.sv-contacto__desc p {
	color: var(--Color-1, #003543);
	font-family: Helvetica;
	font-size: clamp(20px, 2vw,24px);
	font-weight: 400;
	line-height: clamp(28px, 4vw, 47px);
}

.sv-contacto__form {
	border-radius: 10px;
	border: 1px solid #FFF;
	background: #FFF;
	box-shadow: 0px 4px 40px 0px rgba(0, 53, 67, 0.25);
	padding: 40px;
	padding-bottom: 10px;
}

.sv-contacto__form input:not(.sv-button),
.sv-contacto__form select,
.sv-contacto__form textarea {
	border: unset;
	border-radius: 0px;
	border-bottom: 0.5px solid rgba(0, 77, 120, 0.50);
	font-family: Helvetica;
	font-size: 16px;
	font-weight: 400;
	padding-left: 0;
	padding-bottom: 8px;
	color: #212529d0;
}

.sv-contacto__form textarea {
	max-height: 100px;
}

.sv-contacto__form input.sv-button {
	border: none;
	width: 100%;
	margin-top: 40px;
}

.sv-contacto__form p {
	font-family: Helvetica;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 29px;
}

.sv-contacto__form p:last-of-type {
	margin: 0;
}

.sv-contacto__form__tel p {
	margin: 0;
}

.sv-contacto__info>div {
	display: flex;
	align-items: center;
	gap: 6px;
}

.sv-contacto__info p,
.sv-contacto__info strong {
	margin: 0;
	color: var(--Color-1, #003543);
	font-size: 16px;
	font-weight: 700;
}

.sv-contacto__info>div img {
	max-width: 20px;
}

.sv-contacto__info a {
	color: var(--Color-1, #003543);
	font-family: Helvetica;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}

/*
 * Footer
 */
.sv-footer {
	background: var(--Color-1, #003543);
	height: 93px;
	margin: 0;
}

.sv-footer__wrap__logo {
	max-width: 160px;
}

.sv-footer__wrap p {
	align-items: center;
	color: #FFF;
	text-align: center;
	font-family: Lexend;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
}

.sv-footer__wrap__mydesign {
	margin: 0;
}

.sv-footer__wrap__mydesign a {
	line-height: normal;
}

.sv-footer__wrap__mydesign img {
	max-width: 100%;
}

.sv-footer__wrap__mydesign figure {
	margin: 0;
	max-width: 120px;
}

.sv-footer__wrap__copy {
	margin: 0;
}

/*
 * Mensajes de error
 */
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output {
	border-color: #E30F0F;
	background-color: #FDF1F4;
	color: #E30F0F;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #95C11F;
	background-color: #CFE09A33;
	color: #95C11F;
}

.wpcf7 form .wpcf7-response-output {
	border: none;
	border-left: 4px solid;
	padding: 10px;
	padding-left: 45px;
	margin: 0px 0px 10px;
	display: flex;
	overflow: hidden;
	max-height: 100px;
	position: relative;
	animation: expand 1s ease forwards;
}

.wpcf7 .wpcf7-response-output:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	padding-right: 10px;
	font-size: 24px;
}

.wpcf7 form.sent .wpcf7-response-output:before {
	content: '\f058';
}

.wpcf7 form.invalid .wpcf7-response-output:before {
	content: '\f06a';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 24px;
}

@keyframes expand {
	0% {
	  width: 0%;
	  display: none;
	  opacity: 0;
	}
	100% {
		width: 100%;
		display: block;
		opacity: 1;
	}
}

/*
 * JoinChat
 */
 .joinchat .joinchat__button {
    z-index: 99999 !important;
    position: fixed !important; 
	bottom: 114px;
	right: -12px;
}

.grecaptcha-badge {
	bottom: 65px !important;
}

@media (max-width: 992px) {
	.sv-header .sv-header__nav {
		gap: 10px;
	}
}

@media (max-width: 768px) {

	/*
	 * Header
	 */
	.sv-header {
		height: 55px;
	}

	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
		display: none;
	}

	.wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: flex;
	}

	.sv-header figure {
		margin: 0 auto;
	}

	.sv-header img {
		max-width: 137px;
	}

	.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
		margin-top: 10px;
	}

	.sv-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
		padding-top: 20px;
	}

	.sv-header .wp-block-navigation__responsive-container-open {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0px;
	}

	.sv-header .sv-header__nav {
		gap: 0px;
		order: -1;
	}

	.sv-header .sv-header__nav svg {
		fill: #003543;
	}

	.sv-header .sv-header__nav .wp-block-navigation-item {
		width: 100%;
		padding: 10px 0;
		font-family: Helvetica;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		color: #003543 !important;
	}

	/*
	 * Portada
	 */
	.sv-portada {
		height: unset;
		padding: 20px 0;
	}

	.sv-button {
		padding: 10px 20px;
	}

	/*
	 * Servicios
	 */
	.sv-ofrecemos__service:nth-child(odd) .col-md-6:nth-child(2) {
		order: unset;
	}

	/*
	 * Proceso
	 */
	.sv-proceso__card:hover {
		margin-right: 0;
	}

	.sv-proceso__card {
		margin-top: 70px;
	}

	.sv-proceso__card:first-child {
		margin-top: 25px;
	}

	.sv-proceso__card:hover .sv-proceso__card__cont {
		transform: scale(1.3);
	}

	.sv-proceso__comenzar {
		margin: 40px auto 0 auto;
	}

	.sv-proceso__card::after {
		bottom: -40px;
	}

	.sv-proceso__card:hover::after {
		bottom: -40px;
		left: 50%;
	}

	/*
	 * Contacto
	 */
	.sv-contacto__form {
		padding: 30px;
		padding-bottom: 10px;
	}

	/*
	 * Footer
	 */
	.sv-footer {
		height: unset;
	}

	#Nosotros,
	#Contacto,
	#Proceso,
	#Que-ofrecemos,
	#Sabias-que {
		scroll-margin-top: 55px;
	}

	/*
	* JoinChat
	*/
	.joinchat .joinchat__button {
		bottom: 112px;
		right: -14px;
	}

	.grecaptcha-badge {
	}
}

@media (width <= 480px) {
	/*
	* JoinChat
	*/
	.joinchat .joinchat__button {
		bottom: 125px;
		right: 0;
	}
}