@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body {
	font-family: 'Roboto', sans-serif;
	color: black;
}


h1{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;

	
}

h2{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

h3{
font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

h4{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	
}

h5{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

h6{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}  

p{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.menu1{
	position: fixed!important;
}

.h1banner{ 
    padding-top: 100px;
	font-weight: 200;
  	font-family: 'Roboto', sans-serif;
  	font-size: 3rem; 
  	text-shadow: 3px 3px 3px #000;
}

.h2banner{
	font-weight: 400;
  	font-family: 'Roboto', sans-serif;
  	font-size: 2rem;  
}

/*backgrounds*/


.bg-blue{ 
	background:#0a204f;
}

.bg-gray{ 
	background:#3d3d3d;
}
 
.bg-footer{
	background: black;
}


.bg-footer2{
	background: gray;
}
 
.parallax1 { 
  /* The image used */
  background: url(../img/parallax.webp) center center no-repeat;
  background-size: cover;

  /* Set a specific height */
  min-height: 200px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}

.parallax2 { 
  /* The image used */
  background: url(../img/parallax2.webp) center center no-repeat;
  background-size: cover;

  /* Set a specific height */
  min-height: 200px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}


.bg-img-lat {
    background: url(../img/fondo1.webp) center center no-repeat;
    background-size: 100%;
    height: 440px;
}  

 
.bg-img {
    background: url(../img/bg-img.webp) center center no-repeat;
    background-size: cover;
} 

.bg-img-1 {
    background: url(../img/bg-img-1.webp) center center no-repeat;
    background-size: cover;
}

.bg-img-2 {
    background: url(../img/bg-img-2.webp) center center no-repeat;
    background-size: cover;
}

.bg-img-3 {
    background: url(../img/bg-img-3.webp) center center no-repeat;
    background-size: cover;
}

.bg-img-4 {
    background: url(../img/bg-img-4.webp) center center no-repeat;
    background-size: cover;
}

.bg-img-5 {
    background: url(../img/bg-img-5.webp) center center no-repeat;
    background-size: cover;
}

.img-size{
	width: 110px;
	text-align: center!important;
}

.img-size1{
	width: 70px;
} 

.img-size2{
	width: 350px;
}

.img-size3{
	width: 420px;
}

.img-size4{
	width: 200px;
}

.img-size5{
	width: 400px;
}

.img-size6{
	width: 80px;
}

.caja {
      background-color: #0a204f;
	  color: white;
      cursor: pointer;
    }

.caja:hover {
      background-color: #001239; /* Cambia el color de fondo al pasar el cursor */
      color: white; /* Cambia el color del texto */
}

.caja-1 {
      background-color: #686868;
	  color: white;
    }

.caja-1:hover {
      background-color: #0a204f; /* Cambia el color de fondo al pasar el cursor */
      color: white; /* Cambia el color del texto */
}

/*BOTONES*/
.btn-envia{
	font-family: 'Roboto', sans-serif;
    background: #3d3d3d;
    color: white;
    border-radius: 0px;
    font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
}

.btn-envia:hover{
	font-family: 'Roboto', sans-serif;
    background: #191919;
    color: white;
    border-radius: 0px;
    font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
}


.btn-llamanos{
	font-family: 'Roboto', sans-serif;
    background: #0a214f;
    color: white;
    border-radius: 0px;
    font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
}

.btn-llamanos:hover{
	font-family: 'Roboto', sans-serif;
    background: #1a3970;
    color: white;
    border-radius: 0px;
    font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
}
 
.btn-whats{
   	font-family: 'Roboto', sans-serif;
    background: #4fa333;
    color: white;
    border-radius: 0px;
    font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
}
  
.btn-whats:hover{
    font-family: 'Roboto', sans-serif;
    background: #01cd6a;
    color: white;
    border-radius: 0px;
    font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
} 
 

.btn-1{
	background: white!important;
	font-weight: bold;
	color: #0a204f;
	font-size: 16px;
	border-radius: 0px;
	font-family: 'Roboto', sans-serif;
}

.btn-1:hover{
	background: black!important; 
	font-weight: bold;
	color: white;
	font-size: 16px;
	border-radius: 0px;
	font-family: 'Roboto', sans-serif;
}

.btn-2{
	background: #3d3d3d!important;
	font-weight: bold;
	color: white;
	font-size: 16px;
	border-radius: 0px;
	font-family: 'Roboto', sans-serif;
}

.btn-2:hover{
	background: #191919!important; 
	font-weight: bold;
	color: white;
	font-size: 16px;
	border-radius: 0px;
	font-family: 'Roboto', sans-serif;
}

.btn-3{
	background: #1a3970!important;
	font-weight: bold;
	color: white;
	font-size: 16px;
	border-radius: 0px;
	font-family: 'Roboto', sans-serif;
}

.btn-3:hover{
	background: #0a204f!important; 
	font-weight: bold;
	color: white;
	font-size: 16px;
	border-radius: 0px;
	font-family: 'Roboto', sans-serif;
}



.btn-outline-red{
	
	font-weight: bold;
	color: #9c1c3e;
	font-weight: 400!important;
	font-size: 18px;
	border-radius: 0px;
	border-color: #9c1c3e;
}

.btn-outline-red:hover{
	background: #9c1c3e;
	font-weight: 400!important;
	color: white;
	font-size: 18px;
	border-radius: 0px;
}


/*botones de gracias*/
.btn-return{
	background: #3d3d3d!important;
	font-weight: bold;
	color: white;
	font-size: 21px;
	border-radius: 0px;
	font-family: 'Roboto', sans-serif;
    padding-right: 15px;
    padding-left: 15px;
}

.btn-return:hover{
	background: black!important; 
	font-weight: bold;
	color: white;
	font-size: 21px;
	border-radius: 0px;
	font-family: 'Roboto', sans-serif;
    padding-right: 15px;
    padding-left: 15px;
}


.btn-llamanos-g{
	font-family: 'Roboto', sans-serif;
    background: #041430;
    color: white;
    border-radius: 0px;
    font-size: 21px;
    padding-right: 15px;
    padding-left: 15px;
}

.btn-llamanos-g:hover{
	font-family: 'Roboto', sans-serif;
    background: #1a3970;
    color: white;
    border-radius: 0px;
    font-size: 21px;
    padding-right: 15px;
    padding-left: 15px;
}


.btn-whats-g{
    font-family: 'Roboto', sans-serif;
    background: #4fa333;
    color: black;
    border-radius: 0px;
    font-size: 21px;
    padding-right: 15px;
    padding-left: 15px;
}

.btn-whats-g:hover{
    font-family: 'Roboto', sans-serif;
    background: #01cd6a;
    color: white;
    border-radius: 0px;
    font-size: 21px;
    padding-right: 15px;
    padding-left: 15px;
} 

/*fin botones de gracias*/


/*fondo formulario*/ 
.bg-form {
    background: rgba(255, 255, 255, .7);
}



.menu-sticky {
    position: fixed;
    top: 0px;
    bottom: auto;
    width: 100%;
    z-index: 9999;
} 

/*tamaño logo*/
#logo img {
	max-height: 80px;
}

/*banner fondo*/
#banner {
    background-image: url(../img/banner.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}


/*efecto zoom imagenes*/
.zoom {
	padding-top: 1rem;
    transition: transform .2s;
    height: auto;
    margin: 0;
    max-width: 100%;
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

/* nav pills 1*/
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #949393;
}
 
.txt-pills1 {
    color: black!important;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
} 

.txt-pills1:hover {
    color: blue!important;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
} 
 
.txt-blue {
    color: #0a204f!important;
}

.txt-gray {
    color: #262626!important;
}

.txt-promo{
	color: #efefef!important;
	font-size: 35px;
} 
 
 
/*botones acordeon*/
.card-header {
    padding: 2px 2px!important;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.btn-link {
    font-weight: 600;
    color: black;
    text-align: center!important;
}

.btn-link:hover {
    font-weight: 600;
    color: #1a3970;
    text-align: center!important;
} 

/*caja con fondo blanco*/
.graybox2 {
    border-top: 2px #636363 solid;
    border-right: 2px #636363 solid;
    border-left: 2px #636363 solid;
    border-bottom: 2px #636363 solid;
    background:white;
    padding: 12px;
}


/*caja*/
.graybox {
    border-top: 2px #0a204f solid;
    border-right: 2px #0a204f solid;
    border-left: 2px #0a204f solid;
    border-bottom: 2px #0a204f solid;
	background:#0a204f;
    padding: 12px;
}


.bg-gray-box-title{
	background: #5b5b5b;
	margin: 0!important;
	padding: 5px;
}
 
/*redes sociales iconos*/
.white-icon {
	color: white!important;
	text-decoration: none!important;
	font-size: 21px !important;
}

/*textos footer*/
.txt-footer{
	color: white;
	font-size: 17px;
}



@media (max-width: 768px){

.txt-movil{
	font-size: 25px;
} 

.txt-movil2{
	font-size: 20px;
} 

.txt-16{
    font-size: 16px!important;
}

.txt-32{
    font-size: 32px!important;
}
.fondo1 {
    background: url(../img/fondo1.webp) center center no-repeat;
    background-size: 100%;
    height: 240px;
}


#banner {
    background-size: 160% auto;
    background-position: 0px 0px;
}
 
.movilbanner{
	padding-top: 100px;
    font-size: 25px;
	margin-bottom: 4px;
}

.movilbanner2{
	/*padding-top: 23px;*/
    font-size: 19px;
	margin-bottom: 4px;
}


.movilform1{
	margin-top: 10px;
    text-align: center;
}

.bgformovil{
	margin-top: 60px;
	margin-bottom: 20px;
	background: #cccccc;
	color: white!important;
}



}
