#top {
    position: fixed;
    z-index: 21;
}

#header {
    position: sticky;
    top: 39px;
    z-index: 20;
}

#mini-header {
    background: black;
    width: 100vw;
    color: white;
    display: flex;
    align-items: center;
}

.contacto {
    display: flex;
    align-items: center;
    justify-content: center;
}

#mini-header a {
    color: white;
    display: block;
    width: 100%;
    text-decoration: none;
    text-align: center;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.contacto p {
    background: green;
    top: -150px;
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    padding: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#mini-header .fas {
    font-size: 1.2em;
    width: 100%;
    padding: 10px;
    display: block;
    color: white;
}

#mini-header .fab {
    font-size: 1.2em;
    width: 100%;
    padding: 10px;
    display: block;
}

#mini-header p {
    font-size: .77em;
}

#mini-header a:hover>p {
    top: 5px;
    left: 0;
    ç right: 0;
}


/* MENU NAV*/

.navbar-brand img {
    width: 150px;
}

#logo_trasladia {
    margin-left:
}

.navbar-nav li>a {
    display: block;
    color: black;
    text-decoration: none;
    padding: 10px;
    text-align: center;
}

.navbar-nav li>a:hover {
    background: green;
    color: white;
}

.dropdown-menu button {
    padding: 0;
}

.dropdown-item>a {
    display: block;
    color: green;
    text-decoration: none;
    line-height: .9em;
    padding: 10px 20px;
    text-align: center;
}

.dropdown-item>a:hover {
    color: rgb(9, 63, 13);
    text-decoration: none;
    background: white;
    width: 100%;
}


/* IMAGEN PORTADA */

#imagen-portada {
    background: url('../img/somos_verde.jpg');
    height: 45vh;
    background-size: cover;
    background-position: 0px;
    background-repeat: no-repeat;
    color: white;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

#imagen-portada h1 {
    margin-right: 100px;
    margin-bottom: 50px;
}

#titulo_seccion {
    padding: 20px;
    margin-left: 6.5vw;
    color: green;
}

#contenido {
    width: 100vw;
}

#texto {
    font-size: 15.5px;
}

#texto #valores {
    line-height: 27px;
}

#imagen_contenido {
    background: url('../img/car-move.jpg');
    background-repeat: no-repeat;
    background-position: -400px;
    background-size: cover;
}


/* FOOTER FONDO NEGRO */

#footer_negro {
    width: 100vw;
    height: auto;
    background: black;
}

#footer_negro div {
    padding: 15px;
}

#footer_negro h5 {
    color: white;
    text-align: center;
}

#footer_negro p {
    font-size: 14px;
    line-height: 20px;
}

#cuarto_cuadro p {
    text-align: center;
    color: rgb(0, 206, 75);
    padding: 0;
}


/* FOOTER FINAL VERDE */

#final_footer {
    background: green;
    color: white;
    width: 101.1vw;
    text-align: center;
    display: flex;
    align-items: center;
}

#final_footer a {
    text-decoration: none;
    color: white;
}

#final_footer p {
    font-size: 15.2px;
}

.fab {
    font-size: 40px;
}


/* RESPONSIVE */

@media screen and (max-width:1080px) {
    #mini-header .fas {
        font-size: 1.1em;
    }
    #mini-header .fab {
        font-size: 1.1em;
    }
    #mini-header p {
        font-size: .66em;
        margin-left: 7px;
        margin-top: 14px;
    }
    #mini-header a:hover>p {
        top: -9px;
        left: 0;
        right: 0;
    }
    /* NAV */
    .navbar-brand img {
        width: 6em;
    }
    .navbar-nav li a {
        font-size: .99em;
    }
    .dropdown-menu button {
        font-size: .98em;
    }
    /* Portada */
    #imagen-portada h1 {
        margin-right: 100px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width:980px) {
    #mini-header a {
        color: white;
        display: block;
        width: 100%;
        text-decoration: none;
        text-align: center;
        position: relative;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    #mini-header a:hover {}
    .contacto p {
        background: green;
        top: -150px;
        position: absolute;
        display: block;
        width: 100%;
        left: 0;
        padding: 5px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    #mini-header .fas {
        font-size: 1.2em;
        width: 100%;
        padding: 10px;
        display: block;
    }
    #mini-header .fab {
        font-size: 1.2em;
        width: 100%;
        padding: 10px;
        display: block;
    }
    #mini-header p {
        font-size: .6em;
    }
    #mini-header a:hover>p {
        top: -9px;
        left: 0;
        right: 0;
    }
    /* NAV */
    .navbar-brand img {
        width: 150px;
    }
    .navbar-nav li a {
        padding: 9px;
        font-size: 1em;
    }
    .dropdoen-menu button {
        font-size: .9em;
    }
    /* PORTADA */
    #imagen-portada h1 {
        margin-right: 100px;
        margin-bottom: 50px;
        font-size: 2.2em;
    }
    #titulo_seccion h3 {
        font-size: 1.6em;
        margin-left: 0;
    }
    /* TEXTO */
    #texto {
        font-size: 1.01em;
    }
    #texto #valores {
        line-height: 27px;
    }
    /* FOOTER FONDO NEGRO */
    #footer_negro {
        width: 101.5vw;
    }
    #footer_negro h5 {
        font-size: 1em;
    }
    #footer_negro p {
        font-size: .7em;
        line-height: 13.5px;
    }
    #tercer_cuadro .fas {
        font-size: 2.2em;
    }
    /* FOOTER FINAL VERDE */
    #final_footer {
        background: green;
        color: white;
        width: 103vw;
        display: flex;
        align-items: center;
    }
    #final_footer p {
        font-size: .7em;
    }
    .fab {
        font-size: 2em;
    }
}

@media screen and (max-width:768px) {
    #mini-header .fas {
        font-size: 1em;
        width: 100%;
        padding: 6.5px;
        display: block;
    }
    #mini-header .fab {
        font-size: 1em;
        width: 100%;
        padding: 6.5px;
        display: block;
    }
    #mini-header p {
        font-size: .46em;
    }
    #header {
        top: 59px;
    }
    #mini-header a:hover>p {
        top: -12px;
        left: 0;
        right: 0;
    }
    /* NAV */
    .navbar-brand img {
        width: 125px;
    }
    .navbar-nav li a {
        padding: 8px;
        font-size: .9em;
    }
    .dropdown-item>a {
        font-size: .7;
    }
    /* PORTADA */
    #imagen-portada h1 {
        margin-right: 70px;
        margin-bottom: 25px;
        font-size: 1.9em;
    }
    /* CONTENIDO */
    #contenido {
        width: 100%;
        margin: auto;
    }
    #titulo_seccion h3 {
        font-size: 1.4em;
        text-align: center;
    }
    #texto p {
        font-size: .95em;
    }
    #texto #valores {
        line-height: 25px;
    }
    /* FOOTER FONDO NEGRO */
    #footer_negro {
        width: 102.5vw;
    }
    #footer_negro h5 {
        font-size: .8em;
        text-align: center;
    }
    #footer_negro p {
        font-size: .6em;
        line-height: 11px;
        text-align: center;
    }
    #tercer_cuadro .fas {
        font-size: 1.9em;
    }
    /* FOOTER FINAL VERDE */
    #final_footer {
        width: 105.5vw;
    }
    #final_footer p {
        font-size: .5em;
    }
    .fab {
        font-size: 1.3em;
    }
}

@media screen and (max-width:576px) {
    #mini-header .fas {
        font-size: .9em;
        width: 100%;
        padding: 6.5px;
        display: block;
    }
    #mini-header .fab {
        font-size: .9em;
        width: 100%;
        padding: 5.5px;
        display: block;
    }
    #mini-header p {
        font-size: .4em;
    }
    #header {
        top: 51px;
    }
    #mini-header a:hover>p {
        top: -12px;
        left: 0;
        right: 0;
    }
    /* NAV */
    .navbar-brand img {
        width: 110px;
    }
    .navbar-nav li a {
        padding: 7px;
        font-size: .8em;
    }
    .dropdown-item>a {
        font-size: .6;
    }
    /* PORTADA */
    #imagen-portada h1 {
        margin-right: ;
        margin-bottom: 25px;
        font-size: 1.4em;
        text-align: center;
    }
    /* CONTENIDO */
    #contenido {
        width: 100%;
        margin: auto;
    }
    #titulo_seccion h3 {
        font-size: 1.3em;
        margin-right: 30px;
    }
    #texto p {
        font-size: .90em;
    }
    #texto #valores {
        line-height: 30px;
    }
    /* FOOTER FONDO NEGRO */
    #footer_negro h5 {
        font-size: .7em;
    }
    #footer_negro p {
        font-size: .35em;
        line-height: 11px;
        margin-left: 0;
    }
    #tercer_cuadro .fas {
        font-size: 1.8em;
    }
    /* FOOTER FINAL VERDE */
    #final_footer {
        background: green;
        color: white;
        width: 106vw;
        display: flex;
        align-items: center;
    }
    #final_footer p {
        font-size: .4em;
    }
    .fab {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 520px) {
    #imagen-portada h1 {
        width: 90%;
        margin-top: 100px;
        margin: auto;
        padding-top: 130px;
        font-size: 1.36em;
        text-align: center;
    }
    #footer_negro {
        width: 102.8vw;
    }
}