@font-face{
    font-family: Futura;
    src: url(../fonts/futura_medium_bt-webfont.woff);
}
body{
    font-family: Futura;
}
.mynavbar{
    background-color: transparent;
    padding-top: 2rem;
    padding-right: 0;
    padding-left: 0;
}
.btnmenu{
    color: white !important; 
    background-color: #0A4582;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    
}
.btnmenu:hover {
    background-color: white;
    color: #0A4582!important;
}
.btnmenu:active {
    background-color: white;
    color: #0A4582!important;
}
.logo{
   
    height: 80px;
}
.navbar-toggler{
    background-color: #0A4582;
    color: white!important;
}
header{
    height: 70vh;
    min-width: 100vw;
    background-image: url(../img/bgheader34.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 30%;
}
.banerazul{
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-image: url(../img/F1.png);
    background-size: cover;
    background-repeat: repeat-x;
    background-color: #0A4582;
    color: white;
}
.banerbocinas {
    background-image: url(../img/F2.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #F7F9FB;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.baneryoutube {
  
    background-image: url(../img/F3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    background-color: #E7473F;
    color: white;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.banercaras {
    background-image: url(../img/F4.png);
    background-size: contain;
    background-repeat: repeat;
    background-color: #F7F9FB;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
iframe{
    width: 100vw;
    height: 30vh;
}
#dias{
    background: #4AB19D;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 10px;
    font-size: 1.5rem;
    margin-right: 1rem;
    width: 5rem;
}
#horas {
    background: #EEC857;
    margin-right: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 10px;
    font-size: 1.5rem;
    width: 5rem;
}

#minutos {
    background: #E07A46;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 10px;
    font-size: 1.5rem;
    margin-right: 1rem;
    width: 5rem;
}

#segundos {
    background: #DD5B4D;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 10px;
    font-size: 1.5rem;
    margin-right: 1rem;
    width: 5rem;
}
.carousel-multi-item-2 .card img {
    border-radius: 2px;
}
.ytb{
   height: 200px;
   width: auto;
}
textarea{
    resize: none;
}
footer{
    background-color: black;
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: white;
}
.icofooter{
    margin-right: 3rem;
}
@media (min-width: 768px) {
    .carousel-multi-item-2 .col-md-3 {
        float: left;
        width: 25%;
        max-width: 100%;
    }

    .icofooter {
        margin-right: 0;
    }
   
}
.img_gallery{
    height: 25vh;
    background-size: cover;
    width: 30vw;
}
.img_gallery2{
    height: 25vh;
    background-size: cover;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 800px){
    .img_gallery2{
        height: 45vh;
        background-size: cover;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    .timer{
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
        padding-left: .5rem !important;
        padding-right: .5rem !important;
        font-size: 1rem !important;
        width: 50px !important;
    }
}
