@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



/*letras*/
h1 {
    text-align: center;
 
}
h4 {
    
    font-size: 18px;
    font-weight: 600;
    color: rgb(48, 48, 48);
}
/*parte de informacion*/

.box__seccion-2{
    max-width: 1200px;
    text-align: center;
    padding: 0px 40px;
}



.box__seccion-2 hr{
    border: none;
    height: 2px;
    background-color: #7a7a7a;
}


/*parte de tours*/
.card-tours{
    text-align: center;
    box-shadow: 0 50px 150px 0 rgba(0, 0, 0, 0.314);
    background: #ffffff;
    border-radius: 20px;
    padding: 3px;
    margin: 5px;
    
}


@media screen and (max-width: 540px){
   
    h4 {
        font-size: 15px;
        font-weight: 600;
        color: rgb(48, 48, 48);
    }
    .info-card-tours{
   
      padding: 0px 0px;
        color: rgb(255, 255, 255);
    }
    
}


.info-card-tours{
   
    padding: 10px 15px;
    color: rgb(255, 255, 255);
}

.info-card-tours p,
.card h4 {

    text-align: center;
    margin-bottom: 10px;
    color: rgb(54, 54, 54);
}


.info-card-tour.precio {
    text-decoration: line-through;
    font-size: 20px;
    margin-top: 5px;
    text-align: center;
  
    
}

.info-card-tours.precio span {
    font-weight: 650;
    font-size: 30px;
    
   
}

.barra {
    padding: 20px 0;
    background: #565656;
}

.barra p {
    margin: 0;
    color: white;
}
.icono{
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 60px;
    background-size: 30px;
    margin-bottom: 40px;
    text-align: center;
}


@media (min-width: 750px) {
    .icono {
        margin-bottom: 0;
    }

    h4 {
        font: size 45px;
       
    }
}




.icono1 {
    
    background-image: url(../imagenes/personas.png);
   
}
.icono2 {
    background-image: url(../imagenes/compromiso.png);
}
.icono3 {
    background-image: url(../imagenes/bus.png);
}
