/*--------------------*/
/* CSS PERSONALIZADO */
/*--------------------*/

.alertF1-modal {
    box-shadow: none;
    color: #F44336;
    background-color: #ffffff;
    padding: 30px;
    font-size: 16px;
    text-align: center;
    border: none;
}

.alertF1 {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    color: #F44336;
    background-color: #ffffff;
    padding: 30px;
    font-size: 16px;
    text-align: center;
    border: none;
}


@media (min-width: 992px) {
    .logo-flex{
        display: flex;
        justify-content: center;
        align-items: center;        
    }
}


html.modal-open, body.modal-open {
    overflow: hidden !important;
}

.btn-negro{
    color: #fff;
    background-color: #000000 !important;
}


.margintop-100 {
    margin-top: 100px;
}

.marginbotom-10 {
    margin-top: 10px !important;
}

.btn-sinborde{
    border-color: transparent !important;
}

.fnd-negro{ background-color:rgba(0,0,0,0.80);}

#header{ 
    /*background-size:2000px;*/
    background-position:center;
}

@media (max-width: 1201px) {
    #header{
        /*background-size:2000px;*/
        background-position:center;
    }

    .video_v{ 
        width:100%;
    }
}

@media (max-width: 992px) {
    #header{
        background-size:1050px; 
        background-position:center; 
    }

    .video_v{ width:100%;
    }
}

@media (max-width: 650px){
    .video_v{ width:100%;}
}

@media (max-width: 500px){
    .video_v{ width:100%;}
}

@media (max-width: 400px){
    .video_v{ width:100%;}
}

.modal-areandina-01{
    background-image:url(../images/pop_fnd-green.jpg);
    background-repeat:repeat-x; 
    background-position:top; 
    background-color:#fff;
    background-size: contain;
    color: #000;
}
.modal-areandina-01 h1 {
    color: #FFF;
}
.modal-areandina-01 img {
    margin: 0 auto;
}

.noView, .noShow {
    display: none;
}

/*Input number*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}

.noscroll {
    position: fixed!important;
}
@media screen and (max-width: 460px) {
    #img_right, #img_left{
        width: 100%;
    }
}
