@charset "utf-8";

/* CSS DOCUMENT */
* {
    margin:0;
    /*padding:0;*/
}
body {
    padding: 85px 0px 0px;
    font-family: 'Roboto', sans-serif;
    background: #FFF;
    /*overflow: hidden;*/
}

/* ESTILO LINKS */
a:link {
    color: #FFF;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}

/* ESTILO CAMPOS */
.txtBox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 10px 15px;
    margin: 0px 0px 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    border: 1px solid #999;
    box-sizing: border-box;
    background: rgba(0,0,0,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;
}
.txtBox:focus {
    outline: none;
    border: 1px solid #333;
}
textarea {
    width: 100% !important;
    height: 120px;
    padding: 15px 15px;
    font-family: 'Roboto', sans-serif;
}

/* BUTTON */
.button {
    /*width: 215px;*/
    width: 100%;
    height: 42px;
    padding: 12px 80px 0px;
    margin: 0px 0px 0px 0px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    line-height: initial;
    color: #be0f0d;
    position: relative;
    float: right;
    box-sizing: border-box;
    background: none;
    cursor: pointer;
    border: 2px solid #be0f0d;
    text-shadow: none;
    -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 {
    color: #FFF;
    background: #be0f0d;
}

/* SECTION */
.contsection {
	width: 100%;
	text-align: center;
	position: relative;
	float: left;
	box-sizing: border-box;
	/*border: 1px solid #FF0000;*/
}
.section {
	width: 95%;
    max-width: 1280px;
	text-align: left;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	/*border: 1px solid #FF0000;*/
}
.titsection {
	width: 100%;
    margin: 60px 0px 45px;
	text-align: center;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	/*border: 1px solid #FF0000;*/
}
.titsection p {
    margin: 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size: 50px;
    font-weight: 700;
    color: #333;
}
.separatorsection {
    width: 80px;
    height: 6px;
    display: inline-block;
    background-color: #be0f0d;
}

/* HEADER */
header {
    width: 100%;
    padding: 30px 50px 25px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.10);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.10);
    background: #FFF;
    z-index: 1000;
    /*border: 1px solid #FF0000;*/
}
.franjaHeader {
    width: 100%;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('/images/franja_header.png');
    background-repeat: repeat;
    z-index: 0;
}
.logo {
    width: 220px;
    margin: -15px 0px 0px 0px;
    position: relative;
    float: left;
    box-sizing: border-box;
    z-index: 1;
    cursor: pointer;
    /*border: 1px solid #FF0000;*/
}
.logo img {
    width: 100%;
    float: left;
}
.contmenu {
    width: 950px;
    padding: 0px 32px 0px 0px;
    margin: 0px 0px 0px;
    text-align: right;
    float: right;
    box-sizing: border-box;
    /*border: 1px solid #FF0000;*/
}
.btnmenu {
    width: auto;
    padding: 0px 0px 5px;
    margin: 0px 0px 0px 55px;
    font-size: 14.5px;
    font-weight: 500;
    color: #333;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px 3px 0px 0px rgba(255,255,255,1);
    box-shadow: 0px 3px 0px 0px rgba(255,255,255,1);
    transition: all 0.3s ease-out;
    /*border: 1px solid #FF0000;*/
}
.btnmenu:hover {
    color: #be0f0d;
}
.btnmenu img {
    width: 25px;
    position: absolute;
    top: -4px;
    right: -35px;
}
.icomenu, .icomenuclose {
    display: none;
}

/* BLOQUE 1 */
.contbloque1 {
    height: 95vh;
    /*border: 1px solid #FF0000;*/
}
.contbloque1 .section {
    width: 60%;
    /*border: 1px solid #FF0000;*/
}
.boxbloque1 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 500;
    /*border: 1px solid #FF0000;*/
}
.boxbloque1 p {
    margin: 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size: 73px;
    font-weight: 800;
    color: #FFF;
}
.txtbloque1 {
    width: 100%;
    font-size: 32px;
    font-weight: 300;
    color: #FFF;
    /*border: 1px solid #FF0000;*/
}
.bgbloque1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0,0,0,.35);
    /*border: 1px solid #FF0000;*/
}

/* BLOQUE 2 */
.contbloque2 .section {
    margin: 0px 0px 130px;
    text-align: center;
}
.boxbloque2 {
    width: 300px;
    height: 450px;
    padding: 0px 0px 0px;
    margin: 0px 15px;
    position: relative;
    display: inline-block;
    background-color: #F7F7F7;
    box-sizing: border-box;
    /*border: 1px solid #FF0000;*/
}
.imgbloque2 {
    width: 100%;
    height: 227px;
    margin: 0px 0px 15px;
    position: absolute;
    top: 0;
    left: 0;
    /*border: 1px solid #FF0000;*/
}
.txtbloque2 {
    width: 85%;
    font-size: 16px;
    font-weight: 300;
    color: #666;
    text-align: left;
    line-height: 25px;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 0;
    /*border: 1px solid #FF0000;*/
}
.txtbloque2 p {
    margin: 0px 0px 20px;
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    font-weight: 700;
    color: #333;
}

/* BLOQUE 3 */
.boxbloque3 {
    width: 50%;
    height: 450px;
    float: left;
    background-color: #F7F7F7;
    box-sizing: border-box;
    /*border: 1px solid #FF0000;*/
}
.txtbloque3 {
    width: 485px;
    padding: 0px 80px 0px 0px;
    font-size: 17px;
    font-weight: 300;
    color: #666;
    text-align: left;
    line-height: 28px;
    float: right;
    background-color: #F7F7F7;
    box-sizing: border-box;
    /*border: 1px solid #FF0000;*/
}
.txtbloque3 .titsection {
    margin: 40px 0px 35px;
    text-align: left;
}
.txtbloque3 .titsection p {
    margin: 0px 0px -5px;
    font-size: 54px;
    line-height: initial;
}
.boxbloque3 iframe {
    width: 100%;
    height: 100%;
}

/* BLOQUE 4 */
.contbloque4 {
    padding: 30px 0px 10px;
    float: left;
    background-color: #b00f0d;
    box-sizing: border-box;
    /*border: 1px solid #FF0000;*/
}
.contbloque4 .section {
    margin: 0px 0px 0px;
    text-align: center;
}
.boxbloque4 {
    width: 20%;
    height: 200px;
    padding: 0px 0px 0px;
    margin: 0px 0px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    /*border: 1px solid #FF0000;*/
}
.txtbloque4 {
    width: 85%;
    height: 100px;
    font-size: 22px;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    line-height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    /*border: 1px solid #FF0000;*/
}
.txtbloque4 p {
    margin: 0px 0px 35px;
    font-family: 'Roboto Slab', serif;
    font-size: 60px;
    font-weight: 700;
    color: #FFF;
}
.separatorbloque4 {
    width: 2px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-color: #FFF;
    /*border: 1px solid #FF0000;*/
}

/* BLOQUE 5 */
.contbloque5 {
    margin: 0px 0px 0px;
    /*border: 1px solid #FF0000;*/
}
.contbloque5 .section {
    margin: 0px 0px 0px;
    text-align: center;
}
.boxbloque5 {
    width: 455px;
    height: 468px;
    padding: 0px 0px 0px;
    margin: 15px;
    color: #CCC;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    /*border: 1px solid #FF0000;*/
}
.boxbloque5:hover {
    color: #FFF;
}
.txtbloque5 {
    width: 85%;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    line-height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1;
    transition: all 0.2s ease-in;
    /*border: 1px solid #FF0000;*/
}
.txtbloque5 p {
    width: 100%;
    font-family: 'Roboto Slab', serif;
    font-size: 32px;
    font-weight: 700;
}
.txtbloque5 .button {
    width: auto;
    height: 40px;
    padding: 10px 60px 0px;
    margin: 30px 0px 0px;
    font-size: 13px;
    float: initial;
    display: inline-block;
    color: #FFF;
    border: 2px solid #FFF;
}
.txtbloque5 .button:hover {
    border: 2px solid #be0f0d;
}
.bgbloque5 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0,0,0,.45);
    /*border: 1px solid #FF0000;*/
}

/* BLOQUE 6 */
.contbloque6 {
    margin: 0px 0px 0px;
    /*border: 1px solid #FF0000;*/
}
.contbloque6 .section {
    width: 950px;
    margin: 0px 0px 0px;
    text-align: center;
}
.contbloque6 iframe {
    width: 100%;
    height: 400px;
    margin: 0px 0px 50px;
}
.boxbloque6 {
    width: 50%;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    text-align: left;
    line-height: 20px;
    float: left;
    box-sizing: border-box;
    /*border: 1px solid #FF0000;*/
}
.boxbloque6col {
    padding: 0px 0px 0px 120px;
    /*border: 1px solid #FF0000;*/
}
.boxbloque6 p {
    margin: 0px 0px 30px;
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    font-weight: 700;
    color: #333;
}
.inputbloque6 {
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
.redesbloque6 {
    width: 100%;
    margin: 80px 0px 0px;
    text-align: left;
    float: left;
    box-sizing: border-box;
    /*border: 1px solid #FF0000;*/
}
.redesbloque6 a {
    width: 40px;
    height: 40px;
    margin: 0px 15px 0px 0px;
    color: #FFF;
    position: relative;
    float: left;
    border-radius: 50%;
    background-color: #be0f0d;
    transition: all 0.3s ease-out;
    /*border: 1px solid #FF0000;*/
}
.redesbloque6 a:hover {
    background-color: #a30c0a;
}
.redesbloque6 .fab {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    /*border: 1px solid #FF0000;*/
}

/* INTERIOR */
.headerinterior {
    background-color: #E1E1E1;
}
.headerinterior .titsection {
    margin: 45px 0px 45px;
    /*border: 1px solid #FF0000;*/
}
.headerinterior .titsection p {
    color: #FFF;
}
.boxinterior {
    width: 50%;
    height: 500px;
    padding: 0px 80px 0px 0px;
    margin: 60px 0px 0px;
    font-weight: 300;
    font-size: 17px;
    text-align: justify;
    line-height: 28px;
    float: left;
    box-sizing: border-box;
    /*border: 1px solid #FF0000;*/
}
.boxinterior-col {
    padding: 0px 0px 0px 0px;
    /*border: 1px solid #FF0000;*/
}
.boxinterior .button {
    width: 200px;
    margin: 80px 0px 0px;
    color: #333;
    float: left;
    border: 2px solid #333;
}
.boxinterior .button:hover {
    color: #FFF;
    background-color: #333;
}
.boxinteriorslider {
    width: 100%;
    height: 500px;
    /*border: 1px solid #FF0000;*/
}
.bginterior {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0,0,0,.25);
    /*border: 1px solid #FF0000;*/
}
.desktop {
    display: inherit;
}
.movil {
    display: none;
}

/* FOOTER */
.contbloque7 {
    margin: 140px 0px 60px;
    font-size: 12px;
    font-weight: 300;
    color: #666;
    /*border: 1px solid #FF0000;*/
}
.signature {
    width: 100%;
    margin: 10px 0px 0px;
    font-size: 10px;
    color: #666;
    letter-spacing: 0;
    float: left;
    box-sizing: border-box;
    /*border: 1px solid #FF0000;*/
}
.signature:hover {
    color: #000;
    /*border: 1px solid #FF0000;*/
}

/*ANCLA */
.anclab {
    width: auto;
    position: absolute;
    top: -80px;
    /*border: 1px solid #FF0000;*/
}

/* SLIDER */
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-next, .swiper-button-prev {
    color: #FFF !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 30px !important;
}
#swiper-button-next {
    color: #000 !important;
    position: absolute !important;
    top: 2% !important;
    right: -8px;
}
#swiper-button-prev {
    color: #000 !important;
    position: absolute !important;
    top: 2% !important;
    left: 93%;
}
#swiper-button-next:after, #swiper-button-prev:after {
    font-size: 16px !important;
}
#swiper-button-next-blq5 {
    color: #000 !important;
}
#swiper-button-prev-blq5  {
    color: #000 !important;
}
#swiper-button-next-blq5:after, #swiper-button-prev-blq5:after {
    font-size: 18px !important;
}
.swiper-pagination-bullet {
    background-color: #4b4b4b !important;
}
.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    opacity: .6 !important;
}
.swiper-pagination-bullet-active {
    opacity: .9;
    background: #cedb00 !important;
}
.swiper-pagination {
    bottom: 0;
}

/* ICONO WHATSAPP */
.content-whatsapp {
    width: auto;
    position: fixed;
    bottom: 20px;
    right: 23px;
    z-index: 1;
    /*border: 1px solid red;*/
}
.box-whatsapp {
    width: 60px;
    height: 60px;
    color: #FFFFFF;
    position: relative;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(13,140,32,1);
    background: -moz-linear-gradient(45deg, rgba(13,140,32,1) 0%, rgba(83,208,96,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(13,140,32,1)), color-stop(100%, rgba(83,208,96,1)));
    background: -webkit-linear-gradient(45deg, rgba(13,140,32,1) 0%, rgba(83,208,96,1) 100%);
    background: -o-linear-gradient(45deg, rgba(13,140,32,1) 0%, rgba(83,208,96,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(13,140,32,1) 0%, rgba(83,208,96,1) 100%);
    background: linear-gradient(45deg, rgba(13,140,32,1) 0%, rgba(83,208,96,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d8c20', endColorstr='#53d060', GradientType=1 );
    /*border: 1px solid red;*/
}
.box-whatsapp:hover {
    background: rgba(83,208,96,1);
    background: -moz-linear-gradient(45deg, rgba(83,208,96,1) 0%, rgba(13,140,32,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(83,208,96,1)), color-stop(100%, rgba(13,140,32,1)));
    background: -webkit-linear-gradient(45deg, rgba(83,208,96,1) 0%, rgba(13,140,32,1) 100%);
    background: -o-linear-gradient(45deg, rgba(83,208,96,1) 0%, rgba(13,140,32,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(83,208,96,1) 0%, rgba(13,140,32,1) 100%);
    background: linear-gradient(45deg, rgba(83,208,96,1) 0%, rgba(13,140,32,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53d060', endColorstr='#0d8c20', GradientType=1 );
    /*border: 1px solid red;*/
}
.box-whatsapp .fa-whatsapp {
    font-size: 40px;
    position: absolute;
    top: 48%;
    left: 51%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

/* CAJA FLOTANTE */
#caja-flotante {
    width: 40px;
    height: 40px;
    background: none;
    position: fixed;
    right: 2%;
    bottom: 2%;
    z-index: 1;
}
#caja-flotante img {
    width:100%;
    height: auto;
}