@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;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

* {
    font-family: 'Poppins', sans-serif;
}

* a {
    text-decoration: none;
}

*::-moz-selection {
    background-color: rgb(58, 232, 245);
}

*::selection {
    background-color: rgb(58, 232, 245);
}

.portada {
    height: 50vh;
    background-image: url(./img/muralVAS.jpg);
    background-size: cover;
    background-position: center;
}


.nav-link:hover {
    background-color: #578fbb;
}

.btn {
    background-color: #53a4e2;
    color: #f8f4f4;
}


.contenidoInicio {
    padding: 40px;
}

.contenidoInicio .__titulo {
    text-align: center;
    margin-bottom: 40px;
}




.nav__foot a {
    color: #ffffff;
}

.nav__foot a:hover {
    color: #005a8c;
}

@media screen and (max-width: 950px) {
    .tarjetas {
        flex-direction: column;
    }
}