/* RESET */
/* * {color:inherit;border:0;box-sizing:border-box;margin:0;padding:0;}
h1,h2,h3 {font-size: inherit; font-weight: normal;}
a {text-size-adjust:none;-webkit-text-size-adjust:none;}
address {font-style:normal;}
b, strong {font-weight:600;}
body {cursor:default;font-size:14px;}
button {background:none;}
button, label {cursor:pointer;}
mark {background:none;}
li {list-style:none;}
input.oculto {position: fixed; right: 100%; width: 0;}

:focus {outline:none;}
::-moz-focus-inner {border:0;}

.dots {overflow:hidden;white-space:nowrap;text-overflow:ellipsis;} */
/* FIN: RESET */

/* fuentes */
@font-face{font-family:"icons";src:url("icons.eot");src:url("icons.eot?#iefix")format("embedded-opentype"),url("icons.woff") format("woff"),url("icons.ttf")format("truetype"),url("icons.svg#icons")format("svg");font-weight:normal;font-style:normal;}
[data-icon]:before{font-family:'icons'!important;content:attr(data-icon);font-style:normal!important;font-weight:normal!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}

/* REPRODUCTOR */

#playlist, #player {width: 100%; /* Ancho de todo el contenedor */padding: 20px; margin: 0 auto; display: block; text-align: center;}
#player {/* Imagen de fondo del primer contenedor */background: url(//lh3.googleusercontent.com/-9dx_GmP6Yeg/U06qBO9M4EI/AAAAAAAAFEY/FXrhlltF7xc/s300/bg.png); padding: 10px 20px; border-top-left-radius: 10px; border-top-right-radius: 10px; margin-top: 50px;}
audio {max-width:300px; width: 100%; /* Ancho del reproductor */margin:0 auto; display: inline-block;}
#playlist {margin: 0 auto; display: block; background: #424242; /* Fondo del segundo contenedor */border-top: 5px solid #1b87b3; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; text-align: left; font-size: 12px; /* Estilos de fuente */ font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif; font-weight: normal;}
#playlist li, #playlist ul li {background-image: none; list-style-type: none; padding: 0; margin: 0;}
#playlist li a {color: #CCC; /* Color de las canciones */background: #222; /* Fondo de las canciones */padding: 7px 5px; display: block; padding-left: 10px; text-decoration: none;}
#playlist li a:hover{background: #1b87b3; /* Color de fondo al pasar el cursor */text-decoration: none;}
#playlist .active a {color: #fff; /* Color de la canción activa */font-style: italic; text-decoration: none;}
#playlist .active a:before {content: "\25B6"; color: #CCC; font-style: normal; padding-right: 8px;}
#playlist .active a:hover {color: #fff; /* Color de la canción activa al pasar el cursor */}

/* FIN: REPRODUCTOR */

/* --- addons gestor --- */
.editBtn{
    position: absolute;
    background: #ffffff;
    border-radius: 5px;
    padding: 10px 20px;
    top: -20px;
    left: 20px;
    z-index: 1;
    transition: .2s;
    box-shadow: 0 0 7px 1px rgb(0 0 0 / 70%);
}
.editBtn:hover{
    background: #1b87b3;
    color: #ffffff;
}
.editBtn > *{
    display: inline-block;
    vertical-align: middle;
}
.editBtn svg{
    margin-right: 5px;
    width: auto;
    height: 22px;
    fill: #1b87b3;
    transition: .2s;
}
.editBtn:hover svg{
    fill: #ffffff;
}

body{
    min-height: calc(100vh - 43px);
    padding-bottom: 30px;
    font-family: 'Ubuntu';
    background-color: #21a4d8;
    background-image: url("../images/bg_pattern_alpha2.png"), -o-radial-gradient(#21a4d8, #1b87b3);
    background-image: url("../images/bg_pattern_alpha2.png"), -moz-radial-gradient(#21a4d8, #1b87b3);
    background-image: url("../images/bg_pattern_alpha2.png"), -webkit-radial-gradient(#21a4d8, #1b87b3);
    background-image: url("../images/bg_pattern_alpha2.png"), radial-gradient(#21a4d8, #1b87b3);
    background-attachment: fixed;
}

/* #home body{
    background-color: #cccccc;
    background: url("../images/bg_pattern_alpha2.png"), -webkit-radial-gradient(#cccccc, #111111);
    background: url("../images/bg_pattern_alpha2.png"), -o-radial-gradient(#cccccc, #111111);
    background: url("../images/bg_pattern_alpha2.png"), -moz-radial-gradient(#cccccc, #111111);
    background: url("../images/bg_pattern_alpha2.png"), radial-gradient(#cccccc, #111111);
    background-attachment: fixed;
    height: 98vh;
} */

body:not(#home).loggedIn{
    background-color: #ffffff;
    background-image: url("../images/bg_pattern_alpha2.png"), -o-radial-gradient(#ffffff, #aaaaaa);
    background-image: url("../images/bg_pattern_alpha2.png"), -moz-radial-gradient(#ffffff, #aaaaaa);
    background-image: url("../images/bg_pattern_alpha2.png"), -webkit-radial-gradient(#ffffff, #aaaaaa);
    background-image: url("../images/bg_pattern_alpha2.png"), radial-gradient(#ffffff, #aaaaaa);
}

/*------ _blockTitle ------*/
._blockTitle{
    font-size: 29px;
    margin-bottom: 15px;
    color: #155e82;
    font-weight: 500;
}
._blockTitle__title {
    font-size: 29px;
    color: #155e82;
    font-weight: 500;
    position: relative;
    font-size: 45px;
}
._blockTitle__subtitle{
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
}
._blockTitle__subtitle:not(:first-child){
    margin-top: 10px;
}
@media(min-width: 801px){
    ._blockTitle{
        margin-bottom: 20px;
    }
}

/* tpl_precarga */
.tpl_precarga {background: #fff; bottom: 0; left: 0; position: fixed; right: 0; text-align: center; top: 0; z-index: 150;}

/* tpl-history_back */
.tpl-history_back {background: #1b87b3; border-radius: 5px; bottom: 10px; box-shadow: 0 0 5px 0 rgba(0,0,0,.5); color: #fff; display: block; padding: 10px; position: fixed; right: 10px; text-decoration: none; z-index: 200; transition: all 0.2s ease-in-out;}
.tpl-history_back:hover {background: #ccc; color: #1b87b3;}

.header{
    background-color:#ffffff;
    padding: 5px 15px;
    box-shadow: 0 5px 25px -15px #252525;
    -webkit-box-shadow: 0 5px 25px -15px #252525;
    -moz-box-shadow: 0 5px 25px -15px #252525;
    -o-box-shadow: 0 5px 25px -15px #252525;
    position: relative;
    height: 60px;
    transition: 0.2s all;
}
.header__container{
    height: 100%;
    position: relative;
}
.header__logos{
    white-space: nowrap;
}
.header__logo a{display:block;}
.header__logos img{
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
}
.header__logos{

}
.header__phone{
    padding: 10px 15px;
    background: #f7f7f7;
    border-radius: 5px;
}
.header__phone svg{
    fill: #1b87b3;
    height: 15px;
    width: 15px;
}
.header__actions{
    
}
.header__actions_admin{
    padding: 10px 15px;
    background: #f7f7f7;
    border-radius: 5px;
    display: inline-block;
    margin-left: 10px;
}
.header__actions_admin:hover{
    background: #1b87b3;
    color: #ffffff;
}
.header__actions_admin > * {
    vertical-align: middle;
    display: inline-block;
}

.header__actions_admin svg{
    fill: #1b87b3;
    height: 25px;
    width: 25px;
    transition: .2s;
}
.header__actions_admin:hover svg{
    fill: #ffffff;
}
.header__actions_admin span{
    margin-left: 10px;
    display: none;
}
.header__actions_admin svg{
    height: 20px;
    width: 20px;
}
.header__actions_admin--disabled{
    pointer-events: none;
    opacity: .3;
}

.header__hamb{
    position: relative;
    height: 30px;
    width: 80px;
}
.header__hamb:hover{
    cursor: pointer;
}
.header__hamb.active{
    z-index: 2100;
    width: 40px;
}

.header__hamb span {
    position: absolute;
    top: 15px;
    right: 50px;
    width: 30px;
    height: 2px;
    background-color: #1b87b3;
    transition: all 0.6s ease-out, right 0s;
}
.header__hamb.active span {
    right: 0;
    position: absolute;
    background-color: transparent;
    top: 19px;
}

.header__hamb span:before {
    content: '';
    position: absolute;
    top: -7px;
    right: 0;
    width: 25px;
    height: 2px;
    background-color: #1b87b3;
    transition: all 0.6s ease-out;
}
.header__hamb.active span:before {
    top: -4.5px;
    transform: rotate(225deg);
}

.header__hamb span:after {
    content: '';
    position: absolute;
    top: 7px;
    right: 0;
    width: 25px;
    height: 2px;
    background-color: #1b87b3;
    transition: all 0.6s ease-out;
}
.header__hamb.active span:after {
    top: -4.5px;
    transform: rotate(-225deg);
}
.header__hamb_label{
    color: #1b87b3;
    text-align: right;
    margin-top: 7px;
}
.header__hamb.active .header__hamb_label{
    display: none;
}

@media (min-width:1001px) {
    .header{
        height: auto;
    }
    .header__logos img{
        position: static;
        max-width: 300px;
        max-height: 75px;
        width: auto;
        height: auto;
        transition: 0.2s all;
    }
    .header__logos > *{
        display: inline-block;
    }
    .header__actions_admin span{
        display: inline-block;
    }
    .header__hamb{
        display: none;
    }
}

/*--- Nav ---*/
.header__link--submenu:after{
    content:'';
    display:inline-block;
    width:0;
    height:0;
    border-style:solid;
    border-width:7px 6px 0 6px;
    border-color:#000000 transparent transparent transparent;
    margin-left:5px;
    vertical-align:middle;
    transition:.5s;
}
.header__link--submenu:hover:before{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 10px;
}
.header__link--submenu{
    position: relative;
    cursor: pointer;
    white-space: nowrap;
}
.header__link--submenu:hover .languages{
    opacity:1;
    display:block;
}
.header__top > *{
    margin-left: 15px;
}
.header__phone a{
    color: #1b87b3;
    font-weight: bold;
}
.header__phone a:hover{
    text-decoration: underline;
}
.header__menu ul{
    white-space: nowrap;
}
.header__menu li{
    
}
.header__menu li a{
    display: block;
    padding: 0 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
.header__menu li a.actual{
    color: #1b87b3;
}
@media(max-width:1000px){
    .header__menu{
        position: fixed;
        top: 60px;
        width: 100%;
        left: 100%;
        bottom: 0;
        opacity: 0;
        z-index: 1000;
        transition: .2s;
        background: rgba(255,255,255,.9);
        border-top: 2px solid #1b87b3;
        padding-top: 20px;
        text-align: right;
        font-size: 18px;
    }
    .header__menu ul{

    }
    .header__menu.active{
        opacity: 1;
        left: 0;
    }
    .header__menu ul li a{
        padding: 10px;
        font-size: 16px;
    }
}

@media(min-width:1001px){
    .header__menu{
        display: block;
        margin-top: 15px;
    }
    .header__menu ul{
        display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
        -webkit-box-pack:flex-end;-moz-box-pack:flex-end;-webkit-justify-content:flex-end;-ms-flex-pack:flex-end;justify-content:flex-end;
        -webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;
    }
    .header__menu li a:hover{
        color:#1b87b3;
    }
}

/* --- footer --- */
.footer{
    background: #155e82;
    text-align: center;
    color: #ffffff;
    padding: 15px 0;
    font-size: 13px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
}
#home footer{
    display: none;
}


/* --- topImage --- */
.topImage{
    height: 200px;
    color: #ffffff;
}
.topImage{
    font-size: 50px;
    text-transform: uppercase;
    text-shadow: 2px 2px 12px rgba(0,0,0,0.5);
    line-height: 1.2;
}

/* --- content-home --- */
.contentHome__col {
    width: 100%;
}
.contentHome__image{
    margin-top: 25px;
}
.contentHome__image img{
    display: block;
    margin: 0 0 0 auto;
    height: auto;
    width: auto;
    max-height: 430px;
    border-radius: 10px;
}
@media(min-width: 801px){
    .contentHome__col:first-child {
        width: 50%;
    }
    .contentHome__col:last-child {
        width: 50%;
        padding-left: 110px;
    }.contentHome__imageOuter,
    .contentHome__image {
        position: relative;
    }
    .contentHome__image{
        margin-top: 0;
    }
    .contentHome__caption_title{
        color: #1b87b3;
        font-weight: bold;
    }
}

/* --- featuredSquare --- */
.featuredSquare{
    color: #ffffff;
    margin: 50px 0 0;
    height: 330px;
}
.featuredSquare__container{
    position: relative;
    height: 100%;
}
.featuredSquare__mainSquare{
    position: absolute;
    top: -20px;
    box-shadow: 0 0 4px 2px rgba(0,0,0,.2);
    background-color: #156889;
    padding: 25px;
    border-radius: 0 40px 0 40px;
}
.featuredSquare__title{
    font-size: 40px;
    text-align: left;
}

@media(min-width: 801px){
    .featuredSquare{
        margin: 60px 0;
        height: 40vh;
    }
    .featuredSquare__mainSquare{
        top: -30px;
        bottom: -30px;
        padding: 5vw;
        border-radius: 0;
    }
    .featuredSquare__title{
        font-size: 80px;
        text-align: center;
    }
}

/* --- featBackImgs --- */
.featBackImgs{
    position: relative;
    overflow: hidden;
}
.featBackImgs__images,
.featBackImgs__gallery{
    /* display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
    border-radius: 10px;
    overflow: hidden; */
}
.featBackImgs__images img,
.featBackImgs__gallery img{
    height: auto;
    width: auto;
}
.featBackImgs__images{
    display:none;
}
.featBackImgs__image{
    height: 200px;
}

.featBackImgs__container{
    text-align: center;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    pointer-events: none;
}
.featBackImgs__title{
    position: relative;
    background: rgb(255 255 255 / 75%);
    margin: 115px auto;
    padding: 50px 5%;
    display: inline-block;
    box-shadow: 0px 0 16px 2px rgba(0, 0, 0, 0.7);
    transition: .2s;
    max-width: 250px;
    width: 100%;
}
.featBackImgs__title > span{
    display: block;
}
.featBackImgs__title svg{
    fill: #155e82;
    width: 90px;
    height: 90px;
    left: 50%;
    margin-bottom: 10px;
    position: absolute;
    top: 50%;
    opacity: 0.2;
    transform: translate(-50%, -50%);
}
@media(min-width: 800px){
    .featBackImgs__container{
        pointer-events: auto;
    }
    .featBackImgs__title{
        background: #ffffff;
        padding: 75px 50px;
        max-width: 450px;
    }
    .featBackImgs__images{
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        display:grid;
        grid-gap: 15px;
        border-radius: 10px;
        overflow: hidden;
    }
    .featBackImgs__gallery{
        display: none!important;
    }
    .featBackImgs__image{
        height: 250px;
    }
    .featBackImgs__image:nth-child(1){
        grid-column: 1;
        grid-row: 1;
    }
    .featBackImgs__image:nth-child(2){
        grid-column: 2;
        grid-row: 1;
    }
    .featBackImgs__image:nth-child(3){
        grid-column: 3;
        grid-row: 1;
    }
    .featBackImgs__image:nth-child(4){
        grid-column: 1;
        grid-row: 2;
    }
    .featBackImgs__image:nth-child(5){
        grid-column: 2;
        grid-row: 2;
    }
    .featBackImgs__image:nth-child(6){
        grid-column: 3;
        grid-row: 2;
    }
}


/* --- Quote --- */
.quote{
    font-size: 25px;
    font-style: italic;
    text-align: center;
    line-height: 1.3;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}
.quote p:first-child{
    display: inline-block;
    max-width: 800px;
    position: relative;
}
.quote p:first-child span{
    position: relative;
}
/* .quote p:first-child:before{
    content: '"';
    color: rgb(0 0 0 / 11%);
    font-size: 110px;
    line-height: 0;
    display: inline-block;
    transform: translate(-30px,60px);
    margin-top: -20px;
    margin-right: -30px;
}
.quote p:first-child:after{
    content: '"';
    color: rgb(0 0 0 / 11%);
    font-size: 110px;
    line-height: 0;
    display: inline-block;
    transform: translate(-30px,60px);
    margin-top: -17px;
} */
.quote p:first-child:before{
    content: '"';
}
.quote p:first-child:after{
    content: '"';
}
.quote strong{
    font-size: initial;
    font-style: normal;
    display: block;
    color: #1b87b3;
    text-transform: uppercase;
    margin-top: 5px;
}

/* --- stdBlock --- */
.stdBlock .ctr:last-child{
    min-height: 50vh;
}

.stdBlock #gallery{
    height: 100%!important;
    width: 100%!important;
    border-radius: 5px;
}
@media(min-width: 800px){
    .stdBlock .ctr:last-child{
        min-height: 400px;
    }
    .stdBlock #gallery{
        border-radius: 0;
    }
}

/* .tpl_logo */
.tpl_logo {display: block; width: 300px;}
.tpl_logo > img {width: 100%;}

/* .tpl_home_fullSlide */
.tpl_home_fullSlide {bottom: 0; left: 0; position: fixed; right: 0; text-align: center; top: 0; z-index: 210;}
.tpl_home_fullSlide > * {position: relative; z-index: 1}
/*.tpl_home_fullSlide > div:first-of-type {bottom: 0; left:0; overflow: hidden; position: absolute; right: 0; top: 0; z-index: 0;}
.tpl_home_fullSlide > div:first-of-type > div {position: absolute;}
.tpl_home_fullSlide > div:first-of-type > div {background-position: center; background-size: cover; bottom: 0; left: 0; opacity: 0; right: 0; top: 0; -webkit-transition: opacity 1s ease-in-out, -webkit-transform 8s linear; -moz-transition: opacity 1s ease-in-out, -moz-transform 8s linear; -o-transition: opacity 1s ease-in-out, -o-transform 8s linear; transition: opacity 1s ease-in-out, transform 8s linear; -webkit-transition-delay: 3s; transition-delay: 3s; }
.tpl_home_fullSlide > div:first-of-type > div:after {content: ''; background: rgba(0,0,0,0.2); bottom: 0;left: 0; position: absolute; right: 0; top: 0;}
.tpl_home_fullSlide > div:first-of-type > svg, .tpl_home > div:first-of-type > div:last-child {z-index: 10}
.tpl_home_fullSlide > div:first-of-type > svg {fill: #fff; position: absolute; width: 5%; height: 10%; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
.tpl_home_fullSlide > div:first-of-type > svg:hover {cursor: pointer; fill: #666;}
.tpl_home_fullSlide > div:first-of-type > svg:first-of-type {left: 0;}
.tpl_home_fullSlide > div:first-of-type > svg:last-of-type {right: 0;}
.tpl_home_fullSlide > #rb_slideHome1:checked ~ div:first-of-type > div:nth-of-type(1),
.tpl_home_fullSlide > #rb_slideHome2:checked ~ div:first-of-type > div:nth-of-type(2),
.tpl_home_fullSlide > #rb_slideHome3:checked ~ div:first-of-type > div:nth-of-type(3) {opacity: 1; -webkit-transform: scale(1.2); -ms-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); z-index: 5; -webkit-transition-delay: 0; transition-delay: 0;}*/
.tpl_home_fullSlide > div {left: 50%; top: 50%; position: absolute; text-align: center; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
.tpl_home_fullSlide > div > .tpl_logo {margin: 0 auto 30px auto;}
.tpl_home_fullSlide > div > a {border: 1px solid #fff; box-shadow: 0 0 25px 5px rgba(0,0,0,0.5); color: #fff; display: inline-block; font-family: 'ubuntu'; font-size: 16px; left: 50%; padding: 10px; min-width: 200px; text-decoration: none; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
.tpl_home_fullSlide > div > a:hover {background: #fff; color: dodgerblue;}
/*#cb_seeWeb:checked ~ .tpl_home_fullSlide {opacity: 0; visibility: hidden; transform: scale(5); transition: all 0.5s ease-in-out;}*/

.productBoxes{

}
.productBoxes__list{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    column-gap: 15px;
    row-gap: 15px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}
.productBoxes__item{
    position: relative;
    cursor: pointer;
    background: #ffffff;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.4);
    height: 340px;
    border-radius: 2px;
    transition: .2s;
}
.productBoxes__item--create{
    
}
/* .productBoxes__item:not(.productBoxes__item--create):hover{
    transform: scale(1.025);
} */
.productBoxes__box{
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    border: 10px solid #ffffff;
}
.productBoxes__box_label{
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    text-shadow: 0 0 6px rgb(0 0 0 / 90%);
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    transition: .2s;
}
.productBoxes__item--create .productBoxes__box_label{
    background: #1b87b3;
    text-shadow: none;
}
.productBoxes__item--create:hover .productBoxes__box_label{
    background: #126b90;
}
.productBoxes__item--create .productBoxes__box_label svg{
    height: 50px;
    width: 50px;
    fill: #ffffff;
}
.productBoxes__item--create .productBoxes__box_label span{
    display: block;
    margin-top: 15px;
}
.productBoxes__item:hover .productBoxes__box_label,
.productBoxes__item--create .productBoxes__box_label{
    opacity: 1;
}
.productBoxes__click{
    position: absolute;
    bottom: 20px;
    background: #ffffff;
    border-radius: 20px;
    left: 20px;
    padding: 10px 10px 10px 15px;
    opacity: 0.95;
}
.productBoxes__click *{
    vertical-align: middle;
    display: inline-block;
}
.productBoxes__click svg{
    height: 30px;
    width: 30px;
}
.productBoxes__click span{
    padding-left: 10px;
    width: 90px;
    font-size: 13px;
}
@media(min-width: 800px){
    .productBoxes__box_label{
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
    }
}

/* --- downloadsBlock --- */
.downloadsBlock{
    box-shadow: 5px 5px 17px 0px rgba(0,0,0,.2);
    cursor: pointer;
    min-height: 142px;
    border-radius: 2px;
    border: 5px solid #ffffff;
    padding: 15px;
    text-align: center;
    position: relative;
}
.downloadsBlock--create:not(.downloadsBlock--create){
    display: block;
}
.downloadsBlock--create{
    background: #17556d;
}
.downloadsBlock--create div{
    line-height: 1.3;
    font-size: 20px;
    font-weight: 800;
}
.downloadsBlock svg{
    fill: #ffffff;
    height: 30px;
    width: 30px;
    margin: 0 auto;
}
.downloadsBlock--create div{
    color: #ffffff;
    text-align: center;
    width: 100%;
}
.downloadsBlock__col{
    width: 100%;
    color: #ffffff;
}
.downloadsBlock__content{
    width: 100%;
    padding-top: 5px;
}
.downloadsBlock__title{
    line-height: 1.3;
    font-size: 24px;
    font-weight: 800;
}
.downloadsBlock__subtitle{
    font-size: 15px;
    padding-top: 5px;
    color: #ffffff;
}
.downloadsBlock__img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.downloadsBlock__img > div{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #17556d;
}
.downloadsBlock__btn{
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 2px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: normal;
    margin: 15px auto 0;
}
@media (min-width: 801px){
    .downloadsBlock{
        background: #17556d;
        text-align: left;
        padding: 0;
    }
    .downloadsBlock:hover{
        background: #2c7fa0;
    }
    .downloadsBlock--create:not(.downloadsBlock--create){
        display: block;
    }
    .downloadsBlock svg{
        height: 50px;
        width: 50px;
    }
    .downloadsBlock__col:nth-child(1){
        width: 45%;
        padding: 30px;
        color: #ffffff;
    }
    .downloadsBlock__col:nth-child(2){
        width: 35%;
    }
    .downloadsBlock__col:nth-child(3){
        width: 20%;
    }
    .downloadsBlock__content{
        width: calc(100% - 52px);
        padding-top: 0;
        padding-left: 30px;
    }
    .downloadsBlock__title{
        line-height: 1.3;
        font-size: 24px;
        font-weight: 800;
    }
    .downloadsBlock__subtitle{
        font-size: 15px;
        padding-top: 5px;
    }

    .downloadsBlock__img {
        width: 100%;
        -webkit-transform: skewX(-15deg);
        -ms-transform: skewX(-15deg);
        -o-transform: skewX(-15deg);
        transform: skewX(-15deg);
        width: auto;
        height: auto;
        position: static;
        z-index: 0;
    }
    .downloadsBlock__img > div{
        left: -30px;
        right: -30px;
        width: auto;
        -webkit-transform: skewX(15deg);
        -ms-transform: skewX(15deg);
        -o-transform: skewX(15deg);
        transform: skewX(15deg);
        height: 100%;
    }
    .downloadsBlock__btn{
        font-weight: bold;
        font-size: 24px;
        padding: 20px;
        margin: 0 auto;
        border: 0;
    }
}

/* tpl_boxes_photos */
.tpl_boxes_photos {}
.tpl_boxes_photos > a {background: #fff; box-sizing: border-box; box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.4); display: inline-block; height: 250px; overflow: hidden; padding: 10px; position: relative; margin: 15px 0; width: 100%; transition: all 0.2s ease-in-out;}
.tpl_boxes_photos > a:hover {transform: scale(1.05);}
.tpl_boxes_photos > a > div {background-position: center; background-size: cover; border-radius: 10px; height: 100%; overflow: hidden; position: relative; width: 100%;}
.tpl_boxes_photos > a > div:hover {cursor: pointer;}
.tpl_boxes_photos > a > div > div {align-items: center; background: rgba(0, 0, 0, 0.5); border-radius: 10px; bottom: 10px; color: #fff; display: flex; font-size: 30px; justify-content: center; left: 10px; opacity: 0; padding: 10px; position: absolute; right: 10px; top: 10px; text-transform: uppercase; transition: all 0.2s ease-in-out;}
.tpl_boxes_photos > a:hover > div > div { opacity: 1;}

/* tpl_slide */
.tpl-slide {height: 200px; overflow: hidden; position: relative;}
.tpl-slide:not(:first-child) {margin-top: 25px;}
.tpl-slide > div:first-child {bottom: 0; font-size: 0; position: absolute; top: 0;}
.tpl-slide > div:first-child > div {background: #000; background-position: center; background-repeat: no-repeat; background-size: contain; display: inline-block; height: 100%;}
.tpl-slide > div:not(:first-of-type) {background: rgba(0,0,0,.5); box-sizing: border-box; border-radius: 5px; display: block; color: #fff; font-size: 20px; padding: 10px; position: absolute; width: 40px; z-index: 1; text-align: center; top: 50%; -webkit-transform:translate(0,-50%); transform:translate(0,-50%); transition: all 0.2s ease-in-out;}
.tpl-slide > div:not(:first-of-type):hover {background: rgba(0,0,0,0); color: #ccc; cursor: pointer;}
.tpl-slide > div:nth-of-type(2) {left: 10px;}
.tpl-slide > div:nth-of-type(2):hover {animation: arrowSlideLeft 0.5s infinite;}
.tpl-slide > div:last-of-type {right: 10px;}
.tpl-slide > div:last-of-type:hover {animation: arrowSlideRight 0.5s infinite;}
.tpl-slide.lateral {margin-top: 0;}

/* tpl-detalles */
.tpl-detalles {background: #fff;}
.tpl-detalles > article {font-size: 16px; padding: 20px 10px;}
.tpl-detalles > article > header {color: #1b87b3; font-size: 20px; font-weight: bold; padding-bottom: 15px; text-transform: uppercase;}
.tpl-detalles > article > section {text-align: justify;}
.tpl-detalles > article > section > p {padding: 5px 0;}
.tpl-detalles > article > section > p > strong {color: #1b87b3; text-transform: uppercase;}
.tpl-detalles > article > section > p > .cita {font-size: 25px; font-style: italic;}

/* tpl-info */
.tpl-info {background: #fff;}
.tpl-info > article {font-size: 16px; padding-bottom: 20px;}
.tpl-info > article > header {font-size: 0; margin-bottom: 20px; position: relative;}
.tpl-info > article > header:after {bottom: 0; border-bottom: 1px solid #1b87b3; content:''; left: 10px; position: absolute; right: 10px;}
.tpl-info > article > header > figure {background-position: center; background-size: cover; height: 200px;}
.tpl-info > article > header > h1 {color: #1b87b3; font-size: 25px; font-weight: bold;  padding: 30px 10px; text-align: center; text-transform: uppercase;}
.tpl-info > article > section {padding: 10px; text-align: justify;}
.tpl-info > article > section > p {padding: 5px;}
.tpl-info > article > section > p > strong {color: #1b87b3;}
.tpl-info > article > footer {padding: 10px 10px 0 10px; text-align: center;}
.tpl-info > article > footer > div {color: #1b87b3; font-size: 40px; padding-bottom: 20px;}
.tpl-info > article > footer > figure {background-position: center; background-size: cover; border-radius: 10px; display: inline-block; height: 200px; width: 150px;}

/* .tpl_footer */
.tpl_footer {min-height: 60px; position: fixed; bottom: 0; width: 100%; z-index: 5;}
.tpl_footer > div:first-of-type {background: #666; color: #fff; top: 0; left: -500px; position: absolute; right: -500px; bottom: -500px; -webkit-transform: rotate(2deg); transform: rotate(2deg);}

@media (min-width:401px){
    .tpl-slide {height: 400px;}
    
    .tpl-info > article > footer {font-size: 0;}
    .tpl-info > article > footer > div {display: inline-block; padding: 0 20px 0 0; text-align: right; vertical-align: middle;}
    .tpl-info > article > footer > figure {vertical-align: middle;}
    
}

@media (min-width:601px){
    /*main {padding-top: 120px;}*/
    
    /* tpl_logo */
    .tpl_logo {width: 400px;}
    
    /* tpl_header */
    /*.tpl_header > header > img {width: 130px;}
    .tpl_header > label > svg {height: 40px; width: 40px;}*/
    
    .productBoxes__list{
        grid-template-columns: 1fr 1fr;
        column-gap: 30px;
        row-gap: 30px;
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }
    
    /* tpl_boxes_photos */
    .tpl_boxes_photos {display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0 30px;}
    .tpl_boxes_photos > a {display: inline-block; height: 350px; width: 48%;}
    
    main:not(.newmain).plantas {display: flex;}
    
    /* tpl-detalles */
    .tpl-detalles > article {padding: 20px 30px;}
    .tpl-detalles.lateral {box-sizing: border-box; display: inline-block; min-height: 500px; width: 70%;}
    
    /* tpl_slide */
    .tpl-slide.lateral {box-sizing: border-box; display: inline-block; min-height: 500px; width: 30%;}
    
    /* tpl-info */
    .tpl-info {}
    .tpl-info > article {padding: 20px 30px;}
    .tpl-info > article > header {}
    .tpl-info > article > header:after {left: 0; right: 0;}
    .tpl-info > article > header > figure {display: inline-block; height: 300px; -webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 0 100%); clip-path: polygon(0 0, 75% 0, 100% 100%, 0 100%); vertical-align: middle; width: 60%;}
    .tpl-info > article > header > h1 {display: inline-block; font-size: 35px; padding: 0; text-align: right; width: 40%;}
    .tpl-info > article > section {padding: 20px 0;}
    .tpl-info > article > section > p {}
    .tpl-info > article > section > p > strong {}
    .tpl-info > article > footer {padding-top: 20px;}
    .tpl-info > article > footer > div {}
    .tpl-info > article > footer > figure {height: 275px; width: 200px;}
}

@media (min-width:801px){
    /* .tpl_logo */
    .tpl_logo {width: 500px;}
    
    /* tpl_boxes_photos */
    .tpl_boxes_photos {margin: 0 auto; max-width: 1200px;}
}

@media (min-width:1200px){
    main:not(.newmain) {margin: 30px auto 0; max-width: 1200px}
    main:not(.newmain).compacto {box-shadow: 0px 1px 25px -1px rgba(0,0,0,0.75);}
    .productBoxes__list{
        grid-template-columns: 1fr 1fr 1fr;
    }
}

/* .tpl-slide4 */
.tpl-slide4{color:#fff;font:16px 'Montserrat',sans-serif;text-align:center;position:relative;counter-reset:tpl-slide4;}
.tpl-slide4.multiple {margin-top: 25px;}
.tpl-slide4 > div:first-of-type{background-color: #fff;min-height:360px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
.tpl-slide4 > div:first-of-type > div{position:relative;z-index:2;}
.tpl-slide4 > div > input{position:fixed;top:0;left:-99px;}
.tpl-slide4 > div:last-of-type {height: 0;}
.tpl-slide4 > div:last-of-type > div{position:absolute;left:0;top:0;right:0;bottom:0;background-position:center;background-repeat:no-repeat;background-size:cover;opacity:0;transition:opacity .5s,z-index 0s .5s;}
.tpl-slide4 > div > input:checked + label + div{z-index:1;opacity:1;}
.tpl-slide4 > div > label{padding:16px;position:absolute;background:#1b87b3;z-index:2;border-radius:50%;top:50%;left:5px;transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:.3s;-o-transition:.3s;-ms-transition:.3s;-moz-transition:.3s;transition:.3s;}
.tpl-slide4 > div > label:hover{background:#ccc;}
.tpl-slide4 > div > label:before{content:'<';font:15px Icons;position:absolute;left:0;top:0;right:0;bottom:0;line-height:32px;padding-right:3px;}
.tpl-slide4 > div > input:checked ~ label{display:none;}
.tpl-slide4 > div > input:last-of-type:checked ~ label:last-of-type,
.tpl-slide4 > div > input:checked + label + div + p + input + label{right:5px;left:auto;display:block;}
.tpl-slide4 > div > input:last-of-type:checked ~ label:last-of-type:before,
.tpl-slide4 > div > input:checked + label + div + p + input + label:before{content:'>';padding:0 0 0 3px;}
.tpl-slide4 > div > input:first-of-type:checked ~ label:nth-last-of-type(2){display:block;}
.tpl-slide4 > div > p{position:absolute;left:0;bottom:5px;right:0;background:#1b87b3;height:30px;width:60px;margin:0 auto;border-radius:50px;}
.tpl-slide4 > div:last-of-type > input:checked + label + div + p{z-index:2;}
.tpl-slide4 > div > p:before,
.tpl-slide4 > div > p:after{top: 7px;visibility: hidden;position: absolute;visibility:hidden;}
.tpl-slide4 > div > p:before{content:counter(tpl-slide4);counter-increment:tpl-slide4;right:50%;}
.tpl-slide4 > div > p:after{content:"/"counter(tpl-slide4);z-index:2;left:50%;}
.tpl-slide4 > div > input:checked + label + div + p:before,
.tpl-slide4 > div > p:last-of-type:after{visibility:visible;}

@media(min-width:601px){
    .tpl-slide4{display: block;}
    
    .tpl-slide4 > div > label:before{content:'';}
    .tpl-slide4 > div > input:last-of-type:checked ~ label:last-of-type:before, .tpl-slide4 > div > input:checked + label + div + p + input + label:before {content:'';}
    .tpl-slide4 > div:last-of-type:before{content:'';position:absolute;bottom:166px;left:0;right:0;border-top:4px solid #000;}
    .tpl-slide4 > div:last-of-type{padding:0 40px;height:170px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;background-color:#fff;box-shadow:inset 0 999px 0 #000;overflow:hidden;}
    .tpl-slide4 > div:last-of-type > div{z-index:auto!important;opacity:1;}
    .tpl-slide4 > div:last-of-type > div:before{content:'';position:absolute;left:0;top:0;right:0;bottom:170px;background-image:inherit;background-size:cover;background-repeat:no-repeat;background-position:center;opacity:0;transition:opacity .5s,z-index 0s .5s;}
    .tpl-slide4 > div:last-of-type > input:checked + label + div:before{z-index:1;opacity:1;transition:opacity 0s,z-index 0s .5s;}
    .tpl-slide4 > div > button{position:absolute;bottom:0;width:40px;height:170px;border-top:4px solid #000;color:#1b87b3;background:#464646;z-index:3;}
    .tpl-slide4 > div > button:hover{background:#1b87b3;color:#fff;transition:.3s;}
    .tpl-slide4 > div > button:before{font:15px Icons;}
    .tpl-slide4 > div > button:first-of-type{left:0;}
    .tpl-slide4 > div > button:first-of-type:before{content:'<';}
    .tpl-slide4 > div > button:last-of-type{right:0;}
    .tpl-slide4 > div > button:last-of-type:before{content:'>';}
    .tpl-slide4 > div > p{display:none!important;}
    .tpl-slide4 > div > label,
    .tpl-slide4 > div:last-of-type > div{position:static;width:170px;height:170px;flex-shrink:0;}
    .tpl-slide4 > div > label{border-radius:0;background:rgba(0,0,0,.35);padding:0;display:block!important;margin-right:-170px;transition:background .3s,border .3s;border-top:4px solid #000;box-sizing:border-box;z-index:2;-ms-transform:none;-moz-transform:none;-webkit-transform:none;-o-transform:none;transform:none;position:relative;top: 0;left: 0!important;}
    .tpl-slide4 > div > label:hover{background:transparent;transition: .3s;}
    .tpl-slide4 > div > label:last-of-type{display:block!important;width:40px;pointer-events:none;}
    .tpl-slide4 > div > input:checked + label{background:transparent;border-color:#1b87b3;}
}
@media(min-width:801px){
.tpl-slide4 > div:first-of-type {min-height: 600px;}
}

main:not(.newmain).promo {margin: 0;}
main:not(.newmain).promo > .tpl_logo {position:fixed; top:20px; left:20px; width: 80px; z-index: 1;}
.tpl-importa + .tpl_home_fullSlide {margin-top: 40px;position:static;}
.tpl-importa + .tpl_home_fullSlide > div {display: inline-block;position:static;transform: none;}
.tpl-importa {background-position: center; background-size: cover; box-shadow:0px 0px 10px 5px rgba(0,0,0,.5); height: 75vh; margin: 10px; position: relative;}
.tpl-importa > figure {display:none;}
.tpl-importa > div {background: rgba(0,0,0,0.5);box-sizing:border-box; bottom: 20px; color: #fff; font: bold 20px 'ubuntu'; padding: 10px; position: absolute; text-align: center; text-shadow: 1px 1px 5px #000;}

@media(min-width:601px){
    main:not(.newmain).promo {margin: 100px auto;}
    main:not(.newmain).promo > .tpl_logo {position:fixed; width: 120px; z-index: 1;}
    .tpl-importa + .tpl_home_fullSlide {}
    .tpl-importa + .tpl_home_fullSlide > div {}
    .tpl-importa {margin: 0 auto; max-width: 1000px;width: 65vw;}
    .tpl-importa > figure {display: block; width: 200px; height: 140px; position: absolute;background-position: center; background-size: cover; box-shadow: 0px 0px 10px 5px rgba(0,0,0,.5);}
    .tpl-importa > figure:first-child {left:0; -o-transform: translateX(-40%) rotate(-25deg); -webkit-transform: translateX(-40%) rotate(-25deg); -moz-transform: translateX(-40%) rotate(-25deg); -ms-transform: translateX(-40%) rotate(-25deg);}
    .tpl-importa > figure:nth-of-type(2) {right: 0; -o-transform: translateX(40%) rotate(25deg); -webkit-transform: translateX(40%) rotate(25deg); -moz-transform: translateX(40%) rotate(25deg); -ms-transform: translateX(40%) rotate(25deg);}
    .tpl-importa > div {}

}



/* --- PLUGINS MODIFIERS --- */
#gallery{
    height: 50vh!important;
    border-top: 5px solid #000000;
    border-radius: 5px;
}
@media(min-width: 800px){
#gallery{
    height: 70vh!important;
}
}

/* --- PAGES MODIFIERS --- */
