/*
Theme Name:  Fibra Hogar child theme
Description: Tema hijo para hacer personalizaciones de código
Author:      Missicode
Author URL:  https://tu-sitio.com/
Template:    hello-elementor
Version:     1.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fibra-hogar-theme
*/


/* GENERALES */
.section.section.section.section{
	padding-top: 60px;
	padding-bottom: 60px;
}


/* Plantilla Planes */

.planes-div .elementor-widget-image{
	width: 30%;
	
}
.planes-div:hover .elementor-widget-image, .div-pref .elementor-widget-image{
	filter: 
        invert(48%)
        sepia(90%)
        saturate(1200%)
        hue-rotate(-10deg)
        brightness(93%)
        contrast(200%);
}
.planes-div .txt-planes{
	font-size: 30px;
	line-height: 0.8;
	color: #000000;
	padding-bottom: 90px;
	cursor: default;
}

.planes-div:hover .txt-planes,.div-pref .txt-planes{
	color: #ffffff;
}
.planes-div .txt-mes {
	color: #000000;
	font-size: 16px;
	margin-top: -45px;
    cursor: default;
}
.div-pref{
	position: relative;
}
.div-pref .ribbon{
	position: absolute;
	top: 0;
	right: 0;
	width: 150px; /* Tamaño del área de la esquina */
	height: 150px;
	background-color: #ff6b1b;
	color: white;
	font-weight: bold !important;
	display: flex;
	align-items: center;
	justify-content: center;

	clip-path: polygon(0% 0%, 40% 0%, 100% 60%, 100% 100%);
	/* Alineamos el texto */
	text-align: center !important;
	font-size: 14px;
}
.div-pref .ribbon p{
	padding-bottom: 32px; /* Empuja el texto hacia la diagonal */
	transform: rotate(46deg);
	padding-left: 10px;
}
.planes-div:hover .txt-mes, .div-pref .txt-mes{
	color: #ffffff;
}
.planes-div .txt-precio{
	font-size: 44px;
	font-weight: bold !important;
	color: #006C89;
	cursor: default;
}
.planes-div:hover .txt-precio, .div-pref .txt-precio{
	color: #FF6B1B;
}
.planes-div .velocidad-planes{
	font-size: 46px;
	font-weight: bold !important;
	background-color: #006c89;
	overflow: visible;
	color: white;
	position: absolute;
	padding: 10px 140px;
	top: 200px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	cursor: default;
}

.planes-div .tv-planes{
	font-size: 46px;
	font-weight: bold !important;
	background-color: #006c89;
	overflow: visible;
	color: white;
	position: absolute;
	padding: 0px 140px;
	top: 345px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	cursor: default;
}

.planes-div .velocidad-planes p{
    margin: 0px;
}
.planes-div .tv-planes p{
    margin: 0px;
}
.planes-div:hover .velocidad-planes, .div-pref .velocidad-planes{
    background-color: #FF6B1B;
}

.planes-div:hover .tv-planes, .div-pref .tv-planes{
	background-color: #FF6B1B;
}
.planes-div .boton-planes{
	margin-top: -10px;
}

.planes-div .boton-planes a{
	background-color: #006C89;
	border-radius: 20px;
}
.planes-div:hover .boton-planes a, .div-pref .boton-planes a{
	background-color: #FF6B1B;
}
.planes-div {
	max-width:270px;
	background-color: #D9D9D9;
	border-radius: 50px 0 !important;
	padding: 50px 10px !important;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.10) !important;
}
.div-pref{
	background: radial-gradient( circle at center, #137893 0%, #005970 60% );
}
.planes-div:hover{
	background: radial-gradient( circle at center, #137893 0%, #005970 60% );
	transform: scale(1.06);
}
.planes-div .elementor-widget-icon-box .elementor-icon{
	fill: #006C89 !important;
}
.planes-div .elementor-widget-icon-box .elementor-icon-box-title{
	font-size: 16px;
	color: black;
	font-weight: normal;
	cursor: default;
}
.planes-div:hover .elementor-widget-icon-box .elementor-icon-box-title, .div-pref .elementor-widget-icon-box .elementor-icon-box-title{
	color: white;
}
.planes-div .elementor-widget-icon-box .elementor-icon svg{
	width: 0.5em;
	height: 0.5em;
}
.planes-div .elementor-widget-icon svg{
	fill: #006C89 !important;
	width: 0.5em;
	height: 0.5em;
}
.planes-div:hover .elementor-widget-icon svg, .div-pref .elementor-widget-icon svg{
	fill: #FF6B1B !important;
}
.planes-div:hover .elementor-widget-icon-box .elementor-icon, .div-pref .elementor-widget-icon-box .elementor-icon{
	fill: #FF6B1B !important;
}
.txt-subida2{
	padding-top: 80px !important;
}
.titulo1-planes{
	padding-top: 50px;
	font-size: 44px;
	font-weight: normal !important;
	color: #ff6b1b !important;
}
.titulo2-planes{
	font-size: 30px;
	color: #000000 !important;
	margin-top: -30px;
}
.div-tabs .e-n-tabs-heading button{
	border-radius: 50px;
	flex: 1;
	padding: 10px;
}
.div-tabs .e-n-tabs-heading span{
	font-size:30px;
	
}
.elementor .elementor-element.elementor-widget-n-tabs:not(:has(> .elementor-widget-container)) > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]{
	background: #FF6B1B !important;
}
.elementor .elementor-element.elementor-widget-n-tabs:not(:has(> .elementor-widget-container)) > .e-n-tabs[data-touch-mode="false"] > .e-n-tabs-heading .e-n-tab-title[aria-selected="false"]:hover {
	background: #FF6B1B !important;
}
/* Plantilla Activa hogar */
body{
	overflow-x: hidden;
}
.sec-activa-hogar{
/* 	background-image: url(https://fibra-hogar.missicode.com/wp-content/uploads/2025/12/fondo-fibra-hogar.webp);
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat; */
}

.sec-activa-hogar .sec1-fibra-hogar{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.sec-activa-hogar .txt-titulo1 h2{
	color: #FF6B1B;
	font-size: 70px;
}
.sec-activa-hogar .txt-titulo2 h2{
	color: #FF6B1B;
	font-size: 110px;
	font-weight: bold;
	margin-top: -10px;
}
.sec-activa-hogar .txt-parrafo p{
	color: #ffffff;
	font-size: 30px;
}
.sec-activa-hogar .div-boton a{
	background-color: #006C89;
	border-radius: 20px;
	z-index: 2;
	position: relative;
	padding: 15px 40px;
}
.sec-activa-hogar .div-boton a:hover{
	background-color: #FF6B1B;
}
.sec-activa-hogar .div-boton span{
	font-size: 20px;
}
.sec-activa-hogar .div-imagen{
	position: absolute;
	height: 110%;
}
.sec-activa-hogar .div-imagen img{
	width: 100%;
    height: 100%;
}
.sec-activa-hogar .div-imagen{
	right: 5%;
	bottom: 0%;
}

@media (max-width: 1199px) {

	.sec-activa-hogar .txt-titulo1 h2{
		font-size: 50px;
	}
	.sec-activa-hogar .txt-titulo2 h2{
		font-size: 80px;
	}
	.sec-activa-hogar .txt-parrafo p{
		font-size: 20px;
	}
	.sec-activa-hogar .sec1-fibra-hogar{
		padding-left: 80px !important;
	}
}
@media (max-width: 991px) {
	.sec-activa-hogar .txt-titulo1 h2{
		font-size: 40px;
	}
	.sec-activa-hogar .txt-titulo2 h2{
		font-size: 60px;
	}
	.sec-activa-hogar .txt-parrafo p{
		font-size: 15px;
	}
	.sec-activa-hogar .sec1-fibra-hogar{
		padding-left: 80px !important;
	}
	.sec-activa-hogar .div-boton a{
		padding: 10px 25px;
	}
	.sec-activa-hogar .div-boton span{
		font-size: 15px;
	}
}
@media (max-width: 767px) {
	
	.sec-activa-hogar .txt-titulo1 h2{
		font-size: 30px;
	}
	.sec-activa-hogar .txt-titulo2 h2{
		font-size: 50px;
	}
	.sec-activa-hogar .txt-parrafo p{
		font-size: 15px;
		margin-top: -10px;
		margin-bottom: -20px;
	}
}
@media (max-width: 660px) {
	.sec-activa-hogar{
		min-height: 40vh !important;
	}
	.sec-activa-hogar .back-activa-hogar img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.sec-activa-hogar .div-imagen{
		display: none;
	}
	.sec-activa-hogar .sec1-fibra-hogar{
		padding-left: 20px !important;
	}
}


/* Pauta */

.banner-pauta.banner-pauta{
	min-height: 75vh;
	background-position: center;
	background-size: cover;
}
.banner-pauta .llamanos-1 {
	text-transform: uppercase;
	color: white;
	font-weight: bold;
}
.banner-pauta .llamanos-2{
	color: white;
}
.banner-pauta .llamanos-2 strong{
	font-weight: bold;
	
}
.banner-pauta .llamanos-2 ul{
	list-style: none;
    padding-left: 0;
}
.banner-pauta .llamanos-2 li{
	position: relative;
    padding-left: 24px;
}
.banner-pauta .llamanos-2 li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("https://fibra-hogar.missicode.com/wp-content/uploads/2025/12/poligon-1.svg") no-repeat center;
    background-size: contain;
}
.sec-promo .titulo{
	font-weight: bold;
	color: #035166;
	text-transform: uppercase;
	font-size: 28px;
}
.sec-promo .titulo p{
	margin: 0px;
}
.sec-promo .texto1{
	color: white;
}
.sec-promo .texto2{
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 32px;
	margin-top: -20px;
}
.sec-promo .texto2 p{
	margin: 0px !important;
}
.sec-promo.sec-promo{
	background-color: #FF6B1B;
	padding: 0px;
	border-radius: 20px 0px;
}
.sec-promo .subsec-promo{
	border-radius: 0 0 20px 0;
}
.sec-promo .subsec-titulo{
	background-color: white;
	border-radius: 20px 0 20px 0;

}
.sec-form.sec-form{
	background-color: #002736;
	border: 2px solid white;
	border-radius: 20px 0 20px 0;
	padding: 0px 50px;
}
.sec-form .txt1{
	font-weight: bold;
	color: #FF6B1B;
	text-transform: uppercase;
	font-size: 28px;
	text-align: center;
	line-height: 1.2;
}
.sec-form .txt2{
	color: white;
	font-size: 14px;
}
.sec-form .txt3 .wpcf7-submit{
	width: 100%;
	background-color: #FF6B1B;
	border: 0;
	color: white;
	font-weight:bold;
}
.sec-form .txt3 .wpcf7-text{
	border-radius: 10px;
}
.sec-form .txt3 .wpcf7-list-item-label{
	color: white;
}
.banner-pauta .img-triangulos {
	display: flex;
    justify-content: flex-end !important;
}
.sec-sticky{
  position: fixed !important;
  width: 80% !important;
  bottom: -30px !important;
  left: 10% !important;
  background:#02566C !important;
  padding: 30px !important;
  border-radius: 50px 50px 0 0 !important;
  transition-duration: 500ms !important;
  z-index: 99999 !important;
}
.sec-plantilla{
    padding: 0 !important;
}
.banner-pauta .sub-sec-3{
  zoom: 0.8;
  max-width: 1200px;
}
.sec-sticky .sticky-txt{
    color: white;
    font-weight: 600;
    font-size: 30px;
}
.sec-sticky .sticky-img{
    position: absolute;
    top: -28px;
}
.sec-sticky .fila-form{
    display: flex;
}
.sec-sticky .fila-check{
    color: white;
}
.sec-sticky .campo{
    padding: 5px;
    margin-bottom: -40px;
}    
.sec-sticky .campo input{
    border-radius: 7px;
}    
.sec-sticky .campo .wpcf7-submit{
    background-color: #FF6B1B;
    font-weight: bold;
    color: white;
    border: 0px;
    padding: 10px 30px;
}
@media (max-width: 991px) {
    .banner-pauta .sec-llamanos{
        margin-top: -200px;
        padding-left: 100px;
    }
    .banner-pauta .img-triangulos{
        margin-top: -50px;
    }
    .sec-sticky .sticky-txt{
        font-size: 24px;
    }
     .sec-sticky .sec-sticky{
        bottom: -60px;
    }
}
@media (max-width: 767px) {
    .banner-pauta .sec-llamanos{
        margin-top: -50px;
        padding-left: 0px;
        zoom: 0.8;
    }
    .banner-pauta .img-triangulos{
        margin-top: 0px;
        zoom: 0.7;
    }
    .banner-pauta .sec-izq{
        padding: 0 50px;
    }
    .banner-pauta .sec-promo{
        zoom: 0.8;
    }
    .banner-pauta .sec-form{
        zoom: 0.8;
    }
    .banner-pauta .txt1{
        padding-top: 20px;
    }
    .sec-sticky .sec-sticky{
        display: none;
    }
}
/* PAGINA PLANES */
.sec-entretenimiento{
	padding-top: 100px;
	padding-bottom: 100px;
}
.sec-entretenimiento .div-txt{
	position: absolute;
	background-color: #002542;
	color: white;
	font-weight: 600;
	padding: 20px;
	width: 70%;
	border-radius: 0 50px 50px 0px;
	bottom: 10%;
}
.sec-entretenimiento .sec-imagen:hover{
	transform: scale(1.1);
}


.sec-entretenimiento .txt-1{
	font-size: 36px;
	font-weight: bold;
	color: #FF6B1B;
}
.sec-entretenimiento .txt-2{
	font-size: 48px;
	font-weight: 800;
	color: #FF6B1B;
	margin-top: -50px;
}
.sec-entretenimiento .txt-3{
	color: #353535;
}
.sec-entretenimiento .txt-3 ul{
	list-style: none;
    padding-left: 0;
}
.sec-entretenimiento .txt-3 li{
	position: relative;
    padding-left: 30px;
	padding-bottom: 10px;
}
.sec-entretenimiento .txt-3 strong{
	font-weight: bold;
}
.sec-entretenimiento .txt-3 li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("https://fibra-hogar.missicode.com/wp-content/uploads/2025/12/Rectangle-135.svg") no-repeat center;
    background-size: contain;
}
@media (max-width: 767px) {
	.sec-entretenimiento .txt-1{
		font-size: 24px;
	}
	.sec-entretenimiento .txt-2{
		font-size: 30px;
		margin-top: -40px;
	}
}

/* PAGINA COBERTURA */

.sec-cobertura-titulo {
	padding-top: 100px !important;
}
.div-form{
	padding-bottom: 100px!important;
}
.sec-cobertura-titulo .cob-txt{
	font-size: 44px;
	font-weight: normal !important;
	color: #ff6b1b !important;
}
.sec-cobertura-titulo .cob-img{
	position: absolute;
	right: 25%;
	top: 30%;
}
.div-form .sec-texto label{
	color: #002542;
	font-weight: bold;
}
.div-form .sec-texto .wpcf7-text,.div-form .sec-texto .wpcf7-textarea {
	background-color: #F2F6F5;
	border: none;
	border-radius: 0 25px 0 25px;
	font-size: 16px;
	color: #333;
	outline: none;
	padding: 15px 20px;
	margin-top: 10px;
}
.div-form .sec-texto .wpcf7-submit {
	background-color: #006C89;
	color: white;
	border: none;
	border-radius: 25px;
	font-size: 16px;
	outline: none;
	padding: 15px 50px;
	margin-top: 10px;
}
.div-form .sec-texto p {
	padding: 5px 0px;
}
.div-form .sec-texto .wpcf7-checkbox label{
	color: #353535 !important;
	font-weight: normal !important;
}
/* PAGINA ATENCION AL CLIENTE */
.div-ubi .img-ubi figure{
	width: 100% !important;
}
.div-ubi .img-ubi img{
	border-radius: 50px 0 50px 0;
}
.sec-ubicacion{
	display: flex;
	justify-content: space-evenly !important;
	padding-top: 50px !important;
	padding-bottom: 100px !important;
}
.div-ubi {
	width: 25% !important;
	min-width: 350px !important;
}
.div-ubi::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;

    width: 95%;
    height: 100%;

    background-image: url("https://fibra-hogar.missicode.com/wp-content/uploads/2025/12/Group-47.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: -1;
    pointer-events: none;  
}
.div-ubi .img-ubi .elementor-image-box-content{
	background-color: #ff6b1b;
	position: absolute;
	width: 60%;
	padding: 5px 10px;
	border-radius: 0 25px 25px 0;
	bottom: 20%;
	left: -20px;
	box-shadow: -8px 0 12px rgba(0, 0, 0, 0.25);
}
.div-ubi .img-ubi .elementor-image-box-content span{
	font-size: 16px;
	color: white;
}
.div-ubi .sec-ico span{
	font-size: 18px;
	color: #353535;
	font-weight: normal;
}
.div-ubi .sec-ico .elementor-icon-box-icon span{
	fill: #006C89;
}
.div-ubi .boton-ico{
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.div-ubi .boton-ico a{
	background-color: #006C89 !important;
	font-weight: bold;
	color: white;
	border-radius: 25px;
	padding: 15px 40px;
	font-size: 18px;
}
/* PLANTILLA BENEFICIOS */
@media(max-width:789px){
	#benefits .b-up.b-up:before{
		left: 0;
	}
	#benefits .b-bottom.b-bottom .e-grid{
		margin-top: -50px;
	}
	#benefits.s-benefits.s-benefits:after{
		width: 100%;
	}
}
#benefits.s-benefits{
	position: relative;
	padding-bottom: 40px;
}
#benefits.s-benefits.s-benefits>div{
	gap: 0;
}
#benefits.s-benefits:after{
	content: "";
	width: 98%;
	height: calc(100% - 250px);
	position: absolute;
	left: 0;
	bottom: 0;
	background: #2A7B9B;
	background: radial-gradient(circle, rgba(42, 123, 155, 1) 0%, rgba(0, 108, 136, 1) 100%);
	border-bottom-right-radius: 70px;
	z-index: -1;
}
#benefits .b-up{
	position: relative;
	padding: 40px 25px 100px;
}
#benefits .b-up:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: -50px;
	bottom: 0;
	background: #D9D9D9;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	box-shadow: -5px 4px 10px 0px rgba(0,0,0,0.26);
	-webkit-box-shadow: -5px 4px 10px 0px rgba(0,0,0,0.26);
	-moz-box-shadow: -5px 4px 10px 0px rgba(0,0,0,0.26);
	z-index: -1;
}
#benefits .b-bottom{
	margin: 0;
	padding: 0;
	z-index: 2;
}
#benefits .b-bottom .e-grid{
	margin-top: -115px;
}
#benefits .section-title1 p{
	color: #006C89;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.1;
}
#benefits .section-title1 p strong{
	font-size: 48px;
}
#benefits .card-benefit{
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
	border: 2px solid #d9d9d9;
	background: rgba(0, 0, 0, 0.25);
	border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;
}
#benefits .card-benefit:hover .cb-img img{
	transform: scale(1.2);
}
#benefits .cb-img{
	overflow: hidden;
	border-top-left-radius: 35px;
	border-bottom-right-radius: 40px;
}
#benefits .cb-img img{
	border-top-left-radius: 35px;
	border-bottom-right-radius: 40px;
	transition: 500ms;
}
#benefits .cb-title{
	text-transform: uppercase;
	font-weight: 700;
	padding-inline: 15px;
}
#benefits .cb-title p{
	color: #FF6B1B;
	font-size: 20px;
}
#benefits .cb-desc{
	padding-inline: 15px;
}
#benefits .cb-desc p{
	color: #fff;
	font-size: 14px;
}
#benefits .cb-desc p strong{
	font-weight: 700;
}
/* PLANTILLA PREGUNTAS FRECUENTES */
#questions .q-title{
	font-size: 48px;
	font-weight: 600;
	text-align: center;
	color: #FF6B1B;
}
#questions .q-title strong{
	position: relative;
}
#questions .q-title strong:before{
	content: "";
	width: 50px;
	height: 50px;
	position: absolute;
	right: -60px;
	top: -30px;
	background: url(https://fibra-hogar.missicode.com/wp-content/uploads/2025/12/icon-questions.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
#questions .q-questions summary{
	background: rgba(0, 92, 117, 0.15);
	border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
	padding: 15px 50px;
    border: none;
	justify-content: space-between;
}
#questions .q-questions details>div{
	padding: 15px 50px;
}
#questions .q-questions details>div p{
	margin-bottom: 0;
}
#questions .q-questions details>div a{
	font-weight: 700;
	color: #FF6B1B;
}
#questions .q-questions details>div a:hover{
	text-decoration: underline;
}

/* HOME */

@media (max-width: 1024px){
	#years#years .bg-8y:after{
		display: none;
	}
	#years#years .yr {
		margin: 5% 7% 5% 7%;
	}
}
@media (max-width: 789px){
	#years#years .y-title strong{
		font-size: 60px;
	}
	#years#years .y-title {
		font-size: 20px;
	}
	#years#years#years .yr {
        margin: 15% 7% 15% 7%;
    }
	#years#years .bg-8y {
		border-bottom-left-radius: 0;
	}
	#years#years .yr::after{
		width: 150px;
    	height: 75px;
		top: -40%;
		right: 0px;
	}
}
#years .y-title{
	color: #FF6B1B;
	font-weight: 700;
	font-size: 40px;
	text-align: center;
	line-height: 1;
	text-transform: uppercase;
}
#years .y-title strong{
	font-size: 84px;
}
#years .bg-8y{
	border-bottom-left-radius: 100px;
	position: relative;
}
#years .bg-8y:after{
	content: "";
	width: 100%;
	height: 120%;
	position: absolute;
	bottom: 0;
	left: -60px;
	background: url(https://fibra-hogar.missicode.com/wp-content/uploads/2025/12/pic-8-years.webp);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: contain;
}
#years .bg-8y>div{
	position: relative;
}
#years .y-desc{
	color: #fff;
	text-align: center;
	font-size: 20px;
}
#years .yr{
	gap: 0;
	padding: 50px 30px 30px;
    background: linear-gradient(272deg, black, transparent);
	margin: 5% 7% 5% 25%;
    border-bottom-right-radius: 80px;
	position: relative;
}
#years .yr::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: inherit;
  background: linear-gradient(to left, white, transparent);
  mask:
    linear-gradient(#000000eb 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
}
#years .yr::after{
	content: "";
	width: 200px;
	height: 100px;
	position: absolute;
	top: -33%;
    right: -50px;
	background: url(https://fibra-hogar.missicode.com/wp-content/uploads/2025/12/triangulos-2.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotateX(180deg);
}
#years .yl{
	position: absolute;
	left: 0;
	bottom: 0;
}

#hTestimony .title-orange{
	font-size: 48px;
	font-weight: 600;
	text-align: center;
	color: #FF6B1B;
}
#hTestimony .elementor-widget-image-carousel .swiper-slide {
    text-align: center;
    background: #EEEEEE;
    padding: 20px;
    height: auto;
	border-radius: 20px;
	position: relative;
}
#hTestimony .elementor-widget-image-carousel .swiper-slide:before{
	content: "";
	width: 4px;
	height: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -17.5px;
	background: #006C89;
}
#hTestimony .elementor-widget-image-carousel .swiper-slide img{
	aspect-ratio: 1 / 1;
	object-fit: contain;
	mix-blend-mode: darken;
}

/* FOOTER */
footer{
	background: linear-gradient(#006B88, #003645);
	padding-top: 60px;
	padding-bottom: 30px;
	font-family: Sora, sans-serif;
}
.f-logo{
	width: 80%;
	margin-inline: auto;
}
.f-social{
	display: flex;
	justify-content: space-evenly;
	margin-top: 40px;
	margin-inline: 15%;
}
.f-social svg{
	width: 40px;
	height: 40px;
}
.f-social svg path{
	fill: #fff;
	transition: 500ms;
}
.f-social svg:hover path{
	fill: #FF6B1B;
}
.f-logo img{
	filter: brightness(0) invert(1);
}
.f-title{
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.f-info{
	margin-bottom: 5px;
	font-weight: 300;
}
.f-contact>div{
	margin-bottom: 30px;
}
.f-contact svg{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.f-contact .f-info path{
	fill: #fff;
	transition: 500ms;
}
.f-contact .f-info:hover path{
	fill: #FF6B1B;
}
.f-contact p{
	color: #fff;
	display: block;
}
.footer-bottom{ 
	color: #fff;
	font-weight: 200;
}
.fb-right{
	font-size: 14px;
	opacity: .7;
}
.footer-nav a, .fb-right a{
	color: #fff;
	transition: 500ms;
}
.footer-nav a:hover, .fb-right a:hover{
	color: #FF6B1B;
}
@media (max-width: 789px){
	.f-enterprise, .f-menu{
		margin-bottom: 50px;
	}
	.f-contact, .f-menu{
		text-align:center;
	}
	.footer-bottom{ 
		text-align: center;
	}
	.footer-bottom .fb-right{
		margin-top: 25px;
	}
}
@media (min-width: 790px){
	.f-social{
		margin-inline: 15%;
	}
	.fb-right{
		text-align: end;
	}
}