html {
    scroll-behavior: smooth;
}

.navbar {
    background-color: black !important;
    position: fixed top;
    width: 100vw;
}

.navbar h1 {
    font-family: 'poppins', Light;
    font-size: 20px;
}

.navbar a {
color:  white !important ;
}

h1 img {
    width: 220px;
}

.container h4 {
    color: black;
    font-family: 'poppins', Light;
    font-size: 30px;
}

header h1 {
    text-align: center;
    color: white;
    margin: 80px;
}


.navbar i {
    color: white;
}

header h2 {
    text-align: center;
    color: black;
}

.acerca {
    text-align: center;
    display: none;
    color: #ffffff;
    background-color: black;
    width: 100vw;
}

.container a {
        text-decoration: none;
}

.acerca h3 {
    margin: 40px;
    font-family: 'poppins', Light;
}

.acerca p {
    margin: 10px 30px 40px 50px;
}

.tarjetero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-top: 30px;
    width: 100vw;
    text-align: center;
}

.titulo {
    text-align: center;
    color: black;
    margin-bottom: 50px;
}

.card1 {
    background-color:#006699;
    color: #ffffff;
    text-align: center;
}

.card1 .icono {

    width: 40px;

}

.card1 h5 {
    font-family: 'poppins', Light;
    text-align: center;
    color:white;
}

.card1 p {
    text-align: center;
    font-size: 15px;
    color: white;
}

.card2 {
    background-color:#FCEA10;
    color: #ffffff;
    text-align: center;
}

.card2 .icono {

    width: 50px;
}

.card2 h5 {
    font-family: 'poppins', Light;
    text-align: center;
    color:black;
}

.card2 p {
    text-align: center;
    font-size: 15px;
    color: black;
}
.card3 {
    background-color:gray;
    color: #ffffff;
    text-align: center;
}

.card3 .icono {

    width: 56px;
}

.card3 h5 {
    font-family: 'poppins', Light;
    text-align: center;
    color:white;
}

.card3 p {
    text-align: center;
    font-size: 15px;
    color: white;
}

.card4 {
    background-color:gray;
    color: #ffffff;
    text-align: center;
}

.card4 .icono {

    width: 56px;
}

.card4 h5 {
    font-family: 'poppins', Light;
    text-align: center;
    color:white;
}

.card4 p {
    text-align: center;
    font-size: 15px;
    color: white;
}

.experiencia {
    background-color: white;
    color: #ffffff;
    width: 100vw;
    
}

.jumbotron {
    background-color: black;
    text-align: center;
    color: #ffffff;
    font-family: 'poppins', Light;
    width: 100vw;
}

.jumbotron h4 {
    font-size: 30px;
}

footer {
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    text-align: center;
    color: white;
    padding: 50px;
    width: 100vw;
}

footer h4 {
    font-family: 'poppins', Light;
    font-size: 40px;
}

i {
    color: white;
    margin: 20px;
}

footer h6 {
    font-family: 'poppins', Light;

}

footer a {
    color: white;
}

footer img {
    width: 150px;
}

.typeform-widget {
    width: 100vw;
}

.fondo-carrusel {
    background-color: white;
    padding-bottom: 30px;
}

.carousel-caption {
    background-color:white;
    bottom: 0;
    padding: 0;
    padding-top: 10px;
    background-color: black;
    color:#ffffff;
}

.carousel-caption h5 {
    font-family: 'poppins', Light;
    font-size: 25px;
}

@media (min-width: 200px) {

    
}

@media (min-width: 768px) { 

    .acerca {
        display: inline-block;
    }
}

@media (min-width: 992px) {

    .acerca {
        display: inline-block;
    }
}

@media (min-width: 1200px) {

    .acerca {
        display: inline-block;
    }

}
