@font-face {
    font-family: 'Raleway thim';
    src: url('../font/Raleway-Thin.woff2') format('woff2'),
        url('../font/Raleway-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway bold';
    src: url('../font/Raleway-Bold.woff2') format('woff2'),
        url('../font/Raleway-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway Ebold';
    src: url('../font/Raleway-ExtraBold.woff2') format('woff2'),
        url('../font/Raleway-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway Elight';
    src: url('../font/Raleway-ExtraLight.woff2') format('woff2'),
        url('../font/Raleway-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway heavy';
    src: url('../font/Raleway-Heavy.woff2') format('woff2'),
        url('../font/Raleway-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway light';
    src: url('../font/Raleway-Light.woff2') format('woff2'),
        url('../font/Raleway-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway medium';
    src: url('../font/Raleway-Medium.woff2') format('woff2'),
        url('../font/Raleway-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../font/Raleway.woff2') format('woff2'),
        url('../font/Raleway.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway Sbold';
    src: url('../font/Raleway-SemiBold.woff2') format('woff2'),
        url('../font/Raleway-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'amalfi_coastregular';
    src: url('../font/amalfi_coast-webfont.woff2') format('woff2'),
         url('../font/amalfi_coast-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'amalfi_coastregular';
    src: url('../font/amalfi_coast-webfont.woff2') format('woff2'),
         url('../font/amalfi_coast-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'cherolina-webfont';
    src: url('../font/cherolina-webfont.woff2') format('woff2'),
         url('../font/cherolina-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background:#04071F; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #666; 
}
body{
	margin:0px;
	text-decoration:none !important;
	/*background-color: #4A4A4A;*/
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
	}

*, *::after, *::before {
    box-sizing: border-box;
   
	text-decoration:none !important;
}
  a:link {
	/*color:#151e45 ;*/
	transition: 0.3s;
}
a:visited {
	color: #060822 ;
}
a:hover {
	color: #fff;
	transition: 0.3s;
}
a:active {
	color: #fff;
	transition: 0.3s;
}
.container {
    width: 100%;
    height: 100%;
    position: absolute;
	background-color:#1c1c1c;
	text-decoration:none !important;
	overflow: hidden;
	z-index: 300;
}

.contInfo {
    width: 90%;
    height: 70%;
	margin-top:10%;
	right:0px;
	left:0px;
	top: 0px;
    bottom: 0px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
}

.contInfoHorizontal{
    width: 100%;
    height: fit-content;
	margin-top:10%;
	right:0px;
	left:0px;
	top: 0px;
    bottom: 0px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
	display: flex;
    flex-wrap: nowrap;
}
.contInfoVertical{
    width: 50%;
    height: 60%;
    /* position: absolute; */
    margin-top: 3%;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin-bottom: auto;
    /* margin-left: auto; */
    margin-right: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}
.contH {
    width: 33%;

}
.contV {
    width: 100%;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

}
.modulo {
    width: 100%;
    height: 630px;
}


.contMenu {
    position: absolute;
	width: 30%;
    height: 100%;
	right: 30px;
	z-index:20;
	font-weight: 600;
}
.logo {
    position: absolute;
    height: 90%;
    width: 177px;
    left: 20px;
    top: 5px;
    bottom: 0px;
z-index: 302;
}
.banner{
	position: relative;
    width: 100%;
    height: fit-content;
    background-color: beige;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#textoBanner{
	width: 50% ;
	bottom: 20%;
}
#btnBanners{

	text-align: center !important;
	}
.contenido{
	position: relative;
	width: 100%;
	height: 665px;
	background-color: #fff;
}
.testimoniales{
	position: relative;
	width: 100%;
	height: 555px;
	background-color:#030921;
}
.contRedes{
	width:150px; 
	height:70px; 
	margin-right:auto;
	margin-left:auto;
	right:2%;
	position:absolute;  
	display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    flex-direction: row;
    flex-wrap: nowrap;
	z-index:1;
}


.texto-small {
	font-size:15px !important; 
	text-decoration: none;
	border: 0px;
}
.texto-mid {
	font-size:20px !important; 
	text-decoration: none;
	border: 0px;
}
.texto-big {
	font-size:30px !important; 
	text-decoration: none;
	border: 0px;
}
.texto-big2 {
	font-size:40px !important; 
	text-decoration: none;
}
.texto-biges {
	font-size:60px !important; 
	text-decoration: none;
}
.texto {
	font-size:23px;
	font-weight:600;
	line-height:22px;
	text-decoration: none;
}
.mayuscula {
    text-transform: uppercase;
}
.btn-cursor{
	cursor: pointer;
}
.T-light{
	font-family: 'Raleway light' !important;
}
textarea.form-input {
	font-family: 'Raleway light' !important;
}
.T-bold{
	font-family: 'Raleway bold';
}
.T-bold-c{
	font-family: 'Raleway Ebold';
}
.T-script{
	font-family: 'cherolina-webfont';
}
#imgAbout01{
	width: 50%;
    max-width: 600px;
    background-color: #f5f5f7;
    height: fit-content;
    position: absolute;
    left: -21%;
    z-index: 3;
    top: 50px;
}
#cont-linea{
	right: 150px;
    top: -20px;
    position: absolute;
}
#cont-linea2{
	right: 150px;
    top: -20px;
    position: absolute;
}
.textoSmall {
	font-family: 'Raleway light';
	font-weight:100 !important;
	font-size:22px;
	font-weight:100;
	text-decoration: none;
}
.colorVerde{
  color: #91c73f;
}
.colorAzul{
  color: #151e45 !important;
}
.colorBlanco{
  color: #fff;
}
.colorNegro{
  color: #1c1c1c;
}
.colorGris{
  color: #999;
}
.colorDorado{
	color: #4A4A4A;
}
.texCenter{
	text-align:center;
}
.texLeft{
	text-align:left;
}
.alingRight{
	right: 0px;
    margin-left: 0px;
}
.div-derecha{
	float: right;
}
.bgNone{
	background-color: transparent !important;
}
.bgDorado{
	    background-color: #C4C4C4;
}
.bgAzul{
  background-color: #000547;
}
.bgAzulOscuro{
  background-color: #ff5308;
}
.bgBlanco{
  background-color: #fff;
}
.bgNegro{
  background-color: #000;
}
.btnCont {
	padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
	width: 175px !important;	
}
.centrar{
	width: 600px;
    height: fit-content;
	position: absolute;
	margin: auto;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}
.centrarMain{
	position: absolute;
	margin: auto;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

.centrarH{
	width: 600px;
    height: fit-content;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0px;
}
.centrarV{
	width: 600px;
    height: fit-content;
	position: absolute;
	margin-top: auto;
	margin-bottom: auto;
	top: 0px;
	bottom: 0px;
}
.aling-left{
    height: fit-content;
    position: relative;
    /* MARGIN-LEFT: auto; */
    /* margin-right: auto; */
    /* left: 2%; */
    margin-left: auto;
    margin-right: auto;
    /* right: 0; */
    margin-top: 111%;
    /* bottom: 40px;*/
}
.control-planeta{
	position: absolute;
	width: 70% !important;
	z-index: 10;
	width: 62%;
	top: 150px;
}
#textSevSubtitulo{
	display:none;
}
#btnServCont{
	top:150px;
	position:relative;
}
#textServBanner{
	font-size:35px !important;
	line-height:35px !important;
	width: 40%;
    right: 50px;
    position: absolute;

}
.waBtn {
	position:absolute;
	
}
.btn-gen{
	position: absolute;
	font-size: 35px;
	width: fit-content;
	color: #060822;
	height: auto;
	padding: 10px;
	padding-left: 25px;
	padding-right: 25px;
	outline: 1px solid #979797;
	background-color: #FFFFFF82;
	cursor: pointer;
}
.btn-gen:hover{
opacity: 1;
color:#ADADAD;
transition: 0.3s;
	
}

.btn-gen2{
	position: absolute;
	font-size: 35px;
	width: auto;
	height: auto;
	padding: 10px;
	padding-left: 25px;
	padding-right: 25px;
	outline: 2px solid #ffffff;
	background-color: #FFFFFF17;
	cursor: pointer;
}
.btn-gen2:hover{
opacity: 1;
color:#FDFBFB;
transition: 0.3s;
	
}

.btn-gen-azul{
	position: absolute;
	font-size: 35px;
	width: auto;
	height: auto;
	padding: 10px;
	padding-left: 25px;
	padding-right: 25px;
	outline: 2px solid #ffffff;
	color: #E4AA00;
	background-color: #050A31;
	cursor: pointer;
}
.btn-gen-azul:hover{
opacity: 1;
color:#FDFBFB;
transition: 0.3s;
	
}
.btn-menu-prin{
	opacity: 0.5;
	cursor: pointer;
	color: #8F8F8F;
	
}
.btn-menu-prin:hover{
	opacity: 1;
	color: #4A4A4A;
	transition: 0.3s;
}

.btn-menu-prin-cheq{
	opacity: 1;
  text-decoration-color: #4A4A4A !important;
	color: #4A4A4A;
}
.sopContacto {
	position:absolute;
	left: 0;
	right: 0;
    margin-left: auto;
    margin-right: auto;
	margin-top:15%;
	width:900px;
	height:700px;
	-moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    padding: 10px;
	z-index:4;
}

/* styles menu mobile */

#modMenu{
  bottom: 0px;
	}

#contFechaHora{
	display:none;
}

/* menu mobile item */
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 8%;
  left: 0px;
  right:0px;
  margin-left:auto;
  margin-right:auto;
  overflow-y: hidden;
  transition: 0.5s;
  background: #D7D7D7;
}

.overlay-content {
  position: relative;
  top: 20px;
  width: 100%;
  height:80%;
  text-align: center;
}

.overlay a {
	color:#fff;
  text-decoration: none;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #ccc;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
.menu-item{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 25px;
    border-bottom: 1px solid white;
    text-decoration: none;
	padding-top:10px;
	padding-bottom:10px;
    color: #fff !important;
    width: 80%;
	position:relative !important;
	list-style:none;
}

#iconMenu{
	    width: 70px;
   right: 2%;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
	content:url(../images/menuHamb.svg);
}
#iconMenuClose{
	width: 70px;
    right: 2%;
    font-size: 45px;
    cursor: pointer;
    position: absolute;
	content:url(../images/menuClose.svg);
}
#MenuMobile{
	position: absolute;
    top: 0px;
    width: 100%;
    height: 65px;
	
}
#contLogoMobile{
	width: 30%;
    background-color: #fff;
    height: 100%;
    position: absolute;
}

.imgSec{
    width: 40%;
    position: absolute;
	max-width: 500px;
}

.button {
	display: inline-block;
    overflow: hidden;
    min-height: 40px;
    min-width: 180px;
	padding-top: 15px;    
    border-radius: 4px;
    background-color: #f5f6f8;
}
.info {
	position: absolute;
    width: 100%;
    height:fit-content;
   
    left: 0;
    RIGHT: 0;
    margin-left: auto;
    margin-right: auto;
	display: flex;
    flex-direction: column;
}
.fa-close {
	width:62px;
	height:auto;
   /* content:url(../images/Close_menu.svg); */
}


.imgContacto{
   z-index: 10; 
   width: 600px; 
   position: relative; 
   right: -60%; 
   margin-top: 27%;
}
#contFormH {
	height: 30px;
}
#contFormV {
    width: 100%;
}
#contInfo2{
	height:70%;
}
#contFormM{
	height: 180px; margin-top:30px; margin-left:0px;
	}

#logoImg{
	width:270px;

}

.image-full{
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size:cover !important;
}
.h-100{
	height: 100%;
}
.bg-blanco{background-color: #fff;
}
.bg-amarillo{
	background-color: #bdbdbd;
}
.bg-naranja{
	background-color: #ff5308;
}
.bg-rojo{
	background-color: #f9010c;
}
.bg-azul{
	background-color: #011E41;
}
.bg-verde{
	background-color: #007322;
}
.bg-negro{
	background-color: #000;
}
.w-50{
	width: 50%;
}
.w-70{
	width: 70% !important;
}
.w-30{
	width: 30% !important;
}
.titulo{
	
	color: #fff;
	font-size: 25px;
	margin-top: 40px;
    margin-left: 40px;
}

.classColumn{
	display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-flow: column wrap;
	flex-wrap: nowrap;
}
.classColumn-right{
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-flow: column wrap;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: stretch;
    align-items: flex-end;
}
.classFilas{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.imgHome {
right: 6%;
    height: 55%;
    width: 32%;
    position: absolute;
    top: -116px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 3;
}
.cont-logo{
	position: absolute;
    width: 450px;
    right: 40px;
}

.conSeccion{
	
	width: auto;
	height: 48%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 3;
    right: 20px;
	content:url(../images/sec-social.svg);
}
.icono{
	padding-right: 15px;
	padding-left:20px;
}
#texbnner01{
	line-height:25px;
}
.footer {
	position:relative;
    height: 60px;
    width: 100%;
	background-color: #fff;
	
}
.footer-interno {
	position:relative;
    height: 330px;
    width: 100%;
	background-color: #ececec;
	
}

.main-footer {
            background-color: #ebebeb;
            padding: 40px 20px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .footer-container {
            max-width: 95%;
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }

        /* Columna Izquierda: Logo y Redes */
        .footer-left {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            min-width: 300px;
            padding: 20px;
        }

        .footer-logo {
			width: 250PX;
            margin-bottom: 30px;
        }

        .footer-logo img {
            max-width: 250px;
            height: auto;
        }

        /* Caja de Redes Sociales */
        .social-box {
            background-color: #b3b3b3; /* Fondo gris claro de la derecha del cuadro */
            display: flex;
            align-items: center;
            overflow: hidden;
            border-radius: 2px;
        }

        .social-label {
            background-color: #707070; /* Fondo gris oscuro */
            color: white;
            padding: 10px 20px;
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase;
        }

        .social-icons {
            display: flex;
            padding: 0 15px;
            gap: 15px;
        }

        .social-icons img {
            width: 24px;
            height: 24px;
            cursor: pointer;
        }

        /* Divisor Vertical */
        .footer-divider {
            width: 1px;
            background-color: #999;
            height: 150px;
            margin: 0 40px;
        }

        /* Columna Derecha: Ubicaciones */
        .footer-right {
            flex: 1;
            min-width: 300px;
            padding: 20px;
        }

        .location-header {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 15px;
            font-weight: bold;
            color: #666;
            text-transform: uppercase;
            font-size: 18px;
        }

        .location-header img {
            width: 24px;
        }

        .location-list {
            list-style: none;
            padding: 0;
            margin: 0;
			padding-left: 20px;
        }

        .location-item {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 15px;
            color: #666;
            font-size: 16px;
            letter-spacing: 1px;
        }

        .location-item img {
            width: 20px;
        }

        /* Barra de Copyright */
        .copyright-bar {
            background-color: #ffffff;
            border-top: 1px solid #d1d1d1;
            padding: 15px 20px;
            text-align: center;
            color: #666;
            font-size: 14px;
        }


#ContLogoFooter{
	width: 28%; text-align: center; padding: 30px;
}


#cont-testimoniales-mobile{
	display: none !important;	
}


/*MENU header
*************************************************************************************/

.header{
	position: relative;
	z-index: 10;
	width: 100%;
	height: 68px;background-color: #fff;
	
}
.menu-container{
	position: relative;
    float: left;
    width: 100%;
    height: 204px;
    z-index: 10;
    top: 180px;
    text-decoration: none;
}

.contMenuBig{
    margin-top: 0px;
    margin-right: 0px;
    right: 0px;
    height: 104px;
    width: 65%;
	text-decoration:none;
}

#menu{
    text-align: center;
	margin-top: 120px;
    position: absolute;
    height: 104px;
	text-decoration:none;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-flow: row wrap;
    z-index: 10px;
}

.navbar-nav{
	position:absolute;
	position: absolute;
	width:900px;
    right: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
	text-decoration:none;
	display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-flow: row wrap;
}	


.btn-img{
	/*background-color: #060B33;*/
	opacity: 0.5;
	cursor: pointer;
}
.btn-img:hover{
	opacity: 1;
	transition: 0.3s;
	/*background-color: #060B33;*/
}
.btn-img-chek{
	opacity: 1;
	transition: 0.3s;
	/*background-color: #060B33;*/
}
.overBtn{
	/* opacity: 0.5;;*/
	position: absolute;
    width: 100%;
    height: 100%;
   /* background: rgb(5,18,38);
	background: linear-gradient(0deg, rgba(5,18,38,1) 0%, rgba(19,83,166,0) 100%);*/
    z-index: 30;
}
.overBtnShow{
	/* opacity: 1;*/
    transition: 0.3s;
   /* background-color: #030a2acf;*/
}
.show{
	opacity: 1;
	display: block;
    transition: 0.3s;
}
#desc{
	border-radius: 10px;
	background-color: #D7D7D7;
	padding: 5px;
	text-align: center;
	font-size: 15px !important;
	color: #525252 !important;
}
.sopTextos{
	position: absolute;
    bottom: 0px;
	width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding: 15px;
    background: rgb(5,18,38);
background: linear-gradient(0deg, rgba(5,18,38,1) 0%, rgba(19,83,166,0) 100%);

}

.itemBtnCheck{
opacity: 1;
color: #91c73f !important;
transition: 0.3s;
 text-decoration:none !important;
}


hr {
    height: 23px;
    width: 100%;
    border: 0px;
    background-color: #4A4A4A;
    top: -8px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.sopTexForm {
    height: fit-content;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: #ffffff75;
	outline: 1px solid #4A4A4A;
    margin-right: 15px;
}

 /* background-link-2
 */
.background-link-2 {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  background-color: #91c73f;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0);
  	padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
	width: fit-content;
}
.background-link-2::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: transform 0.6s ease-in-out, opacity 0.7s;
  transform: translate3d(-150%, 0, 0) skewX(75deg);
  background-color: #151e45;
}
.background-link-2:hover::before, .background-link-2:active::before {
  opacity: 1;
  transform: translate3d(0, 0, 0) skewX(0deg);
}

/* animatiion home */

.content-2 {
	width:100%;
    height: 100px;
    margin: auto;
    position: absolute;

    top: auto;
    left: 0;
    bottom: -10px;
    line-height: 25px;

  }
  
  
/* swiper */
.swiper-container {
      width: 100%;
      height: 100%;
	  position: absolute !important;
    }
    .swiper-slide {
		width:100% !important;
		margin-left:0px !important;
     
    }
	
	.contSwiper{
		position:absolute;
	    width:86% !important;
		top: 20px;
		margin-left:auto;
		margin-right:auto;
		left:0px;
		right:0px;
	}

.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    display: inline-block;
    border-radius: 100%;
    background: #ffffff !important;
    opacity: .2;
}


.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image:url(../images/arrow-right.svg) !important;
    right: 10px;
    left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image:url(../images/arrow-left.svg) !important;
    left: 10px;
    right: auto;
}



/* swiper 2 */
.swiper-container2 {
      width: 1200px;
      height: 450px;
	  position: absolute !important;
    }
 .swiper2{
	  width: 1230px !important;
      height: 450px;
		  
	  }
.swiper-slide2 {
		width:auto !important;
	    height: 250px;
		margin-left:0px !important;
     
    }
	
	.contSwiper2{
		position:absolute;
	    width:86% !important;
		top: 20px;
		margin-left:auto;
		margin-right:auto;
		left:0px;
		right:0px;
	}

.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    display: inline-block;
    border-radius: 100%;
    background: #ffffff !important;
    opacity: .2;
}


.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image:url("../images/arrow-right.svg") !important;
    right: -70px !important;
	width: 65px !important;
	height: 65px !important;
	background-size: contain !important;
    left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image:url("../images/arrow-left.svg") !important;
    left: -70px !important;
	width: 65px !important;
	height: 65px !important;
	background-size: contain !important;
    right: auto;
}


/* slider home productos  */

:root {
            --color-gris-sidebar: #c1c1c1;
            --color-texto-vertical: #555555;
            --color-tab-activo: #444444;
            --color-tab-inactivo: #bbbbbb;
            --color-flecha: #cccccc;
            --fuente-principal: 'Inter', sans-serif;
        }
		.modulo-productos {
            display: flex;
            background-color: #ffffff;
            width: 100%;
            max-width: 900px;
            min-height: 170px;
            border-radius: 50px;
            overflow: hidden;
           /* box-shadow: 0 5px 50px -12px rgba(0, 0, 0, 0.5);*/
            position: relative;
        }
.modulo-productos-home {
            display: flex;
	        z-index: 9;
            background-color: #ffffff;
            width: 100%;
            max-width: 600px;
            min-height: 250px;
            border-radius: 50px;
            overflow: hidden;
           /* box-shadow: 0 5px 50px -12px rgba(0, 0, 0, 0.5);*/
            position: relative;
        }
	.cont_prod{
		position: absolute;
		width: 425px;
		height: 217px;
		background-color: antiquewhite;	
	}
	.soporte_text_vert {
	  background-color: var(--color-gris-sidebar);
            width: 65px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0; /* Aplica a ⌜,⌝ ,⌟ , ⌞ */
    }
		
	.texto-vertical {
            writing-mode: vertical-rl;
            transform: rotate(180deg);
            color: var(--color-texto-vertical);
            font-size: 28px;
            font-weight: 300;
            text-transform: uppercase;
   }
		 /* Tabs de navegación */
        .tabs-navegacion {
            display: flex;
            gap: 40px;
            margin-bottom: 20px;
        }

        .tab-item {
            font-size: 20px;
            font-weight: 500;
            text-transform: uppercase;
            cursor: pointer;
            letter-spacing: -0.02em;
            transition: color 0.3s ease;
        }

        .tab-item.activo {
            color: var(--color-tab-activo);
        }

        .tab-item.inactivo {
            color: var(--color-tab-inactivo);
        }

/* --- ESTILOS DEL ACORDEÓN --- */
        .accordion-wrapper {
            display: flex;
            width: 85%;
            max-width: 1200px;
            margin: 40px auto;
            background: #fff;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }

        .accordion-col {
            flex: 1;
            display: flex;
            flex-direction: column;
            background-color: #f5f5f5;
        }

        .image-col {
            flex: 0 0 35%; /* Ancho de la imagen (35%) */
            position: relative;
            background: #e0e0e0;
        }

        .image-col img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: opacity 0.4s ease-in-out;
        }

        .accordion-btn {
            background-color: #e6e6e6;
            color: #666;
            cursor: pointer;
            padding: 20px 25px;
            width: 100%;
            border: none;
            border-bottom: 2px solid #ffffff;
            text-align: center;
            outline: none;
            font-size: 1.3rem;
            font-weight: 400;
            transition: 0.3s;
            position: relative;
            font-family: inherit;
        }

        .accordion-btn:last-child {
            border-bottom: none;
        }

        .accordion-btn:hover {
            background-color: #dcdcdc;
            color: #444;
        }

        .accordion-btn.active {
            background-color: #e6e6e6;
            color: #444;
        }

        /* Flecha del acordeón */
        .accordion-btn .arrow {
            position: absolute;
            right: 25px;
            top: 50%;
            transform: translateY(-50%);
            border: solid #888;
            border-width: 0 2px 2px 0;
            display: inline-block;
            padding: 4px;
            transition: transform 0.3s ease;
        }

        .accordion-btn .arrow-down {
            transform: translateY(-50%) rotate(45deg);
        }

        .accordion-btn.active .arrow {
            transform: translateY(-50%) rotate(-135deg);
        }

        /* Contenido desplegable */
        .accordion-panel {
            padding: 0 30px;
            background-color: #f9f9f9;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease-out, padding 0.4s ease-out;
            color: #555;
            font-size: 1.05rem;
            line-height: 1.7;
            text-align: justify;
        }

        .accordion-panel.show {
            padding: 25px 30px;
            border-bottom: 2px solid #ffffff;
        }

        /* Ocultar imagen en móvil */
        @media (max-width: 900px) {
            .accordion-wrapper {
                flex-direction: column;
                width: 95%;
            }
            .image-col {
                display: none; /* Se oculta la imagen en responsivo */
            }
            .accordion-btn {
                font-size: 1.1rem;
                padding: 15px 20px;
            }
        }
