

/* Large desktops and laptops */
@media (min-width: 1368px){
    
}
@media (min-width: 1200px) and (max-width: 1367px) {
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
   .logo {
        height: 70px;
        margin-top: 5px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 11px;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .texto-header {
        font-size: 12px;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    .logo {
        height: 70px;
        margin-top: 5px;
    }
    .navbar-toggle collapsed {
        margin-top: 20px;
    }
    .cont-mail-header {
        text-align: left;
    }
    .cont-mail-header span {
        font-size: 11px;
        padding: 3px 5px;
    }
    .navbar-default .navbar-nav > li > a {
        line-height: 30px;
    }
    .titulo-header {
        font-size: 20px;
        padding: 10px;
    }
    .texto-header {
        font-size: 10px;
        padding: 5px;
    }
    .header {
        height: 400px;
    }
    .fondo-texto-header {
        margin-top: 200px;
    }
    .news input {
        width: 50vw;
    }
    #fondo-texto-header-indicaciones {
        height: 150px;
        margin-top: 250px;
    }
    #fondo-texto-header-contacto {
        height: 150px;
        margin-top: 250px;
    }
}
@media (max-width: 415px) {


}


