@font-face{
  font-family:"Pacifico";
  src:url(../fonts/Pacifico-Regular.ttf);
}
@font-face{
  font-family:"Montserrat";
  src:url(../fonts/Montserrat-Regular.ttf);
}
@font-face{
  font-family:"Montserrat";
  font-weight:bold;
  src:url(../fonts/Montserrat-Bold.ttf);
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
/* body{
  font-family: 'Montserrat', sans-serif;
  margin-right: 0;
  margin-left: 0;
 
 background: blueviolet;
 
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} */


*{
box-sizing: border-box;
}

body{
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  
background: #Fff;
}


.headerConten{
  /* display: flex; */
  /* border: 10px solid firebrick; */
  width: 100%;
  padding-top: 0;

}




.infoHeader{
display: flex;
justify-content: center;
/* gap: 15rem; */
/* top: 0;
left: 0; */
align-items: center;
margin: 0 auto;
width: 100%;
background-color: rgb(11, 79, 224);
/* border: 10px solid green; */
}
.infoTelMail{
cursor: pointer;
display: flex;
gap: 1.5rem;
font-size: .4rem;
color: #fff;
/* border: 10px solid purple; */
padding-left: 280px;
}
.infoIcon{
/* margin-left: 300px; */
cursor: pointer;
justify-content: space-between;
padding-left: 600px;
/* border: 10px solid  red; */
}
.infoIcon i{
margin-right: 40px;
color: #fff
}
.infoTelMail a{
  text-decoration: none;
  color: #fff;
}
.iconInfo {
text-decoration: none;
cursor: pointer;
text-decoration: none;
}






/* estilos del menu pequeño */
.menuVar {
	display:none;
}
 

.menu__link--select{
    background: #DE423A;
}
nav{
    position: fixed;
}
header nav {
    
    width: 100%;
	/* background:#023859; */
	z-index:2000;
	
	margin: 0 auto;
}
 
header nav ul {
	list-style:none;
}
 
header nav ul li {
	display:inline-block;
	position: relative;
}
 


header nav ul li a {
	color:#fff;
	display:block;
	text-decoration:none;
	padding: 20px;
    align-items: center;
    margin-right:10px
}
 

 
header nav ul li:hover .Children-- {
	display:block;
}
 
header nav ul li .Children-- {
	display: none;
	background:#011826;
	position: absolute;
	width: 150%;
	z-index:2000;
}


header nav ul li .usos {
	display: none;
	background:#011826;
	position: absolute;
	width: 350%;
	z-index:2000;
}




header nav ul li .Children-- li {
	display:block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
 
header nav ul li .children li a {
	display: block;
	float: right;
	position: relative;
	top:3px;
	margin-right:0;
	margin-left:10px;
}







/* ----------fin del menu pequeño ----------------*/





/* menu grande */
.logo{
  width: 15%;
  height: 15%;
  z-index: 10;
  margin: 0 auto;
  /* border: 1px solid hotpink; */
}
.menu-header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  /* flex-direction: column; */
  justify-content: space-around;
  transition: 0.7s;
  padding: 0px 0px;
  z-index: 10;
  /* border: 2px solid rebeccapurple; */
}
.abajo{
  background: #fff;
  padding: 8px 20px;
}
.Contenedor_menu_grande{
  display: flex;
}
.menu-nav{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-left: 28%; */
  height: 12%;
  width: 50%;
  /* border: 2px solid lawngreen; */
  
}
.menu-contenedor_list{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  /* border: 2px solid magenta; */
}
.menu_list{
  list-style: none;
  padding: 10px;
  margin-top: 0;
  /* border: 2px solid yellow; */
}
/* .menu_list:hover{
  background: black;
} */
.menu_link{
  text-decoration: none;
  position: relative;
  /* font-family: Arial, Helvetica, sans-serif; */
  margin:  0 15px;
  color: rgb(11, 79, 224);
  letter-spacing: 2px;
  font-weight: 600;
  transition: 0.7s;
  font-size: 1.1em;
  /* background: rgba(0,0,0,0.1); */
  padding: 10px;

  /* border: 2px solid aqua; */

}
.zona1{
  position: relative;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
}
.abajo .menu_link{
  color: rgb(11, 79, 224);
}
.menu_link::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 40px;
  /* top: 25px; */
  left: 0;
  right: 0;
  height: 2px;
  background-color: #DE6021;
  /* background-color: rgb(11, 79, 224); */
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-out;
}
.menu_link:hover::before {
transform: scaleX(1);
transform-origin: left;
}
/* .menu-header::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  
  top: 0;
} */
.abajo .logo{
  width: 12%;
  height: 15%;
  /* border: 1px solid sandybrown; */
  
}
.abajo .infoHeader{
  display: none;
}
.abajo .menu_link{
  font-size: 1.2em;
  /* border: 2px solid yellowgreen; */
}
.abajo .headerConten{
  /* border: 3px solid yellow; */
  /* background-color: magenta; */
  /* height: 20%; */
}
.abajo .menu-header{
  /* background-color: #15A2FA; */
}



/* SubmenuGrande */
.submenu{
  /* display: none;
  position: absolute;
  top: 100%;
  background-color: #fff;
  padding: 10px;
  right: 59%;
  transform: translateX(-60%); */
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  background-color: rgba(255, 255, 255, 0.776);
  padding: 8px;
  border-radius: 10%;
  
}

.activo{
  display: none;
}

.menu_list:hover .submenu {
  display: block;
}

.submenu_list {
  list-style: none;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: .7rem;
}

.submenu_link {
  text-decoration: none;
  color: rgb(8, 64, 185);
  /* transition: 0.3s; */
  border-bottom: 1px solid #ff480690;
  padding-bottom: .5rem;
  padding-top: .5rem;
  margin: 0 auto;
}



 .submenu_link:hover  {
  /* background-color: #ff480690; */
  width: 100%;
  /* padding: 8px; */
  /* opacity: .5; */
}






/* ---------------fin del menú------------------- */



/* ---------------------------------------------------------------------------------------------- */




/* iconos */
.social-icon{
  display: flex;
  border: 20px solid #222;
}
.social-icon__link{
  color: black;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  width: 50px;
  height: 50px;
  /* background: red; */
  margin: 0 50px 0 60px;
  border-radius: 50%;
  text-decoration: none;
}
.facebook{
background: #15A2FA;
color: #fff;
}
.facebook:hover{
background: #fff;
color: #15A2FA;

}
.ig{
width: 90%;
}
.column__txt{
  border: 10px solid #222;
  /* padding: 5px; */
  /* background: red;  */
}

.fa-location-dot{
  color: red;
  font-size: 1.4em;
}
/* fin iconos */
/* ------------------------------------------------------------------------------------------------------ */


/* .slider {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  z-index: 100;
  font-size: 12em;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 100;
}

.slide:first-child {
  display: block;
  z-index: 100;
} */


/* BANNER */
.banner__content{
    width:100%;
    color: white;
    background: rgba(0,0,0,0.4);
    text-align: center;
    position: absolute;
    
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 3.5em;
    font-weight: bold;

}
/* FIN BANNER */



/* noostros */
.nosotrosText{
  padding: 20px 10% 10px 10%;
  font-size: 1.6em;
  /* font-weight: bold; */
  color: #0037af;
}
.nosotrosText{
  margin-bottom: 20px;
  margin-top: 0;
  /* background: green; */
}
.group__title{
  padding: 20px 35% 10px;
  font-size: 3.2em;
  font-weight: bold;
  color: #0037af;
  /* background: orange; */
}
.container {
  width: auto;
  margin: auto;
  /* margin: 20px 10%; */
}
.container--flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.column{
  width: 100%;;
  /* height: 600px; */
}
.column--50-25{
  width: 49%;
  /* background: rgb(255, 166, 0); */
}
.today-special{
  /* background: #DE6021; */
  /* padding: 50px */
}
.today-special .column{
  margin-bottom: 30px;
  text-align: center;
}
.today-special__img{
    margin: auto;
    max-width: 350px;
}
.today-special__title{
    font-size: 1.3em;
    padding-top: 10px;
    color: #0037af;
    padding-bottom: 20px;
    font-weight: bold;
}
.today-special__price{
    font-size: 1.5em;
    color: #0037af;
    /* font-weight: bold; */
}
/* fin nosottros */



/* DESCRRIPCION */
.descripcion{
  background: #0037af;
  width: 100%;
  border: 1px solid #0037af;
  
}
.texttitleService{
  /* border: 2px solid red; */
  color: #fff;
  font-size: 1.6em;
  padding-top: 2%;
  padding-left: 16%;
  
}
.textService{
  /* border: 2px solid rgb(242, 242, 242); */
  width: 68%;
  margin: 50px auto;
  color: #fff;
  font-size: 1.2em;
}
/* --------------------------------------------------------- */



/* service */

.SeccService {
     
  margin: 1px auto;
  width: 70%;
  /* border: 2px solid green; */
}
.seccservice_title{
  /* border: 2px solid gold; */
  font-size: 1.6em;
  font-weight: bold;
  color: #183650;
  text-decoration: underline;
  text-decoration-color: #F95319;
  text-decoration-thickness: 5px; 

  padding-top: 7%;
  padding-left: 5%;
  padding-bottom: 2%;
}

/* .seccservice_title::after{
  content: '';
  position: absolute;
  width: 40%;
  height: 2px;
  background-color: red; 
  bottom: -2px; 
  left: 50%; 
} */

.secservice_container_card {
  
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  justify-items: center; 
  align-items: center;

  padding: 0;
  /* border: 2px solid rgb(50, 159, 205); */
}

.secservice_card {
  display: flex;
  /* width: calc(33.33% - 10px); */
  width: 100%;
  height: 100%;
  /* padding: 30px; */
  background-color: #F9F9F9;
  transition: background-color 0.3s;
  /* border: 2px solid gold; */
}

.secservice_card:hover {
  background-color: #F95319;
  color: #fff;
}
.seccion_icon_img img{
  width: 50px;
  color: #F95319;
}

.seccion_icon  {
  font-size: 50px;
  color: #F95319;
  margin: 10% auto;
  padding: 20px;
}
.seccion_text{
  margin: 15% auto;
  padding: 0% 10px;
  font-size: 1.3em;
}

.secservice_card:hover .seccion_icon{
  color: #fff;
}




/* TARGETAS GRIRATORIAS 360° */
.wrap{
  display: flex;
  width: 100%;
  margin: 50px auto;
  justify-content: center;
}
.tarjeta-wrap{
  margin: 10px;
  -webkit-perspective: 800;
  perspective: 800;
}
.tarjeta{
  width: 500px;
  height: 350px;
  background: #272D2E;
  position: relative;
  transform-style: preserve-3d;
  transition: .7s ease;

  -webkit-box-shadow: 0px 10px 15px -15px rgba(0,0,0,0.65);
  -moz-box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.65);
  box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.65);
}
.adelante, .atras{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.adelante{
  width: 100%;
}
.card3::before, .card1::before, .card2:before, .card12:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 1000;
  top: 0;
}
.atras{
  transform: rotateY(180deg);

  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  font-family: sans-serif;
}
.tarjeta-wrap:hover .tarjeta{
  transform: rotateY(180deg);
}
.card1, .card2, .card3{
  background-size: cover;
  background-position: center center;
}
.text_wrap{
color: #fff;
left: 20%;
z-index: 1000;
text-align: center;
position: absolute;
top: 50%;
}
/* .text_wrap{
background: red;
} */
/* FIN TARGETAS GRIRATORIAS 360° */



/* Carrusel */
.wrapper {
margin: 1px auto;
/* max-width: 1100px; */
width: 80%;
position: relative;
/* border: 1px solid #F89; */
padding-bottom: 8%;


}
.wrapper i {
top: 50%;
height: 50px;
width: 50px;
cursor: pointer;
font-size: 1.25rem;
position: absolute;
text-align: center;
line-height: 50px;
background: #fff;
border-radius: 50%;
box-shadow: 0 3px 6px rgba(0,0,0,0.23);
transform: translateY(-50%);
transition: transform 0.1s linear;
}
.wrapper i:active{
transform: translateY(-50%) scale(0.85);
}
.wrapper i:first-child{
left: -22px;
}
.wrapper i:last-child{
right: -22px;
}
.wrapper .carousel{
display: grid;
grid-auto-flow: column;
grid-auto-columns: calc((100% / 4) - 9px);
overflow-x: auto;
scroll-snap-type: x mandatory;
gap: 16px;
border-radius: 8px;
scroll-behavior: smooth;
scrollbar-width: none;
}
.carousel::-webkit-scrollbar {
display: none;
}
.carousel.no-transition {
scroll-behavior: auto;
}
.carousel.dragging {
scroll-snap-type: none;
scroll-behavior: auto;
}
.carousel.dragging .card {
cursor: grab;
user-select: none;
}
.carousel :where(.card, .img) {
display: flex;
justify-content: center;
align-items: center;
}
.carousel .card {
scroll-snap-align: start;
height: 280px;
width: 80%;
list-style: none;
background: #fff;
cursor: pointer;
padding-bottom: 15px;
flex-direction: column;
border-radius: 8px;
/* border: 2px solid blue; */
}
/* .carousel .card .img {
background: #8B53FF;
height: 148px;
width: 148px;
/* border-radius: 50%; 
} */
.card .img img {
width: 100%;
height: 100%;
/* border-radius: 50%; */
object-fit: cover;

}
.carousel .card h2 {
font-weight: 500;
font-size: 1.56rem;
margin: 30px 0 5px;
}
.carousel .card span {
color: #6A6D78;
font-size: 1.31rem;
}
@media screen and (max-width: 900px) {
.wrapper .carousel {
  grid-auto-columns: calc((100% / 2) - 9px);
}
}
@media screen and (max-width: 600px) {
.wrapper .carousel {
  grid-auto-columns: 100%;
}
}

.imgg{
/* border: 1px solid red; */
}




/*------------------------Estilos del footer---------------*/

.calculadora {
/* position: fixed; Asigna una posición fija al foote */
bottom: 0; /* Ajusta el footer al fondo de la pantalla */
width: 100%; /* Ajusta el footer al ancho de la pantalla */
z-index: 1000;
}
.main-footer{
background: #222;
color: white;
padding: 10px;
padding-top: 20px;
padding-bottom: 20px;
font-size: .8em;
}
.ubi{
text-decoration: none;
color: white;
}
.copy{
text-align: center;
margin: auto;
margin-top: 15px;
}
.main-footer [class*="icon-"]{
color: white;
text-decoration: none
}
.main-footer [class*="icon-"]:before{
position: relative;
top: 4px;
right: 5px;
font-size: 1.3em
}













/*--------------------Estilos Responsive----------------*/
@media screen and (min-width:200px){
.zona1{/* imagen del baner */
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-position: center center;
}
.banner__content{/* texto del banner */
  font-size: 1.6em;   
}
.group__title{/* titulo quienes somos */
  font-size: 1.6em;
  padding: 20px 20% 10px 15%;
  font-weight: bold;
  color: #0037af;
  
  /* margin-top: 10%; */
}
.nosotrosText{ /* Texto quienes somos */
  font-size: 1.4;
}
.column--50-25{
  width: 100%;
  /* margin-left:  20%; */
  
  /* border: 5px solid grey; */
}
.today-special__img{
  /* margin: auto; */
  max-width: 270px;
}
/* .group{
  background: yellowgreen;
} */



.wrap{
  background: #15A2FA;
  display: flex;
  flex-direction: column;
}
.tarjeta{
  width: 100%;
  height: 250px;    
}
.text_wrap{
  font-size: 1.5em;
  color: #fff;
  left: 20%;
  z-index: 1000;
  text-align: center;
  position: absolute;
  /* top: 40%; */
  /* border: 5px solid burlywood; */
  margin: 0 80px 80px 0 ;

}





.main-footer .container--flex{
  align-items: flex-start
}
.today-special .column{
  /* border: 5px solid #1d5be0; */
  padding: 5px;
}
.today-special__img{
    height: 200px;
    object-fit: cover;
}


.main-footer .container--flex{
  align-items: flex-start
}  



/* menu */
.main-nav{
  background: rgb(0, 42, 133);
}
.menu{
  background: rgb(6, 78, 231);
}

.menu-header{
  display: none;
}


.column--33{
  width: 45%;
}
.ocul{
  display: none;
}

.column__title{
  font-size: 1.1em;
}
.social-icon__link{
  font-size: 2em;
  width: 45px;
  height: 45px;
  /* background: red; */
  margin: 0 0 100% 2px;
  border-radius: 50%;
  text-decoration: none;
}
.social-icon{
  /* background: hotpink; */
  border: 5px;
  border-left: 50px;
}



@media screen and (max-width: 1018px) and (min-width: 200px) {  
  .SeccService {
    display: flex;
    flex-direction: column;
    align-items: center;
    
  }
  .seccion_text{
    font-size: 1.1em;
  }
  .secservice_container_card {
  
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    justify-items: center; 
    align-items: center;
  
    padding: 0;
    
  }
  .secservice_container_card{
    width: 100%;
    max-width: 1000px; 
  }

  .secservice_card{
    display: block;
    margin-bottom: 10px; 
  }
}









}
@media screen and (min-width:480px){
  .menuVar .vt-menu {
		display: block;
		padding: 10px;
		color: #fff;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
	}
 
	.menuVar span {
		float: right;
		font-size: 30px;
	}/*------------*/
    
    
    
    
    .main-header{
        z-index: 1000px;
    }
    
    .main-header__contactInfo{
        
     text-align: right;
        z-index: 100;
        font-size: 0.8em;
    }
    .main-nav{
      background: rgba(0,0,0,0.85);
      z-index: 10000;
  }
}

@media screen and (max-width: 1100px) {
  .menuVar {
		display:block;
		width:100%;
        padding: 5px; 
		position: fixed;
		top: 1;
		background:#023859;
          z-index: 2000;
	}
 
	.menuVar .vt-menu {
		display: block;
		padding: 10px;
		color: #fff;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
        overflow: scroll;
	}
 
	.menuVar span {
		float: right;
		font-size: 30px;
	}
 
	
    
    header nav {
		width:80%;
		height: calc(100% - 80px);
		position: fixed;
		right:100%;
		margin: 0;
		overflow: scroll;
        z-index: 2000;
       
	}
    
 
	header nav ul li {
		display: block;
		border-bottom:1px solid rgba(255,255,255,.5);
	}
 
	header nav ul li a {
		display: block;
	}
 
	header nav ul li:hover .Children-- {
		display: none;
	}
 
	header nav ul li .Children-- {
		width: 100%;
		position: relative;
	}
 
	header nav ul li .Children-- li a {
		margin-left:20px;
	}
  @media screen and (min-width:1024px){
    .main-nav{
      padding: 0;
    }
  }

    
}


@media screen and (min-width:768px){
.column--50-25{
  width: 24.5%;
}
.today-special__title{
  font-size: 1.8em;
}
.today-special__price{
  font-size: 1.1em;
  text-align: left;
}
.column--50-25{
  width: 24.5%;
}



.wrap{
  background: #15A2FA;
  display: flex;
  flex-direction: row-reverse;
}
.tarjeta{
  width: 230px;
  height: 170px;    
}



.social-icon__link{
  font-size: 1.5em;
  width: 30px;
  height: 30px;
  margin: 0 20px 0 20px;
}




/* menu */


}

@media screen and (min-width:1024px){
.zona1{
  height: 100vh;
}
.menu-header{
  display: flex;
}
.main-nav{
display: none;
}

.container{
  width: 1000px;
}

.today-special__title{
  font-size: 1.8em;
}
.today-special__price{
  font-size: 1.2em;
  text-align: left;
}
.main-footer{
  padding-top: 30px;
  padding-bottom: 30px;
}


.wrap{
  flex-direction: row;
   }
  .tarjeta{
    width: 320px;
    height: 250px;    
  }
  .social-icon__link{
    font-size: 2em;
    width: 40px;
    height: 40px;
    /* background: red; */
    margin: 0 20px 0 20px;
    border-radius: 50%;
    text-decoration: none;
  }
  .group__title{
    font-size: 2em;
  }
  .banner__content{
    font-size: 3em;
  }

  .column--33{
    width: 30%;
  }
  .column__title{
    font-size: 1.8em;
  }
  .column__txt{
    font-size: 1.2em;
  }

  .ocul{
    display: block;
  }



}

@media screen and (max-width:1023px){
  .infoHeader{
    border: 2px solid darkgoldenrod;
    display: none;
  }
  .main-nav{
    /* border: 2px solid slateblue; */
  }

}


@media screen and (max-width:1373px){
  .menu_list{
    /* margin: 0 auto;  */
    /* width: 100%; */
  
    /* border: 2px solid green; */
  }
  .menu_link{
    /* width:  100%; */
    /* margin: 0 auto; */
    /* border: 2px solid hotpink; */
   
  }
  .menu-contenedor_list{
    /* border: 2px solid orange; */
    width:  100%;
    margin: 0 auto;
  }
  .logo{
    margin-left: 10%;
    /* border: 2px solid #272D2E; */
  }
  .menu-nav{
    width: 100%;
  }
  
}

@media screen and (max-width:1020px){
  .infoTelMail{
   display: none;
    }
    .infoIcon{
      display: none;
    }
}

@media screen and (max-width:1523px){
  .infoTelMail{
    gap: 0.1rem;
    /* border: 10px solid purple; */
    padding-left: 2px;
    }
}
@media screen and (max-width:1163px){
  .infoIcon{
    padding-left: 400px;
    /* border: 3px solid purple; */
 
    }
}

@media screen and (min-width:1530px){
/* @media  screen and (max-width: 1599) and (min-width: 1541px){ */
  .social-icon__link{

    
  font-size: 2.5em;
  width: 50px;
  height: 50px;
  /* background: red; */
  margin: 0 20px 0 20px;
  border-radius: 50%;
  text-decoration: none;
}



 .tarjeta{
  width: 470px;
  height: 350px;
  background: #272D2E;
  position: relative;
  transform-style: preserve-3d;
  transition: .7s ease;

  
}
.group__title{
  font-size: 2.5em;
}


}




@media screen and (min-width:1600px){
.container{
  width: 1400px;
}
.today-special__img{
  height: 270px;
}

}




