@media (min-width:768px) {

    .txt-quote {
        font-size: 1.7em;
        line-height: 1.5em;
        width: 55%;
        margin: auto;
        text-align: center;
    }
    .txt-quote-2 {
        font-size: 1.7em;
        line-height: 1.5em;
        width: 75%;
        margin: auto;
        text-align: center;
    }
    .centrar {
        width: 67%;
        margin:auto;
    }
    .table-desc {
        font-size: 12px;
    }
    #video{
        text-align: center;
        /*padding-top: 150px;*/
    }
    #video div video {
        height: 90vh;
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    #logo{
        height: 8em;
    }
}

#video div video {
    /*height: 100vh;*/
    margin-top: 5em;
    max-width: 100%;
}
.minutos {
    font-family: "Montserrat", sans-serif;
    font-size: 3em;
    color: #303030;
}
.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:90px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.float:hover {
    color: #303030;
}
.my-float{
    margin-top:16px;
}
.hero-btn {
    background-color: #303030;
    color: white !important;
}
.hero-btn:hover {
    background-color: white !important;
    color: #303030 !important;
}

#el-lugar p.section-tagline, #about-us p.section-tagline {
    color: #303030;
}


