body{
 font-family: "Montserrat", sans-serif;
 font-size: 16px;
} 

h6{
  font-size: 18px;
}


.logo{
  width: 120px;
} 

.btn-float1 {
  position: fixed;
  bottom: 70px;
  right: 30px;
  z-index: 99999999;
}
.btn-float2 {
  position: fixed;
  bottom: 130px;
  right: 30px;
  z-index: 99999999;
}

.img-btn-float {
    width: 50px;
}
 

/*titulos banner*/
.h1banner{ 
  color: white;
  text-shadow: 3px 3px 3px #000;
  font-size: 2.7rem;  
}
.h2banner{
	font-weight: 400!important;
  color: white;
  font-size: 2rem;  
  text-shadow: 3px 3px 3px #000;
  
}

.icon-footer{
  color: white;
}

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


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

.btn-llamanos:hover{
  background: #4b4c4d;
  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:  white;
}

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

.btn-1:hover{
  background: #0d204a; 
  color: white;
}

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

.btn-2:hover{
  background: #4b4c4d;  
  color: white;  
}

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

.btn-envia:hover{
  background: rgb(142, 6, 12);
  color: white; 
} 

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

.btn-llamanos-g{
  background: #ff0202;
  color: #ffffff;
  border-radius: 10px;
  font-size: 25px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-llamanos-g:hover{
  background:rgb(112, 3, 3);
  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: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

/*textos*/
.txt-blue{
  color: #1b3f94;
}

.txt-gray{
  color: #4b4c4d;
}

/*backgrounds*/
.bg-menu{ 
  background: #1b3f94;
}

.bg-gray{
  background: #4b4c4d;
}

.bg-blue{
  background: #1b3f94;
}

.bg-blue2{
  background: #778cc5;
}

.bg-blue3{
  background: #f2f3f6;
}   

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

.parallax-1 { 
  /* The image used */
  background: url(../img/parallax-1.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; 
}


/*owl carousel*/

/*botones owl*/
.owl-nav {
	position: absolute;
    top: 4rem;
    left: -1.2rem;
    width: 103%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.owl-nav button {
  background: none;
  border: none;
  font-size: 1.6rem!important;
  color: #1b3f94!important;
  pointer-events: all;   
}

.owl-nav button:hover {
  color: #03204b!important; 
}


/*owl carousel*/

/*formulario*/
.bg-form {
  background-color: rgba(255, 255, 255, 0.2); /* transparente */
  backdrop-filter: blur(10px); /* efecto blur */
  -webkit-backdrop-filter: blur(10px); /* Safari */
  transition: background-color 0.3s ease;
  border-radius: 10px; 
  color: white;
} 

/*boxes*/
.box-01 {
    background: #ffffff;
    border-radius: 30px;
    padding: 30px;
} 


/*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: 200px;
} 

.img-size2{
  width: 60px;
}

.img-sc{
  width: 80px!important;
}

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



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

}



@media (max-width: 768px){
	
	.owl-nav {
    width: 94%;
	  left:1rem;
  }


  #banner {
      background-size: 160% auto;
      background-position: 0px 0px;
      background-image: url(../img/banner-movil.webp);
  } 

  

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

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

  
  /*formulario*/
  .bg-form {
    background: #c2c8e4;
    color: #12285b;
    border-radius: 20px; 
    margin-top: 100px; 
  } 


 
}