/* CSS DOCUMENT */
* {
    margin:0;
    /*padding:0;*/
}

/* TIPOGRAFIA DEL TEXTO
@font-face {
    font-family: "heavy";
    font-display: auto;
    src: url("fonts/Mont-HeavyDEMO.otf") format("opentype");
}*/

body {
    margin: 90px 0px 0px;
    font-family: 'Montserrat', sans-serif;
    color: #242426;
    background: #f2f3f5;
}

/* LINKS */
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover  {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
a:focus {
    outline: 0;
}

/* INPUTS */
.txtBox {
    width: 100%;
    padding: 10px 10px;
    margin: 5px 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    border: 2px solid #eeeef0;
    box-sizing: border-box;
    background: #eeeef0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.txtBox:focus {
    outline: none;
    border: 2px solid #ec6433;
}
::-webkit-input-placeholder {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
} /* WebKit */
:-moz-placeholder {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
} /* Firefox 18- */
::-moz-placeholder {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
} /* Firefox 19+ */
:-ms-input-placeholder {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
} /* IE 10+ */

/* BUTTON */
.button {
    width: auto;
    padding: 10px 30px;
    font-weight: 800;
    font-size: 1.4vw;
    color: #FFFFFF;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    background: #8e0606;
    cursor: pointer;
    border-radius: 40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.button:hover {
    background: #c81d41;
}

/* SECTION */
.contsection {
    width: 100%;
    text-align: center;
    position: relative;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
    /*border: 1px solid #FF0000;*/
}
.section {
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    /*border: 1px solid #FF0000;*/
}

/* HEADER */
header {
    width: 100%;
    height: 90px;
    text-align: center;
    position: fixed;
    top: 0;
    box-sizing: border-box;
    z-index: 200;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    overflow: hidden;
    background: url('../images/banners/header-menu.jpg');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    /*border: 1px solid #000;*/
}
.header-animate {
    top: 0px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /*border: 1px solid #FF0000;*/
}
.header-repose {
    top: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /*border: 1px solid #FF0000;*/
}
.logo {
    width: 170px;
    position: relative;
    top: 3px;
    left: -1px;
    float: left;
    box-sizing: border-box;
    /*border: 1px solid #FF0000;*/
}
.logo img {
    width: 100%;
    float: left;
}
.btnlogo {
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    /*border: 1px solid #FF0000;*/
}
.icomenu {
    display: none;
}
.icoclose {
    display: none;
}
.contmenu {
    width: auto;
    margin: 0px 20px 0px 0px;
    float: right;
    box-sizing: border-box;
    /*border: 1px solid #FFFFFF;*/
}
.btnmenu {
    width: auto;
    padding: 36px 20px;
    margin: 0px 0px;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #FFFFFF;
    letter-spacing: 1px;
    float: left;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: pointer;
    /*border: 1px solid #FF0000;*/
}
.btnmenu:hover {
    background-color: #242426;
}
.btnmenu .redesbloque4 {
    top: -12px;
    margin: 0;
    /*border: 1px solid #FF0000;*/
}
.bgcontheader {
    width: 100%;
    height: 130px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    display: none;
}

/* BLOQUE MOVIL */
.desktop {
    display: inherit !important;
}
.movil {
    display: none !important;
}

/* BLOQUE 1 */
.heightbloque1 {
    height: 78vh;
    margin: 0px 0px 0px 0px;
    /*border: 1px solid #FF0000;*/
}
.contbloque1 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    /*border: 1px solid #FF0000;*/
}
.boxbloque1 {
    width: 60%;
    margin: 0px 0px 0px 80px;
    text-align: left;
    float: left;
    box-sizing: border-box;
    /*border: 1px solid #FF0000;*/
}
.boxbloque1 p {
    width: 100%;
    margin: 0px 0px 10px;
    font-weight: 800;
    font-size: 3.4vw;
    color: #FFFFFF;
    line-height: 53px;
    /*text-shadow: 0.1em 0.1em 0.15em black;
    border-bottom: 1px solid #FFFFFF;*/
}
.boxbloque1 span {
    font-weight: 300;
    font-size: 1.8vw;
    color: #FFFFFF;
    /*text-shadow: 0.1em 0.1em 0.15em black;
    border: 1px solid #FF0000;*/
}
.contsection .button {
    font-size: 22px;
    position: absolute;
    bottom: 50px;
    right: 50px;
}

/* BLOQUE 2 */
.contbloque2 {
    width: 1200px;
    display: inline-block;
    margin: 60px 0px 80px 0px;
    /*border: 1px solid #FF0000;*/
}
.bloque2 {
    width: 33.33%;
    padding: 0px 60px;
    text-align: justify;
    line-height: 22px;
    float: left;
    box-sizing: border-box;
    /*border: 1px solid #FF0000;*/
}
.bloque2 p {
    width: 100%;
    margin: 0px 0px 30px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    /*border: 1px solid #FF0000;*/
}
.bloque2 span {
    font-size: 14px;
    font-weight: 500;
    /*border: 1px solid #FF0000;*/
}
.bloque2 ul {
    margin: 15px 0px 0px;
}
.boxbloque2 {
    width: 80%;
    margin: 0px 0px 80px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    /*border: 1px solid #FF0000;*/
}
.boxbloque2 p {
    margin: 0px 0px 10px;
    font-size: 32px;
    font-weight: 800;
    /*border: 1px solid #FF0000;*/
}
.boxbloque2 img {
    width: 62%;
    margin: 40px 0px 0px;
    /*border: 1px solid #FF0000;*/
}

/* BLOQUE 3 */
.heightbloque3 {
    background: #3a3a3c;
    /*border: 1px solid #FF0000;*/
}
.heightbloque3 .section {
    width: 1200px;
    height: 495px;
    overflow: hidden;
    /*border: 1px solid #FF0000;*/
}
.boxbloque3 {
    width: 50%;
    height: 500px;
    padding: 46px 0px 0px;
    float: left;
    box-sizing: border-box;
    /*border: 1px solid #FF0000;*/
}
.boxbloque3 span {
    color: #8e0606;
    /*border: 1px solid #FF0000;*/
}
.beneficiosbloque3 {
    width: 100%;
    height: 122px;
    padding: 25px 0px 0px 150px;
    margin: 0px 0px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: left;
    position: relative;
    float: left;
    box-sizing: border-box;
    /*border: 1px solid #FF0000;*/
}
.beneficiosbloque3 p {
    width: 100%;
    margin: 0px 0px 5px;
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 1px;
    /*border: 1px solid #FF0000;*/
}
.beneficiosbloque3 img {
    position: absolute;
    top: 0;
    left: 0;
}
.localizacionbeneficiosbloque3 {
    padding: 18px 0px 0px 150px;
    /*border: 1px solid #FF0000;*/
}
.localizacionbeneficiosbloque3 p {
    margin: 0px 0px 10px;
    font-size: 20px;
    font-weight: 600;
    /*border: 1px solid #FF0000;*/
}
.localizacionbeneficiosbloque3 p span {
    color: #e11313;
    /*border: 1px solid #FF0000;*/
}

/* BLOQUE 4 */
.heightbloque4 {
    height: 778px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    background: #b40e1a;
    overflow: hidden;
    /*border: 1px solid #FF0000;*/
}
.contbloque4 {
    width: 100%;
    max-width: 1200px;
    display: inline-block;
    float: none;
    /*border: 1px solid #FF0000;*/
}
.contbloque4 p {
    margin: 40px 0px 20px;
    font-size: 36px;
    font-weight: 800;
    color: #FFFFFF;
    letter-spacing: 1px;
}
.contformbloque4-col {
    padding: 0px 40px 0px 0px !important;
}
.contformbloque4-col iframe {
    width: 100%;
    height: 780px;
}
.contformbloque4 {
    width: 50%;
    padding: 0px 0px;
    text-align: left;
    position: relative;
    float: left;
    box-sizing: border-box;
    /*border: 1px solid #FF0000;*/
}
.contformbloque4 span {
    font-weight: 300;
    font-size: 15px;
    color: #FFFFFF;
}
.contformbloque4 span a {
    color: #FFFFFF;
}
.contformbloque4 span a:hover {
    text-decoration: underline;
}
.contformbloque4 .fas {
    margin: 0px 5px 0px 0px;
    color: #ec6433;
}
.contformbloque4 .fa-phone {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: "FlipH";
    filter: FlipH;
}
.contdireccionbloque4 {
    width: 100%;
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 5px;
    position: relative;
    float: left;
    box-sizing: border-box;
    /*border: 1px solid #FF0000;*/
}
.contdireccionbloque4 .fas {
    color: #ec6433;
    position: absolute;
    top: 2px;
    left: 0;
}
.contredesbloque4 {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 25px 0px;
    float: right;
    box-sizing: border-box;
    /*border: 1px solid #FF0000;*/
}
.redesbloque4 {
    width: auto;
    margin: 0px 5px 0px 0px;
    font-size: 36px;
    position: relative;
    display: inline-block;
    /*border: 1px solid #FF0000;*/
}
.redesbloque4 .fa-whatsapp-square {
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.redesbloque4 .fa-whatsapp-square:hover {
    color: #E1E1E1;
}
.redesbloque4 .fa-facebook-square {
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.redesbloque4 .fa-facebook-square:hover {
    color: #E1E1E1;
}
.formbloque4 {
    width: 100%;
    padding: 0px 0px 0px 0px;
    color: #FFFFFF;
    float: left;
    box-sizing: border-box;
    /*border: 1px solid #FF0000;*/
}
.formbloque4 .txtBox::-webkit-input-placeholder {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
} /* WebKit */
.formbloque4 .txtBox:-moz-placeholder {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
} /* Firefox 18- */
.formbloque4 .txtBox::-moz-placeholder {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #000000;
} /* Firefox 19+ */
.formbloque4 .txtBox:-ms-input-placeholder {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
} /* IE 10+ */
.formbloque4 textarea {
    height: 100px;
    /*border: 1px solid #FF0000;*/
}
.formbloque4 .button {
    position: relative;
    padding: 10px 25px;
    margin: 10px 0px 0px 0px;
    font-size: 16px;
    top: 0;
    left: 0;
}
.avisobloque4 {
    width: auto;
    padding: 3px 0px 0px 25px;
    margin: 8px 20px 8px 0px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    position: relative;
    float: left;
    box-sizing: border-box;
    /*border: 1px solid #FF0000;*/
}
.avisobloque4 label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.avisobloque4 input {
    display: none;
}
.checkboxbloque4 {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 2px;
    left: 0;
    border: 2px solid #E1E1E1;
    background-color: #E1E1E1;
    overflow: hidden;
    cursor: pointer;
}
.checkboxbloque4 img {
    width: 115%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: none;
}
.message {
    width: auto;
    font-size: 14px;
    color: #FFFFFF;
    text-align: left;
    position: relative;
    display: inline-block;
    /*border: 1px solid #FF0000;*/
}
#success-message {
    /*color: #009c0c;*/
    font-weight: 300;
    color: #FFFFFF;
    display: none;
}
#error-message, #error-message-input, #error-message-privacy, #error-message-error {
    font-weight: 300;
    color: #FFFFFF;
    margin: 0px 0px 10px;
    display: none;
}

/* BLOQUE 6 */
.contbloque6 {
    width: 100%;
    height: 50vh;
    position: relative;
    float: left;
    box-sizing: border-box;
}
.txtbloque6 {
    width: 95%;
    max-width: 1000px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    /*border: 1px solid #FF0000;*/
}
.txtbloque6 p {
    width: 100%;
    margin: 0px 0px 5px;
    font-size: 38px;
    font-weight: 800;
    letter-spacing: 1px;
    /*border: 1px solid #FF0000;*/
}

/* FOOTER */
footer {
    width: 100%;
    padding: 20px 0px;
    text-align: center;
    position: relative;
    float: left;
    box-sizing: border-box;
    background-color: #242426;
    /*border: 1px solid #FF0000;*/
}
footer .section {
    width: 90%;
    max-width: 1200px;
    display: inline-block;
    text-align: left;
    color: #FFFFFF;
    font-size: 12px;
}

/* SLIDER */
.slider {
    /*height: 35vh;
    overflow: hidden;*/
}
.slider button {
    z-index: 5 !important;
    /*border: 1px solid #FF0000;*/
}
.slick-prev {
    width: 35px !important;
    height: 35px !important;
    top: 50% !important;
    left: 30px !important;
}
.slick-prev::before {
    width: 35px !important;
    height: 35px !important;
    content: "" !important;
    background-image: url('../images/iconos/slide.png');
    background-size: 100% 100% !important;
    display: inline-block !important;
}
.slick-next {
    width: 35px !important;
    height: 35px !important;
    top: 50% !important;
    right: 35px !important;
}
.slick-next:before {
    width: 35px !important;
    height: 35px !important;
    content: "" !important;
    background-image:url('../images/iconos/slideright.png');
    background-size: 100% 100% !important;
    display: inline-block !important;
}
.slick-slide {
    transition: all ease-in-out .3s !important;
    opacity: 1 !important;
}
.slick-active {
    opacity: 1 !important;
}
.slick-current {
    opacity: 1 !important;
}
.slick-hidden {
    display: none;
}
.slick-dots li button:before {
    font-family: 'slick';
    position: absolute;
    top: 0;
    left: 0;
    width: 12px !important;
    height: 12px !important;
    content: '' !important;
    text-align: center;
    opacity: 1 !important;
    background: none;
    border-radius: 40px;
    border: 1px solid rgba(255,255,255,.6);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
}
.slick-dots {
    padding: 0px 0px 0px 80px !important;
    text-align: left !important;
    bottom: 28% !important;
    /*border: 1px solid #FF0000;*/
}
.slick-dots li {
    margin: 0px 3px !important;
}

/* DIV CAJA FLOTANTE */
#caja-flotante {
    width: 35px;
    height: 35px;
    background: none;
    position: fixed;
    right: 2%;
    bottom: 4%;
    z-index: 200;
    cursor: pointer;
}
#caja-flotante img {
    width:100%;
    height: auto;
}
.anclasection {
    position: absolute;
    top: -89px;
}