body{
  font-family: "Open Sans", serif;
} 

.logo{
  width: 200px;
} 
 

/*titulos banner*/
.h1banner{ 
	font-weight: 400;
	color: white;
	font-size: 2.5rem; 
	text-shadow: 0px 0px 0px #000;
}
.h2banner{
	font-weight: 400;
  color: white;
  font-size: 1.2rem;  
  
}

.icon-footer{
  color: white;
}

.icon-footer:hover{
  color: gray;
}

.txt-blue{
  color: #003060;
}

.text-justify {
    text-align: justify;
}

/*botones*/
.btn-llamanos{
  background: #4188ce;
  color: white;
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}

.btn-llamanos:hover{
  background: rgb(18, 32, 81);
  color: white;
} 

.btn-whatsapp{
  background: #00e676;
  color: black; 
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-whatsapp:hover{
  background: #007a3f;; 
  color:  black;
}

.btn-1{
  background: #003060;
  color: white;
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}

.btn-1:hover{
  background: rgb(60, 72, 134);
  color: white;
}

.btn-2{
  background: white;
  color: #003060;
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}

.btn-2:hover{
  background: rgb(226, 230, 255);
  color: #283578;
}

.btn-envia{
  background: #4e70b2;
  color: white;
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}

.btn-envia:hover{
  background: rgb(59, 74, 137);
  color: white;
} 

/*botones gracias*/
.btn-back{
  background: #4f70b2;
  color: #ffffff;
  border-radius: 20px;
  font-size: 20px;
  margin-left: 5px;
  margin-top: 5px;
  font-weight: 600;
}
.btn-back:hover{
  background: #21355d;
  color: white;  
} 

.btn-llamanos-g{
  background: #21355d;
  color: #ffffff;
  border-radius: 10px;
  font-size: 25px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-llamanos-g:hover{
  background:#4f70b2; 
  color: white;  
}  

.btn-whats-g{
  background: #00e676;;
  color: black; 
  border-radius: 10px;
  font-size: 25px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-whats-g:hover{
  background: #007a3f;; 
  color:  white;

}  

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

/*backgrounds*/
.bg-menu{ 
  background: gray;
}

.bg-blue{ 
  background: #a5b8de;
}

.bg-blue-1{ 
  background: #055C9D;
}

.gradient-box1{ 
  background: #ffffff;
  background: linear-gradient(-90deg,#ffffff 50%, rgb(248 249 250) 50%);
  background: -webkit-linear-gradient(-90deg,#ffffff 50%, rgb(248 249 250) 50%);
  background: -moz-linear-gradient(-90deg,#ffffff 50%, rgb(248 249 250) 50%);
}


/*formulario*/
.bg-form {
  background: rgb(255 255 255 / 83%);
  border-radius: 20px; 
} 

/*boxes*/

.box1{
  background: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 40px;
  box-shadow: -2px 0px 13px -1px rgba(0,0,0,0.59);
  -webkit-box-shadow: -2px 0px 13px -1px rgba(0,0,0,0.59);
  -moz-box-shadow: -2px 0px 13px -1px rgba(0,0,0,0.59);
}  

.box2{
  background: #dddfdf;  
  border-radius: 30px; 
  padding: 40px; 
}   

.box3{
  background-image: url(../img/oficinas.webp); 
  border-radius: 30px; 
  padding: 40px 40px 0px 40px; 
} 

.box4 { 
  /* The image used */
  background: url(../img/fondo1.webp) center center no-repeat;
  border-radius: 30px; 
  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; 
}  

.image-bg {
    position: relative;
    background: url(../img/banner-2.webp) no-repeat center center;
    background-size: cover;
    border-radius: 60px;
    overflow: hidden;
    padding: 100px 0;
}

/*texto caja*/
.txt-box1{
  background: rgb(197, 197, 197);
  border-radius: 20px; 
  padding: 8px 15px 8px 15px;
  display: inline-block; /* Ajusta el ancho al contenido */
}

/*titulo de box1*/
.h2-with-line {
  display: flex;
  align-items: center;
  text-align: center;
}

.h2-with-line::before,
.h2-with-line::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ccc; /* Color de la línea */
  margin: 0 15px; /* Espacio entre el texto y las líneas */
}



/*tamaño de imagenes*/
.img-size1{
  width: 80px;
}

.img-size2{
  width: 60px;
}

.img-size4{
  width: 70%;
}

.img-logo-footer{
  width: 100%;
}

.bcard-accent {
  border-color: rgb(16, 218, 90)!important; 
}

/*n*/
.acordeon-1 .accordion-button:not(.collapsed) {
  color: white!important; 
  background-color: gray!important;
  box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
} 

/*btn navpills*/
.custom-pills.nav-link.active, 
.nav-pills .show > .nav-link {
    color: white !important;
    background-color: #ff5733 !important;
}  

.custom-pills.nav-link, 
.nav-pills .show > .nav-link {
    color: #ff5733 !important;
}  


@media (max-width: 425px){
  #banner {
    background-size: 160% auto!important;
    background-position: 0px 0px;
} 

}



@media (max-width: 768px){

  #banner {
      background-size: 160% auto;
      background-position: 0px 0px;
  } 

  .h1banner{
    padding-top: 18px; 
    font-size: 31px;
    margin-bottom: 4px;
  }

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

  /*cajas*/
  .box1 {
    margin: 20px;
    padding: 10px;
  }

  .box2 {
    padding: 20px;
    margin: 10px;
  }

  .box3 {
    margin: 15px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 0px;
  }

  /*formulario*/
  .bg-form {
    background: rgb(126, 126, 126);
    border-radius: 20px; 
  } 


 
}