@charset "utf-8";
/* CSS Document */



/* ===================================================================================

	1 - NORMALIZE

=================================================================================== */

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
    overflow: visible
}

audio,
canvas,
progress,
video {
    display: inline-block
}

progress,
sub,
sup {
    vertical-align: baseline
}

[type=checkbox],
[type=radio],
legend {
    box-sizing: border-box;
    padding: 0
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}





/* ===================================================================================

	2 - CUSTOM

=================================================================================== */

*,
:after,
:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    font-weight: normal;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
}

html,
body {
    height: 100%
}


html {
    font-size: 62.5%;
}

body {
    height: 100%;
    font-size: 1.5rem;
    color: #333;
    overflow-x: hidden;
}

main,
header,
section,
aside,
nav,
article,
address,
footer,
figcaption {
    width: 100%;
    float: left;
}

#cont {
    position: relative;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
}


/* IE7 */
*:first-child+html body {
    overflow: visible;
}




/* ===============================================

// CLASES

=================================================*/

[class*=cols-] {
    display: inline-block;
    margin: auto;
    float: left;
    padding: 1rem;
}

[class*=cols-] [class*=cols-] {
    padding: 0;
}

.cols-1 {
    width: 8.3333%;
}

.cols-2 {
    width: 16.6666%;
}

.cols-2-5 {
    width: 19.9999%;
}

.cols-3 {
    width: 24.9999%;
}

.cols-4 {
    width: 33.3332%;
}

.cols-5 {
    width: 41.6665%;
}

.cols-6 {
    width: 49.9998%;
}

.cols-7 {
    width: 58.3331%;
}

.cols-8 {
    width: 66.6664%;
}

.cols-9 {
    width: 74.9997%;
}

.cols-10 {
    width: 83.333%;
}

.cols-11 {
    width: 91.6663%;
}

.cols-12 {
    width: 100%;
}

/* OFFSET */
.cols-off-1 {
    margin-left: 8.3333%;
}

.cols-off-2 {
    margin-left: 16.6666%;
}

.cols-off-2-5 {
    margin-left: 19.9999%;
}

.cols-off-3 {
    margin-left: 24.9999%;
}

.cols-off-4 {
    margin-left: 33.3332%;
}

.cols-off-5 {
    margin-left: 41.6665%;
}

.cols-off-6 {
    margin-left: 49.9998%;
}

.cols-off-7 {
    margin-left: 58.3331%;
}

.cols-off-8 {
    margin-left: 66.6664%;
}

.cols-off-9 {
    margin-left: 74.9997%;
}

.cols-off-10 {
    margin-left: 83.333%;
}

.cols-off-11 {
    margin-left: 91.6663%;
}

/* PADDING */
.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-10 {
    padding-top: 1rem !important;
}

.pt-20 {
    padding-top: 2rem !important;
}

.pt-30 {
    padding-top: 3rem !important;
}

.pt-40 {
    padding-top: 4rem !important;
}

.pt-50 {
    padding-top: 5rem !important;
}

.pt-60 {
    padding-top: 6rem !important;
}

.pt-70 {
    padding-top: 7rem !important;
}

.pt-80 {
    padding-top: 8rem !important;
}

.pt-90 {
    padding-top: 9rem !important;
}

.pt-100 {
    padding-top: 10rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-10 {
    padding-bottom: 1rem !important;
}

.pb-20 {
    padding-bottom: 2rem !important;
}

.pb-30 {
    padding-bottom: 3rem !important;
}

.pb-40 {
    padding-bottom: 4rem !important;
}

.pb-50 {
    padding-bottom: 5rem !important;
}

.pb-60 {
    padding-bottom: 6rem !important;
}

.pb-70 {
    padding-bottom: 7rem !important;
}

.pb-80 {
    padding-bottom: 8rem !important;
}

.pb-90 {
    padding-bottom: 9rem !important;
}

.pb-100 {
    padding-bottom: 10rem !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 1rem !important;
}

.pr-20 {
    padding-right: 2rem !important;
}

.pr-30 {
    padding-right: 3rem !important;
}

.pr-40 {
    padding-right: 4rem !important;
}

.pr-50 {
    padding-right: 5rem !important;
}

.pr-60 {
    padding-right: 6rem !important;
}

.pr-70 {
    padding-right: 7rem !important;
}

.pr-80 {
    padding-right: 8rem !important;
}

.pr-90 {
    padding-right: 9rem !important;
}

.pr-100 {
    padding-right: 10rem !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 1rem !important;
}

.pl-20 {
    padding-left: 2rem !important;
}

.pl-30 {
    padding-left: 3rem !important;
}

.pl-40 {
    padding-left: 4rem !important;
}

.pl-50 {
    padding-left: 5rem !important;
}

.pl-60 {
    padding-left: 6rem !important;
}

.pl-70 {
    padding-left: 7rem !important;
}

.pl-80 {
    padding-left: 8rem !important;
}

.pl-90 {
    padding-left: 9rem !important;
}

.pl-100 {
    padding-left: 10rem !important;
}

/* MARGIN */
.m-auto {
    margin: auto !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-10 {
    margin-top: 1rem !important;
}

.mt-20 {
    margin-top: 2rem !important;
}

.mt-30 {
    margin-top: 3rem !important;
}

.mt-40 {
    margin-top: 4rem !important;
}

.mt-50 {
    margin-top: 5rem !important;
}

.mt-60 {
    margin-top: 6rem !important;
}

.mt-70 {
    margin-top: 7rem !important;
}

.mt-80 {
    margin-top: 8rem !important;
}

.mt-90 {
    margin-top: 9rem !important;
}

.mt-100 {
    margin-top: 10rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 1rem !important;
}

.mb-15 {
    margin-bottom: 1.5rem !important;
}

.mb-20 {
    margin-bottom: 2rem !important;
}

.mb-30 {
    margin-bottom: 3rem !important;
}

.mb-40 {
    margin-bottom: 4rem !important;
}

.mb-50 {
    margin-bottom: 5rem !important;
}

.mb-60 {
    margin-bottom: 6rem !important;
}

.mb-70 {
    margin-bottom: 7rem !important;
}

.mb-80 {
    margin-bottom: 8rem !important;
}

.mb-90 {
    margin-bottom: 9rem !important;
}

.mb-100 {
    margin-bottom: 10rem !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-10 {
    margin-right: 1rem !important;
}

.mr-20 {
    margin-right: 2rem !important;
}

.mr-30 {
    margin-right: 3rem !important;
}

.mr-40 {
    margin-right: 4rem !important;
}

.mr-50 {
    margin-right: 5rem !important;
}

.mr-60 {
    margin-right: 6rem !important;
}

.mr-70 {
    margin-right: 7rem !important;
}

.mr-80 {
    margin-right: 8rem !important;
}

.mr-90 {
    margin-right: 9rem !important;
}

.mr-100 {
    margin-right: 10rem !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-10 {
    margin-left: 1rem !important;
}

.ml-20 {
    margin-left: 2rem !important;
}

.ml-30 {
    margin-left: 3rem !important;
}

.ml-40 {
    margin-left: 4rem !important;
}

.ml-50 {
    margin-left: 5rem !important;
}

.ml-60 {
    margin-left: 6rem !important;
}

.ml-70 {
    margin-left: 7rem !important;
}

.ml-80 {
    margin-left: 8rem !important;
}

.ml-90 {
    margin-left: 9rem !important;
}

.ml-100 {
    margin-left: 10rem !important;
}


/* CONT */
.cont,
.cont-mini,
.cont-mini-2 {
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem
}

.cont {
    max-width: 1640px
}

.cont-mini {
    max-width: 1200px
}

.cont-abs {
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    z-index: 900;
    height: 100%
}

/* ROW */
.row {
    width: 100%;
    float: left;
}

/* POSITION */
.relative {
    position: relative !important
}

.absolute {
    position: absolute !important
}

.fixed {
    position: fixed !important
}

/* FLOAT */
.f-left {
    float: left !important;
}

.f-right {
    float: right !important;
}

.f-none {
    float: none !important;
}

/* DISPLAY */
.flex {
    display: flex !important;
    align-items: center;
    display: -webkit-flex;
}

.none {
    display: none !important;
}

.block {
    display: block !important;
}

.table {
    display: table !important;
}

/* OPACITY */
[class*=opacity-] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 700
}

/* ALIGN */
.center {
    text-align: center !important;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

/* RATIO */
[class*=ratio-] {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ratio-100 {
    padding-top: 100% !important;
}

.ratio-75 {
    padding-top: 75% !important;
}

.ratio-66 {
    padding-top: 66.66% !important;
}

.ratio-56 {
    padding-top: 56.25% !important;
}

.ratio-32 {
    padding-top: 32% !important;
}

.ratio-30 {
    padding-top: 30% !important;
}

[class*=ratio-] img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: inherit;
    margin: auto;
    object-fit: cover;
}

/* LINEAS */
.linea-roja {
    width: 100%;
    height: 1px;
    float: left;
    background: #00B285;
    margin: 20px 0;
}

/* MEDIDAS */
.full-width {
    width: 100% !important
}

.full-height {
    height: 100vh !important;
    height: 100% !important
}

/* IMG */
img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.foto {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

figure {
    margin: 0
}


/* IFRAME */
iframe[name='google_conversion_frame'] {
    position: fixed;
    font-size: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    margin-top: -13px;
    width: 0 !important;
}







/* ===============================================

// TIPOGRAFIA

=================================================*/


h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
input,
textarea,
select {
    font-family: 'Roboto', sans-serif;
}

/* h */
h1 {
    font-size: 4.2rem
}

h2 {
    font-size: 3.6rem
}

h3 {
    font-size: 3.2rem
}

h4 {
    font-size: 2.8rem
}

h5 {
    font-size: 2.4rem
}

h6 {
    font-size: 1.8rem
}

/* titulos páginas */
div.tit {
    margin-bottom: 20px;
}

div.tit h3 {
    font-style: italic;
    color: #00B285;
    margin-bottom: 0
}

/* tx slider */
.tx-slider h2 {
    font-weight: bold;
}

/* p */
p {
    font-size: 1.5rem;
    line-height: 1.6
}

/* COLUMN COUNT */
.column-1,
.column-2,
.column-3,
.column-4 {
    column-gap: 30px;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    padding: 1px;
}

.column-1 {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1
}

.column-2 {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2
}

.column-3 {
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3
}

.column-4 {
    column-count: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4
}

.column-1 p,
.column-2 p,
.column-3 p .column-4 p {
    display: block !important;
    margin: 0 0 15px 0 !important;
}

/* a */
a {
    cursor: pointer
}

/* ul */
ul.lista li {
    list-style: none;
    background: url(../img/li.png) no-repeat 0px 9px;
    padding-left: 18px;
}

li {
    list-style: none;
}




/* ===============================================

// LOADING'S - LIGHTBOX CUSTOM - PRECARGA

=================================================*/


/* LOADING */
.loading {
    position: fixed;
    top: 0;
    z-index: 9999999999999;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    background-image: url(../img/preload.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px;
    display: none;
}


/* LIGHTBOX */
.lightbox {
    position: fixed;
    top: 0;
    z-index: 9999999999999;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    visibility: hidden;
    transition: ease 0.5s
}

.lightbox.visible {
    opacity: 1;
    visibility: visible
}

.lightbox .close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 2rem;
    right: 2rem;
    background-repeat: no-repeat;
    cursor: pointer;
}

.lightbox .close:hover {
    opacity: 0.7
}

.popup {
    width: 100%;
    height: auto;
    max-height: 95%;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


/* PRECARGA */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999999999999999;
    background-color: #fff;
    opacity: .99;
}

#status {
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 60px;
    height: 60px;
    background-image: url('../img/preload.gif');
    margin: -30px 0 0 -30px;
}





/* ===============================================

// # HEADER

=================================================*/
#top-header {
    height: 40px;
    position: fixed;
    background: rgba(219, 219, 234, 1);
    background: -moz-linear-gradient(left, rgba(219, 219, 234, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(219, 219, 234, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(219, 219, 234, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(219, 219, 234, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(left, rgba(219, 219, 234, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(219, 219, 234, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbea', endColorstr='#ffffff', GradientType=1);
    z-index: 990
}


#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #eee;
    top: 40px;
    /*transition: all .4s ease;*/
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 234, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(219, 219, 234, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 234, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 234, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 234, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 234, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dbdbea', GradientType=1);
}

/* SCROLL */
#header.scroll {
    top: 0
}

#header.scroll #logo {
    /*padding:10px;*/
}

#header.scroll #logo img {
    /*max-height:40px;*/
}

#header.scroll .main-menu {
    /*top:18px;*/
}





/* ===============================================

// LOGO

=================================================*/
#logo {
    float: left;
    width: auto;
    padding: 0 10px;
    transition: all .4s ease
}

#logo a {
    display: block;
}

#logo img {
    float: left;
    display: block;
    transition: all .4s ease;
    max-height: 45px
}

#logo span {
    display: none;
}






/* ===============================================

// MENÚ

=================================================*/


/* MENU TOP */
.nav-top {
    float: right;
    margin-right: 70px;
    width: auto;
    top: 8px
}

.nav-top ul {
    width: 100%;
    float: left;
}

.nav-top ul li {
    width: auto;
    float: left;
    padding: 0 30px;
}

.nav-top ul li a {
    width: 100%;
    float: left;
    color: #000;
    font-size: 1.4rem;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    padding: .5rem .8rem;
    cursor: pointer;
    text-align: center;
}

.nav-top ul li a:hover {
    color: #00B285;
}



/* MAIN MENÚ */
.main-menu {
    z-index: 998;
    float: right;
    width: auto;
    max-width: 80%;
    top: 40px;
    right: 10px;
    /*transition:all .4s ease*/
}


/* MENÚ */
.menu {
    height: 100%;
    display: flex;
    align-items: center;
    width: auto;
    float: right;
    margin: 0;
    right: 0;
    transition: all 0.6s ease
}

.menu li {
    width: auto;
    float: left;
    margin-bottom: 0;
    padding: 0 0 0 40px
}

.menu li a {
    width: 100%;
    float: left;
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    padding: .5rem .8rem;
    cursor: pointer;
    text-align: center;
}

.menu li a:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    right: -8px;
    margin: auto;
    margin-left: 10px;
    background-image: url(../img/ico-drop.png);
    background-repeat: no-repeat;
    background-position: center bottom
}

.menu li.activo .ico-drop {
    background-image: url(../img/ico-drop-activo.png)
}

.menu li.no-sub a:after {
    display: none
}

.menu li.last a {
    padding-right: 0
}


/* hover */
.menu li.activo a,
.menu li a:hover {
    /*color: #04B49F;*/
}

.menu>li:hover a,
.menu li a.activo {
    color: #00B285;
}

.menu>li:hover a:after {
    background-image: url(../img/ico-drop-activo.png);
}


/* SUB MENÚ */
.sub-menu {
    width: 120%;
    position: absolute;
    top: 100%;
    left: 50px;
    background: #00B285;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all .8s ease
}

.sub-menu li {
    display: none;
    width: 100%;
    padding: 0;
}

.sub-menu li a {
    padding: .8rem;
    color: #fff !important;
    margin: 0;
    text-align: left;
    font-size: 1.3rem
}

.sub-menu li a:after {
    display: none
}

.sub-menu li a:hover {
    background-color: #f5f5f5;
    color: #00B285 !important
}

.menu li.fix-sub .sub-menu{
    left: auto;
    right: 0
}


/* abrir sub menus */
.menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible
}

.menu li:hover .sub-menu li {
    display: block;
}

/* MOVIL */
.menu .movil {
    display: none;
}







/* ===============================================

// # MAIN

=================================================*/
#main {
    padding: 140px 0 0 0;
    margin: 0;
}







/* ===============================================

// # ELEMENTOS

===============================================*/


/* =========================
   ADDRESS
========================= */
address a {
    color: #000;
    text-decoration: none;
}

address a:hover {
    text-decoration: underline
}


#footer address {
    right: 10px;
    float: right;
    width: auto
}

#footer address p {
    width: auto;
    font-weight: 500;
    color: #000;
    float: left
}

#footer address span {
    padding: 0 15px
}

#footer address a {
    color: #000;
    text-decoration: none;
    font-weight: 500
}

#footer address a:hover {
    text-decoration: underline;
    color: #00B285
}






/* =========================
   SECTIONs
========================= */
section.contenido {
    padding: 40px 0 0 0
}

.degrade-der {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 234, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(219, 219, 234, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 234, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 234, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 234, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 234, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dbdbea', GradientType=1);
    padding: 40px 0
}

.degrade-izq {
    background: rgba(219, 219, 234, 1);
    background: -moz-linear-gradient(left, rgba(219, 219, 234, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(219, 219, 234, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(219, 219, 234, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(219, 219, 234, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(left, rgba(219, 219, 234, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(219, 219, 234, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbea', endColorstr='#ffffff', GradientType=1);
    padding: 40px 0
}





/* =========================
   ASIDE
========================= */
aside ul {
    width: 100%;
    float: left
}

aside ul li {
    width: 100%;
    float: left;
}

aside ul li a {
    width: 100%;
    float: left;
    padding: 10px 5px;
    border-bottom: 1px solid #eee;
    color: #000;
    text-decoration: none;
    transition: all .3s ease
}

aside ul li a:hover {
    background-color: #00B285;
    color: #fff;
    padding-left: 20px
}

aside ul li a.activo {
    background-color: #00B285;
    color: #fff;
    padding-left: 20px
}

aside ul li a.activo:hover {
    background-color: #999;

}

.navegacion {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px
}

.navegacion a {
    font-size: 1.5rem;
    font-weight: 600;
    border: 1px solid #00B285;
    width: 26px;
    height: 26px;
    color: #00B285;
    text-decoration: none;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}

.navegacion .num:hover,
.navegacion .num.activo {
    color: #fff;
    background-color: #00b285
}

.navegacion .ant,
.navegacion .sig {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/flecha-derecha.svg);
    border: none;
    top: 9px
}

.navegacion .ant {
    transform: rotate(180deg);
}












/* =========================
   ARTICLE
========================= */

article h2,
article h3,
article h4,
article h5,
article h6 {
    margin-bottom: 14px;
    text-align: left
}

/* TIT */
header.tit {
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: 30px
}

article header.tit {
    margin-bottom: 20px
}

article header.tit h2 {
    margin-bottom: 0;
    text-transform: uppercase !important
}

article header.tit h5 {
    color: #00B285
}

article header h2,
article header h3,
article header h4,
article header h5,
article header h6 {
    margin-bottom: 0;
    font-weight: 500;
    color: #000
}

header.tit span.fecha {
    font-size: 1.2rem;
    margin-top: 10px;
    float: left;
    width: 100%
}

header.tit span.cargo {
    font-weight: 100
}

article .sobre-tit {
    float: left;
    text-align: left;
    font-weight: 500;
    color: #000;
    text-transform: uppercase
}

article .copete {
    margin-bottom: 15px;
}

article .copete p {
    font-weight: 500
}

/*
article h1{
	font-size: 3.6rem;
	margin-bottom: 20px;
}
article h2,
article h1.small{
	font-size: 3.2rem;
	color:#52855D;
	font-weight:300
}
article h3{
	font-size: 2.8rem;
	color:#52855D;
}
article h4{
	font-size: 2.5rem;
	color:#52855D;
}
article h5{
	font-size: 2rem;
	color:#52855D;
}
article h6{
	font-size: 1.6rem;
	color:#52855D;
}
*/

article hr {
    width: 100%;
    height: 1px;
    background-color: #999;
    float: left;
    margin: 5px 0 9px 0;
    border: 0;
}

article h1 strong,
article h2 strong,
article h3 strong,
article h4 strong,
article h5 strong,
article h6 strong {
    font-weight: 500
}

/* TEXTO */
article p {
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 15px
}

article .tx-ficha p {
    margin-bottom: 0
}



article p+h1,
article p+h2,
article p+h3,
article p+h4,
article p+h5,
article p+h6 {
    margin-top: 20px0
}

article strong {
    font-size: 1.4rem
}

article .tx-ficha a {
    color: #000
}

article .tx-ficha a:hover {
    text-decoration: none
}

/* LISTAS */
article ul {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-left: 18px;
}

article ul li {
    color: #666;
    font-size: 1.6rem;
    width: 100%;
    float: left;
    line-height: 1.5;
    list-style: inherit !important
}


article a {
    color: #000;
    text-decoration: none
}

article a:hover {
    text-decoration: underline;
}




/* =========================
   FORM
========================= */

form {
    width: 100%;
    display: inline-block;
}

label {
    width: 100%;
    float: left;
    margin-bottom: 2px;
}

/* caja contenedora de input - select- textarea */
.caja-form {
    width: 100%;
    float: left;
    margin-bottom: 10px
}

.caja-form.required:after {
    content: '*';
    position: absolute;
    margin: auto;
}

.caja-form.required:after {
    position: absolute;
    margin: auto;
    top: 1rem;
    right: 1rem;
    display: none
}



/* IOS */
select,
textarea,
input,
input[type="text"],
input[type="button"],
input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -op-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}

input,
textarea,
select {
    width: 100%;
    float: left;
    border: 1px solid #00B285;
    padding: 15px;
    color: #04B39F;
}

textarea {
    height: 125px
}

select {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -op-appearance: none;
    background-image: url(../img/flecha-select.png);
    background-repeat: no-repeat;
    background-position: 95%;
    background-color: transparent;
}

/* focus */
select:focus {
    background-image: url(../img/flecha-select-active.png);
    border: 1px solid #666;
}

input:focus,
textarea:focus {
    outline: 0;
    background-color: #fff;
}

/* checkbox - radio custom */
input[type="checkbox"],
input[type="radio"] {
    display: none;
}

label.check,
label.radio {
    width: auto;
    margin-right: 35px;
    background-repeat: no-repeat;
    padding-left: 22px;
    background-size: 16px;
    cursor: pointer;
    margin: 5px 0 10px 0;
    font-size: 1.4rem
}


label.check {
    background-image: url(../img/checkbox.png);
    background-image: url(../img/checkbox.svg);
}

input[type='checkbox']:checked+label {
    background-image: url(../img/checkbox-checked.png) !important;
    background-image: url(../img/checkbox-checked.svg) !important;
}

label.radio {
    background-image: url(../img/radio.png);
    background-image: url(../img/radio.svg);
}

input[type='radio']:checked+label {
    background-image: url(../img/radio-checked.png) !important;
    background-image: url(../img/radio-checked.svg) !important;
}


/* submit */
input[type="submit"] {
    height: auto;
    background-repeat: no-repeat;
    cursor: pointer;
}

input[type="submit"] {
    background-color: #00B285;
    color: #fff;
    border-color: #00B285;
    font-weight: 600;
    transition: all .5s ease
}

input[type="submit"]:hover {
    background-color: #f5f5f5;
    color: #00B285
}

.verif {
    display: none;
}


form input:focus:invalid,
form textarea:focus:invalid {
    border: 1px solid #eee;
}

.required input:focus:valid,
.required input:valid,
.required textarea:focus:valid,
.required textarea:valid {
    border: 1px solid #eee;
    background: #E7F3DD
}


/* placeholder */
input::-webkit-input-placeholder {
    color: #04B29F;
    font-weight: 600
}

input::-moz-placeholder {
    color: #04B29F;
    font-weight: 600
}

input:-ms-input-placeholder {
    color: #04B29F;
    font-weight: 600
}

input:-moz-placeholder {
    color: #04B29F;
    font-weight: 600
}

textarea::-webkit-input-placeholder {
    color: #04B29F;
    font-weight: 600
}

textarea::-moz-placeholder {
    color: #04B29F;
    font-weight: 600
}

textarea:-ms-input-placeholder {
    color: #04B29F;
    font-weight: 600
}

textarea:-moz-placeholder {
    color: #04B29F;
    font-weight: 600
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #000;
}




/* MENSAJES */
.msj-ok,
.msj-error {
    width: 100%;
    float: left;
    padding: 15px 5px;
    margin: 10px 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.msj-ok {
    background-color: #E7F3DD;
    color: #04B49F
}

.msj-error {
    background-color: #ffd6d6;
    color: #F00
}

.msj-ok:before,
.msj-error:before {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
}







/* =========================
// TABLAS
========================= */


/* TABLE DIVs */
.table .tr .td p {
    margin-bottom: 0 !important
}


/* TABLE HTML RESPONSIVE */
table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table caption {
    margin: .5rem 0 .75rem;
}

table tr {
    background: #fff;
    border: 1px solid #ddd;
    padding: .35rem;
}

table th,
table td {
    padding: .625em;
    text-align: center;
}

table th {
    text-transform: uppercase;
}



@media screen and (max-width: 500px) {
    table {
        border: 0;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: 1rem;
    }

    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
    }

    table td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table td:last-child {
        border-bottom: 0;
    }

}





/* =========================
// BTNs
========================= */

/* BTN GENERAL */
.btn {
    width: auto;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

/* BTN ABRIR MENÚ */
.btn-menu {
    display: none;
    width: 30px;
    height: 26px;
    position: absolute;
    right: 3rem;
    top: 28px;
    bottom: 0;
    margin-left: auto;
    background-image: url(../img/btn-menu.png?3);
    background-image: url(../img/btn-menu.svg?3);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 999
}

/* BTN CERRAR MENÚ */
.btn-cerrar-menu {
    display: none;
    color: #fff;
    font-weight: 400;
    font-size: 1.4rem;
    position: absolute;
    font-weight: 600;
    top: 15px;
    left: 15px;
    width: 60px;
    height: 20px;
    cursor: pointer;
    padding-left: 28px;
    background: url('../img/close-menu.png') no-repeat;
    background: url('../img/close-menu.svg') no-repeat;
    background-size: contain;
    background-position: left center;
    line-height: 1.6
}


/* BTN TX SLIDER */
.btn-leer {
    display: block;
    color: #fff;
    font-weight: 400;
    float: left;
    background-color: rgba(0, 178, 133, .7);
    text-align: left;
    border-radius: 18px;
    padding: 10px 30px;
    margin-top: 15px;
    text-decoration: none
}

.btn-leer:after {
    content: '+';
    float: right;
    color: #fff;
    font-weight: 500;
    margin-left: 30px
}

.btn-leer:hover {
    background-color: #fff;
    color: #00B285
}

.btn-leer:hover:after {
    color: #00B285
}



/* BTN VOLVER */
.btn-volver {
    font-size: 1.6rem;
    font-weight: 300;
    margin: 0 0 40px 0;
    float: left;
    color: #000;
    text-decoration: none;
    text-transform: uppercase
}

.btn-volver:before {
    content: '';
    background-image: url(../img/ico-volver.png);
    width: 25px;
    height: 20px;
    float: left;
    margin-right: 5px;
}



/* BTN SCROLL */
.btn-scroll {
    background-image: url(../_img/btn-scroll.png);
    background-image: url(../_img/btn-scroll.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 900;
    font-size: 0px;
    cursor: pointer;
    border: none
}

@keyframes boton {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, 12px);
    }

    0% {
        transform: translate(0, 0);
    }
}

.btn-scroll:hover {
    /*transform:scale(1.03);
		transform:translate(0,0);*/
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}




.btn-ins {
    width: auto;
    float: left;
    padding: 10px 30px;
    color: #fff;
    background-color: #00B285;
    text-decoration: none;
    border: 1px solid #00B285;
}

.btn-ins:hover {
    background-color: #fff;
    color: #00B285;
    text-decoration: none
}


/* =========================
// IMG
========================= */
.row-img {
    margin-bottom: 20px
}






/* =========================
// ICONOS
========================= */

.ico,
.ico:before,
.ico:after {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

/* ICO DROP DOWN MENÚ */
.ico-drop {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 37px;
    background: url('../img/ico-drop.png') no-repeat center;
    background-size: 9px !important;
    float: right;
    margin-left: 5px;
    cursor: pointer;
    margin-right: 0 !important;
}


.ico-fb:before {
    background-image: url(../img/ico-fb.png);
    width: 8px;
    height: 15px;
}

.ico-tw:before {
    background-image: url(../img/ico-tw.png);
    width: 17px;
    height: 14px;
}

.ico-vimeo:before {
    background-image: url(../img/ico-vimeo.png);
    width: 17px;
    height: 15px;
}

.ico-instagram:before {
    background-image: url(../img/ico-instagram.png);
    width: 17px;
    height: 15px;
}

.ico-lupa:before {
    background-image: url(../img/ico-lupa.png);
    width: 35px;
    height: 35px
}

.ico-estrella:before {
    width: 28px;
    height: 28px;
    background-image: url(../img/ico-estrella.png);
}










/* =========================
// VIDEO
========================= */
.bg-video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../img/img-video2.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 90;
    cursor: pointer;
    transition: all .4s ease;
    opacity: 1
}

.play-video:after {
    content: '';
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .8);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 988;
    background-image: url(../img/flecha-play.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .4s ease-in
}


.bg-video:hover:after {
    transform: scale(1.15, 1.15);
}

.play-video.open .bg-video {
    visibility: hidden;
    opacity: 0;
}


.play-video h4 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 3.4rem;
    background-color: rgba(0, 178, 133, .7);
    opacity: 0;
    transition: all .3s ease
}

.play-video:hover h4 {
    opacity: 1
}

.play-video:hover:after {
    display: none
}

#por-que-uruguay .play-video:hover:after {
    display: block;
    transform: scale(1.15, 1.15);
}


.row-video {
    margin-top: 30px
}

.video {
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    clear: both;
    width: 100%;
}


.video iframe,
.video embed,
.video objet {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}







/* =========================
// ADJUNTOS
========================= */
.row-adjuntos {
    margin: 30px 0 0 0
}

.row-adjuntos .adjunto {
    margin-right: 15px;
    margin-bottom: 15px
}

.row-adjuntos h6 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 10px
}


.adjunto {
    width: auto;
    color: #fff;
    text-align: center;
    font-weight: 500;
    border-radius: 20px;
    background-color: #00B285;
    border: 1px solid #00B285;
    float: left;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: left;
    padding: 10px 30px 10px 20px;
    display: flex;
    align-items: center;
    max-height: 36px
}

.adjunto:before {
    content: '';
    float: left;
    margin-right: 20px;
    width: 25px;
    height: 23px;
    background-image: url(../img/ico-adjunto.png);
    background-repeat: no-repeat
}

.adjunto:hover {
    color: #00B285;
    background-color: #fff
}

.adjunto:hover:before {
    background-image: url(../img/ico-adjunto-hover.png);
}

/*
	.adjunto[href$=".doc"]:before,
	.adjunto[href$=".docx"]:before{
		background-image:url(../img/doc.png?4);
		background-image:url(../img/doc.svg?4);
	}
	.adjunto[href$=".pdf"]:before{
		background-image:url(../img/pdf.png?4);
		background-image:url(../img/pdf.svg?4);
	}
	.adjunto[href$=".zip"]:before{
		background-image:url(../img/zip.png?4);
		background-image:url(../img/zip.svg?4);
	}
	.adjunto[href$=".xls"]:before, .adjunto[href$=".xlsx"]:before{
		background-image:url(../img/xls.png?4);
		background-image:url(../img/xls.svg?4);
	}

	.adjunto.doc:before{
		background-image:url(../img/doc.png?4);
		background-image:url(../img/doc.svg?4);
	}
	.adjunto.pdf:before{
		background-image:url(../img/pdf.png?4);
		background-image:url(../img/pdf.svg?4);
	}
	.adjunto.zip:before{
		background-image:url(../img/zip.png?4);
		background-image:url(../img/zip.svg?4);
	}
	.adjunto.xls:before{
		background-image:url(../img/xls.png?4);
		background-image:url(../img/xls.svg?4);
	}
	*/

/* adjuntos sales */
.adjunto.sales {
    float: right;

}







/* ===============================================

// GALERÍAS

=================================================*/
.galeria .ratio-75 a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 900;
    background-color: rgba(0, 178, 133, .7);
    background-image: url(../img/ico-lupa.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    opacity: 0
}

.galeria .ratio-75 a:hover:after {
    opacity: 1
}








/* ===============================================

// # FOOTER

=================================================*/
#footer {
    padding: 30px 0 30px 0;

    z-index: 900
}


#footer .redes {
    top: 0
}









/* ===============================================

// PLUIGIN'S

=================================================*/



/* =========================
// FANCYBOX
========================= */
.fancybox-bg {
    background: #333;
}

.fancybox-navigation {
    position: initial !important
}

.fancybox-button,
.fancybox-infobar__body,
.fancybox-arrow:after {
    background-color: rgba(0, 0, 0, .9)
}

.fancybox-arrow:hover {
    opacity: 1 !important;
}

.fancybox-image-wrap {
    /*max-width:90%;
	margin:auto !important;*/

}




/* =========================
// OWL CAROUSEL
========================= */
.owl-carousel,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item,
.owl-carousel .item {
    height: 100%;
}

.owl-controls,
.owl-nav,
.owl-dots {
    display: none;
}

.owl-carousel {
    width: 100%;
    float: left;
}

.owl-item:last-child {
    margin-right: 0 !important
}

.owl-dots {
    display: inline-table;
    position: absolute;
    width: 12px;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    text-align: center;
}

.owl-dot {
    width: 8px;
    height: 8px;
    clear: both;
    float: left;
    margin: 10px 0;
    border-radius: 50%;
    background: #00B285;
    transition: ease-in 0.4s;
    float: none;
    display: inline-block;
    box-shadow: 0px 1px 1px 1px #333;
}

.owl-dot.active:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: -5px;
    left: -6px;
    background-color: transparent;
    border: 1px solid #00B285;
    border-radius: 50%;
}

.owl-dot.active {
    opacity: 1
}


/* flechas */
.prev,
.next {
    display: none;
    position: absolute;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    width: 48px;
    height: 100%;
    font-size: 0;
    z-index: 907;
    cursor: pointer;
}

.prev {
    left: 0;
}

.next {
    right: 0
}



.prev:after,
.next:after {
    content: '';
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;

    z-index: 900
}

.prev:after {
    left: -10px;
    background-image: url(../img/arrow-left.svg?2);
    background-position: right
}

.next:after {
    right: -10px;
    background-image: url(../img/arrow-right.svg?2);
    background-position: left
}



.prev:before,
.next:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-position: center;
    background-size: auto;
    ;
    z-index: 800
}

.next:before {
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.58)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=1);
}

.prev:before {
    background: rgba(0, 0, 0, 0.58);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.58) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.58)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.58) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.58) 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.58) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.58) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ffffff', GradientType=1);
}

.prev:hover:after {
    background-position: left
}

.next:hover:after {
    background-position: right
}





.slider {
    width: 100%;
    float: left;
}

#inicio.slider .owl-item:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 900;
    background: rgba(255, 255, 255, 0);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 49%, rgba(0, 0, 0, 0.51) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(49%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.51)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 49%, rgba(0, 0, 0, 0.51) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 49%, rgba(0, 0, 0, 0.51) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 49%, rgba(0, 0, 0, 0.51) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 49%, rgba(0, 0, 0, 0.51) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=1);
}

/* TEXTO */
.tx-slider {
    position: absolute;
    z-index: 800;
    height: 100%;
    right: 0;
    top: 0;
    max-width: 700px;
    text-align: left;
    z-index: 970;
    display: flex;
    align-items: center;
}

.tx-slider h2 {
    color: #000;
    text-shadow: 0px 1px 30px #ccc
}

.tx-slider.blanco h2 {
    color: #fff;
    text-shadow: 0px 1px 30px #333
}


/* SLIDER WIDTH */
#slider-width-1,
#slider-width-4 {
    height: 500px;
}

#slider-width-1 img,
#slider-width-4 img {
    height: 500px;
    width: auto
}

#slider-width-2,
#slider-width-3 {
    height: 320px
}

#slider-width-2 .item img,
#slider-width-3 .item img {
    height: 320px;
    width: auto
}


/* SLIDER FICHA FINAL */
.slider-ficha .tx-slider {
    left: 0;
    right: auto;
    align-items: flex-end;
    max-width: 48%
}

.slider-ficha .tx-slider .contenedor {
    padding: 0;
    bottom: 60px;
}

.slider-ficha .tx-slider .contenedor h2,
.slider-ficha .tx-slider .contenedor p {
    color: #fff
}

.slider-ficha .tx-slider .contenedor h2 {
    text-shadow: none
}

.slider-ficha .foto:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 900
}

.main-formacion .slider-ficha .foto:after {
    background: rgba(0, 0, 0, .2);
}








/* =========================
// TABS
========================= */
.row-tabs {
    margin-bottom: 0
}

.cont-tabs {
    padding: 60px 0;
}

article .cont-tabs {
    padding: 0
}

article ul.tabs {
    padding-left: 0;
    margin: 20px 0
}

.tabs .cols-12 {
    padding-top: 0;
    padding-bottom: 0
}

.tab-link {
    float: left;
    border-bottom: 4px solid #eee;
    color: #000;
    font-size: 2.6rem;
    font-weight: 500;
    text-align: center;
    padding: 40px 5px !important;
    text-decoration: none;
    cursor: pointer;
    list-style: none !important
}

article .tab-link {
    padding: 10px;
    font-size: 1.6rem;
    border-width: 2px
}

.tab-link:hover,
.tab-link.current {
    border-color: #00B285;
    color: #00B285
}

.tab-content {
    width: 100%;
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding: 0;
    margin: 0;
    float: left;
}

.tab-content.current {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.tab-content .cols-3 {
    padding: 0
}

#reel {
    text-align: center
}

#reel .cols-7 {
    float: none
}






/* =========================
// ACORDEON
========================= */
.acordeon {
    width: 100%;
    float: left;
    padding-left: 0;
    margin: 30px 0;
}

.item-acordeon {
    width: 100%;
    float: left;
    cursor: pointer;
    font-size: 1.6rem;
    list-style: none;
    margin-bottom: 5px;
}

.item-acordeon:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.acordeon .info {
    width: 100%;
    float: left;
    padding: 5px 0;
    display: none;
}





/* =========================
// PARALLAX
========================= */
.cont-px {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    float: left;
    overflow: hidden
}

.parallax {
    width: 100%;
    height: 150%;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    left: 0;
    width: 100%;
    float: left;
    top: 0;
    z-index: -10;
}






/* =========================
// MAPA
========================= */
.mapa {
    position: relative;
    right: 0;
    width: 100%;
    padding: 0;
    height: 400px
}




/* INFOBUBBLE */
.cont-bubble {
    width: auto !important;
    height: auto !important;
}

.info_window {
    float: left;
    width: 100%;
}

.info_window p {
    margin-bottom: 0 !important;
}

.bubbles {
    width: 100%;
    float: left;
    height: auto;
    padding-bottom: 0;
}

img.js-info-bubble-close {
    width: 10px;
    height: 10px;
    right: 3px !important;
    top: 3px !important;
    content: url('../img/close-black.png') !important;
}






/* =========================
// MASONRY
========================= */
.grid-item {
    width: 24.9998%;
    float: left;
    padding: 10px;

}

.grid.catalogo .grid-item {
    width: 33.3332%
}

.grid-item img {
    width: 100%
}

#sales .grid-item {
    width: 33.3332%
}


.tx-movil {
    text-align: center;
    padding: 1rem 0;
    z-index: 909;
    display: none;
    background: #fff
}

.name,
.tipo {
    font-weight: 600;
    width: 100%;
    float: left;
    text-align: center;
    line-height: 1;
    color: #000
}


figure {
    line-height: 0
}




/* =========================
// SCROLL CSS
========================= */

/* STYLE 1 */
#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

/* STYLE 2 */
#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #D62929;
}

/* STYLE 3 */
#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #000000;
}

/* STYLE 4 */
#style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}

/* STYLE 5 */
#style-5::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar-thumb {
    background-color: #0ae;

    background-image: -webkit-gradient(linear, 0 0, 0 100%,
        color-stop(.5, rgba(255, 255, 255, .2)),
        color-stop(.5, transparent), to(transparent));
}


/* STYLE 6 */
#style-6::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#style-6::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-6::-webkit-scrollbar-thumb {
    background-color: #F90;
    background-image: -webkit-linear-gradient(45deg,
        rgba(255, 255, 255, .2) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, .2) 50%,
        rgba(255, 255, 255, .2) 75%,
        transparent 75%,
        transparent)
}

/* STYLE 7 */
#style-7::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-7::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-7::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear,
        left bottom,
        left top,
        color-stop(0.44, rgb(122, 153, 217)),
        color-stop(0.72, rgb(73, 125, 189)),
        color-stop(0.86, rgb(28, 58, 148)));
}

/* STYLE 8 */
#style-8::-webkit-scrollbar-track {
    border: 1px solid black;
    background-color: #F5F5F5;
}

#style-8::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-8::-webkit-scrollbar-thumb {
    background-color: #000000;
}


/* STYLE 9 */
#style-9::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#style-9::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-9::-webkit-scrollbar-thumb {
    background-color: #F90;
    background-image: -webkit-linear-gradient(90deg,
        rgba(255, 255, 255, .2) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, .2) 50%,
        rgba(255, 255, 255, .2) 75%,
        transparent 75%,
        transparent)
}


/* STYLE 10 */
#style-10::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-10::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-10::-webkit-scrollbar-thumb {
    background-color: #AAA;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(90deg,
        rgba(0, 0, 0, .2) 25%,
        transparent 25%,
        transparent 50%,
        rgba(0, 0, 0, .2) 50%,
        rgba(0, 0, 0, .2) 75%,
        transparent 75%,
        transparent)
}


/* STYLE 11 */
#style-11::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-11::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-11::-webkit-scrollbar-thumb {
    background-color: #3366FF;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(0deg,
        rgba(255, 255, 255, 0.5) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0.5) 75%,
        transparent 75%,
        transparent)
}

/* STYLE 12 */
#style-12::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
    border-radius: 10px;
    background-color: #444444;
}

#style-12::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#style-12::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D62929;
    background-image: -webkit-linear-gradient(90deg,
        transparent,
        rgba(0, 0, 0, 0.4) 50%,
        transparent,
        transparent)
}

/* STYLE 13 */
#style-13::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
    border-radius: 10px;
    background-color: #CCCCCC;
}

#style-13::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#style-13::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D62929;
    background-image: -webkit-linear-gradient(90deg,
        transparent,
        rgba(0, 0, 0, 0.4) 50%,
        transparent,
        transparent)
}

/* STYLE 14 */
#style-14::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
    background-color: #CCCCCC;
}

#style-14::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-14::-webkit-scrollbar-thumb {
    background-color: #FFF;
    background-image: -webkit-linear-gradient(90deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 1) 25%,
        transparent 100%,
        rgba(0, 0, 0, 1) 75%,
        transparent)
}

/* STYLE 14 */
#style-15::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-15::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-15::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-gradient(linear,
        40% 0%,
        75% 84%,
        from(#4D9C41),
        to(#19911D),
        color-stop(.6, #54DE5D))
}

/* STYLE 16 */
#style-16::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-16::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-16::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-linear-gradient(top,
        #e4f5fc 0%,
        #bfe8f9 50%,
        #9fd8ef 51%,
        #2ab0ed 100%);
}







/* ===============================================

// CUSTOM

=================================================*/


/* REDES SOCIALES */
.redes {
    position: absolute;
    left: 30px;
    top: 12px;
    width: auto
}

.redes a {
    float: left;
    margin-right: 15px
}

.redes a:before {
    content: '';
    float: left
}

.redes a:hover {
    mix-blend-mode: luminosity
}





/* IDIOMA */
.idioma {
    position: absolute;
    right: 30px;
    width: auto;
    top: 11px
}

.idioma a {
    color: #00B285;
    text-decoration: none;
    text-transform: uppercase;
}

.idioma a.activo,
.idioma a:hover {
    font-weight: 500
}





/* ITEM AFICHE */
.cont-data {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    z-index: 900;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none
}

.cont-data:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 900;
    background: rgba(0, 0, 0, 0.4);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ffffff', GradientType=1);
}

/* item en slider */
.item .cont-data {
    width: 100%;
    height: 100%;
    top: 0
}

/* DATA */
.data {
    display: none;
    width: 100%;
    padding: 2rem
}

/* textos */
.data h4 {
    color: #000;
    font-weight: bold;
    z-index: 901;
    width: 100%;
    float: left;
    font-size: 3.4rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem
}

.data h4:after {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.data span {
    width: 100%;
    float: left;
    color: #000 !important;
    font-weight: 400;
    font-size: 1.8rem;
    display: block;
    text-transform: uppercase;
    margin-top: 5px
}

.data span b {
    font-weight: 100
}

/* ICO */
.data .ico {
    z-index: 99999
}

.grid-item .data .ico {
    width: 100%;
    display: inline-block;
    text-align: center
}

.data .ico-lupa {
    width: 100%;
    display: inline-block
}

.data .ico:before {
    opacity: 1;
    content: '';
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.ico-imagen:before {
    width: 64px;
    height: 54px;
    background-image: url(../img/ico-imagen.png)
}

.ico-video:before {
    width: 64px;
    height: 64px;
    background-image: url(../img/boton-de-reproduccion.svg)
}

.ico-link:before {
    width: 64px;
    height: 64px;
    background-image: url(../img/ico-link.svg)
}


/* logo ctrol z */
.ctrlz {
    display: none;
    width: 81px;
    height: 34px;
    background: url(../img/logo_controlZFilms.png) no-repeat center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto
}



/* hover */
.item-afiche:hover .cont-data:hover {
    background-color: rgba(0, 178, 133, .7);
}

.item-afiche:hover .data {
    display: block
}

.item-afiche:hover .ctrlz {
    display: block
}






/* estreno */
.estreno {
    position: absolute;
    left: 0;
    top: 0;
    width: 180px;
    height: 180px;
    background-image: url(../img/triangulo.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px;
    z-index: 10;
    text-align: left
}

.estreno h3 {
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    float: left;
    font-size: 1.7rem;
    font-weight: 300;
    margin-bottom: 3px
}

.estreno span.mes {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 3.4rem;
    line-height: .7;
    left: -1px;
    display: block !important
}

.estreno small {
    letter-spacing: .3rem
}

.estreno.verde h3,
.estreno.verde span {
    color: #00B285
}



/* PREMIOS */

.premios i,
.premios p {
    width: 100%;
    float: left;
    text-align: left
}

.premios p {
    color: #000;
    text-transform: uppercase;
    line-height: 1.1;
    font-weight: 500;
    font-size: 1.3rem
}

.premios i {
    height: 28px;
    margin-bottom: 5px
}

.premios i:before {
    content: '';
    position: relative !important;
    float: left;
    right: auto
}

article .premios i {
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0;
}

article .premios p {
    padding-left: 36px;
    text-transform: inherit;
    font-weight: 400;
    font-size: 1.5rem
}



/* BOTONERA */
.botonera {
    margin-top: 30px;
}

.botonera a {
    width: 50%;
    float: left;
    border-bottom: 4px solid #eee;
    color: #000;
    font-size: 2.6rem;
    font-weight: 500;
    text-align: center;
    padding: 40px 5px;
    text-decoration: none
}

.botonera.tres a {
    width: 33.332%
}

.botonera a.activo,
.botonera a:hover {
    border-color: #00B285;
    color: #00B285
}





/* AFICHE */
.afiche {
    padding-right: 30px !important
}

.afiche img {
    width: 100%
}






/* CABEZAL */
.tx-cabezal {
    max-width: 50%
}

.tx-cabezal h2,
.tx-cabezal h6 {
    color: #fff;
    text-align: left
}

.tx-cabezal h2 {
    text-transform: uppercase;
    font-weight: 500
}

.tx-cabezal h6 {
    line-height: 1.4
}






/* ORGANIZAN AUSPICIANTES */
.row-logos img {
    mix-blend-mode: multiply
}





/* INTRO NOSOTROS */
.intro-nosotros {
    padding: 4rem 0
}




/* FORMACION */

/* img */
body.formacion div.pc {
    display: block;
}

body.formacion div.movil {
    display: none;
}

.menu_destaque{
    padding: 5px 15px 5px 5px !important;
    background-color: #00B285;
}

.menu_destaque a:hover{
    color: white !important;
}
.menu_destaque:hover{
    color: white !important;
}