/*NAV Acomodos*/
#fh5co-menu {
    background: #262626;
    position: absolute;
    top: -20px !important;
}
h1{
    margin-top: 0px;
}
main{
    margin-top: 11%;
}
span{
    color: #3fbbff;
    font-size: 48px;
}
textarea {
    resize: none;
    margin-top: 33px;
}
/*footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
}*/
.alert-success {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
}
.inputs-form-contacto{
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: solid 1px rgba(38,38,38, 0.2);
}
#nombre{
    margin: 20px 0px;
}
#email, #telefono{
    margin: 10px 0px;
}
#telefono{
    margin-left: 40.5px;
}
.btn-enviar{
    float: right;
    background: #3fbbff;
    color: #fff;
    border: 0px;
    border-radius: 7px;
    margin-top: 10px;
}
.contenedor-mapa{
    margin-bottom: 3%;
}


/* Smartphones (portaint) vertical----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px){
    /*NAV Acomodos*/
    #fh5co-menu {
        background: #262626;
        position: absolute;
        top: 0px !important;
    }
    h1{
        margin-top: 20px;
    }
    #telefono{
        margin-left:0px;
    }
    textarea {
        resize: none;
        margin-top: 34px;
    }
    .btn-enviar {
        float: right;
        background: #3fbbff;
        color: #fff;
        border: 0px;
        border-radius: 7px;
        margin: 25px 0px;
    }
    iframe{
        width: 270px !important;
    }
}
/*Mobil Landscape*/
@media screen  and (device-width: 640px)  and (device-height: 360px){
    /*NAV Acomodos*/
    #fh5co-menu {
        background: #262626;
        position: absolute;
        top: 0px !important;
    }
    #telefono{
        margin-left:0px;
    }
    textarea {
        resize: none;
        margin-top: 34px;
    }
    .btn-enviar {
        float: right;
        background: #3fbbff;
        color: #fff;
        border: 0px;
        border-radius: 7px;
        margin: 25px 0px;
    }
    iframe{
        width: 300px !important;
    }
}
/* iPads (landscape)horizonta----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /*NAV Acomodos*/
    #fh5co-menu {
        background: #262626;
        position: absolute;
        top: -20px !important;
    }
    #telefono{
        margin-left:0px;
    }
    textarea {
        resize: none;
        margin-top: 34px;
    }
    .btn-enviar {
        float: right;
        background: #3fbbff;
        color: #fff;
        border: 0px;
        border-radius: 7px;
        margin: 25px 0px;
    }
    iframe{
        width: 270px !important;
    }
}
/* iPads (portrait)  vertical----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /*NAV Acomodos*/
    #fh5co-menu {
        background: #262626;
        position: absolute;
        top: -20px !important;
    }
    #telefono{
        margin-left:0px;
    }
    textarea {
        resize: none;
        margin-top: 34px;
    }
    .btn-enviar {
        float: right;
        background: #3fbbff;
        color: #fff;
        border: 0px;
        border-radius: 7px;
        margin: 25px 0px;
    }
    iframe{
        width: 270px !important;
    }
}
/*Pantallas*/
@media screen and (min-device-width: 1600px){
 /*footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
}*/
}
@media (max-width: 767px) {
  #fh5co-page{
    margin-top: 4em;
  }
  }
@media screen and (min-device-width: 768px){
    span {
        color: #3fbbff;
        font-size: 67px;
    }
    h1{
        font-size: 51px;
    }
    .contenedor-mapa{
        margin-bottom: 34.9%;
    }
    /*footer{
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        z-index: 1000;
    }*/ 


}