@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
    outline: 0;
    font-style: normal;
    line-height: 1.1;
    font-family: "Raleway", Helvetica, sans-serif;
}

html,
body {
    font-size: 1em;
    outline: 0;
    background-color: #FFFFFF;
    height: 100%;
}

ul,
li {
    list-style: none;
}

p {
    font-family: 'Raleway';
    font-weight: 400;
}

p b {
    font-family: 'Raleway';
    font-weight: 600;
}

img {
    border: none;
}

a:focus {
    outline: 0px;
}

.clear {
    clear: both;
}

/*ANIMACIONES*/

@-webkit-keyframes down {
    0% {
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    50% {
        -ms-transform: translate(0px, 8px);
        -webkit-transform: translate(0px, 8px);
        transform: translate(0px, 8px);
    }

    100% {
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

/*PARA ACCESIBILIDAD*/

/*-PARA LECTORES DE PANTALLA*/

.textindent {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
}

/*TIPOS*/

@font-face {
    font-family: 'noteworthybold';
    src: url('../fonts/noteworthy-bold-webfont.eot');
    src: url('../fonts/noteworthy-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/noteworthy-bold-webfont.woff2') format('woff2'),
        url('../fonts/noteworthy-bold-webfont.woff') format('woff'),
        url('../fonts/noteworthy-bold-webfont.ttf') format('truetype'),
        url('../fonts/noteworthy-bold-webfont.svg#noteworthybold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'romyregular';
    src: url('../fonts/romy-webfont.eot');
    src: url('../fonts/romy-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/romy-webfont.woff2') format('woff2'),
        url('../fonts/romy-webfont.woff') format('woff'),
        url('../fonts/romy-webfont.ttf') format('truetype'),
        url('../fonts/romy-webfont.svg#romyregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'socicon';
    src: url('../fonts/socicon.eot');
    src: url('../fonts/socicon.eot?#iefix') format('embedded-opentype'),
        url('../fonts/socicon.woff') format('woff'),
        url('../fonts/socicon.woff2') format('woff2'),
        url('../fonts/socicon.ttf') format('truetype'),
        url('../fonts/socicon.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
    text-transform: initial;
}

/*GENERALES TEXTOS*/

p {
    font-family: 'Raleway';
    font-weight: 400;
    margin-top: 15px;
}

a {
    font-family: 'Raleway';
    font-weight: 400;
    text-decoration: none;
}

h1 {
    font-family: 'romyregular';
    font-size: 72px;
    color: #003c82;
    line-height: 150px;
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    max-width: 1976px;
    margin: 0px auto;
    background: none;
}

h2 {
    font-family: 'romyregular';
    font-size: 72px;
    color: #003c82;
    line-height: 150px;
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    max-width: 1976px;
    margin: 0px auto;
    background: none;
}


/*HEADER*/

header {
    width: 100%;
    background-color: rgba(256, 256, 256, 0.75);
    height: 120px;
    position: fixed;
    top: 0px;
    display: flex;
    justify-content: center;
    z-index: 99;
}

header a.logo {
    float: left;
    width: 184px;
    height: 86px;
    margin-top: 10px;
    background-image: url(../img/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

header nav {
    width: 100%;
    max-width: 1200px;
}

header nav>ul.menu {
    height: 60px;
    text-align: center;
    width: auto;
}

header nav>ul>li {
    padding: 0 20px;
    position: relative;
    vertical-align: top;
    width: auto;
    text-align: center;
    display: inline-block;

}

header nav>ul>li>a {
    font-family: 'noteworthybold';
    font-size: 16px;
    line-height: 110px;
    text-transform: uppercase;
    margin-top: 7px;
    float: left;
    color: #000000;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

header nav>ul>li>a:after {
    display: block;
    content: '';
    border-bottom: 3px solid #000;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

header nav>ul>li:hover>a:after {
    transform: scaleX(1);
}

header nav>ul>li.logo a {
    margin-top: 0px;
}

header nav>ul>li.logo a:after {
    margin-top: 0px;
    border: 0px;
}

header nav>ul>li.logo a img {
    width: 100%;
}

header nav>ul>li ul.submenu {
    background: #fff none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 60px;
    width: 100%;
    display: none;
    padding-top: 5px;
}

header nav>ul>li ul.submenu li {
    float: left;
    width: 100%;
    height: 24px;
}

header nav>ul>li ul.submenu li a {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 24px;
    font-family: 'noteworthybold';
    font-size: 11px;
    color: #000000;
    cursor: pointer;
}

header nav>ul>li ul.submenu li a:hover {
    color: #a4a4a4;
}

.nav-icon {
    width: 48px;
    height: 36px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 12px;
    display: none;
    z-index: 100;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 7px;
    width: 100%;
    background: #212E56;
    border-radius: 7px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    box-shadow: 0px 4px 18px 3px #FFF;
}

.nav-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon span:nth-child(2) {
    top: 14.5px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon span:nth-child(3) {
    top: 29px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
    top: -3px;
    box-shadow: none;
}

.nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 7px;
    top: 31px;
    box-shadow: none;
}

.logomov {
    display: none;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -60px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


/*INDEX*/

body {
    overflow-x: hidden;
}

section.home {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0px;
    width: 100%;
}

section.home {
    /*background: url('../img/back.jpg') no-repeat center center;
    -ms-behavior: url('../scripts/backgroundsize.min.htc');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    padding: 0px;
    display: table;
    width: 100%;
    overflow: hidden;
    max-width: 1976px;
    position: relative;
}

section.home .video_contain {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    height: auto;
    padding-top: 130px;
    padding-bottom: 130px;
    box-sizing: border-box;
    background-image:url(/img/home/fondoVideo.jpg)
}


section.home .contenedor-marcas{
    max-width: 1200px;
    width: 100%;
    background: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: -6px 9px 16px 1px rgba(0,0,0,.30);
}

section.home .contenedor-marcas .marca{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 30px;
    transition: .7s;
    position: relative;
    background:white;
    width: 12.5%;
    box-sizing: border-box;
}


section.home .contenedor-marcas .marca img{
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}


section.home video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
    max-height: 100%;
}

section.home a.scrolling {
    background: rgba(0, 0, 0, 0) url("../img/scrolling.png") no-repeat scroll 0 0;
    bottom: 30px;
    height: 59px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    width: 60px;
    z-index: 99;
    cursor: pointer;
}


section.home>div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

section.homeHeader {
    background: url("../img/home/header.jpg");
    height: 100%;
    margin: 0 auto;
    max-width: 1976px;
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
}

a.down {
    position: absolute;
    background: url(../img/down.png);
    bottom: 25px;
    width: 118px;
    height: 32px;
    left: 50%;
    margin-left: -59px;
    background-size: contain;
    cursor: pointer;
    animation: down 1s infinite;
    background-repeat: no-repeat;
    background-position: center center;
}

section.homeCalidalia {
    background-image: url(../img/home/calidalia.jpg);
    height: calc(100% - 270px);
    margin: 0 auto;
    max-width: 1976px;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


section.homeSocios,
section.homeRevista {
    width: 100%;
    max-width: 1976px;
    margin: 0px auto;
    min-height: 450px;
    /*AÑADIDO*/
    height: 70%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

section.homeSocios {
    background-image: url(../img/home/socios.jpg);
}

section.homeRevista {
    background-image: url(../img/home/revista.jpg);
}

section.homeCalidalia article,
section.homeSocios article,
section.homeRevista article {
    /*height: 60%;*/
    height: 100%;
    /*background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;*/
    float: right;
}

/*section.homeCalidalia article:nth-child(2) {
    background-image: url(../img/home/calidalia.jpg);
    position: relative;
    width: 70%;
    }*/

section.homeCalidalia article:nth-child(1),
section.homeSocios article:nth-child(1),
section.homeRevista article:nth-child(1) {
    position: relative;
    width: 30%;
    background-color: rgba(256, 256, 256, 0.65);
    display: table;
    /*background-image: url(../img/mantel1.jpg);*/
    background-size: cover;
}

section.homeCalidalia article:nth-child(1) a,
section.homeSocios article:nth-child(1) a,
section.homeRevista article:nth-child(1) a {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding: 0px 15%;
}

section.homeCalidalia article:nth-child(1) a h2,
section.homeSocios article:nth-child(1) a h2,
section.homeRevista article:nth-child(1) a h2 {
    text-align: center;
    font-family: 'romyregular';
    font-size: 60px;
    line-height: 60px;
    padding-bottom: 10px;
    width: 100%;
    margin: 0px;
    color: #003c82;
    text-align: left;
}

section.homeCalidalia article:nth-child(1) a p,
section.homeSocios article:nth-child(1) a p,
section.homeRevista article:nth-child(1) a p {
    font-family: 'Raleway';
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
    color: #404040;
    width: 100%;
    text-align: left;
    padding-left: 20px;
    border-left: 2px solid #003c82;
    margin-top: 0px;
}

section.homeSocios article:nth-child(2) {
    float: right;
}

section.homeSocios article:nth-child(2) {
    float: left;
}

section.homeSocios article {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
}

/*section.homeSocios article:nth-child(2) {
    background-image: url(../img/home/socios.jpg);
    position: relative;
    width: 70%;
}

section.homeRevista article:nth-child(2) {
    background-image: url(../img/home/revista.jpg);
    position: relative;
    width: 70%;
    }*/


section.homeSocios article aside,
section.homeCalidalia article aside,
section.homeRevista article aside {
    margin: 19px 0px 0px 10px;
    overflow: hidden;
    width: auto;
    position: relative;
    padding-left: 14px;
    color: #404040;
    font-weight: 700;
    font-family: 'Raleway';
    text-decoration: underline;
    font-size: 18px;
}



section.homeClub {
    height: 60%;
    width: 100%;
    max-width: 1976px;
    margin: 0px auto;
    min-height: 450px;
}

section.homeClub article {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
}

section.homeClub article:nth-child(2) {
    background-image: url(../img/home/club.jpg);
    position: relative;
    width: 50%;
}

section.homeClub article:nth-child(2) span {
    position: absolute;
    width: 320px;
    height: 250px;
    top: 50%;
    left: 50%;
    margin-top: -125px;
    margin-left: -160px;
    background-color: rgba(256, 256, 256, 0.75);
    box-sizing: border-box;
    padding: 34px 20px 20px;
}

section.homeClub article:nth-child(2) span h2 {
    font-family: 'romyregular';
    font-size: 60px;
    line-height: 60px;
    padding-bottom: 10px;
    width: 100%;
    margin: 0px;
    color: #003c82;
    text-align: left;
}

section.homeClub article:nth-child(2) span p {
    font-family: 'Raleway';
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
    color: #404040;
    text-align: left;
    padding-left: 20px;
    border-left: 2px solid #003c82;
    width: 100%;
    box-sizing: border-box;
    margin-top: 0px;
}

section.homeClub article:nth-child(2) a {
    margin: 19px 0px 0px 10px;
    overflow: hidden;
    width: auto;
    position: relative;
    padding-left: 11px;
    color: #404040;
    font-weight: 700;
    font-family: 'Raleway';
    text-decoration: underline;
    font-size: 18px;
    margin-top: 14px;
    display: block;
}

section.homeClub article:nth-child(1) {
    position: relative;
    width: 50%;
    background-color: #FFF;
    display: table;
    background-image: url(../img/cifrasBack.jpg);
    background-size: cover;
}

section.homeClub article:nth-child(1) a {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding: 0px 15%;
    background-image: url(../img/home/cifras.png);
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(256, 256, 256, 0.7);
}

section.homeClub article:nth-child(1) a h2 {
    font-family: 'romyregular';
    font-size: 60px;
    line-height: 60px;
    padding-bottom: 10px;
    width: 100%;
    margin: 0px;
    color: #003c82;
    text-align: left;
}

section.homeClub article:nth-child(1) a p {
    font-family: 'Raleway';
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
    color: #404040;
    width: 100%;
    text-align: left;
    padding-left: 20px;
    border-left: 2px solid #003c82;
    margin-top: 0px;
}


/*GENERAL INTERIOR*/

section.interior {
    padding-top: 120px;
    background-image: url(../img/int.jpg);
    background-repeat: repeat;
    width: 100%;
    max-width: 1976px;
    margin: 0px auto;
    padding-bottom: 50px;
    background-size: 100% auto;
    min-height: 800px;
}

/*NUESTROS SOCIOS*/

ul.socios {
    width: 100%;
    max-width: 1400px;
    margin: 0px auto;
}

ul.socios li {
    width: 33.33%;
    margin: 0px;
    box-sizing: border-box;
    padding: 20px 30px;
    height: 420px;
    float: left;
    border-right: 1px solid #404040;
    margin-bottom: 50px;
    opacity: 0;
}

ul.socios li:nth-child(3n) {
    border-right: 0px;
}

ul.socios li h2 {
    font-size: 40px;
    position: relative;
    line-height: 65px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

ul.socios li span {
    width: 100%;
    height: 120px;
    background-position: center center;
    background-size: auto 117%;
    float: left;
    background-repeat: no-repeat;
}

ul.socios li h2:after {
    display: block;
    content: '';
    border-bottom: 2px solid #003c82;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}

ul.socios li p {
    color: #404040;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
}

ul.socios li p.leermas {
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
    left: 0px;
    font-weight: 700;
    text-decoration: underline;
    font-size: 18px;
}


section.interiorSocio {
    padding-top: 0px;
    background-image: url(../img/int.jpg);
    background-repeat: repeat;
    background-size: 100% auto;
    width: 100%;
    max-width: 1976px;
    margin: 0px auto;
    padding-bottom: 50px;
}

article.headerSocio {
    width: 100%;
    max-width: 1600px;
    margin: 0px auto;
    position: relative;
}

article.headerSocio h1 {
    opacity: 0;
    height: 0px;
    padding: 0px;
}

article.headerSocio img {
    width: 100%;
    margin: 0px auto;
}

article.headerSocio span {
    position: absolute;
    bottom: -17.1%;
    width: 30%;
    left: 35%;
}

article.contentSocio {
    width: 90%;
    max-width: 1400px;
    margin: 120px auto 50px;
}

article.contentSocio .text {
    width: calc(100% - 400px);
    box-sizing: border-box;
    padding-right: 100px;
    float: left;
}

article.contentSocio .text h2 {
    text-align: left;
    line-height: 50px;
    font-size: 50px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-top: 1px solid #959595;
    padding-top: 50px;
}

article.contentSocio .text h2:nth-child(1) {
    padding-top: 0px;
    border-top: 0px;
}

article.contentSocio .text p {
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    border-left: 1px solid #003c82;
    color: #404040;
    font-size: 19px;
    line-height: 20px;
    height: 82px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-align: justify;
}

article.contentSocio .text p.open {
    height: auto;
}

article.contentSocio .text a {
    width: 200px;
    text-align: left;
    font-weight: 700;
    text-decoration: underline;
    font-size: 18px;
    padding-left: 18px;
    margin-bottom: 30px;
    cursor: pointer;
    padding-bottom: 0px;
    display: block;
}

article.contentSocio .ficha {
    width: 400px;
    float: right;
    background-image: url(../img/ficha.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 440px;
    padding: 130px 30px 0px;
    box-sizing: border-box;
    position: relative;
}

article.contentSocio .ficha img {
    width: 109px;
    position: absolute;
    top: 20px;
    right: 85px;
}

article.contentSocio .ficha img[src="/img/logos/grupo-postres-reina.png"] {
    width: 100px;
    top: 20px;
}

article.contentSocio .ficha h3 {
    font-size: 18px;
    color: #003c82;
    text-transform: uppercase;
    font-weight: 700;
}

article.contentSocio .ficha p {
    color: #003c82;
    font-weight: 400;
    font-size: 19px;
    line-height: 19px;
}

article.contentSocio .ficha p a {
    color: #003c82;
    font-weight: 400;
    font-size: 17px;
    line-height: 17px;
}

article.contentSocio .ficha ul.social {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

article.contentSocio .ficha ul.social li {
    display: inline;
    width: auto;
}

article.contentSocio .ficha ul.social li a span {
    border-radius: 21px;
    color: #FFF;
    float: none;
    font-family: "socicon";
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    margin-right: 6px;
    text-align: center;
    text-decoration: none !important;
    width: 35px;
    text-shadow: none !important;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

article.contentSocio .ficha ul.social li.facebook a span {
    background: #3948ab;
}

article.contentSocio .ficha ul.social li.twitter a span {
    background: #42a4f5;
}

article.contentSocio .ficha ul.social li.instagram a span {
    background: #ab46bb;
}

article.contentSocio .ficha ul.social li.youtube a span {
    background: #d74314;
}

article.contentSocio .ficha ul.social li.linkedin a span {
    background: #0174b1;
}

article.contentSocio .ficha ul.social li:last-child a span {
    margin-right: 0px;
}

article.contentSocio .ficha ul.social li a:hover span {
    transform: scale(1.2);
}

section.interiorContacta {
    background-image: url(../img/int.jpg);
    background-repeat: repeat;
    width: 100%;
    max-width: 1976px;
    margin: 0px auto;
    padding-bottom: 50px;
}


/* OCULTADO EL LEER MAS DE CALVA HASTA QUE TENGAMOS MÁS INFO */
a[href="/nuestros-socios/carbonell"],
a[href="/nuestros-socios/puig"] {
    pointer-events: none;
}

a[href="/nuestros-socios/carbonell"] .leermas,
a[href="/nuestros-socios/puig"] .leermas {
    display: none;
}

/*CALIDALIA*/

section.calidaliaintro {
    width: 100%;
    max-width: 1976px;
    margin: 0px auto;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-image: url(../img/calidalia/1.jpg);
    background-attachment: fixed;
}

section.calidaliaintro aside {
    width: 70%;
    height: 450px;
    background: rgba(256, 256, 256, 0.65);
    position: relative;
    display: table;
    bottom: 0px;
    margin: 200px 15% 0px;
    float: left;
}

section.calidaliaintro aside>span {
    width: inherit;
    height: 380px;
    background-color: transparent;
    box-sizing: border-box;
    padding: 20px;
    display: table-cell;
    vertical-align: middle;
}

section.calidaliaintro aside>span p {
    font-weight: 400;
    font-family: 'Raleway';
    font-size: 19px;
    line-height: 20px;
    color: #464646;
    margin-top: 23px;
    width: 90%;
    margin: 0px 5%;
    box-sizing: border-box;
    border-left: 2px solid #003c82;
    text-align: left;
    padding: 15px 0px 30px 20px;
}



section.calidaliasalud {
    width: 100%;
    max-width: 1976px;
    margin: 0px auto;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-image: url(../img/calidalia/2.jpg);
    background-attachment: fixed;
}

section.calidaliasalud aside {
    float: left;
    width: 41%;
    height: 100%;
    background: rgba(256, 256, 256, 0.65);
    position: relative;
    display: table;
}

section.calidaliasalud aside>span {
    width: inherit;
    background-color: transparent;
    box-sizing: border-box;
    padding: 20px 15%;
    display: table-cell;
    vertical-align: middle;
}

section.calidaliasalud aside>span h2 {
    font-family: 'romyregular';
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 10px;
    width: 100%;
    margin: 0px;
    color: #003c82;
    text-align: left;
}

section.calidaliasalud aside>span p {
    font-family: 'Raleway';
    font-size: 19px;
    font-weight: 400;
    line-height: 25px;
    color: #404040;
    width: 100%;
    text-align: left;
    padding-left: 20px;
    border-left: 2px solid #003c82;
    margin-top: 0px;
    box-sizing: border-box;
}

section.calidaliacar {
    height: 100%;
    margin: 0 auto;
    max-width: 1976px;
    width: 100%;
    position: relative;
}

section.calidaliacar .owl-carousel aside {
    float: right;
    width: 41%;
    height: 100%;
    background: rgba(256, 256, 256, 0.65);
    position: relative;
    display: table;
}

section.calidaliacar .owl-carousel aside>span {
    background-color: transparent;
    box-sizing: border-box;
    padding: 20px 15%;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

section.calidaliacar .owl-carousel aside>span h2 {
    font-family: 'romyregular';
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 10px;
    width: 100%;
    margin: 0px;
    color: #003c82;
    text-align: left;
}

section.calidaliacar .owl-carousel aside>span p {
    font-family: 'Raleway';
    font-size: 19px;
    font-weight: 400;
    line-height: 25px;
    color: #404040;
    width: 100%;
    text-align: left;
    padding-left: 20px;
    border-left: 2px solid #003c82;
    margin-top: 0px;
    box-sizing: border-box;
}

section.calidaliacar .owl-carousel {
    height: 100%;
}

section.calidaliacar .owl-carousel .owl-stage-outer {
    height: 100%;
}

section.calidaliacar .owl-carousel .owl-stage {
    height: 100%;
}

section.calidaliacar .owl-carousel.owl-drag .owl-item {
    height: 100%;
}

section.calidaliacar .owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #003c82;

}

section.calidaliacar .owl-theme .owl-dots .owl-dot.active span,
section.calidaliacar .owl-theme .owl-dots .owl-dot:hover span {
    background: #003c82;
}

section.calidaliacar .owl-carousel .item {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    position: relative;
}

section.calidaliacar .owl-carousel .item.back1 {
    background-image: url("../img/calidalia/3.jpg");
}

section.calidaliacar .owl-carousel .item.back2 {
    background-image: url("../img/calidalia/4.jpg");
}

section.calidaliacar .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    position: absolute;
    bottom: 10px;
    right: 50%;
    margin-right: -24px;
    background: rgba(256, 256, 256, 0.8);
    height: 22px;
    border-radius: 20px;
}

section.trabajadores {
    height: 60%;
    width: 100%;
    max-width: 1976px;
    margin: 0px auto;
    min-height: 450px;
}

section.trabajadores article {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
}


section.trabajadores article:nth-child(1) {
    position: relative;
    width: 41%;
    background-color: #FFF;
    display: table;
    background-image: url(../img/int.jpg);
    background-size: cover;
}

section.trabajadores article:nth-child(1) a {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding: 0px 15%;
}

section.trabajadores article:nth-child(1) a h2 {
    font-family: 'romyregular';
    font-size: 60px;
    line-height: 60px;
    padding-bottom: 10px;
    width: 100%;
    margin: 0px;
    color: #003c82;
    text-align: left;
}

section.trabajadores article:nth-child(1) a p {
    font-family: 'Raleway';
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
    color: #404040;
    width: 100%;
    text-align: left;
    padding-left: 20px;
    border-left: 2px solid #003c82;
    margin-top: 0px;
}

section.trabajadores article:nth-child(2) {
    float: right;
}

section.trabajadores article:nth-child(2) {
    float: left;
}

section.trabajadores article {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
}

section.trabajadores article:nth-child(2) {
    background-image: url(../img/home/club.jpg);
    position: relative;
    width: 59%;
}


section.trabajadores article aside {
    margin: 19px 0px 0px 10px;
    overflow: hidden;
    width: auto;
    position: relative;
    padding-left: 22px;
    color: #404040;
    font-weight: 700;
    font-family: 'Raleway';
    text-decoration: underline;
    font-size: 18px;
}




/*NUESTROS VIDEOS*/

section.headerVideos {
    width: 100%;
    background-image: url(../img/videos/header.jpg);
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;
    max-width: 1976px;
    margin: 0px auto;
    position: relative;
    height: 300px;
}

section.contentVideos {
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
}

section.contentVideos article.videoPrincipal {
    width: 100%;
    height: auto;
    position: relative;
}

section.contentVideos article.videoPrincipal a {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    cursor: pointer;
}

section.contentVideos article.videoPrincipal img {
    width: 100%;
    position: relative;
}

section.contentVideos article.videoPrincipal span.play {
    width: 130px;
    height: 130px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -65px;
    margin-left: -65px;
    background-image: url(../img/videos/play.png);
    background-position: center center;
    background-size: cover;
}

article.carousel {
    width: 90%;
    margin: 0px auto 80px;
    max-width: 1200px;
}

article.carousel a {
    height: 300px;
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    position: relative;
}

article.carousel a:hover {
    animation-name: latir;
    animation-duration: 0.7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: latir;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: latir;
    -moz-animation-duration: 0.7s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}

@keyframes latir {
    0% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -ms-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

article.carousel p {
    text-align: center;
}

article.carousel .owl-next {
    right: -45px;
}

article.carousel .owl-prev {
    left: -45px;
}

article.carousel .owl-dots {
    display: none;
}

article.carousel span.play {
    width: 112px;
    height: 112px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -56px;
    margin-left: -56px;
    background-image: url(../img/videos/play.png);
    background-position: center center;
    background-size: cover;
    background-color: rgba(256, 256, 256, 0.8);
    border-radius: 115px;
    -webkit-transition: all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s ease-in-out 0s;
    -o-transition: all 0.7s ease-in-out 0s;
    transition: all 0.7s ease-in-out 0s;
}

article.popupVideo {
    -webkit-transition: all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s ease-in-out 0s;
    -o-transition: all 0.7s ease-in-out 0s;
    transition: all 0.7s ease-in-out 0s;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.85);
    top: 0px;
    left: 0px;
    display: none;
    opacity: 0;
}

article.popupVideo aside {
    max-width: 1000px;
    width: 1000px;
    position: absolute;
    top: -720px;
    height: 720px;
    left: 50%;
    margin-left: -500px;
    -webkit-transition: all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s ease-in-out 0s;
    -o-transition: all 0.7s ease-in-out 0s;
    transition: all 0.7s ease-in-out 0s;
    box-sizing: border-box;
    background: url(../img/videos/cartel.png);
    padding: 200px 160px 0px;
}

article.popupVideo a.closeVideo {
    position: absolute;
    right: 0;
    top: 124px;
    height: 100px;
    width: 100px;
    cursor: pointer;
}

article.popupVideo .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    box-shadow: 2px 2px 10px #777;
    opacity: 0;
    -webkit-transition: all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s ease-in-out 0s;
    -o-transition: all 0.7s ease-in-out 0s;
    transition: all 0.7s ease-in-out 0s;
}

article.popupVideo .video-container iframe,
article.popupVideo .video-container object,
article.popupVideo .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*CONTACTO*/

section.headerContacto {
    width: 100%;
    background-image: url(../img/contacto/header.jpg);
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;
    max-width: 1976px;
    margin: 0px auto;
    position: relative;
    height: 300px;
}

h1.contact {
    background: transparent;
    margin-top: -173px;
    margin-bottom: 0px;
    color: #FFF;
}

section.form {
    width: 100%;
    max-width: 1976px;
    margin: 0px auto;
    position: relative;
    height: 1010px;
    background-image: url(../img/int.jpg);
    background-size: cover;
    background-attachment: fixed;
}

section.form article {
    background-image: url(../img/contacto/sobreBack.png);
    height: 853px;
    width: 1071px;
    position: absolute;
    top: 140px;
    left: 50%;
    margin-left: -550px;
    padding: 0;
    box-sizing: border-box;
}

section.form article span.gracias {
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 204px;
    color: #FFF;
    font-family: 'romyregular';
    font-size: 49px;
    -webkit-transition: all 1.2s ease-in-out 0s;
    -moz-transition: all 1.2s ease-in-out 0s;
    -o-transition: all 1.2s ease-in-out 0s;
    transition: all 1.2s ease-in-out 0s;
    opacity: 0;
}

section.form article aside {
    width: 100%;
    padding: 20px;
    padding-top: 45px;
    box-sizing: border-box;
    background-image: url(../img/contacto/hoja.png);
    position: absolute;
    bottom: 100px;
    height: 0px;
    overflow: hidden;
    -webkit-transition: all 1.2s ease-in-out 0s;
    -moz-transition: all 1.2s ease-in-out 0s;
    -o-transition: all 1.2s ease-in-out 0s;
    transition: all 1.2s ease-in-out 0s;
}

section.form article aside form {
    width: 450px;
    margin: 0px auto;
}


section.form article aside input[type="text"] {
    float: left;
    width: calc(50% - 5px);
    border: none;
    margin: 5px 0px 5px 0px;
    background: #fbf6f4;
    height: 30px;
    box-sizing: border-box;
    padding: 0px 10px;
    font-family: 'Raleway';
    font-size: 15px;
    color: #7e7d7d;
    font-style: italic;
    font-weight: 400;
}

section.form article aside input[type="text"]:nth-child(3),
section.form article aside input[type="text"]:nth-child(4) {
    width: 100%;
    margin: 5px 0px;
}

section.form article aside input[type="text"]:nth-child(even) {
    float: right;
}


section.form article aside textarea {
    float: left;
    width: 100%;
    border: none;
    margin: 5px 0px 5px 0px;
    background: #fbf7f3;
    height: 100px;
    box-sizing: border-box;
    padding: 10px 10px;
    font-family: 'Raleway';
    font-size: 15px;
    color: #7e7d7d;
    font-style: italic;
    font-weight: 400;
    resize: none;
}

section.form article aside h2 {
    font-family: 'romyregular';
    font-size: 38px;
    line-height: 40px;
    position: relative;
    text-align: center;
    margin-top: 20px;
}

section.form article aside p {
    font-weight: 400;
    font-family: 'Raleway';
    font-size: 16px;
    color: #404040;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

section.form .check {
    margin: 0px 0 6px;
    padding: 8px 0 0;
    text-align: center;
}

section.form .check input {
    display: none;
}

section.form .check input[type="checkbox"]+label {
    background: url(../img/checkmin.png) no-repeat scroll left center;
    color: #7e7d7d;
    font-family: "Raleway";
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
    height: 23px;
    line-height: 25px;
    padding: 2px 0px 0 20px;
    margin-left: 0px;
}

section.form .check input[type="checkbox"]+label a {
    font-family: "Raleway";
    color: #7e7d7d;
    font-weight: 400;
    font-style: italic;
    text-decoration: underline;
}

section.form .check input[type="checkbox"]:checked+label {
    background: url(../img/checkmin_on.png) no-repeat scroll left center;
}

section.form a.send {
    background: #646c7c;
    bottom: 10px;
    display: block;
    line-height: 36px;
    margin: 30px auto 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 124px;
    height: 35px;
    color: #FFF;
}

section.form a span {
    color: #FFF;
    display: inline-block;
    font-family: "Raleway";
    font-size: 17px;
    font-weight: 400;
    line-height: 35px;
    position: relative;
    transition: transform 0.3s ease 0s;
    width: 100%;
}

section.form article .info {
    width: 100%;
    position: absolute;
    bottom: 0px;
    background: url(../img/contacto/sobreFront.png);
    height: 494px;
    box-sizing: border-box;
    padding-top: 240px;
}

section.form article .info p {
    width: 100%;
    text-align: center;
    margin: 0px 0px 3px;
    color: #FFF;
    font-weight: 300;
    font-family: "Raleway";
}

section.form article .info p a {
    color: #FFF;
    font-weight: 300;
    font-family: "Raleway";
}

article.carouselLogos {
    width: 86%;
    margin: 0px auto 80px;
    max-width: 1200px;
}

article.carouselLogos a {
    height: 216px;
    display: block;
    width: 100%;
    background-position: center center;
    cursor: pointer;
    background-size: 90% auto;
    background-repeat: no-repeat;
}

article.carouselLogos .owl-theme .owl-dots .owl-dot span {
    background: #7e7d7d;
}

article.carouselLogos .owl-theme .owl-dots .owl-dot.active span,
article.carouselLogos .owl-theme .owl-dots .owl-dot:hover span {
    background: #404040;
}

article.carouselLogos>.owl-carousel .item {
    box-shadow: 1px 0px 9px #888888;
    height: 214px;
    margin-bottom: 3px;
    margin-right: 4px;
    margin-top: 2px;
    margin-left: 4px;
}

article.carouselLogos .owl-next {
    right: -45px;
}

article.carouselLogos .owl-prev {
    left: -45px;
}

/*INVESTIGACIÓN*/

section.headerInvestigacion {
    width: 100%;
    background-image: url(../img/hoy/innovacion.jpg);
    background-position: top center;
    background-size: cover;
    box-sizing: border-box;
    max-width: 1976px;
    margin: 0px auto;
    position: relative;
    height: 500px;
}

section.logros {
    width: 100%;
    max-width: 1976px;
    height: 450px;
    background-image: url(../img/innovacion/sombra1.png), url(../img/innovacion/sombra2.png);
    background-position: left top, right top;
    background-repeat: no-repeat;
    background-size: auto 90%;
    display: table;
    margin: 0px auto;
}

section.logros aside {
    display: table-cell;
    vertical-align: middle;
}

section.logros aside h2 {
    font-family: 'romyregular';
    font-size: 48px;
    color: #464646;
    line-height: 80px;
    position: relative;
    text-align: center;
}

section.logros aside h2:after {
    display: block;
    content: '';
    border-bottom: 2px solid #464646;
    width: 100px;
    position: absolute;
    top: 6;
    left: 50%;
    margin-left: -50px;
}

section.logros aside p {
    font-weight: 400;
    font-family: 'Raleway';
    font-size: 19px;
    color: #464646;
    margin: 30px auto 10px;
    width: 90%;
    text-align: center;
    max-width: 400px;
}

section.logro {
    width: 100%;
    max-width: 1976px;
    height: 400px;
    margin: 0px auto;
}

section.logro article {
    height: 400px;
    width: 25%;
    float: left;
}

section.logro article:nth-child(1),
section.logro article:nth-child(3) {
    background: #FFF;
    display: table;
    padding: 0px 30px;
    box-sizing: border-box;
}

section.logro article:nth-child(2),
section.logro article:nth-child(4) {
    background-size: cover;
    background-position: center center;
}

section.logro2 article:nth-child(2),
section.logro2 article:nth-child(4),
section.logro4 article:nth-child(2),
section.logro4 article:nth-child(4) {
    background: #FFF;
    display: table;
    padding: 0px 30px;
    box-sizing: border-box;
}

section.logro2 article:nth-child(1),
section.logro2 article:nth-child(3),
section.logro4 article:nth-child(1),
section.logro4 article:nth-child(3) {
    background-size: cover;
    background-position: center center;
}

section.logro1 article:nth-child(2) {
    background-image: url(../img/innovacion/logro1.jpg);
}

section.logro1 article:nth-child(4) {
    background-image: url(../img/innovacion/logro2.jpg);
}

section.logro2 article:nth-child(1) {
    background-image: url(../img/innovacion/logro3.jpg);
}

section.logro2 article:nth-child(3) {
    background-image: url(../img/innovacion/logro4.jpg);
}

section.logro3 article:nth-child(2) {
    background-image: url(../img/innovacion/logro5.jpg);
}

section.logro3 article:nth-child(4) {
    background-image: url(../img/innovacion/abrefacil.jpg);
}

section.logro4 article:nth-child(1) {
    background-image: url(../img/innovacion/compromiso.jpg);
}

section.logro4 article:nth-child(3) {
    background-image: url(../img/innovacion/packs.jpg);
}

section.logro aside {
    display: table-cell;
    vertical-align: middle;
}

section.logro p {
    font-weight: 400;
    font-family: 'Raleway';
    font-size: 19px;
    color: #464646;
    text-align: center;
    width: 100%;
    margin: 0px auto;
    padding-top: 25px;
}

section.logro h2 {
    font-family: 'romyregular';
    font-size: 48px;
    color: #464646;
    line-height: 80px;
    position: relative;
}

section.logro h2:after {
    display: block;
    content: '';
    border-bottom: 2px solid #666666;
    width: 96px;
    position: absolute;
    top: 6;
    left: 50%;
    margin-left: -50px;
}





/*WRAPPER*/

div.wrapper {
    width: 100%;
    height: auto;
    max-width: 1976px;
    padding-top: 200px;
    padding-bottom: 0px;
    margin: 0px auto;
}

div.wrapper.cat {
    padding-top: 0px;
}

/*platos carrusel*/

section.related {
    margin-top: 40px;
}

section.related>h2 {
    width: 100%;
    float: left;
    margin: 0px;
    font-size: 49px;
    color: #000000;
    font-family: 'romyregular';
    text-align: center;
    line-height: 100px;
    position: relative;
}

section.related>h2::after {
    border-bottom: 2px solid #464646;
    content: "";
    display: block;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 100px;
}

section.related>p {
    color: #464646;
    float: left;
    font-family: "Raleway";
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 20px;
    padding: 0 5%;
    text-align: center;
    text-transform: uppercase;
    width: 90%;
}

section.related>p span {
    color: #464646;
    font-family: "Raleway";
    font-size: 23px;
    font-weight: 400;
}

section.related>.owl-carousel {
    padding: 0px 60px;
    box-sizing: border-box;
    position: relative;
}

section.related>.owl-carousel .item {
    background-image: url("../img/campo.jpg");
    background-size: cover;
    box-shadow: 2px 2px 2px #888888;
    height: 434px;
    margin-bottom: 3px;
    margin-right: 4px;
    margin-top: 2px;
}

section.related>.owl-carousel .item a {
    position: absolute;
    width: 100%;
    height: 100%;
}

section.related>.owl-carousel .owl-item h3 {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100px;
    background-color: rgba(256, 256, 256, 0.85);
    display: table
}

section.related>.owl-carousel .owl-item h3 span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-family: 'romyregular';
    font-size: 30px;
    color: #000000;
    padding-top: 10px;
}

section.related>.owl-carousel .owl-item img {
    bottom: 21px;
    left: 50%;
    margin-left: -125px;
    position: absolute;
    width: 250px;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #003c82;
    display: block;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #000000;
}

.owl-prev {
    background: url("/img/owlLeft.png") !important;
    height: 219px;
    left: 9px;
    margin-top: -127px !important;
    padding: 0 !important;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 31px;
    z-index: 2;
    cursor: pointer;
}

.owl-theme .owl-nav .disabled {
    display: none !important;
}

.owl-next {
    background: url("/img/owlRight.png") !important;
    height: 219px;
    right: 9px;
    margin-top: -127px !important;
    padding: 0 !important;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 31px;
    z-index: 2;
    cursor: pointer;
}

.owl-theme .owl-dots {
    text-align: right !important;
}

.owl-carousel .owl-stage {
    margin: 0px auto !important;
}


/*DECALOGO*/

.headerBases {
    height: auto;
    width: 100%;
    box-sizing: border-box;
    padding-top: 120px;
    max-width: 1976px;
    margin: 0px auto;
}


/*CALIDALIA*/

section.calidaliaHeader {
    background: url("../img/calidalia/header.jpg");
    background-size: cover;
    background-position: center center;
    height: 100%;
    margin: 0 auto;
    max-width: 1976px;
    width: 100%;
    position: relative;
    display: table;
    background-attachment: fixed;
}

section.calidaliaHeader h1 {
    font-family: 'romyregular';
    font-size: 80px;
    line-height: 100px;
    position: relative;
    text-align: center;
    padding: 0px 0px 40px;
    display: table-cell;
    vertical-align: middle;
    color: #FFF;
    text-shadow: 2px 1px 20px #000;
}

section.nutricionProceso {
    height: 75%;
    width: 100%;
    max-width: 1976px;
    margin: 0px auto;
    min-height: 550px;
}

section.nutricionProceso article {
    height: 100%;
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
}

section.nutricionProceso article aside {
    position: absolute;
    background-image: url(../img/nutricion/corazon.png);
    width: 169px;
    height: 150px;
    background-size: cover;
    top: -86px;
    left: -80px;
}

section.nutricionProceso article:nth-child(1) {
    background-image: url(../img/nutricion/plato.jpg);
    position: relative;
}

section.nutricionProceso article:nth-child(1) span {
    position: absolute;
    width: 400px;
    height: 400px;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -200px;
    background-color: rgba(256, 256, 256, 0.85);
    box-sizing: border-box;
    padding: 20px;
}

section.nutricionProceso article:nth-child(1) span h2 {
    text-align: center;
    font-family: 'romyregular';
    font-size: 34px;
    line-height: 50px;
    padding-bottom: 20px;
}

section.nutricionProceso article:nth-child(1) span h2:after {
    display: block;
    content: '';
    border-bottom: 2px solid #464646;
    width: 100px;
    position: absolute;
    top: 6;
    left: 50%;
    margin-left: -50px;
}

section.nutricionProceso article:nth-child(1) span p {
    text-align: center;
    font-family: 'Raleway';
    font-size: 19px;
    font-weight: 400;
    color: #000000;
    width: 90%;
    margin: 0px 5%;
    line-height: 21px;
}

section.nutricionProceso article:nth-child(2) {
    background-image: url(../img/nutricion/carretillero.jpg);
}

section.nutricionFen {
    height: 75%;
    margin-bottom: 40px;
    width: 100%;
    max-width: 1976px;
    margin: 0px auto;
    min-height: 550px;
}

section.nutricionFen article {
    height: 100%;
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    position: relative;
}

section.nutricionFen article:nth-child(1) {
    background-image: url(../img/nutricion/bodegon.jpg);
}

section.nutricionFen article:nth-child(1) h2 {
    margin-top: 15%;
    text-align: center;
    font-family: 'romyregular';
    font-size: 30px;
}

section.nutricionFen article:nth-child(1) span {
    margin-top: 15%;
    text-align: center;
    font-family: 'Helvetica';
    font-size: 30px;
    font-weight: 500;
}

section.nutricionFen article:nth-child(1) p {
    margin: 20px 33%;
    width: 34%;
    font-family: 'Raleway';
    font-weight: 400;
    text-align: center;
    font-size: 17px;
    color: #000000;
}

section.nutricionFen article:nth-child(2) {
    background-image: url(../img/nutricion/dieta.jpg);
}

section.nutricionFen article:nth-child(2) span {
    display: table;
    position: absolute;
    width: 250px;
    height: 250px;
    top: 50%;
    left: 50%;
    margin-top: -125px;
    margin-left: -125px;
    background-color: rgba(256, 256, 256, 0.85);
}

section.nutricionFen article:nth-child(2) span h2 {
    color: #000000;
    float: none;
    font-family: 'romyregular';
    font-size: 39px;
    line-height: 44px;
    padding: 10px 20px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}


/*NEWSLETTER*/

section.newsletterfollow {
    height: auto;
    margin: 0 auto;
    max-width: 1976px;
    padding: 60px 0 80px;
    background-image: url(../img/rss.jpg);
    background-size: 100%;
    background-attachment: fixed;
}

section.newsletterfollow .contentNews {
    max-width: 1400px;
    margin: 0px auto 50px;
    height: auto;
    width: 100%;
}

section.newsletterfollow h2.follow {
    font-family: 'romyregular';
    font-size: 48px;
    color: #464646;
    line-height: 80px;
    position: relative;
    width: 100%;
    text-align: center;
}

section.newsletterfollow p.hashtag {
    text-align: center;
    margin-top: -44px;
    margin-bottom: 50px;
    font-size: 23px;
    font-family: 'Raleway';
    color: #40403f;
}

section.newsletterfollow .contentNews ul {
    width: 100%;
}

section.newsletterfollow .contentNews ul li {
    width: calc(25% - 40px);
    height: 300px;
    background-position: center center;
    background-size: cover;
    float: left;
    margin: 20px;
    display: table;
}

section.newsletterfollow .contentNews ul li a {
    width: 100%;
    height: 100%;
    display: table-cell;
    color: #FFF;
    vertical-align: middle;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

section.newsletterfollow .contentNews ul li a:hover {
    opacity: 1;
}

section.newsletterfollow ul.social {
    width: 100%;
    text-align: center;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icono-insta{
    width: 30px;
    padding-top: 12px;
}

section.newsletterfollow ul.social li.social {
    display: inline;
    width: auto;
}

section.newsletterfollow ul.social li.social a span {
    background: #3e3b37 none repeat scroll 0 0;
    border-radius: 35px;
    color: #FFF;
    float: none;
    font-family: "socicon";
    font-size: 24px;
    height: 56px;
    line-height: 56px;
    margin-right: 12px;
    text-align: center;
    text-decoration: none !important;
    width: 56px;
    text-shadow: none !important;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

section.newsletterfollow ul.social li.social:last-child a span {
    margin-right: 0px;
}

section.newsletterfollow ul.social li.social a:hover span {
    background-color: #003c82;
    transform: scale(1.2);
}

/*PROMOCIONES*/

section.headerPromociones {
    width: 100%;
    background-image: url(../img/promociones/header.jpg);
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;
    max-width: 1976px;
    margin: 0px auto;
    position: relative;
    height: 300px;
}

.promoCont {
    width: 100%;
    max-width: 1976px;
    margin: 0px auto;
    height: auto;
    display: block;
}

.promoCont article {
    float: left;
    width: 50%;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out 0s;
    position: relative;
    background-size: cover;
    background-position: center center;
    height: 600px;
}

.promoCont article:nth-child(1) {
    background-image: url(../img/promociones/promo1.jpg);
}

.promoCont article:nth-child(2) {
    background-image: url(../img/promociones/promo2.jpg);
}

.promoCont article a {
    position: absolute;
    width: 400px;
    height: 400px;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -200px;
    background-color: rgba(256, 256, 256, 0.85);
    box-sizing: border-box;
    padding: 30px 10px 0px 10px;
}

.promoCont article a h2 {
    font-family: 'romyregular';
    font-size: 48px;
    color: #464646;
    line-height: 90px;
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.promoCont article a h2:after {
    display: block;
    content: '';
    border-bottom: 2px solid #464646;
    width: 60px;
    position: absolute;
    top: 6;
    left: 50%;
    margin-left: -30px;
}

.promoCont article a p {
    font-size: 19px;
    margin: 20px 10%;
    text-align: center;
    width: 80%;
    font-family: 'Raleway';
    font-weight: 400;
    color: #000000;
}

.promoCont article aside {
    border: 1px solid #f2ad32;
    bottom: 10px;
    margin: 80px auto 0;
    overflow: hidden;
    text-align: center;
    width: 124px;
    position: relative;
}

.promoCont article aside.big {
    width: 250px;
}

.promoCont article a aside span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    line-height: 35px;
    font-family: 'Raleway';
    font-weight: 400;
    color: #000000;
    font-size: 17px;
    width: 100%;
}

.promoCont article aside span::before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    line-height: 35px;
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 17px;
    width: 100%;
    left: 0;
    background: #f2ad32;
    color: #FFF;
    height: 35px;
}

.promoCont article a:hover aside span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

/*BASES LEGALES Y POLÍTICA DE PRIVACIDAD*/

.wrapper.aviso {
    background-image: url(../img/int.jpg);
    padding-top: 0px;
}

section.contentBases {
    width: 100%;
    max-width: 1000px;
    text-align: justify;
    padding: 0px 20px 50px;
    box-sizing: border-box;
    margin: 0px auto;
}

section.contentBases p,
section.contentBases table,
section.contentBases ul {
    margin: 0 0 25px;
}

section.contentBases h2 {
    font-size: 24px;
    font-family: 'Raleway';
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
    color: #003c82;
    line-height: 27px;
}

section.contentBases table th {
    color: #1D2060;
    font-size: 18px;
    padding: 0 10px;
    text-align: left;
    font-family: 'Raleway';
    font-weight: 400;
}

section.contentBases table td {
    color: #484847;
    font-size: 18px;
    padding: 0 10px;
    font-family: 'Raleway';
    font-weight: 400;
}

section.contentBases p {
    color: #484847;
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
    margin: 0 0 25px;
}

section.contentBases a {
    color: #1e275a;
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-decoration: underline;
}



/*FOOTER*/

footer {
    width: 100%;
    height: auto;
    max-width: 1976px;
    margin: 0px auto;
    padding: 100px 0px 60px;
    background-image: url(../img/pie.jpg);
    background-size: auto 50%;
    background-attachment: fixed;
}

footer>div.contentFoot {
    width: 100%;
    max-width: 1100px;
    margin: 0px auto;
}

footer>div.contentFoot>div {
    float: left;
    padding: 0px 20px;
    box-sizing: border-box;
}

footer>div.contentFoot>div {
    width: 33.33%;
}

footer>div.contentFoot h3 {
    border-top: 1px solid #FFFFFF;
    color: #FFFFFF;
    float: left;
    font-family: "Raleway";
    font-size: 17px;
    font-weight: 600;
    margin: 0px 0 15px;
    padding-top: 15px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

footer>div.contentFoot h3 a {
    font-size: 17px;
    font-family: 'Raleway';
    color: #FFFFFF;
}

footer>div.contentFoot>div ul:last-child {
    padding-bottom: 15px;
    border-bottom: 1px solid #FFFFFF;
}

footer>div.contentFoot>div h3:last-child {
    padding-bottom: 15px;
    border-bottom: 1px solid #FFFFFF;
}

footer>div.contentFoot ul {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}

footer>div.contentFoot ul li {
    width: auto;
    float: left;
    font-size: 17px;
    font-family: 'Raleway';
}

footer>div.contentFoot ul li.social {
    margin-bottom: 3px;
}

footer>div.contentFoot ul li a {
    font-size: 17px;
    font-family: 'Raleway';
    color: #000000;
    line-height: 17px;
    margin-bottom: 3px;
}

footer>div.contentFoot ul li a:hover {
    text-decoration: none;
}

footer>div.contentFoot ul.social li.social a span {
    background: #FFFFFF none repeat scroll 0 0;
    border-radius: 15px;
    color: #05529f;
    float: none;
    font-family: "socicon";
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin-right: 5px;
    text-align: center;
    text-decoration: none !important;
    width: 25px;
    text-shadow: none !important;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}


footer>div.contentFoot ul.social li.social a:hover span {
    transform: scale(1.2);
}

footer .idiomas {
    float: left;
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

footer .idiomas a {
    color: #FFF;
    float: unset;
    line-height: 50px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -9999px;
    width: 50px;
    display: inline-table;
}

footer .idiomas>a#aCambioIdiomaES {
    background: url("../img/spanishF.png") no-repeat scroll center center;
}

footer .idiomas>a#aCambioIdiomaEn {
    background: url("../img/englishF.png") no-repeat scroll center center;
}

footer .idiomas>a#aCambioIdiomaIt {
    background: url("../img/italianF.png") no-repeat scroll center center;
}

footer .idiomas a {
    color: #FFF;
}

footer .subfooter {
    height: 160px;
    width: 100%;
    background: url(../img/pie.png);
    background-position: top center;
    margin-top: 40px;
}

footer .subfooter .content {
    width: 100%;
    max-width: 1300px;
    margin: 0px auto;
}

footer .subfooter .content a {
    float: right;
    margin: 85px 10px 0px;
}

/*EFECTOS*/

article.efecto {
    opacity: 0;
}

.animate1 {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards;
}

.animate2 {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp 0.85s ease forwards;
    animation: moveUp 0.85s ease forwards;
}

.animate3 {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp 1.05s ease forwards;
    animation: moveUp 1.05s ease forwards;
}

.animate4 {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp 1.25s ease forwards;
    animation: moveUp 1.25s ease forwards;
}

.cover {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(256, 256, 256, .6);
    z-index: 100;
    display: none;
}

.popup {
    background: url(../img/fondopop.jpg) center/cover no-repeat;
    border-radius: 4px;
    padding: 30px;
    position: relative;
    -webkit-box-shadow: 0px 5px 46px -19px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 46px -19px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 46px -19px rgba(0, 0, 0, 0.75);
    display: none;
    width: 537px;
    height: 284px;
    left: 50%;
    top: 50%;
    margin-left: -267.5px;
    margin-top: -142px;
    box-sizing: border-box;
}

.popup .center {
    display: table;
    width: 100%;
    height: 100%;
}

.popup .cerrar {
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
    cursor: pointer;
    position: absolute;
    display: inline-block;
    border: 2px solid #003c82;
    border-radius: 40px;
}

.popup .cerrar span {
    width: 20px;
    height: 2px;
    display: inline-block;
    background: #003c82;
    position: absolute;
    top: 14px;
    left: 5px;
}

.popup .cerrar span:first-child {
    transform: rotate(45deg);
}

.popup .cerrar span:last-child {
    transform: rotate(-45deg);
}

.popup p {
    width: 100%;
    color: #404040;
    margin: 0px;
    text-align: center;
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
    line-height: 28px;
}


@-webkit-keyframes moveUp {
    0% {}

    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes moveUp {
    0% {}

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}


/*NOTICIAS*/

.grid {
    max-width: 1400px;
    list-style: none;
    margin: 30px auto;
    padding: 0;
}

.grid li {
    display: block;
    float: left;
    width: calc(33.33% - 40px);
    opacity: 0;
    margin: 20px;
    background-color: #f5f5f5;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}

.grid li .eliminar {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    position: absolute;
    display: inline-block;
    border: 1px solid #b32e2e;
    border-radius: 40px;
}

.grid li .eliminar span {
    width: 20px;
    height: 1px;
    display: inline-block;
    background: #b32e2e;
    position: absolute;
    top: 14px;
    left: 5px;
}

.grid li .eliminar span:first-child {
    transform: rotate(45deg);
}

.grid li .eliminar span:last-child {
    transform: rotate(-45deg);
}

.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
    opacity: 1;
}

.grid li a,
.grid li>img {
    outline: none;
    border: none;
    display: block;
    width: 100%;
    margin: 0px 0px 15px;
}

.grid li .head {
    margin: 0px 0px 15px;
}

.grid li .head>img {
    border-radius: 60px;
    float: left;
    height: 80px;
    margin-right: 20px;
    width: 80px;
}

.grid li .head>h2 {
    border: 0 none;
    color: #003d67;
    float: left;
    font-size: 18px;
    margin: 5px 0 0;
    width: calc(100% - 100px);
    font-weight: 700;
}

.grid li .head>p {
    border: 0 none;
    color: #444444;
    float: left;
    font-size: 14px;
    margin: 10px 0 0;
    font-style: italic;
    font-weight: 400;
    width: calc(100% - 100px);
}

.grid li p.content {
    color: #444444;
    float: left;
    font-size: 16px;
    width: 100%;
    font-weight: 400;
    margin: 0px 0px 15px;
}

.grid li a.link {
    float: left;
    color: #a4ceeb;
    font-weight: 700;
}

.grid li> :last-child {
    margin: 0px;
}

.grid li.animate {
    -webkit-animation: fadeIn 0.65s ease forwards;
    animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
    0% {}

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {}

    100% {
        opacity: 1;
    }
}

.gridNews {
    max-width: 1400px;
    list-style: none;
    margin: -20px auto 0px;
    padding: 0;
}

.gridNews li {
    display: block;
    float: left;
    width: calc(33.33% - 40px);
    opacity: 0;
    margin: 20px;
    background-color: #FFFFFF;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}

.gridNews li .eliminar {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    position: absolute;
    display: inline-block;
    border: 1px solid #b32e2e;
    border-radius: 40px;
}

.gridNews li .eliminar span {
    width: 20px;
    height: 1px;
    display: inline-block;
    background: #b32e2e;
    position: absolute;
    top: 14px;
    left: 5px;
}

.gridNews li .eliminar span:first-child {
    transform: rotate(45deg);
}

.gridNews li .eliminar span:last-child {
    transform: rotate(-45deg);
}

.gridNews li.shown,
.no-js .gridNews li,
.no-cssanimations .gridNews li {
    opacity: 1;
}

.gridNews li a,
.gridNews li>img {
    outline: none;
    border: none;
    display: block;
    width: 100%;
    margin: 0px 0px 15px;
}

.gridNews li .head {
    margin: 0px 0px 15px;
}

.gridNews li .head>img {
    border-radius: 60px;
    float: left;
    height: 80px;
    margin-right: 20px;
    width: 80px;
}

.gridNews li .head>h2 {
    border: 0 none;
    color: #003d67;
    float: left;
    margin: 5px 0 0;
    width: 100%;
    font-weight: 700;
    line-height: 35px;
    font-size: 30px;
    text-align: left;
}

.gridNews li .head>p {
    border: 0 none;
    color: #888888;
    float: left;
    font-size: 14px;
    margin: 10px 0 0;
    font-style: italic;
    font-weight: 400;
    width: calc(100% - 100px);
}

.gridNews li p.content {
    color: #444444;
    float: left;
    font-size: 15px;
    width: 100%;
    font-weight: 400;
    margin: 0px 0px 15px;
}

.gridNews li a.link {
    color: #404040;
    font-weight: 700;
    text-decoration: underline;
    padding-bottom: 0px;
    display: block;
    width: 100%;
}

.gridNews li> :last-child {
    margin: 0px;
}


.gridNews li.animate {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards;
}



@media (max-width: 1200px) {
    section.homeClub article:nth-child(1) a {
        background-size: 80% auto;
    }
}

@media (max-width: 1150px) {
    ul.socios li {
        width: 50%;
    }

    ul.socios li:nth-child(3n) {
        border-right: 1px solid #404040;
    }

    ul.socios li:nth-child(2n) {
        border-right: 0px;
    }
}

@media screen and (max-width: 980px) {

    section.home .contenedor-marcas{
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        flex-wrap: wrap;
        background:transparent;
        gap:0;
    }

    section.home .contenedor-marcas .marca{
        width: calc(25% - 7.5px);
        box-sizing: border-box;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    section.home .contenedor-marcas .marca:nth-child(4n){
        margin-right: 0;
    }

}

@media screen and (max-width: 900px) {
    .gridNews li {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media (max-width: 768px) {

    section.home {
        
        display: block;
        padding: 0px !important;
 
    }


    .video_contain img {
        max-height: 100%;
        width: auto;
        margin-top: 0 !important;

    }

    section.home video {
        position: relative !important;
        width: 100% !important;
        min-width: 100% !important;
        height: auto !important;
        min-height: auto !important;
        padding: 0px !important;
    }
}

@media (max-width: 767px) {
    ul.socios li {
        width: 100%;
        border-right: 0px;
        margin-bottom: 10px;
        height: auto;
        padding: 0px 10px 10px;
    }

    ul.socios li:nth-child(3n) {
        border-right: 0px;
    }

    ul.socios li:nth-child(2n) {
        border-right: 0px;
    }

    ul.socios li h2 {
        font-size: 35px;
    }

    ul.socios li p {
        float: left;
        width: 100%;
    }

    ul.socios li p.leermas {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 25px;
    }

    section.calidaliaHeader h1 {
        font-size: 60px;
        line-height: 60px;
        padding: 0px 5%;
        box-sizing: border-box;
    }
}



@media (max-width: 1024px) {

    article.carousel .owl-dots {
        display: block;
    }

    /*HEADER*/
    header {
        background-color: rgba(256, 256, 256, 0.75);
    }
    header a.logo {
        width: 191px;
    }
    a.down {
        display: none
    }

    header nav>ul.menu {
        position: absolute;
        width: 320px;
        top: 0px;
        right: -320px;
        height: auto;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        background-color: rgba(256, 256, 256, 0.75);
        padding: 15px 0px;
    }

    header nav>ul.menu li {
        width: 100%;
        float: left;
        padding: 0px;
    }

    header nav>ul.menu li a {
        line-height: 29px;
    }

    header nav>ul.menu li a:after {
        display: none;
    }

    header nav>ul>li ul.submenu {
        background: transparent;
        left: auto;
        position: relative;
        top: auto;
        width: 100%;
        display: block;
        padding-top: 5px;
    }

    .nav-icon {
        display: block
    }

    header nav>ul>li.logo {
        display: none;
    }

    .logomov {
        display: block;
    }

    div.wrapper {
        padding-top: 100px;
    }

    /*INDEX*/
    /*section.home{display: none;}*/





    section.homeHeader {
        height: 50%;
        display: block;
    }

    section.homeHeader .content {
        max-width: 300px;
        position: absolute;
        width: 100%;
        min-height: 160px;
        display: table;
        left: 10%;
        top: 10%;
    }

    section.homeHeader .content h1 {
        font-size: 31px;
        line-height: 66px;
        padding-bottom: 20px;
    }

    section.homeHeader .content p {
        font-size: 17px;
    }

    section.homeSocios,
    section.homeCalidalia,
    section.homeRevista {
        height: 550px;
        min-height: 550px;
    }

    section.homeSocios article:nth-child(1),
    section.homeCalidalia article:nth-child(1),
    section.homeRevista article:nth-child(1) {
        height: 100%;
    }

    section.homeSocios article,
    section.homeCalidalia article,
    section.homeRevista article {
        width: 100% !important;
        height: 100;
    }

    section.homeSocios article aside,
    section.homeCalidalia article aside,
    section.homeRevista article aside {
        margin: 35px auto 0;
    }

    section.homeSocios article h2,
    section.homeCalidalia article h2,
    section.homeRevista article h2 {
        font-size: 33px !important;
    }

    /*SOCIO*/

    article.contentSocio .text {
        width: 100%;
        padding: 0px;
        float: none;
    }

    article.contentSocio .ficha {
        float: none;
        margin: 40px auto;
    }

    article.contentSocio .text p {
        text-align: justify;
        font-size: 17px;
    }

    ul.socios li h2 {
        margin: 0px 0px 20px;
        padding: 0px;
    }


    /*Calidalia HOY*/
    section.headerHoy article {
        height: auto;
        position: relative;
    }

    section.headerHoy article aside:nth-child(1) {
        position: relative;
        width: 100%;
        height: auto;
        background-color: rgba(256, 256, 256, 0.85);
        box-sizing: border-box;
        padding: 120px 20px 20px;
        float: left;
        left: auto;
        top: auto;
        margin-bottom: 220px;
    }

    section.headerHoy article aside:nth-child(1) h1 {
        font-family: 'romyregular';
        font-size: 40px;
        color: #464646;
        line-height: 60px;
        position: relative;
        text-align: center;
    }

    section.headerHoy article aside:nth-child(1) p {
        font-family: 'Raleway';
        font-weight: 400;
        font-size: 15px;
        color: #464646;
        line-height: 16px;
        position: relative;
        text-align: center;
        margin-top: 20px;
    }

    section.headerHoy article aside.plato1 {
        bottom: 0px;
        left: 19%;
        top: auto;
    }

    section.headerHoy article aside.plato2 {
        bottom: 40px;
        left: 42.5%;
        top: auto;
    }

    section.headerHoy article aside.plato3 {
        bottom: 0px;
        left: 61%;
        top: auto;
    }

    section.headerHoy article aside.mantel1 {
        bottom: 0px;
        left: 17%;
        top: auto;
    }

    section.headerHoy article aside.mantel2 {
        bottom: 30px;
        left: 41.5%;
        top: auto;
    }

    section.headerHoy article aside.mantel3 {
        bottom: 0px;
        left: 60%;
        top: auto;
    }

    section.headerHoy h2 {
        font-family: 'romyregular';
        font-size: 35px;
        line-height: 80px;
        float: left;
    }

    section.acordeon {
        height: auto !important;
    }

    section.acordeon article {
        width: 50%;
        float: left;
        height: 400px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        position: relative;
    }

    section.acordeon article aside {
        width: 100%;
        height: 200px;
        bottom: 0px;
        left: 0px;
        margin: 0px;
    }

    section.acordeon article aside h2 {
        font-size: 30px;
        line-height: 40px;
    }

    section.acordeon article aside p {
        font-size: 16px;
        line-height: 19px;
    }

    /*SUPERCATEGORÍAS*/
    .headerBases {
        height: auto;
        padding-top: 100px;
    }

    .headerBases h1 {
        font-size: 40px;
        line-height: 80px;
    }

    .categoriasCont article a span {
        width: 200px;
        height: 200px;
        margin-top: -100px;
        margin-left: -100px;
    }

    .categoriasCont article a span h2 {
        font-family: 'romyregular';
        font-size: 30px;
        line-height: 35px;
    }

    /*CATEGORÍAS*/
    .headerCat {
        background-position: center center;
        background-size: cover;
        height: 200px;
        width: 100%;
    }

    .platosCont h1 {
        font-size: 40px;
        line-height: 60px;
        margin: 30px 0px 35px;
    }

    .platosCont ul li {
        display: inline-block;
        width: 35%;
        padding: 0px 3%;
        vertical-align: top;
        box-sizing: border-box;
        height: 450px;
        position: relative;
        margin-bottom: 50px;
    }

    .platosCont ul li.smallPhoto {
        height: 370px;
    }

    .platosCont ul br {
        display: none
    }

    /*PLATOS LISTOS*/
    section.productInfo .textoPrincipal .etiqueta {
        padding: 10px 15px;
    }

    section.productInfo .textoPrincipal .etiqueta h1 {
        font-size: 32px;
        margin: 10px 0px 0px;
        line-height: 35px;
    }

    section.productInfo .textoPrincipal .etiqueta h2 {
        font-size: 28px;
        line-height: 32px;
    }

    section.productInfo .textoPrincipal .etiqueta p {
        font-size: 15px;
        margin-top: 18px;
        line-height: 17px;
    }

    section.nutricionFen article:nth-child(1) p {
        font-size: 15px;
    }

    section.sharePlate {
        min-height: 350px;
    }

    section.sharePlate .share {
        height: 350px;
        background-position: center -40px;
        padding-top: 100px;
    }

    section.sharePlate .share h2 {
        font-size: 35px;
    }

    section.sharePlate .plate {
        height: 350px;
    }

    /*CABECERAS*/
    section.headerPromociones,
    section.headerVideos,
    section.headerDecalogo {
        height: 200px;
    }


    h1 {
        font-size: 47px;
        line-height: 50px;
        padding: 20px 0px;
        width: 90%;
        margin: 0px 5%;
    }

    h2 {
        font-size: 50px;
        line-height: 43px;
        padding: 20px 0px;
        width: 90%;
        margin: 0px 5%;
    }

    section.trabajadores article:nth-child(1) a h2 {
        font-size: 40px;
        line-height: 40px;
    }

    article.carouselLogos {
        margin: 0px auto 20px;
    }

    article.carousel {
        width: 80%;
        margin: 0px auto 20px;
        max-width: 1200px;
    }

    /*PROMOCIONES*/
    .promoCont article {
        width: 100%;
        height: 400px;
    }

    .promoCont article a {
        width: 300px;
        height: 300px;
        margin-top: -150px;
        margin-left: -150px;
    }

    .promoCont article a h2 {
        font-size: 30px;
        line-height: 50px;
        margin-top: 15px;
    }

    .promoCont article a p {
        font-size: 17px;
    }

    /*VIDEO*/

    article.popupVideo aside {
        max-width: 1000px;
        width: 100%;
        position: absolute;
        top: -720px;
        height: auto;
        left: 0;
        margin-left: 0;
        -webkit-transition: all 0.7s ease-in-out 0s;
        -moz-transition: all 0.7s ease-in-out 0s;
        -o-transition: all 0.7s ease-in-out 0s;
        transition: all 0.7s ease-in-out 0s;
        box-sizing: border-box;
        background: url(../img/videos/cartel.png);
        padding: 196px 139px 87px;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    /*INNOVACION*/

    section.logro {
        height: 800px;
        position: relative;
    }

    section.logro article {
        height: 400px;
        width: 100%;
    }

    section.logro1 article:nth-child(1),
    section.logro3 article:nth-child(1) {
        position: absolute;
        top: 0px;
        left: 0px;
        background: rgba(256, 256, 256, 0.75);
        z-index: 1;
    }

    section.logro1 article:nth-child(3),
    section.logro3 article:nth-child(3) {
        position: absolute;
        bottom: 0px;
        left: 0px;
        background: rgba(256, 256, 256, 0.75);
        z-index: 1;
    }


    section.logro2 article:nth-child(2),
    section.logro4 article:nth-child(2) {
        position: absolute;
        top: 0px;
        left: 0px;
        background: rgba(256, 256, 256, 0.75);
    }

    section.logro2 article:nth-child(4),
    section.logro4 article:nth-child(4) {
        position: absolute;
        bottom: 0px;
        left: 0px;
        background: rgba(256, 256, 256, 0.75);
    }

    section.newsletterfollow .contentNews ul li {
        width: calc(50% - 40px);
        height: 350px;
    }

    section.newsletterfollow h2 {
        line-height: 100px !important;
    }

    section.newsletterfollow {
        padding-top: 20px;
    }

    section.form article .info {
        margin-top: 80px;
        height: 452px;
    }
}

@media (max-width: 893px) {
    section.sharePlate .share h2.cons {
        font-size: 30px;
        line-height: 50px;
        margin-top: 30px;
    }
}

@media (max-width: 890px) {
    section.productInfo .textoPrincipal .etiqueta h2 {
        font-size: 23px;
    }

    article.popupVideo aside {
        padding: 179px 139px 87px;
    }

    section.calidaliasalud aside,
    section.calidaliacar .owl-carousel aside {
        width: 100%;
    }

    section.trabajadores article {
        width: 100% !important;
        height: 400px;
    }

    section.trabajadores article:nth-child(1) a p {
        font-size: 17px
    }
}

@media (max-width: 825px) {
    section.productInfo .textoPrincipal .etiqueta h2 {
        line-height: 30px;
    }

    section.nutricionProceso {
        height: 500px;
        min-height: auto;
    }

    section.nutricionProceso article {
        height: 100%;
        width: 100%;
    }

    section.nutricionProceso article:nth-child(2) {
        display: none;
    }

    section.nutricionProceso article aside {
        bottom: -8px;
        left: -125px;
    }

    section.nutricionFen {
        height: 1000px;
        min-height: auto;
    }

    section.nutricionFen article {
        height: 500px;
        width: 100%;
    }

    section.productInfo .infoPrincipal .tabs li {
        width: 100%;
        margin-bottom: 2px;
    }

    section.productInfo .infoPrincipal .tabs li:last-child {
        width: 100%;
    }

    section.productInfo .infoPrincipal .tabs li br {
        display: none;
    }

    article.popupVideo aside {
        padding: 160px 139px 94px;
    }

    article.headerSocio span {
        bottom: -28%;
        width: 50%;
        left: 25%;
    }

    section.homeClub {
        min-height: 900px;
    }

    section.homeClub article:nth-child(1) {
        width: 100%;
        height: 450px;
    }

    section.homeClub article:nth-child(2) {
        width: 100%;
        height: 450px;
    }
}

@media (max-width: 768px) {
    footer {
        padding: 50px 0px;
        background-attachment: initial;
        background-size: cover;
    }

    section.homeSocios,
    section.homeCalidalia,
    section.homeRevista {
        background-attachment: initial;
    }

    section.calidaliaHeader,
    section.calidaliaintro,
    section.calidaliasalud,
    section.newsletterfollow {
        background-attachment: initial;
    }
}

@media (max-width: 767px) {

    article.contentSocio {
        margin: 100px auto 50px;
    }

    article.contentSocio .text h2 {
        line-height: 40px;
        font-size: 40px;
        text-align: center;
    }


    /*INDEX*/
    section.homeNovedades h3 {
        font-size: 40px;
    }

    section.homeNovedades p {
        font-family: 'Raleway';
        font-size: 17px;
        line-height: 22px;
        padding: 0px 20px;
        box-sizing: border-box;
    }

    section.homeNovedades ul.sopas>li {
        width: 50%;
    }

    .decalogoCont article {
        width: 100%;
        min-height: 350px;
    }

    section.homeHistoria {
        height: 600px;
    }

    section.homeHistoria .text {
        width: 100%;
        padding: 0px 0px 300px 0px;
        background-position: 27% bottom;
        background-size: 60%;
    }

    section.homeHistoria .history2 {
        bottom: 64px;
        top: auto;
        left: 1%;
        width: 50%;
    }

    section.homeHistoria .history3 {
        width: 40%;
    }

    section.homeHistoria .history4 {
        width: 40%;
    }

    section.homeHistoria .history5 {
        bottom: 149px;
        top: auto;
        width: 40%;
    }

    /*Calidalia HOY*/
    section.responsabilidad h2 {
        font-family: 'romyregular';
        font-size: 30px;
        color: #000000;
        line-height: 50px;
        position: relative;
        width: 100%;
        text-align: center;
        margin-bottom: 0px;
        background: #FFF;
        padding: 25px 0px;
    }

    section.responsabilidad h2 br {
        display: block;
    }

    section.innovacion aside {
        width: 100%;
    }

    /*CATEGORÍAS*/
    .headerCat {
        background-position: center center;
        background-size: cover;
        height: 150px;
        width: 100%;
    }

    .platosCont h1 {
        font-size: 40px;
        line-height: 60px;
        margin: 30px 0px 35px;
    }

    .platosCont ul li {
        width: 85%;
        height: auto;
        margin-bottom: 45px;
    }

    .platosCont ul li.smallPhoto {
        height: auto;
    }

    .platosCont ul li aside {
        position: relative;
        margin: 30px auto 0px;
        display: block;
        left: auto;
    }

    /*PLATOS LISTOS*/
    section.productInfo .textoPrincipal .etiqueta h1 {
        text-align: center;
    }

    section.productInfo .textoPrincipal .etiqueta h2 {
        text-align: center;
    }

    section.productInfo .textoPrincipal .etiqueta h2::after {
        position: absolute;
        left: 50%;
        margin-left: -50px;
    }

    section.productInfo .textoPrincipal .etiqueta p {
        text-align: center;
    }

    section.productInfo {
        width: 100%;
        max-width: 1200px;
        margin: 0px auto 30px;
        padding: 0px 50px;
    }

    section.productInfo .infoPrincipal {
        padding-left: 0px;
        box-sizing: border-box;
        width: 100%;
        float: left;
        margin-top: 0px;
    }

    section.productInfo .textoPrincipal {
        max-width: 100%;
        width: 100%;
        margin-bottom: 40px;
        min-height: auto;
    }

    section.productInfo .textoPrincipal .etiqueta {
        width: 100%;
        height: auto;
        max-width: 466px;
        box-sizing: border-box;
        padding: 10px 15px 30px;
        margin: 5px auto;
        background-position: right bottom;
    }

    section.productInfo .imagenPrincipal {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    section.productInfo .imagenPrincipal img {
        width: 100%;
        max-width: 466px;
    }

    section.sharePlate {
        min-height: 684px;
    }

    section.sharePlate .share {
        width: 100%;
        height: 284px;
        padding-top: 75px;
        background-position: center -90px;
    }

    section.sharePlate .share h2 {
        font-size: 33px;
        line-height: 50px;
    }

    section.sharePlate .share h2.cons {
        font-size: 33px;
        line-height: 50px;
    }

    section.sharePlate .share p {
        font-family: 'Raleway';
        font-size: 20px;
        margin-top: 16px;
        margin-bottom: 11px;
    }

    section.sharePlate .share>a {
        font-family: "Raleway";
        font-size: 14px;
        color: #000000;
    }

    section.sharePlate .share ul.social {
        margin-bottom: 37px;
    }

    section.sharePlate .plate {
        width: 100%;
        height: 400px;
    }

    section.related {
        margin-top: 20px;
    }

    section.related>h2 {
        font-size: 31px;
        line-height: 64px;
    }

    section.related>p {
        font-size: 18px;
    }

    section.related>p span {
        font-size: 18px;
    }

    section.newsletterfollow .contentNews input[type="text"] {
        font-size: 13px;
        height: 40px;
        line-height: 40px;
    }

    section.newsletterfollow .contentNews input[type="submit"] {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        width: calc(30% - 24px);
    }

    section.newsletterfollow .contentNews .check input[type="checkbox"]+label {
        font-size: 12px;
    }

    footer {
        padding: 50px 0px;
    }

    footer>div.contentFoot h3 {
        font-size: 15px;
        width: 100%;
        cursor: pointer;
        /*background: url(../img/mas.png) no-repeat center right;*/
        line-height: 34px;
        height: auto;
        padding: 10px 0px;
        margin: 0px 0px;
    }

    footer>div.contentFoot h3:first-child {
        border: 0px;
    }

    footer>div.contentFoot h3.menos {
        background: url(../img/menos.png) no-repeat center right;
        display: none;
    }

    footer>div.contentFoot div {
        width: 100%;
    }

    footer>div.contentFoot ul {
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px 0px 10px;
        /*display: none;*/
    }

    footer>div.contentFoot>div ul:last-child {
        padding-bottom: 0px;
        border-bottom: 0px;
    }

    footer>div.contentFoot ul li {
        font-size: 15px;
        line-height: 25px;
    }

    section.nutricionFen article:nth-child(1) p {
        font-size: 15px;
    }

    /*BASES*/

    section.contentBases table th {
        font-size: 12px;
    }

    section.contentBases table td {
        font-size: 12px;
    }

    section.contentBases a.urlbig {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        float: left;
        width: 100%;
    }

    article.popupVideo aside {
        padding: 160px 139px 94px;
    }

    /*INNOVACION*/

    section.logros {
        background-image: none;
    }

}

@media (max-width: 710px) {

    h1.contact {
        font-size: 47px;
        line-height: 80px;
        padding-top: 10px;
    }

    section.form {
        background-color: #F4E6D6;
        background-image: none;
        height: auto !important;
    }

    section.form article {
        background-image: none;
        height: 400px;
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        margin: 0;
        padding: 20px;
        box-sizing: border-box;
    }

    section.form article aside {
        width: 100%;
        position: relative;
        background: none;
        bottom: auto;
        height: auto !important;
        padding-top: 0px;
    }

    section.form article aside h2 {
        font-family: 'romyregular';
        font-size: 35px;
        color: #464646;
        line-height: 40px;
        position: relative;
        text-align: center;
        margin-top: 0px;
    }

    section.headerHoy article aside:nth-child(1) {
        margin-bottom: 160px;
    }

    section.form article .info {
        float: left;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 50px;
        position: relative;
        height: auto;
        padding-top: 0px;
        bottom: auto;
        top: auto;
        background: transparent;
    }

    section.form article .info p {
        color: #404040;
    }

    section.form article .info p a {
        color: #404040;
    }

    section.form article span.gracias {
        display: none !important;
    }

}

@media (max-width: 660px) {

    section.calidaliaintro aside {
        width: 100%;
        margin: 0px;
        height: 100%;
    }

    section.newsletterfollow .contentNews ul li {
        width: calc(100% - 40px);
        margin-right: 0;
        height: 350px;
        margin-bottom: 20px;
    }

    section.newsletterfollow .contentNews ul li a {
        opacity: 1;
    }
}

@media screen and (max-width: 600px) {
    .gridNews li {
        width: calc(100% - 20px);
        margin-bottom: 5px;
        margin-top: 5px;
    }
}

@media (max-width: 578px) {

    /*INDEX*/
    section.homeHeader {
        height: 333px;
    }

    .popup {
        width: 320px;
        margin-left: -160px;
    }

    section.homeHeader .content {
        max-width: 300px;
        position: absolute;
        width: 100%;
        display: table;
        left: 50%;
        top: 50%;
        margin-left: -160px;
        top: 101px;
        background-color: rgba(255, 255, 255, 0.75);
        padding: 10px;
    }

    section.homeHeader .content h1 {
        color: #000000;
        text-shadow: none;
    }

    section.homeHeader .content h1::after {
        color: #000000;
        text-shadow: none;
    }

    section.homeHeader .content p {
        color: #000000;
        text-shadow: none;
    }

    section.homeHeader .content a {
        margin-bottom: 0px;
    }

    section.homeHistoria article aside {
        margin: 40px auto 0;
    }

    section.homeHistoria .history5 {
        bottom: 105px;
        top: auto;
        width: 47%;
    }

    section.productInfo .imagenPrincipal a {
        left: 0px;
    }

    section.homeSocios,
    section.homeCalidalia,
    section.homeRevista {
        height: 500px;
        min-height: 500px;
        background-attachment: initial;
    }

    .video_contain img {
        width: 100%;
    }

    section.calidaliaHeader,
    section.calidaliaintro,
    section.calidaliasalud,
    section.newsletterfollow {
        background-attachment: initial;
    }

    section.homeSocios article:nth-child(1),
    section.homeCalidalia article:nth-child(1),
    section.homeRevista article:nth-child(1) {
        height: 100%;
    }

    section.homeSocios article,
    section.homeCalidalia article,
    section.homeRevista article {
        width: 100% !important;
        height: 300px;
    }

    /*VIDEOS*/

    article.carousel {
        padding-top: 5px;
        width: 90%;
    }

    article.carousel a {
        height: 250px;
    }

    article.headerSocio span {
        bottom: -39.1%;
        width: 70%;
        left: 15%;
    }

    section.homeClub {
        min-height: 600px;
    }

    section.homeClub article:nth-child(1) a {
        background-size: 75% auto;
    }

    section.homeClub article:nth-child(1) {
        height: 300px;
    }

    section.homeClub article:nth-child(2) {
        height: 300px;
    }





    /*Calidalia HOY*/

    section.calidaliaintro aside>span p,
    section.calidaliacar .owl-carousel aside>span p,
    section.calidaliasalud aside>span p {
        font-size: 17px;
    }

    /*SUPERCATEGORÍAS*/
    .categoriasCont article {
        width: 100%;
    }

    .categoriasCont article a span {
        width: 150px;
        height: 150px;
        margin-top: -75px;
        margin-left: -75px;
    }

    .categoriasCont article a span h2 {
        font-family: 'romyregular';
        font-size: 25px;
        line-height: 30px;
    }

    section.productInfo {
        padding: 0px 20px;
    }

    section.related>.owl-carousel {
        padding: 0px;
    }

    .owl-next,
    .owl-prev {
        display: none !important;
    }

    /*CONTACTO*/
    section.form article aside input[type="text"] {
        width: 100%;
        margin: 5px 0px 5px 0px;
    }

    article.popupVideo aside {
        padding: 87px 78px 45px;
    }

    article.popupVideo a.closeVideo {
        position: absolute;
        right: 0;
        top: 30px;
        height: 100px;
        width: 100px;
        cursor: pointer;
    }

    section.form article aside form {
        width: 100%;
        margin: 0px auto;
    }

    section.newsletterfollow h2 {
        line-height: 45px !important;
    }

    section.newsletterfollow p.hashtag {
        margin-top: 0px;
        margin-bottom: 20px;
    }
}
/*ELIMINO EL ESPACIO QUE HAY ENTRE LOS ENLACES DENTRO DE LA INFO DE PESCANOVA*/
.enlace-pescanova{
    width: 200px; 
    text-align: left; 
    font-weight: 700; 
    text-decoration: underline;
    font-size: 18px; 
    padding-left: 0px !important; 
     margin-bottom: 0px; 
     cursor: pointer; 
     padding-bottom: 0px; 
     display:inline !important; 

}



@media (max-width: 500px) {

    header a.logo {
        width: 126px;
        height: 47px;
    }
    header{
        height: 68px;
    }
    

    article.popupVideo aside {
        padding: 70px 78px 45px;
    }

    section.headerInvestigacion {
        height: 250px;
    }

    section.logros {
        height: 400px;
    }

    section.headerHoy article aside:nth-child(1) {
        margin-bottom: 180px;
    }

    section.headerHoy article aside.plato1 {
        width: 30%;
        left: 3%;
    }

    section.headerHoy article aside.plato2 {
        width: 25%;
        left: 37.5%;
        bottom: 30px;
    }

    section.headerHoy article aside.plato3 {
        width: 30%;
        right: 3%;
        left: auto;
    }

    section.headerHoy article aside.mantel1 {
        left: 2%;
        width: 30%;
    }

    section.headerHoy article aside.mantel2 {
        width: 28%;
        left: 35.5%;
        bottom: 27px;
    }

    section.headerHoy article aside.mantel3 {
        width: 35%;
        right: 2%;
        left: auto;
    }

    /*PLATOS*/
    section.sharePlate {
        min-height: 559px;
    }

    section.sharePlate .plate {
        height: 275px;
    }

    section.home .video_contain{
        padding-top: 80px;
        padding-bottom: 80px;
    }

    
    section.home .contenedor-marcas{

    }

    section.home .contenedor-marcas .marca{
        padding: 5px;
    }



}

@media (max-width: 432px) {
    section.homeHistoria {
        height: 475px;
    }

    section.homeHistoria .text {
        padding: 0px 0px 225px 0px;
    }

    section.headerHoy article aside.plato2 {
        bottom: 20px;
    }

    section.headerHoy article aside.mantel2 {
        bottom: 17px;
    }

    article.contentSocio .ficha {
        width: 100%;
    }

    article.contentSocio .ficha p {
        font-size: 17px;
        margin-top: 10px;
    }
}

@media (max-width: 400px) {

    article.contentSocio .ficha {
        width: 100%;
        background-image: url(../img/fichamov.png);
        min-height: 470px;
        margin: 40px auto 0px;
    }


    section.headerHoy article aside:nth-child(1) {
        margin-bottom: 140px;
    }
   
}

@media (max-width: 399px) {

    article.carouselLogos a {
        background-size: 70% auto;
    }
}

@media (max-width: 350px) {

    section.homeHistoria article a h2 {
        font-size: 30px;
    }

    section.homeHistoria {
        height: 450px;
    }
    
    section.homeHistoria .text {
        padding: 0px 0px 203px 0px;
    }

    section.homeSocios,
    section.homeCalidalia,
    section.homeRevista {
        height: auto;
        min-height: 550px;
    }

    section.homeSocios article:nth-child(1),
    section.homeCalidalia article:nth-child(1),
    section.homeRevista article:nth-child(1) {
        height: 300px;
    }

    section.homeSocios article,
    section.homeCalidalia article,
    section.homeRevista article {
        width: 100% !important;
        height: 250px;
    }

    section.productInfo .imagenPrincipal a {
        left: -10px;
    }

    article.popupVideo aside {
        padding: 50px 48px 45px;
    }

    section.headerHoy article aside:nth-child(1) {
        margin-bottom: 120px;
    }

    article.contentSocio .ficha {
        width: 100%;
        margin: 40px auto 0px;
        padding-top: 100px;
        min-height: 300px;
    }

    article.contentSocio .ficha img {
        right: 20px;
        width: 100px;
        top: 0px;
    }


    article.contentSocio .ficha p {
        font-size: 17px;
        margin-top: 8px;
    }

    section.homeClub {
        height: 500px;
        min-height: 500px;
    }

    section.homeClub article:nth-child(1) a {
        background-size: 80% auto;
    }

    section.homeClub article:nth-child(1) {
        height: 250px;
    }

    section.homeClub article:nth-child(2) {
        height: 250px;
    }

}
