html, body{
    font-family: 'Poppins', sans-serif;
    color: #222;
}

.navbar{
    padding: .5rem;
}

.navbar li{
    padding-right: 20px;
}

.navbar link {
    font-size: 1.1em !important;
}


.carousel-inner img{
    width: 100%;
    height: 100%;
}

.carousel-caption{
    font-family: 'Poppins';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-caption h1{
    font-size: 500%;
    text-transform: uppercase;
    text-shadow: 1px 1px 15px #000;
}

.carousel-caption h3{
    font-size: 200%;
    font-weight: 500;
    text-shadow: 1px 1px 10px #000;
}

.padding{
    padding-bottom: 2em;
}

.welcome{
    width: 75%;
    margin: 0 auto;
    padding-top: 2rem;
}

.welcome hr{
    border-top: 1px solid #b4b4b4;
    width: 95%;
    margin-top: .3rem;
    margin-bottom: 1rem;
}

.icos{
    font-size: 5em;
    color: #4417be;
    margin: 1rem;
}

footer{
    background-color: #3f3f3f;
    color: #d5d5d5;
    padding-top: 1rem;
    height: 10%;
}

.expdiv img{
    width: 50%;
    height: 50%;
}




.photo{
    width: 90%;
    height: 90%;
    background-color: rgba(0, 0, 0, 0.1);
    filter:brightness(0.45)
}

.hola{
    background-image: url(img/logistica.jpg);
}



.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

.centered h3{
    font-weight: 500;
    text-shadow: 1px 1px 20px #000;
}

.container1 {
    position: relative;
    text-align: center;
    color: white;
}

.icosnos{
    font-size: 4.8em;
    color: white;
    margin: 1rem;
    text-shadow: 1px 1px 15px #000;
}

.icocontacto{
    font-size: 4em;
    color: #6f6bb4;
    margin: 1rem;
}

.divcontacto{
    background-size: cover;
    background-image: linear-gradient(to right, rgba(24, 78, 104, 0.5), rgba(87, 202, 133, 0.5)), url(../img/imagen.jpg);
    width: 100%;
}

.divcontacto hr{
    border-top: 2px solid #b4b4b4;
    width: 100%;
}

.formulario{
    background-color: rgba(235, 235, 235, 0.9)
}

.datoscontacto{
    font-size: 18px;
}

@media (max-width: 900px){
    .carousel-caption{
        top: 45%;
    }
    
    .carousel-caption h1{
        font-size: 300%;
    }
    
    .carousel-caption h3{
        font-size: 140%;
        font-weight: 400;
        text-shadow: 1px 1px 10px #000;
    }

    .icocontacto{
        font-size: 3em;
        color: #6f6bb4;
        margin: 1rem;
    }

    .datoscontacto{
        font-size: 15px;
    }

}
@media (max-width: 576px){

    .carousel-caption{
        top: 25%;
    }
    
    .carousel-caption h1{
        font-size: 150%;
    }
    
    .carousel-caption h3{
        font-size: 90%;
        font-weight: 400;
        text-shadow: 1px 1px 10px #000;
    }

    .icocontacto{
        font-size: 2em;
        color: #6f6bb4;
        margin: 1rem;
    }

    .datoscontacto{
        font-size: 12px;
    }
}