

*{
    margin:0; 
    padding:0;
    box-sizing: border-box;
    outline: none; border:none;
    text-decoration: none;
    transition: .2s linear;
    font-family: "Open Sans", sans-serif;
}




/*scrol configuracion*/
html::-webkit-scrollbar{
	width: 10px;
}

html::-webkit-scrollbar-track{
	background-color:#f0f3f6;
}

html::-webkit-scrollbar-thumb{
	background-color:#b80101 ;
}
html {
	scroll-behavior:smooth ;
}

/*------------------- Banner pag.principal(index)------------------*/
.cabecera{
	display: flex;
	justify-content: center;
	padding-top: 3px;
	height: 138px;
}











.container{
    background:#fff;
    padding:15px 9%;
    padding-bottom: 100px;
}


.titulo{
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    margin-top: 40px;
    
  }
  
  .qsy {
    text-align: center;
    margin-bottom: 40px;
    font-size: 20px;
  }
  
  .divisor{
    width: 80px;
    height: 3px;
    background: #ae0606;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  






.container .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap:15px;
}



.container .box-container .box p{
    height: 245px;
  
    box-shadow: 0 5px 10px rgba(213, 166, 166, 0.2);
    border-radius: 5px;
    background: #F8F6F6 ;
    text-align: left;
    padding-top: 40px;
    padding-right: 15%;
    padding-bottom: 60px;
    padding-left: 15%;

   
}




  .service-icon {
    float: left;
    background: #ae0606;
    padding: 16px;
    border-radius: 50%;
    transition: 0.5s;
    border: 1px solid #7F0F20;
    margin-left: 10px;
    margin-top: 10px;


  }
  /*
  #service .box, .service-icon {
    color: #fff;
    font-size: 24px;
  }*/
  
  #service .box:hover > .service-icon {
    background:#fff ;
  }




.container .box-container .box p{
    color:#777;
    font-size: 16px;
    line-height: 1.8;
}

.box-1{
    background: #F8F6F6 ;
    height: 85px;
    text-align: center;
    padding-top: 15px; 


    
}



.acepto{
  display: inline-block;
  width: 85px;
  height: 50px;
  background: #ae0606;
  border-radius: 100px;
  cursor: pointer;
  position: relative; 
  margin-top: 15px;
  color: #F8F6F6;
}

.acepto::after{
  color: #F8F6F6;
}
.acepto:hover {
  background: #F8F6F6;
  color:#ae0606;
}


#switch{
  display: none;
}

#switch:checked + .lbl::after{
  left: 36px;
}

/*

.boton{
  margin: 100px;
}

.lbl-switch{
  display: inline;
  width: 80px;
  height: 30px;

  border-radius: 100px;
  background: pink ;

  cursor: pointer;
}

#btn-switch:checked~ .lbl-switch{
  background: #7F0F20;
}

.lbl-switch:after {
  position: absolute;
  content: ' ';
  width: 22px;
  height: 22px;
  background: #2530c9;
  border-radius: 100px;
  top: 4px;
  left: 5px;
  transition: 0.3s;
}

#btn-switch:checked~ .lbl-switch:after{
  left: 28px;
}

#btn-switch{
  display: none;
}


*/

@media (max-width:780px){
   .cabecera{
  display: flex;
  justify-content: center;
  padding-top: 3px;
  height: 108px;
}




}




@media (max-width:500px){
   .cabecera{
  display: flex;
  justify-content: center;
  padding-top: 3px;
  height: 85px;
}


.titulo{
    font-size: 22px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    margin-top: 40px;
    
  }
  
  .qsy {
    text-align: center;
    margin-bottom: 40px;
    font-size: 15px;
  }
  

.container .box-container .box p{
    height: 180px;
   
}



}




@media (max-width:470px){

.container .box-container .box p{
    height: 260px;
   
}



}




@media (max-width:370px){

.container .box-container .box p{
    height: 270px;
   
}



}




.container .box-container .box p{
    color:#777;
    font-size: 16px;
    line-height: 1.8;
}

.box-2{
    background: #F8F6F6 ;
    height: 85px;
    text-align: center;
    padding-top: 15px; 


    
}



.Volver{
  display: inline-block;
  width: 85px;
  height: 50px;
  background: #ae0606;
  border-radius: 100px;
  cursor: pointer;
  position: relative; 
  margin-top: 15px;
  color: #F8F6F6;
}

.Volver::after{
  color: #F8F6F6;
}
.Volver:hover {
  background: #F8F6F6;
  color:#ae0606;
}
