.preloader-background {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5f4b8b;
    height: 100vh;
    position: fixed;
    z-index: 999999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;	
}
.fancybox-active{
    overflow: hidden!important;
}
.cont{
    width: 100%;
    height: auto;
    display: block;
    background-color: #707070;
    position: relative;
    overflow: hidden;
}
.en_scroll{
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
}
.user_box{
    max-width: 300px;
    width: 90%;
    height: auto;
    display: inline-block;
    position: relative;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
}
.user_tit{
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    text-align: left;
}
.btn_ini{
    width: 100px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    background-color: #ffffff;
    text-align: center;
    border-radius: 25px;
    color: #000000;
    vertical-align: top;
    text-decoration: none;

    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.btn_ini:hover{
    background-color: #5f4b8b;
    color: #ffffff;
}
.destacado{
    width: 100%;
    height: calc(100vh + 300px);
    display: block;
    position: relative;
    background: url('../img/fnd_home.jpg');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.home{
    width: 100%;
    min-height: 100vh;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.contenido_home{
    width: 80%;
    height: auto;
    display: block;
}
.logo_home{
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1);
    border: solid 2px #FFF;
    border-radius: 100px;
    padding: 10px 40px 10px 40px;
    margin-bottom: 20px;

    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;

}
.logo_home:hover{
    background-color: #5f4b8b;
}
.logo_home img:hover{
    transform: scale(1.05);
    /* transition: transform 0.3s; */
}
.botonera_home{
    padding: 30px 0;
}
.caja_botones{
    width: calc(100% / 2);
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px 0;
}
.btn_home{
    width: 100px;
    height: 40px;
    display: block;
    border: 2px solid #fff;
    border-radius: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    line-height: 35px;
    font-size: 18px;
    cursor: pointer;
    margin: 0 auto;
    text-decoration: none;

    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.btn_home:hover{
    background-color: #fff;
    color: #000000;
}
#fuego{
    background-color: #f0725c;
    border: 2px solid #f0725c;
    color: #ffffff; 
}
#aire{
    background-color: #b3b3b3;
    border: 2px solid #b3b3b3;
    color: #ffffff; 
}
#tierra{
    background-color: #f7ac5b;
    border: 2px solid #f7ac5b;
    color: #ffffff; 
}
#agua{
    background-color: #5fd0eb;
    border: 2px solid #5fd0eb;
    color: #ffffff; 
}
#fuego:hover{
    background-color: #f0725c;
    border: 2px solid #f0725c;
    color: #ffffff; 
}
#aire:hover{
    background-color: #b3b3b3;
    border: 2px solid #b3b3b3;
    color: #ffffff; 
}
#tierra:hover{
    background-color: #f7ac5b;
    border: 2px solid #f7ac5b;
    color: #ffffff; 
}
#agua:hover{
    background-color: #5fd0eb;
    border: 2px solid #5fd0eb;
    color: #ffffff; 
}
.btn_bajada{
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin: 10px auto;
}
.misc_home{
    width: 90%;
    height: auto;
    display: block;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
}
.footer_contacto{
    width: 100%;
    height: auto;
    min-height: calc(100vh - 300px);
    display: block;
    background-color: #5f4b8b;
    position: relative;
}
.caja_contacto{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    top: -200px;
    bottom: auto;
    left: 0;
    right: 0;
}
.tit_contacto{
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 40px;
}
.mod_contacto{
    max-width: 688px;
    width: 90%;
    max-height: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 15px;
    background-color: #ffffff;
    padding: 20px 30px;
}
.input_contacto{
    width: 100%;
    height: auto;
    display: block;
    vertical-align: top;
    padding: 10px 0;
}
.input_contacto > .nombre_input{
    font-size: 20px;
    color: #000;
    text-align: left;
    margin-bottom: 10px;
}
.input_contacto > input{
    border: 1px solid #c5c9df;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    padding: 0 10px;
}
.text_contacto{
    width: 100%;
    height: auto;
    display: block;
}
.text_contacto > textarea{
    border: 1px solid #c5c9df;
    border-radius: 5px;
    width: calc(100% - 0px);
    height: 100px;
    margin: 0 0px;
    resize: none;
    padding: 10px;
}
.text_contacto > .legal_input{
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    width: 100%;
    height: auto;
    display: block;
    padding: 0 0px;
}
.text_contacto > .nombre_input{
    font-size: 20px;
    color: #000;
    text-align: left;
    margin: 10px 0;
    padding: 0 0px;
}
.barra_envio{
    width: 100%;
    height: auto;
    display: block;
    text-align: right;
}
.btn_enviar{
    width: 100%;
    height: 50px;
    display: inline-block;
    vertical-align: top;
    background-color: #5f4b8b;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
    line-height: 50px;
    margin: 10px 0;
    
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.btn_enviar:hover{
    background-color: #3c3159;
}
.footer{
    width: 100%;
    height: auto;
    display: block;
    padding: 20px;
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
}
.share{
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
}
.red{
    width: 35px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0;
}
.mail_contacto{
    font-size: 20px;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0px 0 0;
    color: transparent;
}
.mail_contacto > a{
    text-decoration: none;
    color: #ffffff;
    margin: 0 10px 0;
}
.mail_contacto > a:hover{
    text-decoration: underline;
}
.logo_footer{
    width: 140px;
    height: auto;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0px;
    margin: 20px auto;
}
.fancybox-container{
    z-index: 999999;
}
.fancybox-content{
    max-width: 75%!important;
    width: 100%!important;
    height: 100vh!important;
    bottom: 0!important;
    top: 0!important;
    background-color: transparent!important;
    padding: 0!important;
}
.fancybox-slide{
    padding: 0!important;
}
.fancybox-content iframe{
    width: 100%!important;
    height: 100vh!important;
}
.button-close,
.button-previous,
.button-next {
  position: absolute;
  width: 14px;
  height: auto;
  text-decoration: none;
  z-index: 999999999999;
}

.button-previous,
.button-next {
  top: 50%;
  margin-top: -22px;
  line-height: 42px;
  cursor: pointer!important;
}

.button-previous {
    left: 4%;
}

.button-next {
    right: 4%;   
}
.button-previous > img, .button-next > img {
    opacity: 0.3!important;
}

.button-close {
  top: -44px;
  right: -44px;
  font-size: 22px;
  color: rgba(255,255,255,0.8);
}
#fire, #water, #air, #earth, #quienes{
    overflow: hidden;
}
#fire > iframe, #water > iframe, #air > iframe, #earth > iframe, #quienes > iframe{
    width: calc(100% + 40px)!important;
}
.log{
    right: 20px!important;
}
.caja_log{
    width: 240px;
    height: 264px;
    display: block;
    background-color: #ffffff;
    position: absolute;
    left: auto;
    right: -400px;
    top: 60px;
    height: auto;
    z-index: 9999;
    border-radius: 16px;
    text-align: left;
    padding: 20px;

    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
}
.input_log{
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}
.input_log > .nombre_input{
    font-size: 18px;
    color: #000;
    text-align: left;
    margin-bottom: 10px;
}
.input_log > input{
    border: 1px solid #c5c9df;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    padding: 0 10px;
}
.btn_iniciar{
    width: 100%;
    height: 50px;
    display: inline-block;
    vertical-align: top;
    background-color: #5f4b8b;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
    line-height: 50px;
    margin: 10px 0;
    
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.btn_iniciar:hover{
    background-color: #3c3159;
}
.olvido{
    width: 100%;
    height: auto;
    display: block;
    text-align: right;
    margin-top: -20px;
    margin-bottom: 10px;
}
.recuperar{
    font-size: 10px;
    line-height: 14px;
    display: inline-block;
    color: #000000;
    text-decoration: underline;
}
@media screen and (min-width:365px){
    .red{
        width: 40px;
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin: 0 10px 0 0;
    }
    .mail_contacto{
        font-size: 20px;
        line-height: 40px;
        display: inline-block;
        vertical-align: top;
        margin: 0 0px 0 0;
        color: #ffffff;
    }
}
@media screen and (min-width:768px){
    .cont{
        width: 100%;
        height: auto;
        display: block;
        background-color: #707070;
        position: relative;
    }
    .en_scroll{
        background-color: rgba(0, 0, 0, 0.2);
        backdrop-filter: blur(5px);
    }
    .user_box{
        max-width: 300px;
        width: 90%;
        height: auto;
        display: inline-block;
        position: relative;
        left: auto;
        right: 0;
        top: 0;
        bottom: auto;
    }
    .user_tit{
        color: #ffffff;
        font-size: 16px;
        line-height: 40px;
        display: inline-block;
        vertical-align: top;
        padding: 0 10px;
        text-align: left;
    }
    .btn_ini{
        width: 140px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        background-color: #ffffff;
        text-align: center;
        border-radius: 25px;
        color: #000000;
        vertical-align: top;
        text-decoration: none;
    
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    .btn_ini:hover{
        background-color: #5f4b8b;
        color: #ffffff;
    }
    .destacado{
        width: 100%;
        height: calc(100vh + 400px);
        display: block;
        position: relative;
        background: url('../img/fnd_home.jpg');
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .home{
        width: 100%;
        min-height: 100vh;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .contenido_home{
        width: 70%;
        height: auto;
        display: block;
    }
    .logo_home{
        width: 100%;
        height: auto;
        display: block;
        border-radius: 100px;
        padding: 15px 60px 15px 60px;
        margin-bottom: 20px;
    
    }
    .botonera_home{
        padding: 30px 0;
    }
    .caja_botones{
        width: calc(100% / 4);
        height: auto;
        display: inline-block;
        vertical-align: top;
    }
    .btn_home{
        width: 120px;
        height: 40px;
        display: block;
        border: 2px solid #fff;
        border-radius: 20px;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        line-height: 35px;
        font-size: 18px;
        cursor: pointer;
        margin: 0 auto;
    
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    .btn_home:hover{
        background-color: #fff;
        color: #000000;
    }
    .btn_bajada{
        width: 100%;
        height: auto;
        display: block;
        text-align: center;
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        margin: 10px auto;
    }
    .misc_home{
        width: 70%;
        height: auto;
        display: block;
        position: absolute;
        top: auto;
        left: 0;
        bottom: 0;
        right: auto;
    }
    .footer_contacto{
        width: 100%;
        height: auto;
        min-height: calc(100vh - 400px);
        display: block;
        background-color: #5f4b8b;
        position: relative;
    }
    .caja_contacto{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        top: -200px;
        bottom: auto;
        left: 0;
        right: 0;
    }
    .tit_contacto{
        width: 100%;
        height: auto;
        display: block;
        text-align: center;
        color: #ffffff;
        font-size: 70px;
        margin-bottom: 80px;
    }
    .mod_contacto{
        max-width: 688px;
        width: 80%;
        max-height: 569px;
        height: auto;
        display: block;
        margin: 0 auto;
        border-radius: 15px;
        background-color: #ffffff;
        padding: 40px;
    }
    .input_contacto{
        width: 50%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        padding: 10px;
    }
    .input_contacto > .nombre_input{
        font-size: 20px;
        color: #000;
        text-align: left;
        margin-bottom: 10px;
    }
    .input_contacto > input{
        border: 1px solid #c5c9df;
        border-radius: 5px;
        width: 100%;
        height: 50px;
        padding: 0 10px;
    }
    .text_contacto{
        width: 100%;
        height: auto;
        display: block;
    }
    .text_contacto > textarea{
        border: 1px solid #c5c9df;
        border-radius: 5px;
        width: calc(100% - 20px);
        height: 100px;
        margin: 0 10px;
        resize: none;
        padding: 10px;
    }
    .text_contacto > .legal_input{
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        width: 100%;
        height: auto;
        display: block;
        padding: 0 10px;
    }
    .text_contacto > .nombre_input{
        font-size: 20px;
        color: #000;
        text-align: left;
        margin: 10px 0;
        padding: 0 10px;
    }
    .barra_envio{
        width: 100%;
        height: auto;
        display: block;
        text-align: right;
    }
    .btn_enviar{
        width: calc(50% - 20px);
        height: 50px;
        display: inline-block;
        vertical-align: top;
        background-color: #5f4b8b;
        text-align: center;
        border-radius: 5px;
        color: #ffffff;
        text-decoration: none;
        line-height: 50px;
        margin: 10px;
        
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    .btn_enviar:hover{
        background-color: #3c3159;
    }
    .footer{
        width: 100%;
        height: auto;
        display: block;
        padding: 20px;
        position: absolute;
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
    }
    .share{
        width: 100%;
        height: auto;
        display: block;
        text-align: left;
    }
    .red{
        width: 40px;
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin: 0 10px 0 0;
    }
    .mail_contacto{
        font-size: 20px;
        line-height: 40px;
        display: inline-block;
        vertical-align: top;
        margin: 0 10px 0;
        color: #ffffff;
    }
    .mail_contacto > a{
        text-decoration: none;
        color: #ffffff;
        margin: 0 10px 0;
    }
    .mail_contacto > a:hover{
        text-decoration: underline;
    }
    .logo_footer{
        width: 180px;
        height: auto;
        display: block;
        position: absolute;
        left: auto;
        right: 20px;
        top: auto;
        bottom: 20px;
    }
}

@media screen and (min-width:1023px){
    .cont{
        width: 100%;
        height: auto;
        display: block;
        background-color: #707070;
        position: relative;
    }
    .en_scroll{
        background-color: rgba(0, 0, 0, 0.2);
        backdrop-filter: blur(5px);
    }
    .user_box{
        max-width: 300px;
        width: 90%;
        height: auto;
        display: inline-block;
        position: relative;
        left: auto;
        right: 0;
        top: 0;
        bottom: auto;
    }
    .user_tit{
        color: #ffffff;
        font-size: 16px;
        line-height: 40px;
        display: inline-block;
        vertical-align: top;
        padding: 0 10px;
        text-align: left;
    }
    .btn_ini{
        width: 140px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        background-color: #ffffff;
        text-align: center;
        border-radius: 25px;
        color: #000000;
        vertical-align: top;
        text-decoration: none;
    
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    .btn_ini:hover{
        background-color: #5f4b8b;
        color: #ffffff;
    }
    .destacado{
        width: 100%;
        height: calc(100vh + 400px);
        display: block;
        position: relative;
        background: url('../img/fnd_home.jpg');
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .home{
        width: 100%;
        min-height: 100vh;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .contenido_home{
        width: 70%;
        height: auto;
        display: block;
    }
    .logo_home{
        width: 100%;
        height: auto;
        display: block;
        border-radius: 100px;
        padding: 15px 60px 15px 60px;
        margin-bottom: 20px;    
    }
    .botonera_home{
        padding: 30px 0;
    }
    .caja_botones{
        width: calc(100% / 4);
        height: auto;
        display: inline-block;
        vertical-align: top;
    }
    .btn_home{
        width: 140px;
        height: 40px;
        display: block;
        border: 2px solid #fff;
        border-radius: 20px;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        line-height: 35px;
        font-size: 18px;
        cursor: pointer;
        margin: 0 auto;
    
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    .btn_home:hover{
        background-color: #fff;
        color: #000000;
    }
    .btn_bajada{
        width: 100%;
        height: auto;
        display: block;
        text-align: center;
        color: #fff;
        font-size: 20px;
        line-height: 24px;
        margin: 10px auto;
    }
    .misc_home{
        width: 60%;
        height: auto;
        display: block;
        position: absolute;
        top: auto;
        left: 0;
        bottom: 0;
        right: auto;
    }
    .footer_contacto{
        width: 100%;
        height: auto;
        min-height: calc(100vh - 400px);
        display: block;
        background-color: #5f4b8b;
        position: relative;
    }
    .caja_contacto{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        top: -200px;
        bottom: auto;
        left: 0;
        right: 0;
    }
    .tit_contacto{
        width: 100%;
        height: auto;
        display: block;
        text-align: center;
        color: #ffffff;
        font-size: 70px;
        margin-bottom: 80px;
    }
    .mod_contacto{
        max-width: 688px;
        width: 80%;
        max-height: 569px;
        height: auto;
        display: block;
        margin: 0 auto;
        border-radius: 15px;
        background-color: #ffffff;
        padding: 40px;
    }
    .input_contacto{
        width: 50%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        padding: 10px;
    }
    .input_contacto > .nombre_input{
        font-size: 20px;
        color: #000;
        text-align: left;
        margin-bottom: 10px;
    }
    .input_contacto > input{
        border: 1px solid #c5c9df;
        border-radius: 5px;
        width: 100%;
        height: 50px;
        padding: 0 10px;
    }
    .text_contacto{
        width: 100%;
        height: auto;
        display: block;
    }
    .text_contacto > textarea{
        border: 1px solid #c5c9df;
        border-radius: 5px;
        width: calc(100% - 20px);
        height: 100px;
        margin: 0 10px;
        resize: none;
        padding: 10px;
    }
    .text_contacto > .legal_input{
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        width: 100%;
        height: auto;
        display: block;
        padding: 0 10px;
    }
    .text_contacto > .nombre_input{
        font-size: 20px;
        color: #000;
        text-align: left;
        margin: 10px 0;
        padding: 0 10px;
    }
    .barra_envio{
        width: 100%;
        height: auto;
        display: block;
        text-align: right;
    }
    .btn_enviar{
        width: calc(50% - 20px);
        height: 50px;
        display: inline-block;
        vertical-align: top;
        background-color: #5f4b8b;
        text-align: center;
        border-radius: 5px;
        color: #ffffff;
        text-decoration: none;
        line-height: 50px;
        margin: 10px;
        
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    .btn_enviar:hover{
        background-color: #3c3159;
    }
    .footer{
        width: 100%;
        height: auto;
        display: block;
        padding: 20px;
        position: absolute;
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
    }
    .share{
        width: 100%;
        height: auto;
        display: block;
        text-align: left;
    }
    .red{
        width: 40px;
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin: 0 10px 0 0;
    }
    .mail_contacto{
        font-size: 20px;
        line-height: 40px;
        display: inline-block;
        vertical-align: top;
        margin: 0 10px 0;
        color: #ffffff;
    }
    .mail_contacto > a{
        text-decoration: none;
        color: #ffffff;
        margin: 0 10px 0;
    }
    .mail_contacto > a:hover{
        text-decoration: underline;
    }
    .logo_footer{
        width: 180px;
        height: auto;
        display: block;
        position: absolute;
        left: auto;
        right: 20px;
        top: auto;
        bottom: 20px;
    }
    .fancybox-content{
        max-width: 70%!important;
        width: 100%!important;
        height: 100vh!important;
        bottom: 0!important;
        top: 0px!important;
    }
    .button-close,
    .button-previous,
    .button-next {
    position: absolute;
    width: 18px;
    height: auto;
    text-decoration: none;
    z-index: 999999999999;
    }

    .button-previous,
    .button-next {
    top: 50%;
    margin-top: -22px;
    line-height: 42px;
    cursor: pointer!important;
    }

    .button-previous {
        left: 6%;
    }

    .button-next {
        right: 6%;   
    }
}

@media screen and (min-width:1200px){
    .cont{
        width: 100%;
        height: auto;
        display: block;
        background-color: #707070;
        position: relative;
    }
    .en_scroll{
        background-color: rgba(0, 0, 0, 0.2);
        backdrop-filter: blur(5px);
    }
    .user_box{
        max-width: 300px;
        width: 90%;
        height: auto;
        display: inline-block;
        position: relative;
        left: auto;
        right: 0;
        top: 0;
        bottom: auto;
    }
    .user_tit{
        color: #ffffff;
        font-size: 16px;
        line-height: 40px;
        display: inline-block;
        vertical-align: top;
        padding: 0 10px;
        text-align: left;
    }
    .btn_ini{
        width: 140px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        background-color: #ffffff;
        text-align: center;
        border-radius: 25px;
        color: #000000;
        vertical-align: top;
        text-decoration: none;
    
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    .btn_ini:hover{
        background-color: #5f4b8b;
        color: #ffffff;
    }
    .destacado{
        width: 100%;
        height: calc(100vh + 400px);
        display: block;
        position: relative;
        background: url('../img/fnd_home.jpg');
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .home{
        width: 100%;
        min-height: 100vh;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .contenido_home{
        width: 50%;
        height: auto;
        display: block;
    }
    .logo_home{
        width: 100%;
        height: auto;
        display: block;
        border-radius: 100px;
        padding: 15px 60px 15px 60px;
        margin-bottom: 20px;
    
    }
    .botonera_home{
        padding: 30px 0;
    }
    .caja_botones{
        width: calc(100% / 4);
        height: auto;
        display: inline-block;
        vertical-align: top;
    }
    .btn_home{
        width: 140px;
        height: 40px;
        display: block;
        border: 2px solid #fff;
        border-radius: 20px;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        line-height: 35px;
        font-size: 18px;
        cursor: pointer;
        margin: 0 auto;
    
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    .btn_home:hover{
        background-color: #fff;
        color: #000000;
    }
    #fuego{
        background-color: transparent;
        border: 2px solid #ffffff;
        color: #ffffff; 
    }
    #aire{
        background-color: transparent;
        border: 2px solid #ffffff;
        color: #ffffff; 
    }
    #tierra{
        background-color: transparent;
        border: 2px solid #ffffff;
        color: #ffffff; 
    }
    #agua{
        background-color: transparent;
        border: 2px solid #ffffff;
        color: #ffffff;  
    }
    .btn_bajada{
        width: 100%;
        height: auto;
        display: block;
        text-align: center;
        color: #fff;
        font-size: 20px;
        line-height: 24px;
        margin: 10px auto;
    }
    .misc_home{
        width: 40%;
        height: auto;
        display: block;
        position: absolute;
        top: auto;
        left: 0;
        bottom: 0;
        right: auto;
    }
    .footer_contacto{
        width: 100%;
        height: auto;
        min-height: calc(100vh - 400px);
        display: block;
        background-color: #5f4b8b;
        position: relative;
    }
    .caja_contacto{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        top: -200px;
        bottom: auto;
        left: 0;
        right: 0;
    }
    .tit_contacto{
        width: 100%;
        height: auto;
        display: block;
        text-align: center;
        color: #ffffff;
        font-size: 70px;
        margin-bottom: 80px;
    }
    .mod_contacto{
        max-width: 688px;
        width: 80%;
        max-height: 569px;
        height: auto;
        display: block;
        margin: 0 auto;
        border-radius: 15px;
        background-color: #ffffff;
        padding: 40px;
    }
    .input_contacto{
        width: 50%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        padding: 10px;
    }
    .input_contacto > .nombre_input{
        font-size: 20px;
        color: #000;
        text-align: left;
        margin-bottom: 10px;
    }
    .input_contacto > input{
        border: 1px solid #c5c9df;
        border-radius: 5px;
        width: 100%;
        height: 50px;
        padding: 0 10px;
    }
    .text_contacto{
        width: 100%;
        height: auto;
        display: block;
    }
    .text_contacto > textarea{
        border: 1px solid #c5c9df;
        border-radius: 5px;
        width: calc(100% - 20px);
        height: 100px;
        margin: 0 10px;
        resize: none;
        padding: 10px;
    }
    .text_contacto > .legal_input{
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        width: 100%;
        height: auto;
        display: block;
        padding: 0 10px;
    }
    .text_contacto > .nombre_input{
        font-size: 20px;
        color: #000;
        text-align: left;
        margin: 10px 0;
        padding: 0 10px;
    }
    .barra_envio{
        width: 100%;
        height: auto;
        display: block;
        text-align: right;
    }
    .btn_enviar{
        width: calc(50% - 20px);
        height: 50px;
        display: inline-block;
        vertical-align: top;
        background-color: #5f4b8b;
        text-align: center;
        border-radius: 5px;
        color: #ffffff;
        text-decoration: none;
        line-height: 50px;
        margin: 10px;
        
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    .btn_enviar:hover{
        background-color: #3c3159;
    }
    .footer{
        width: 100%;
        height: auto;
        display: block;
        padding: 20px;
        position: absolute;
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
    }
    .share{
        width: 100%;
        height: auto;
        display: block;
        text-align: left;
    }
    .red{
        width: 40px;
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin: 0 10px 0 0;
    }
    .mail_contacto{
        font-size: 20px;
        line-height: 40px;
        display: inline-block;
        vertical-align: top;
        margin: 0 10px 0;
        color: #ffffff;
    }
    .mail_contacto > a{
        text-decoration: none;
        color: #ffffff;
        margin: 0 10px 0;
    }
    .mail_contacto > a:hover{
        text-decoration: underline;
    }
    .logo_footer{
        width: 180px;
        height: auto;
        display: block;
        position: absolute;
        left: auto;
        right: 20px;
        top: auto;
        bottom: 20px;
    }
}