@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;

}

::-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: #d6ad61;
	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: fit-content;
    position: absolute;
	background-color:#1c1c1c;
	text-decoration:none !important;
	overflow: hidden;
}

.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: 90%;
    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;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    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-mid {
	font-size:20px !important; 
	text-decoration: none;
}
.texto-small {
	font-size:15px !important; 
	text-decoration: none;
}
.texto-big {
	font-size:30px !important; 
	text-decoration: none;
}
.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;
}
.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: 'amalfi_coastregular';
}
#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: #d6ad61;
}
.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: #d6ad61;
}
.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;
}

.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: 2px solid #d6ad61;
	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{
	cursor: pointer;
	color: #0B0723;
	
}
.btn-menu-prin:hover{
	opacity: 1;
	color: #d6ad61;
	transition: 0.3s;
}

.btn-menu-prin-cheq{
	 text-decoration-line: underline !important;
  text-decoration-color: #d6ad61 !important;
	color: #d6ad61;
}
.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: 13%;
  left: 0px;
  right:0px;
  margin-left:auto;
  margin-right:auto;
  overflow-y: hidden;
  transition: 0.5s;
  background: rgb(214,173,93);
}

.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: #ffb600;
}
.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: 350px;
    width: 100%;
	background-color: #d6ad61;
	
}
#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: 100px;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;
	cursor: pointer;
}
.btn-img:hover{
/*opacity: 0.3;*/
transition: 0.3s;
	background-color: #060B33;
}
.overBtn{
	opacity: 0.9;
	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;
}
.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: #d6ad61;
    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 #d6ad61;
    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: 665px;
	  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: 450px;
		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/flecha_der.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/flecha_izq.svg") !important;
    left: -70px !important;
	width: 65px !important;
	height: 65px !important;
	background-size: contain !important;
    right: auto;
}