/* 
nueva version allterra
*/

.page-template-page-home-v2 header#masthead {
    background: unset!important;
    position:absolute
}

div#videohome {
    /* position: absolute; */
    /* top: 0px; */
    height: 87vh;
    position: relative;
}

div#videohome video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}

/* 
 Formulario destinos v2
*/

.formulario-destinos-v2 {
    background-color: #fff;
    box-shadow: 0 2px 5px slategrey;
    border-radius: 10px;
    overflow: hidden;
}

.formulario-destinos-v2 .formheader h3 {
    margin: unset;
    color: #fff;
    font-size: 20px;
    font-weight:700;
    letter-spacing:1px;
}

.formulario-destinos-v2 .formheader h3  i{
    margin-right:10px;
}

.formheader {
    color: #fff;
    background-color: #333333;
    padding: 10px 15px;
}

.formulario-destinos-v2 form {
    padding:50px 15px;
}

.formulario-destinos-v2  .form-group {
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex: 1 1 25%;
    padding:0 15px
}

.formulario-destinos-v2  select,
.formulario-destinos-v2 input {
    width:100%;
    height:30px!important;
    padding:5px 10px;
    line-height: 28px;
    border-radius:5px!important;
}



.formulario-destinos-v2 button#wp-travel-search {
    padding: 10px;
    border-radius: 10px!important;
    color: #fff;
    font-weight: 900;
    font-size: 16px;
    background-color: #FAAF05;
    border: none!important;
}

@media (max-width:768px) {

    .formulario-destinos-v2 {
      margin:15px
    }

    .formulario-destinos-v2  .form-group {
        flex: 1 1 100%;
        margin-bottom:15px
    }
}

/* 
 Destinos v2
*/

div#consultar-productosv2 .imagen-producto {
    min-height: 650px;
}

div#consultar-productosv2 h4.titulo {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    height: 100%;
    padding: 70px 15px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}


div#consultar-productosv2 .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

div#consultar-productosv2 .owl-nav button{
    border-radius: 0px!important;
    height:40px;
    width:40px;
    background:#333!important;
    /* box-shadow: 0 1px 4px darkgray; */
    font-size: 40px!important;
    font-weight: 900;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
}


div#consultar-productosv2 .owl-nav button span{
    display:block;
    line-height: 81%;
    
}


