
/*------------------------------------*\
	TIPOGRAFIAS
\*------------------------------------*/

@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: 'Lato Bold';
    src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff'),
         url('../fonts/lato-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: 'Lato Black';
    src: url('../fonts/lato-black-webfont.woff2') format('woff2'),
         url('../fonts/lato-black-webfont.woff') format('woff'),
         url('../fonts/lato-black-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: 'Lato Light';
    src: url('../fonts/lato-light-webfont.woff2') format('woff2'),
         url('../fonts/lato-light-webfont.woff') format('woff'),
         url('../fonts/lato-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('../fonts/raleway-regular-webfont.woff') format('woff'),
         url('../fonts/raleway-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Raleway Bold';
    src: url('../fonts/raleway-bold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-bold-webfont.woff') format('woff'),
         url('../fonts/raleway-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Raleway Black';
    src: url('../fonts/raleway-black-webfont.woff2') format('woff2'),
         url('../fonts/raleway-black-webfont.woff') format('woff'),
         url('../fonts/raleway-black-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}

/*------------------------------------*\
    ESTILOS COMUNES
\*------------------------------------*/

body{
	background:#f3f3f3;
  font-size: 14px;
    font-family: 'Lato';
	overflow-x: hidden;
}

.wrapper{
	position:relative;
	display:block;
	padding-top:60px;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Lato Black';
}

a {
  color: #ea565d;
}

.wwp-vc-breadcrumbs a,
.wwp-vc-breadcrumbs span{
	font-family: 'Lato Light';
	color:#878787;
	letter-spacing:1px;
	text-transform:uppercase;
	font-size:12px;
}
.wwp-vc-breadcrumbs span{
	font-family: 'Lato';
	color:#333333;
}

b, strong {
    font-family: 'Lato Bold';
	font-weight:normal;
}

.content-post{
	font-family: 'Lato';
	color:#474747;
}
.content-post h2,
.content-post h3,
.content-post h4,
.content-post h5,
.content-post h5{
	position:relative;
	display:block;
	font-family: 'Lato Black';
	margin-top:25px;
}
.content-post h2,
.content-post h3,
.content-post h4,
.content-post h5,
.content-post h6,
.content-post p,
.content-post ul,
.content-post ol{
	margin-bottom:15px;
}
.content-post h2{
	color: #ea565d;
}
.content-post h3{
	margin-bottom:22px;
}
.content-post h3:after {
    content: '';
    border-bottom: solid 2px #a2a2a2;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
}
.content-post ul{
    margin-left: 0;
    padding-right: 0;
    list-style-type: none;
}
.content-post ul > li::before {
    content: '\2022';
    margin-right: 5px;
    color: #ea565d;
    font-weight: bold;
    padding: 3px 8px;
	font-size: 16px;
}
.content-post ul > li li{
	margin-left:40px;
}
.content-post ol{
    margin-left: 0;
    padding-right: 0;
    list-style-type: none;
}
.content-post ol > li {
    counter-increment: step-counter;
}
.content-post ol > li::before {
    content: counter(step-counter);
    margin-right: 5px;
    color: #ea565d;
    font-weight: bold;
    padding: 3px 8px;
	font-size: 16px;
}
.content-post ol > li li{
	margin-left:40px;
}

.frm-newsletter .wpcf7 p a,
.vc_cta3_content-container a,
.content-post a,
.wpcf7 p a,
.wpb_text_column p a,
.wpb_text_column li a{
  color: #ea565d;
}
.content-post iframe{
	position:relative;
	display:block;
	max-width:100% !important;
	margin:25px 0;
}
.cycloneslider-template-banner{
	margin-bottom:0 !important;
}
.cycloneslider-template-banner .cycloneslider-slides {
    min-height: 280px;
}
.cycloneslider-template-banner .cycloneslider-caption {
	display:block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none !important;
    opacity: 1 !important;
}
.cycloneslider-template-banner .cycloneslider-caption-title,
.cycloneslider-template-banner .cycloneslider-caption-description{
	padding:0 !important;
}
.content-banner{
	color:#FFF;
}
.content-banner h3,
.content-banner h4{
	margin:5px 0;
}
.content-banner h3{
	font-size:24pt;
}
.content-banner h4{
	color: #ea565d;
}
.content-banner p{
	margin-bottom:10px;
	font-size: 14px;
}
.content-banner a{
	margin-top:35px;
}
.btn-primary{
  border: 1px solid #ea565d;
  background: #ea565d;
}

/*------------------------------------*\
	HEADER
\*------------------------------------*/

#header{
	position:fixed;
	display:block;
	width:100%;
	z-index:995;
	background-color:rgba(255,255,255,.9);    
	border-bottom: 1px solid #f3f3f3;
}
#header.fix-header{
	background-color:rgba(255,255,255,0.95);
}
#logo img {
	position:relative;
	display:block;
	margin-bottom:-20px;
}
#menu-buttons{
	padding-top:20px;
  cursor: pointer;
}
#login-buttons{
	position:relative;
	display:block;
	height:60px;
  flex-grow: 4;
  padding-left: 5px;
  padding-right: 5px;
}
.header-links{
	position:relative;
	display:block;
	text-align: right;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header-links a{
	color: #ea565d;
	text-decoration:none;
	display:inline-block;
	padding:3px 5px;
  vertical-align: middle;
}
#cart,
#search{
  position: relative;
  display: inline-block;
}
#cart{
  margin-right: 0;
  margin-left: 20px;
}
.woocommerce-checkout #cart .cart-contents-count{
  display: none;
}
#cart .cart-contents-count {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 10px;
  color: #fff;
  background-color: #ea565d;
  font-weight: 700;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
  padding: 3px 0;
  line-height: 1;
  vertical-align: top;
  text-align: center;
  margin-left: -10px;
  z-index: 9;
}
#search{
  margin-right: 0;
  margin-left: 15px;
}
#cart .cartBtn,
#search .searchBtn{
  color: #333;
  font-size: 25px;
  line-height: 20px;
  padding: 0;
}
#text-menu{
  display: none;
  font-size: 16px;
  font-weight: 600;
  color: #29363e;
  padding-right: 10px;
}
#hamburger {
  width: 45px;
  height: 27px;
  position: relative;
  vertical-align:top;
  display:inline-block;
  -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;
}
#hamburger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #29363e;
  border-radius: 4px;
  opacity: 1;
  right: 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;
}
#hamburger 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;
}
#hamburger span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#hamburger span:nth-child(3) {
  top: 20px;
  width: 60%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#menu-buttons:hover #hamburger span{
  background: #313f48;
  width: 108% !important;
}


/* SEARCH */
#full-screen-search {
  visibility: initial !important;
  opacity: initial !important;
  position: fixed !important;
  opacity: 1 !important;
  background: white !important;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(-100%) translateZ(0) !important;
  transform: translateY(-100%) translateZ(0) !important;
  transition: -webkit-transform 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0ms !important;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0ms !important;
  -o-transition: transform 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0ms !important;
  transition: transform 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0ms !important;
  transition: transform 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0ms, -webkit-transform 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0ms !important; }
  #full-screen-search #full-screen-search-container {
    position: relative;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: opacity .5s ease 0s,-webkit-transform .25s ease-in 0s;
    -webkit-transition: opacity .2s ease 0s,-webkit-transform .25s ease-in 0s;
    transition: opacity .2s ease 0s,-webkit-transform .25s ease-in 0s;
    -o-transition: transform .25s ease-in 0s,opacity .2s ease 0s;
    transition: transform .25s ease-in 0s,opacity .2s ease 0s;
    transition: transform .25s ease-in 0s,opacity .2s ease 0s,-webkit-transform .25s ease-in 0s;
    transition: transform .25s ease-in 0s,opacity .2s ease 0s,-webkit-transform .2s ease-in 0s; }
    #full-screen-search #full-screen-search-container label {
      font-family: 'Lato Black';
      letter-spacing: -1px;
      text-transform: uppercase;
      color: #333333 !important;
      font-weight: 400;
      font-size: 32px;
      margin-bottom: 20px; }
    #full-screen-search #full-screen-search-container label span{
      color: #ea565d !important;}
    #full-screen-search #full-screen-search-container input {
      font-family: 'Lato';
      width: 100%;
      height: auto;
      background: #fff;
      padding: 15px;
      font-size: 28px;
      line-height: 45px;
      -webkit-box-shadow: 0 0 80px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 80px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
      box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
      border: 2px dashed #333333;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    #full-screen-search #full-screen-search-container input:hover {
      border: 3 solid #333333 !important;
      -webkit-box-shadow: 0 0 0px transparent;
      box-shadow: 0 0 0px transparent; }
  #full-screen-search #full-screen-search-close {
    position: fixed;
    z-index: 3;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    transition: opacity .2s ease-out,-webkit-transform .7s ease-out;
    -webkit-transition: opacity .2s ease-out,-webkit-transform .7s ease-out;
    -o-transition: transform .7s ease-out,opacity .2s ease-out;
    transition: transform .7s ease-out,opacity .2s ease-out;
    transition: transform .7s ease-out,opacity .2s ease-out,-webkit-transform .7s ease-out;
    opacity: .8;
    color: #333333;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    #full-screen-search #full-screen-search-close svg {
      position: absolute;
      top: 0;
      left: 0; }
    #full-screen-search #full-screen-search-close circle {
      stroke-width: 1;
      stroke-opacity: .1;
      stroke: #333333;
      stroke-dashoffset: 0;
      stroke-dasharray: 0;
      stroke-dasharray: 157, 157;
      stroke-dashoffset: 157;
      -webkit-transition: stroke-dashoffset .6s ease-out .4s,stroke-width .2s ease-out, stroke-opacity .2s ease-out;
      -o-transition: stroke-dashoffset .6s ease-out .4s,stroke-width .2s ease-out, stroke-opacity .2s ease-out;
      transition: stroke-dashoffset .6s ease-out .4s,stroke-width .2s ease-out, stroke-opacity .2s ease-out; }
    #full-screen-search #full-screen-search-close span {
      position: relative;
      display: block;
      z-index: 1;
      width: 100%;
      height: 100%; }
    #full-screen-search #full-screen-search-close span:after, #full-screen-search #full-screen-search-close span:before {
      content: "";
      width: 2px;
      height: 0px;
      display: block;
      top: 50%;
      left: 50%;
      position: absolute;
      background: #333333;
      -webkit-transition: height .3s ease-out;
      -o-transition: height .3s ease-out;
      transition: height .3s ease-out; }
    #full-screen-search #full-screen-search-close span:after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
      -webkit-transition-delay: .8s;
      -o-transition-delay: .8s;
      transition-delay: .8s;
      background: #333333; }
    #full-screen-search #full-screen-search-close span:before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
      -webkit-transition-delay: .6s;
      -o-transition-delay: .6s;
      transition-delay: .6s;
      background: #333333; }
    #full-screen-search #full-screen-search-close:hover {
      opacity: 1; }
      #full-screen-search #full-screen-search-close:hover circle {
        stroke-width: 2 !important;
        stroke-opacity: 1; }

#full-screen-search.open {
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(0) translateZ(0) !important;
  transform: translateY(0) translateZ(0) !important;
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms !important;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms !important;
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms !important;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms !important;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms !important;
  opacity: 1; }
  #full-screen-search.open #full-screen-search-container {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: opacity .4s ease 0.2s,-webkit-transform .48 ease 0.2s;
    -webkit-transition: opacity .4s ease 0.2s,-webkit-transform .8s ease 0.2s;
    transition: opacity .4s ease 0.2s,-webkit-transform .8s ease 0.2s;
    -o-transition: transform .8s ease 0.2s,opacity .4s ease 0.2s;
    transition: transform .8s ease 0.2s,opacity .4s ease 0.2s;
    transition: transform .8s ease 0.2s,opacity .4s ease 0.2s,-webkit-transform .8s ease 0.2s; }
  #full-screen-search.open #full-screen-search-close {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
    #full-screen-search.open #full-screen-search-close circle {
      stroke: #fff;
      stroke-width: 1;
      stroke-opacity: 0.8;
      stroke: #333333;
      stroke-dashoffset: 0;
      -webkit-transition: stroke-dashoffset 1s ease-in;
      -o-transition: stroke-dashoffset 1s ease-in;
      transition: stroke-dashoffset 1s ease-in; }
    #full-screen-search.open #full-screen-search-close span:after, #full-screen-search.open #full-screen-search-close span:before {
      content: "";
      width: 2px;
      height: 15px; }

@media (max-width: 767px) {
  #full-screen-search #full-screen-search-container {
    width: 80%;
    height: 100px;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -40%; }
    #full-screen-search #full-screen-search-container input {
      font-size: 30px; } }


/*------------------------------------*\
	MENÚ PRINCIPAL
\*------------------------------------*/

/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #313f48;
	z-index:998;
}
/* Menu style */
.overlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 70%;
    font-size: 28px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.overlay-hugeinc .menu-container{
	position:relative;
	background:#29363e;   
	display:block;
	max-width:768px;
  width: 90%;
	margin:auto;
}
.overlay-hugeinc .menu-container .menu-menu-principal-container{
  padding: 0 15px;
}
.top-menu{
	position:relative; 
	display:block;
	margin:auto;
	width:100%;
	max-width:768px;
}
.logo-menu{
	position:absolute;
	display:block;
	top:30px;
	left:-240px;
	max-width:180px;
   -webkit-transition: .8s ease-in-out;
   -moz-transition: .8s ease-in-out;
   -o-transition: .8s ease-in-out;
   transition: .8s ease-in-out;
}
.logo-menu.show{
	max-width: 180px;
	left:-60px;
}
.overlay-close{
	position:absolute;
	display:block;
	top:30px;
	right:-60px;
	width:30px;
	height:30px;
	border: 2px solid #ea565d;
	font-size:16px;
	color:#FFF;
	cursor:pointer;
	text-align:center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
   -webkit-transition: .8s ease-in-out;
   -moz-transition: .8s ease-in-out;
   -o-transition: .8s ease-in-out;
   transition: .8s ease-in-out;
}
.overlay-close:after{
	content: '';
	border-bottom: solid 1px #ea565d;
	position: absolute;
	top:50%;
	margin-top:-1px;
	right: -42px;
	width: 33px;
}
.overlay-close.show{
	right:15px;
}
.overlay .menu-menu-principal-container > ul{
	list-style: none;
	margin: 0 auto;
	display: block;
	height: 100%;
	width: 100%;
	max-width:350px;
	position: relative;
	padding: 40px 0;
}
.overlay .menu-menu-principal-container > ul li {
  position: relative;
	display: block;
  line-height: 1.3;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
.overlay .menu-menu-principal-container > ul li a {
	position:relative;
	text-transform:uppercase;
	font-size: 14px;
	letter-spacing:3px;
	display: inline-block;
	color: #fff;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
.overlay .menu-menu-principal-container > ul li a:hover,
.overlay .menu-menu-principal-container > ul li a:focus {
	color:#ea565d;
	font-size:16px;
	text-decoration:none;
}
.overlay .menu-menu-principal-container > ul li:not(.link-bottom-menu) a:after {
	content: '';
	border-bottom: solid 2px #ea565d;
	position: absolute;
	bottom: 0;
	width: 0;
  	right: 0;
}
.overlay .menu-menu-principal-container > ul li a:hover:after {
  	width: 25px;
}
.overlay .menu-menu-principal-container > ul li a:after {
  	-webkit-transition: all 0.2s ease;
  	transition: all 0.2s ease;
}

.overlay .menu-menu-principal-container > ul li.border-bottom-menu{
	border-bottom: 1px solid #ea565d;
	padding-bottom: 10px;
}
.overlay .menu-menu-principal-container > ul li.border-top-menu{
	border-top: 1px solid #ea565d;
  padding-top: 2px;
  margin-top: 8px;
}
.overlay .menu-menu-principal-container > ul li.link-bottom-menu{
	min-height: 30px;
}
.overlay .menu-menu-principal-container > ul li.link-bottom-menu a{
    font-family: 'Lato Black';
	font-size: 16px;
	letter-spacing:1px;
	color:#9ea4a6;
	text-transform:none;
}
.overlay .menu-menu-principal-container > ul li.link-bottom-menu a:after{
	content: '';
	border-bottom: solid 2px #FFF;
	position: absolute;
	bottom: 0;
	width: 0;
  	right: 0;
}
.overlay .menu-menu-principal-container > ul li.link-bottom-menu a:hover:after {
  	width: 25px;
}
.overlay .menu-menu-principal-container > ul li.link-bottom-menu a:after {
  	-webkit-transition: all 0.2s ease;
  	transition: all 0.2s ease;
}
.overlay .menu-menu-principal-container > ul li.link-bottom-menu a:hover{
	color: #FFF;
	font-size:18px;
}
.overlay .menu-menu-principal-container > ul li ul{
  position: relative;
  margin-top: 3px;
  max-height: 0;
  transition: opacity .25s, max-height 0.25s ease-out;
  opacity: 0;
}
.overlay .menu-menu-principal-container > ul li .sub-menu.open{
  max-height: 500px;
  transition: opacity .25s, max-height 0.25s ease-in;
  opacity: 1;
}
.overlay .menu-menu-principal-container > ul li ul::before{
  content: '';
  position: relative;
  display: block;
  width: 25px;
  height: 1px;
  margin: auto;
  background-color: #FFF;
}
.overlay .menu-menu-principal-container > ul li ul li{
}
.overlay .menu-menu-principal-container > ul li ul li a{
	text-transform:none;
	font-size: 14px;
	letter-spacing:0;
}

/* Effects */
.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.overlay-hugeinc nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;
}
.overlay-hugeinc.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.overlay-hugeinc.close nav ul {
	opacity: 0;
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}
.overlay hr{
	background-color:#2297d8;
}


/*------------------------------------*\
	HOME
\*------------------------------------*/

#home-slider .cycloneslider-prev,
#home-slider .cycloneslider-next{
  margin-top: -20px;
  width: 30px;
  height: 40px;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  text-decoration: none;
}
#home-slider .cycloneslider-prev:before,
#home-slider .cycloneslider-next:before{
  position: relative;
  font-family: 'FontAwesome';
  color: #FFF;
  text-align: center;
  font-size: 60px;
  line-height: 40px;
}
#home-slider .cycloneslider-prev:before {
  content: '\f104';
}
#home-slider .cycloneslider-next:before {
  content: '\f105';
}
#home-slider .cycloneslider-prev .arrow,
#home-slider .cycloneslider-next .arrow{
  border: none;
  margin: 0;
}
#home-slider .cycloneslider-template-standard .cycloneslider-pager{
  bottom: 20px;
}
#home-slider .cycloneslider-template-standard .cycloneslider-pager span{
  background: #FFF;
  opacity: 0.95;
}
#home-slider .cycloneslider-template-standard .cycloneslider-pager span.cycle-pager-active{
  background: #dd3333;
}
#home-slider .cycloneslider-template-standard .cycloneslider-caption {
  position: absolute;
  display: block;
  top: 50%;
  bottom: inherit;
  left: 0;
  right: 0;
  width: auto;
  max-width: 100%;
  margin: -35px auto 0;
  z-index: 500;
  color: #fff;
  opacity: 1;
  text-align: center;
  background: none;
}
#home-slider .cycloneslider-template-standard .cycloneslider-caption-title {
  font-family: 'Lato Black';
  display: table;
  padding: 2px 5px;
  line-height: 1;
  font-size: 5vmin;
  text-transform: uppercase;
  color: #000000;
  background-color: #ffffff;
  margin: 0 auto 2vmin;
}
#home-slider .cycloneslider-template-standard .cycloneslider-caption-description{
  display: table;
  padding: 2px;
  line-height: 1;
  font-size: 2vmin;
  text-transform: uppercase;
  color: #000000;
  background-color: #ffffff;
  margin: auto;
}
.cycloneslider-template-standard .cycloneslider-slides{
  min-height: 250px;
}
.cycloneslider-template-standard.cycloneslider-width-full .cycloneslider-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-video-container{
	position:relative;
	display:block;
	overflow:hidden;
	margin-top:-60px;
}
.video-container{
	position:absolute;
	bottom: 0%;
	left: 0%;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index:0;
	background-size:cover;
}
.video-container:after{
	content: '';
	position:absolute;
	display:block;
	top: 0%;
	left: 0%;
	width:100%;
	height:100%;
	background:rgba(54,64,74,0.23);
	z-index:3;
}
.video-container video {
  	position: absolute;
  	bottom: 0;
	display:none;
	z-index:1;
}
.video-container video.fillWidth {
	width: 100% !important;
	height:auto !important;
}
.title-container{
	position:relative;
	display:none;
	width:100%;
	max-width:500px;
	color:#FFF;
  margin-left:0;
  padding:0 25px;
  margin-top:38%;
}
.title-container h1{
	text-align: left !important;
  font-family: 'Lato';
  font-size: 32px;
  letter-spacing: 1px;
}
.title-container img{
  max-height:120px;
}
.title-container h2{
	margin:10px 0;
	font-family: 'Lato Bold';
	font-size: 36px;
}
.title-container p{
	font-size: 20px;
	margin-bottom:10px;
}
.progress-container{
	position:absolute;
	bottom:90px;
	left:0;
	right:0;
	z-index:5;
}
.home-video-container .timeline{
	position:absolute;
	display:block;
	top:-14px;
	left:0;
	width:100%;
	height:30px;
}
.timeline .link-timeline{
	position:absolute;
	display:block;
	width:25%;
	height:30px;
	cursor:pointer;
	z-index:6;
}
.timeline .link-one{
	left:0%;
}
.timeline .link-two{
	left:24%;
}
.timeline .link-three{
	left:49%;
}
.timeline .link-four{
	left:74%;
}
.home-video-container .progress{
    height: 2px;
    overflow: hidden;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	margin:auto;
	background-color:rgba(255,255,255,0.3);
}
.home-video-container .progress-bar{
	background-color:rgba(255,255,255,8);
	-webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.one, .two, .three, .four, .five{
    position:absolute;
	margin-top:-14px;
	z-index:1;
	height:30px;
	width:30px;
	margin-left:-15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:1px solid;
	text-align:center;
}
.one{
	left:1.5%;
}
.two{
	left:25.5%;
}
.three{
	left:50%;
}
.four{
	left:75.5%;
}
.five{
	left:98.5%;
}
.progress-point{
	border-color:#FFF;
}
.progress-point:after{
	content: '';
	display:inline-block;
	height:12px;
	width:12px;
	background-color:#FFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-top:8px;
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}
.progress-point.active:after{
	height:31px;
	width:31px;
	margin:-1px;
}/*
.transition{
	position:absolute;
	display:none;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../img/TRANSICION.gif) center center no-repeat;
	background-size:cover;
	z-index:2;
}*/

.content-home h2{
	letter-spacing:-2px;
	margin-bottom:5px;
}
.content-home .title-text-home{
	text-transform:uppercase;
	letter-spacing:2px;
	font-family: 'Lato Bold';
}
.select-home .wpb_wrapper,
.select-home .wpb_wrapper a,
.select-home .wpb_wrapper a img{
	position:relative;
	width:100%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.select-home-text{
	position:absolute;
	display:block;
	top:50%;
	transform: translate(0, -50%);
	left:0;
	right:0;
	padding:0 25px;
}
.select-home-text a:hover{
  text-decoration: none;
}
.select-home .wpb_wrapper a.vc_single_image-wrapper:after{
	content: '';
	position:absolute;
	display:block;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	border:2px solid transparent;
	margin-top:-2px;
	margin-left:-2px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
} 
.select-home:hover .wpb_wrapper a.vc_single_image-wrapper:after{
	content: '';
	position:absolute;
	display:block;
	top:5%;
	left:5%;
	width:90%;
	height:90%;
	border:2px solid #ea565d;
	margin-top:-1px;
	margin-left:-1px;
} 
.select-home h3 a{ 
	text-decoration:none;
	color:inherit;
}
.select-home-cursos h3{
	position:relative;
	display:table;
	margin: 0 auto 3px;
	letter-spacing:-2px;
	color:#323232;
	font-size:36px;
}
.select-home-cursos h3:before{
    content: '';
    position: relative;
    display: block;
    width: 65px;
	height:1px;
    border-top: 7px solid #ea565d;
}
.select-home-cursos p{
	color:#FFF;
	text-transform:uppercase;
	font-size:20px;
}
.select-home-fotografia h3{
	font-family: 'Lato';
	letter-spacing:-2px;
	color:#FFF;
	font-size:36px;
}
.select-home-fotografia h3 strong{
	position:relative;
	color:#ea565d;
}
.select-home-fotografia h3 strong:after{
	content: '';
	position:absolute;
	display:block;
	top:-5px;
	right:-12px;
	width:100px;
	height:20px;
    border-top: 2px solid #ea565d;
    border-right: 2px solid #ea565d;
}
.select-home-cine h3{
	position:relative;
	display:table;
	margin:auto;
	font-family: 'Lato Light';
	letter-spacing:2px;
	color:#FFF;
	font-size:36px;
}
.select-home-cine h3 strong{
	font-family: 'Lato Bold';
}
.select-home-cine h3:after{
    content: '';
    position: absolute;
    display: block;
    width: 65px;
    height: 1px;
    bottom: -2px;
    right: 3px;
    border-top: 3px solid #ea565d;
}

.textos-home h2{
    color: #2d2b2b;
    margin-bottom: 10px;
    font-size: 27px;
	font-family: 'Lato';
	line-height: 1.2em;
}
.textos-home h2 strong{
	font-family: 'Lato Bold';
	font-size:1.4em;
	vertical-align:middle;
}
.textos-home p{
    margin-bottom: 10px;
    font-size: 16px;
	color:#8d8d8d;
}
.textos-home p strong{
	color:#656565;
}

.home-video-container .scroll-down{
  position: absolute;
  display: block;
  width: 70px;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  opacity: 0.7;
}
.home-video-container .scroll-down{
  -webkit-animation: action 0.8s infinite  alternate;
  animation: action 0.8s infinite  alternate;
}
@-webkit-keyframes action {
  0% { transform: translateY(0); }
  100% { transform: translateY(-5px); }
}
@keyframes action {
  0% { transform: translateY(0); }
  100% { transform: translateY(-5px); }
}
.home-video-container .scroll-down:hover{
  opacity: 1;
}
.home-video-container .scroll-down img{
  max-width: 100%;
}

/*------------------------------------*\
	ESCUELA LENS
\*------------------------------------*/

.header-escuela .sub-title{
	text-transform:uppercase;
	letter-spacing:2px;
}
.header-escuela p{
	margin-bottom:10px;
	color:#444444;
	font-size:16px;
}
.header-escuela .areas .area-tecnica{
	padding-left:45px;
	background:url(../img/area-tecnica.png) no-repeat;
	background-position:15px 0;
	background-size:35px auto;
}
.header-escuela .areas .area-multimedia{
	padding-left:45px;
	background:url(../img/area-multimedia.png) no-repeat;
	background-position:15px 0;
	background-size:35px auto;
}
.header-escuela .areas .area-biblioteca{
	padding-left:45px;
	background:url(../img/area-biblioteca.png) no-repeat;
	background-position:15px 0;
	background-size:35px auto;
}
.header-escuela .areas .area-meeting-point{
	padding-left:45px;
	background:url(../img/area-meeting-point.png) no-repeat;
	background-position:15px 0;
	background-size:35px auto;
}
.header-escuela .areas h3{
	font-size:18px;
	text-transform:uppercase;
	color:#444444;
	margin-bottom:5px;
}
.header-escuela .areas p{
	font-size:14px;
}
.select-escuela .wpb_wrapper,
.select-escuela .wpb_wrapper a,
.select-escuela .wpb_wrapper a img{
	position:relative;
	width:100%;
	overflow:hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.select-escuela-text{
	position:absolute;
	display:block;
	bottom:0;
	right:0;
	max-width:260px;
	padding:0 25px;
	color:#FFF;
}
.select-escuela-text h3{
	font-size:20px;
}
.select-escuela-text:before {
    content: '';
    border-bottom: solid 2px #ea565d;
    position: absolute;
    bottom: -10px;
    right: 25px;
    width: 50px;
}
.select-escuela-text:after {
    content: '';
    position: absolute;
    display: block;
    bottom: -15px;
    right: 25px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #ea565d;
    border-right: 2px solid #ea565d;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.select-escuela:hover img{
	opacity:0.3;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.select-escuela:hover .select-escuela-text:before,
.select-escuela:hover .select-escuela-text:after{
	border-color:#FFF !important;
}
.visita-virtual{
	margin-bottom:32px;
}
.visita-virtual .vc_column-inner{
	padding:0 !important;
}
.visita-virtual h2{
	font-size:36px;
	margin-bottom: 15px;
	line-height: 1.2em;
}
.visita-virtual h2 strong{
	letter-spacing:15px;
}
.visita-virtual p{
	color:#444444;
	margin-bottom:15px;
}
.visita-virtual iframe{
    margin-bottom: -5px;
}
.empresas-escuela h2,
.empresas-escuela p{
	margin-bottom:10px;
}

.call-to-action-contacto .vc_btn3  {
    padding-left: 60px !important;
    padding-right: 60px;
    margin-top: 20px;
}
.call-to-action-contacto .vc_btn3-icon {
    left: 35px !important;
}

/*------------------------------------*\
	METODOLOGÍA
\*------------------------------------*/

.header-metodo h2{
	text-transform:uppercase;
	letter-spacing:2px;
}
.header-metodo p,
.header-metodo ul,
.header-metodo ol{
	margin-bottom:10px;
}
.header-metodo p{
	color:#444444;
}
.header-metodo ul,
.header-metodo ol{
	margin-left:20px;
    font-family: 'Lato Bold';
}
.sidebar-metodo{
	position:relative;
	margin-top:15px;
}
.sidebar-metodo:before{
    content: '';
    position: absolute;
    display: block;
	top:-25px;
	right:0;
    width: 65px;
    border-top: 7px solid #ea565d;
    margin: 10px 0;
}
.slider-metodo{
	min-height:400px;
}
.slider-metodo .wpb_text_column:before{
    content: '';
    position: relative;
    display: block;
    width: 65px;
    border-top: 7px solid #ea565d;
    margin: 10px 0;
}
.slider-metodo h4{
	font-size:42px;
	letter-spacing:-2px;
    font-family: 'Lato Light';
	margin-top:15px;
	margin-bottom:5px;
}
.slider-metodo p{
	margin-bottom:10px;
}
.slider-metodo .vc_pagination-color-grey.vc_pagination-style-outline .vc_active .vc_pagination-trigger{
	background-color: #459ca8;
	border-color: #459ca8;
}
.slider-metodo .vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger {
	background-color: #a2cdd3;
	border-color: #a2cdd3;
}
.slider-metodo .vc_pagination.vc_pagination-style-outline .vc_pagination-trigger{
	border: 7px solid transparent;
}

/*------------------------------------*\
	PROFESORES
\*------------------------------------*/

.back-profesores{
	position:absolute !important;
	display:block !important;
	right:0 !important;
	z-index: 1 !important;
    padding: 22px 15px !important;
}
.back-profesores.show-more a{
	color:#444;
}
.back-profesores.show-more a:before{
    left: -16px;
    right:auto;
}
.back-profesores.show-more a:after{
    left: -15px;
	right:auto;
    border-bottom: 2px solid #ffae00;
    border-left: 2px solid #ffae00;
	border-top:none;
	border-right:none;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sub-title-profesores{
	letter-spacing:2px;
	text-transform:uppercase;
	margin-bottom:10px;
}
.sub-title-profesores:after {
    content: '';
    position: relative;
    display: block;
    width: 65px;
    border-top: 7px solid #ea565d;
    margin: 10px 0;
}
.link-escuela a{
    position: relative;
    display: inline-block;
	letter-spacing:1px;
	padding-left: 25px;
	text-decoration:none;
}
.link-escuela a:before {
    content: '';
    border-bottom: solid 2px #ea565d;
    position: absolute;
    bottom: -2px;
    left: 0px;
    width: 60px;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
}
.link-escuela a:after {
    content: '';
    position: absolute;
    display: block;
    bottom: -7px;
    left: 0;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #ea565d;
    border-left: 2px solid #ea565d;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.link-escuela a:hover:before {
    width: 100px;
}
.list-profesores h3{
	letter-spacing:3px;
}
.list-profesores p{
	margin-bottom:10px;
	font-size:16px;
	color:#8d8d8d;
}
.content-profesor-grid h4{
	text-transform:uppercase;
    font-family: 'Raleway Bold';
	margin:0;
}

/*------------------------------------*\
	CURSOS Y TALLERES
\*------------------------------------*/

.link-video img,
.link-fotografia img{
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
}
.link-fotografia:hover img,
.link-video:hover img{
	opacity:0;
}

.link-video .wpb_wrapper{
	background:url(../img/Video_hover.png) top center no-repeat;
	background-size:100%;
}
.link-fotografia .wpb_wrapper{
	background:url(../img/Fotografia_hover.png) bottom center no-repeat;
	background-size:100%;
}

.title-lens-por-dentro{
	text-align:center;
	font-size:16px;
	letter-spacing:1px;
}
.title-lens-por-dentro h2{
	position:relative;
	display:inline-block;
    font-family: 'Lato Black';
	letter-spacing:-3px;
	font-size:44px;
	padding:5px 15px 0 15px;
}
.title-lens-por-dentro h2:after{
	content: '';
	position:absolute;
	display:block;
	top:0;
	right:0;
	width:25px;
	height:25px;
	border-top:2px solid #ea565d;
	border-right:2px solid #ea565d;
}
.slider-profesores {
    min-height: 400px;
    margin-bottom: -60px !important;
}
.slider-profesores .vc_tta-panel-body{
	background:#f3f3f3 !important;
	padding: 15px !important;
}
.slider-profesores.slider-profesores-masters .vc_tta-panel-body{
	background:none !important;
	background-color:transparent !important;
}
.slider-profesores .wpb_content_element{
	margin-bottom:0px;
}
.slider-profesores .wpb_single_image{
	margin:15px 0 15px 15px;
}
.slider-profesores h4{
	font-size:42px;
	letter-spacing:-2px;
    font-family: 'Lato Light';
	margin-top:15px;
	margin-bottom:5px;
}
.slider-profesores h5{
	font-size:16px;
	letter-spacing:1px;
	margin-bottom:10px;
	color:#ea565d;
	text-transform:uppercase;
}
.slider-profesores p{
	margin-bottom:10px;
}
.slider-profesores .vc_pagination-color-grey.vc_pagination-style-outline .vc_active .vc_pagination-trigger{
	background-color: #ea565d;
	border-color: #ea565d;
}
.slider-profesores .vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger {
	background-color: #f4aaae;
	border-color: #f4aaae;
}
.slider-profesores .vc_pagination.vc_pagination-style-outline .vc_pagination-trigger{
	border: 7px solid transparent;
}

.show-more p a,
.show-more-cursos{
	position:relative;
	display:inline-block;
	font-size:14px;
	margin-right:20px;
  font-family: 'Lato Bold';
  color: #2d2b2b;
	letter-spacing:1px;
}
.show-more a:before,
.show-more-cursos:before{
	content: '';
	border-bottom: solid 2px #ffae00;
	position: absolute;
	bottom: -2px;
  	right: -16px;
	width: 75px;
}
.show-more a:hover:before,
.show-more-cursos:hover:before {
  	width: 85%;
}
.show-more a:before,
.show-more-cursos:before {
  	-webkit-transition: all 0.2s ease;
  	transition: all 0.2s ease;
}
.show-more a:hover,
.show-more-cursos:hover{
	text-decoration:none;
}
.show-more a:after,
.show-more-cursos:after{
	content: '';
	position:absolute;
	display:block;
	bottom: -7px;
    right: -15px;
    width: 12px;
    height: 12px;
	border-top:2px solid #ffae00;
	border-right:2px solid #ffae00;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.title-line-blue{
	position:relative;
	display: block;
    margin: 5px 10px 35px;
	letter-spacing:-3px;
	line-height:1em;
	max-width:260px;
    color: #444444;
}
.title-line-blue:after {
	content: '';
	border-bottom: solid 7px #7ba7c5;
	position: absolute;
	bottom: -10px;
  	left: 0;
  	width: 60px;
}/*
.news-grid .vc_gitem-post-data-source-post_title{
	margin-bottom:5px;
	padding-bottom:5px;
	margin-right:20px;
}
.news-grid .vc_gitem-post-data-source-post_title{
	border-bottom:1px solid #bcbbb4;
	padding-left:2px;
}
.news-grid .vc_grid-item h3{
    font-family: 'Lato Black';
	text-transform:uppercase;
    color: #444444;
	font-size:14px;
}
.news-grid .vc_grid-item h3:before{
    content: '\002B24';
    position: absolute;
    display: inline-block;
    top: 11px;
    left: 0px;
    color: #444;
    font-family: 'Lato Black';
    font-size: 10px;
}
.news-grid .vc_grid-item p{
    color: #444;
}
.tv-grid .play-video:after{
	content: '';
	position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -20px;
    width: 40px;
	height: 40px;
	background:url(../img/Play.png) center center no-repeat;
}*/

/*------------------------------------*\
	LISTADO CURSOS Y TALLERES
\*------------------------------------*/

.page-cursos-title h1{
	margin-bottom:10px;
	font-size:50px;
}
.page-cursos-title h2{
	margin-bottom:10px;
	font-size:16px;
	letter-spacing:2px;
}
.page-cursos-desc p{
	font-size:16px;
	max-width:600px;
	max-width: 450px;
}
.page-cursos-desc p:before{
	content: '';
	position:relative;
	display:block;
	width:65px;
	border-top:7px solid #ea565d;
	margin:7px 0;
}
.row-cat-cursos{
	margin-bottom:100px;
}
.row-cat-cursos .column-img{
	min-height:350px;
    font-family: 'Raleway';
}
.row-cat-cursos .links-cursos .wpb_text_column{
	padding:10px 10px 10px 25px;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
}
.row-cat-cursos .links-cursos .wpb_text_column:hover{
	background:#ea565d;
}
.row-cat-cursos .links-cursos .wpb_text_column p{
	margin:0;
	color:#FFF;
	font-size:11px;
}
.row-cat-cursos .links-cursos a{
	position:relative;
	display:block;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	margin-bottom:3px;
	text-decoration:none;
}
.row-cat-cursos .links-cursos a:before{
    content: '\f105';
    font-family:'FontAwesome';
    position: absolute;
    display: inline-block;
    top: 0px;
    left: -18px;
    color: #FFF;
    font-size: 18px;
}
.row-cat-cursos .column-text h3{
	font-family: 'Lato';
	font-size:42px;
	letter-spacing:-3px;
	color:#444444;
	margin:35px 0;
}
.row-cat-cursos .column-text p{
	font-size:14px;
	margin-bottom:10px;
	color:#444444;
}

.title-talleres{
    font-family: 'Lato';
	letter-spacing:-3px;
	font-size:42px;
	margin:25px 0 10px;
	color: #ea565d;
}
.title-talleres-calendar:before{
    content: '\f073';
    position: relative;
	display:inline-block;
	font-size:30px;
	font-family: 'FontAwesome';
	vertical-align:middle;
	margin-right:8px;
}
.tabs-talleres .vc_tta-tabs-container{
	padding-top:100px;
}
.tabs-talleres.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab a {
    font-family: 'Lato';
    border-color: transparent !important;
    background-color: transparent !important;
    color: #474747;
	text-transform:uppercase;
	font-size:16px;
}
.tabs-talleres.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active > a,
.tabs-talleres.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab>a:focus, 
.tabs-talleres.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab>a:hover {
    font-family: 'Lato Black';
    border-color: transparent !important;
    background-color: transparent !important;
    color: #474747 !important;
}

.tabs-talleres.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active > a:before{
    content: '';
    position: absolute;
	display:block;
	left:-610px;
	top:50%;
	margin-top:-3px;
	width:600px;
	height:0px;
	border:3px solid #ea565d;
	overflow:hidden;
}

/*------------------------------------*\
	FICHA CURSOS
\*------------------------------------*/

.back-cursos{
	margin-bottom:0px !important;
}
.back-cursos p,
.back-cursos img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 8px 0 0px !important;
}
.back-cursos i{
    font-size: 28px;
    vertical-align: sub;
    margin-right: 5px;
	color:#FFF;
}
.back-cursos p a{
	color:#FFF;
}
.header-curso{
	min-height:600px;
}
.header-curso-v2{
  display: flex;
  min-height: 400px;
  align-items: center;
}
.header-curso h1{
	position:relative;
	display:inline-block;
    font-family: 'Lato';
    color: #FFF;
	text-transform:uppercase;
	font-size:46px;
	margin:450px 0 5px;	
	text-shadow: 1px 1px 2px rgba(0,0,0,1);
}
.header-curso-v2 h1 span{
  display: table;
  margin: 15px 0; 
  text-align: left;
  padding: 0 10px;
}
/*
.header-curso h1:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    border-top: 2px solid #ea565d;
    border-right: 2px solid #ea565d;
}*/
.select-tab-curso{
	margin-bottom:20px !important;
}
.select-tab-curso p{
	text-align:center;
    font-family: 'Lato Black';
	font-size:15px;
	border-bottom:5px solid #ea565d;
}
.select-tab-curso a{
	display:block;
	text-align:center;
	color:#333232;
	text-decoration:none;
}
.select-tab-curso a:hover{
	color:#ea565d;
}
.woocommerce div.product div.summary {
    margin: 0 !important;  
	width: auto !important; 
	float:none !important; 
}

.link-download-program i{
	display:inline-block;
	font-size:20px;
	vertical-align:middle;
	margin-right:5px;
}
.link-download-program a{
	display:inline-block;
	font-family: 'Lato Black';
	vertical-align:middle;
	font-size:16px;
	color:#ea565d;
	letter-spacing:1px;
	margin:10px 0;
}

.link-view-becas i{
	display:inline-block;
	font-size:22px;
	vertical-align:middle;
	margin-left:5px;
}
.link-view-becas a{
	display:inline-block;
	font-family: 'Lato Black';
	vertical-align:middle;
	font-size:16px;
	color:#43acd3;
	letter-spacing:1px;
	margin:10px 0;
}

.carousel-curso{
	position:relative;
	display:block;
}
.carousel-curso:before {
    content: '';
    border-bottom: solid 8px #ea565d;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
	z-index:0;
}
.carousel-curso:after {
    content: '';
    border-bottom: solid 8px #ea565d;
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 50%;
	z-index:0;
}
.carousel-curso .vc_images_carousel .vc_carousel-control .icon-next, 
.carousel-curso .vc_images_carousel .vc_carousel-control .icon-prev{
	width: 30px;
    height: 30px;
    padding: 10px 0 0 0;
    color: #ea565d;
    font-size: 23px;
    border: 2px solid #ea565d;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.carousel-curso .vc_images_carousel .vc_carousel-control.vc_left{
	left:-50px;
}
.carousel-curso .vc_images_carousel .vc_carousel-control.vc_right{
	right:-50px;
}
.carousel-curso  .vc_images_carousel .vc_carousel-control .icon-prev:before{
    content: '\f104';
    position: relative;
    top: -10px;
	font-family: 'FontAwesome';
}
.carousel-curso  .vc_images_carousel .vc_carousel-control .icon-next:before{
    content: '\f105';
    position: relative;
    top: -10px;
	font-family: 'FontAwesome';
}
.carousel-curso .vc_images_carousel{ 
	position:relative;
	display:block;
	background:#FFF;
	z-index:1;
	margin:auto;
	width: 100% !important;
	max-width:768px !important;
}
.carousel-curso .vc_images_carousel .vc_item img{ 
	height: auto !important;
	width: 100% !important;
}

.sidebar-cursos{
	margin-top:-125px !important;
}
.title-sidebar-cursos{
    font-family: 'Raleway';
	color:#FFF;
}
.title-sidebar-cursos h3{
    font-family: 'Raleway Bold';
	font-size:16px;
	letter-spacing:2px;
}

.product-sidebar-cursos .product_title{
	display: none;
}

.product-sidebar-cursos p{
    margin: 0;
    padding: 0;
}
.product-sidebar-cursos .variations label{
	position:relative;
	display:block;
	color:#373636;
	font-size:14px;
	text-align:left;
	letter-spacing:1px;
	margin-bottom:5px;
}
body.single-product div.product div.summary select,
.product-sidebar-cursos .variations select,
.product-sidebar-cursos input[type=email]{
	width:100%;
    border: 0;
    background-color: #FFF !important;
    color: #444444;
	height:30px;
    padding: 5px;
    outline: 0;
	font-family: 'Lato';
	margin-bottom:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.woocommerce div.product form.cart .reset_variations{
	display:block !important;
	/*text-align: right;*/
	color:#ea565d;
}
.woocommerce-variation-description,
.woocommerce-variation-price{
	position:relative;
	padding-left:28px;
}
.woocommerce div.product form.cart .woocommerce-variation h5 {
    text-transform:uppercase;
	color: #939393 ;
  font-size: 14px;
	font-family: 'Lato';
}
.woocommerce div.product form.cart .woocommerce-variation i{
	position:absolute;
	left:0;
	display:inline-block;
	width:20px;
	text-align:center;
}
.woocommerce div.product form.cart .woocommerce-variation i.fa-calendar-o{
	font-size: 17px;
}
.woocommerce div.product form.cart .woocommerce-variation p {
    margin-bottom: 1em;
	color:#050505;
	font-family: 'Lato Bold';
	font-size:12px;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price,
.woocommerce div.product .stock{
    color: #050505;
    font-size: 1em;
}
.woocommerce div.product form.cart .quantity .qty{
	display: none;
}
.woocommerce div.product form.cart .custom_add_to_cart_button{
	display:block;
	width: 100%;
	max-width:200px;
	float:none;
	background-color:#ea565d;
	font-family: 'Lato Black';
	font-size:14px;
	color:#FFF;
	letter-spacing:1px;
	margin:20px auto 10px;
	padding:18px 10px;
	text-align:center;
	border:0;
	outline:0;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	text-transform:uppercase;
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
}
.woocommerce div.product form.cart .custom_add_to_cart_button:hover{
	text-decoration:none;
	background-color: #ea565d;
	opacity:0.6;
}
.woocommerce-product-details__short-description ul{
	color: #ea565d;
    margin-left: 0;
    padding-right: 0;
    list-style-type: none;
	margin:12px 0 0; 
	font-weight: bold;
}
.woocommerce-product-details__short-description ul > li::before {
    content: '\2022';
    margin-right: 5px;
    color: #ea565d;
    font-weight: bold;
    padding: 3px 0px;
	font-size: 16px;   
}
.woocommerce-variation{
	position:relative;
}
/*.woocommerce-variation-price{
	position:relative;
	padding-left:20px;
}
.woocommerce-variation-price::before {
	content: '\f02b';
    position: absolute;
    display: inline-block;
    left: 0;
    top: -2px;
    font-size: 16px;
    font-family: 'FontAwesome';
    vertical-align: middle;
}*/
/*.woocommerce-variation-availability*/
.woocommerce div.product .stock{
    position: absolute;
    display: inline-block;
    top: -10px;
    right: -34px;
    background: #f8cc6c url(../img/icon-plazas.png) top left no-repeat;
    background-size: 17px;
    background-position: 4px 4px;
    padding: 9px 14px;
    font-size: 12px;
    font-weight: bold;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(87,87,87,0.6);
	-moz-box-shadow: 1px 1px 2px 0px rgba(87,87,87,0.6);
	box-shadow: 1px 1px 2px 0px rgba(87,87,87,0.6);
    z-index: 9;
}
/*.woocommerce-variation-availability:after{*/
.woocommerce div.product .stock::after{
    content: '';
    position: absolute;
    display: inline-block;
    bottom: -12px;
    right: 0px;
    width: 0;
    height: 0;
    border-top: 12px solid #d09e31;
    border-right: 19px solid transparent;
    z-index: 0;
}

/*.woocommerce div.product .wcwl_elements .wcwl_intro{
	padding-right: 40px;
}*/
.woocommerce div.product .wcwl_elements .wcwl_optin{
	  display: flex;
  align-items: flex-start;
  gap: 5px;
  font-size: 12px;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.woocommerce div.product form.cart .wcwl_elements .button{
	display: block;
	width: 100%;
	float: none;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .01) 100%);
  background-repeat: repeat-x;
	font-size: 12px;
  padding: 11px 16px;
	  color: #fff;
	  background-color: #212529;
}

.woocommerce .single-product .woocommerce-error {
	background:#FFF;
	border-top-color: transparent;
}
.woocommerce .single-product .product_meta,
.woocommerce .single-product .related.products{
	display:none !important;
}
.bolder_alerts_inner:after{
	display:table;
	content: '';
	clear:both;
}
.bolder_alerts_inner h4 {
	font-size: 19px;
}
.bolder_alerts_inner p {
    color: #333;
    font-family: 'Lato-Black';
    margin: 5px 0;
    font-size: 14px;
}
.bolder_alerts_inner input[type=email] {
    width: 100%;
    height: 36px;
    border: 1px solid #e2e2e2;
    margin: 10px 0;
    padding: 0 15px;
}
.bolder_alerts_inner input[type=submit] {
	background-color: #3a3a3a;
    font-size: 10px;
    color: #FFF;
    letter-spacing: 1px;
    margin: 5px auto 18px;
    padding: 10px 35px;
    text-align: center;
    border: 0;
    outline: 0;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 0px;
    text-transform: uppercase;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    float: right;
}
.bolder_alerts_submit:hover {
    background-color: #000000;
}

.title-curso-relacionado h3{
	font-family: 'Lato';
	color:#414141;
	margin:0;
	margin-bottom:5px !important;
}
.frm-informacion{
	text-align:center;
}
.frm-informacion h4,
.frm-informacion h5{
	letter-spacing:-1px;
	font-size:18px;
	color:#3c4a5c;	
	margin-bottom:8px;
	text-align:left;
}
.frm-informacion h5{
	font-family: 'Lato';
	margin-top:25px;
}
.frm-informacion input:not([type="checkbox"]) {
	position:relative;
	display:block;
	width:100%;
	margin:5px 0;
	padding:5px;
	background-color:transparent;
	border:0;
	outline:0;
	border-bottom:2px solid #c2c7ca;
	color:#3c4a5c;
}
.frm-informacion .wpcf7-recaptcha{
  margin: 15px -3px 0 !important;
}
.frm-informacion input.wpcf7-submit{
	display:block;
	width:auto;
	background-color:#10aef7;
	font-family: 'Lato Black';
	font-size:12px;
	color:#FFF;
	letter-spacing:1px;
	margin:10px auto 20px;
	padding:10px 35px;
	text-align:center;
	border:0;
	outline:0;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	text-transform:uppercase;
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
}
.frm-informacion p{
    font-size: 13px !important;
    line-height: 18px !important;
	text-align: left;
	margin: 12px 0;
}
.frm-informacion p .wpcf7-list-item{
	margin: 0;
}
.wptww-testimonial_rotator .wptww-testimonial_rotator_slide_title{
	color: #ea565d;
}
.sidebar-cursos h4.vc_custom_heading{
  letter-spacing: -1px;
  font-size: 18px;
  color: #3c4a5c;
  margin-bottom: 10px;
  text-align: center;
}
.sidebar-cursos .slick-dots,
.sidebar-cursos .wptww-avtar-image{
  display: none !important;
}
.sidebar-cursos .wptww-testimonials-slidelist .slick-slide {
  padding: 0 !important;
}
.sidebar-cursos .wptww-testimonials-text em::before,
.sidebar-cursos .wptww-testimonials-text em::after{
  margin: 0 !important;
  font-size: 2em  !important;
}
.sidebar-cursos .wptww-testimonials-slidelist h4{
  font-size: 16px !important;
  line-height: 18px !important;
  margin-top: 0 !important;
}
.sidebar-cursos .wptww-testimonials-slidelist .wptww-testimonials-text p{
  font-size: 13px;
  max-height: 50px;
}
.wptww-quote{
  margin-bottom: 0 !important;
}


.sidebar-cursos .woocommerce span.onsale{
  top: -28px;
  right: inherit;
  left: 0;
  background-color: #ea565d;
  padding: 5px 10px;
  font-size: 11px;
  height: auto;
  min-height: inherit;
  line-height: 1.2em;
  -webkit-border-radius: 15px;
  -moz-border-radius:15px;
  border-radius: 15px;
}

/*------------------------------------*\
	FICHA PROFESORES
\*------------------------------------*/

.ficha-profesor .img-profesor{
	min-height:450px;
}
.ficha-profesor h2{
	letter-spacing:2px;
}
.ficha-profesor p,
.ficha-profesor ul,
.ficha-profesor ol{
	color:#8d8d8d;
	margin-bottom:15px;
}
.ficha-profesor ul,
.ficha-profesor ol{
	margin-left:20px;
}
.ficha-profesor a{
	font-family: 'Lato Bold';
	color:#645f5f;
}
.link-web-profesor a{
	display:inline-block;
	background-color:#ea565d;
	font-family: 'Lato';
	font-size:12px;
	color:#FFF !important;
	letter-spacing:2px;
	padding:15px 25px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
}
.link-web-profesor a:hover{
	opacity:0.7;
}

/*------------------------------------*\
	MASTERS
\*------------------------------------*/

.select-master{
	position:relative;
	display:block;
	padding:100px 20px 50px !important;
	background-color:transparent;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
}
.select-master:hover,
.select-master.selected{
	background-color:#2b2c33;
}
.select-master-left,
.select-master-right{
    position: relative;
    display: block !important;
    max-width: 585px;
    text-align: center;
}
.select-master-left{
    float: right !important;
}
.select-master-right{
    float: left !important;
}
.select-master .text-select-master{
	position:relative;
	display:block;
	text-align:center;
	opacity:0;
	margin:0;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
}
.select-master .text-select-master h2{
	display:block;
	max-width:250px;
	margin:40px auto 10px;
	font-size:14px;
	letter-spacing:1px;
	color:#959599;
    font-family: 'Lato';
	line-height:1.2em;
}
.select-master .text-select-master a{
	color:#ea565d;
}
.select-master:hover .text-select-master,
.select-master.selected .text-select-master{
	opacity:1;
}
.title-slider-masters{
	position:absolute;
	display:block;
	top:0;
	left:0;
	padding:40px;
	z-index:502;
	max-width:700px;
}
.title-slider-masters h3{
	font-size: 38px;
    margin-bottom: 10px;
}
.title-slider-masters p{
    font-weight:bold;
    margin-bottom: 10px;
}
.slider-masters .cycloneslider-template-masters .cycloneslider-caption{
	right: 0 ;
	left:auto;
	max-width:400px;
	padding:40px 40px 80px 40px;
}
.slider-masters .cycloneslider-template-masters .cycloneslider-caption-title {
    font-family: 'Raleway Bold';
    padding:0;
    font-size: 34px;
	margin-bottom:10px;
    line-height: 1.2em;
}
.slider-masters .cycloneslider-template-masters .cycloneslider-caption-description {
    font-family: 'Raleway';
    padding:0;
    line-height: 1.2em;
	font-size:14px;
}

.slider-masters .cycloneslider-template-masters .cycloneslider-prev, 
.slider-masters .cycloneslider-template-masters .cycloneslider-next {
    position: absolute;
    top: auto;
	bottom:20px;
    margin-top: 0;
    width: 30px;
    height: 30px;
    border-radius: 0;
    background: none;
	background-color:transparent;
    opacity: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-box-shadow: none;
    box-shadow: none;
	text-decoration:none;
	z-index:502;
}

.slider-masters .cycloneslider-template-masters .cycloneslider-prev{
	left:auto;
	right:150px;
} 
.slider-masters .cycloneslider-template-masters .cycloneslider-next{
	right:100px;
}

.slider-masters .cycloneslider-template-masters:hover .cycloneslider-prev, 
.slider-masters .cycloneslider-template-masters:hover .cycloneslider-next {
    opacity: 1;
}
.slider-masters .cycloneslider-template-masters .cycloneslider-prev .arrow,
.slider-masters .cycloneslider-template-masters .cycloneslider-next .arrow{
	position:relative;
	display:block;
	top:0;
	left:0;
	width: 30px;
    height: 30px;
    padding:0;
    color: #ea565d;
    font-size: 30px;
    border: 2px solid #ea565d ;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	margin:0;
}
.slider-masters .cycloneslider-template-masters .cycloneslider-prev .arrow:before {
    content: '\f104';
    position: relative;
    top: -10px;
    font-family: 'FontAwesome';
}
.slider-masters .cycloneslider-template-masters .cycloneslider-next .arrow:before {
    content: '\f105';
    position: relative;
    top: -10px;
    font-family: 'FontAwesome';
}

.slider-masters .cycloneslider-template-masters .cycloneslider-next:after {
    content: '';
    position: absolute;
    display: block;
    right: -100px;
    top: 50%;
    margin-top: -2px;
    width: 85px;
    height: 0;
    border: 2px solid #ea565d;
    overflow: hidden;
}
.galeria-masters{
	position:relative;
	color:#FFF;
	margin-top:-90px;
	z-index:501;
}
.galeria-masters img{
	border:2px solid transparent;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
}
.galeria-masters img:hover{
	border:2px solid #ea565d;
}

/*------------------------------------*\
	FICHA MASTERS
\*------------------------------------*/

.title-master h1{
    font-family: 'Raleway Black';
	font-size:42px;
}
.title-master p{
	font-size:16px;
	letter-spacing:3px;
	text-transform:uppercase;
}
.slider-profesores-masters h4,
.slider-profesores-masters p{
	color:#FFF !important;
}
.sidebar-masters{
	margin-top:-250px !important;
	z-index:99;
}
.sidebar-masters .title-sidebar-cursos{
	padding-bottom:15px;
	border-bottom:2px solid #ea565d;
}
.sidebar-masters .single-product h5,
.sidebar-masters .single-product label{
	color: #afafaf;
}
.sidebar-masters .product-sidebar-cursos p,
.sidebar-masters .woocommerce div.product form.cart .woocommerce-variation p,
.sidebar-masters .woocommerce div.product p.price, 
.sidebar-masters .woocommerce div.product span.price{
    color: #FFF;
}
.sidebar-masters .reset_variations{
	font-weight:300;
}
.sidebar-masters .product-sidebar-cursos .vc_btn3{
    background-color: #ea565d;
    font-family: 'Lato Black';
    font-size: 14px;
    color: #FFF;
    letter-spacing: 1px;
    margin: 20px auto 10px;
    padding: 18px 35px;
    text-align: center;
    border: 0;
    outline: 0;
    text-transform: uppercase;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
}
.sidebar-masters .product-sidebar-cursos .vc_btn3:hover{
    border: 0;
	opacity:0.9;
}

/*------------------------------------*\
	ESCUELA DE CINE
\*------------------------------------*/

.header-escuela-cine h1{
	position:relative;
    font-family: 'Lato Light';
	font-size:56px;
	letter-spacing:2px;
	color:#FFF;
	font-weight:normal;
	margin:30px 0 !important;
	text-shadow: 1px 1px 2px rgba(0,0,0,1);
}
.header-escuela-cine h1 strong{
    font-family: 'Lato Bold';
}
.header-escuela-cine h1:after{
    content: '';
    border-bottom: solid 5px #ea565d;
    position: absolute;
    bottom: -6px;
    right: 0;
    width: 100px;
}
.content-select-escuela{
	margin-top:200px; 
	min-height:250px; 
}
.select-escuela-cine .vc_column-inner{
	position:relative;
	display:block;
	overflow:hidden;
	min-height:150px;
}
.select-escuela-cine:hover .vc_column-inner{
	background-color: #ea565d !important;
}
.select-escuela-cine .select-escuela-cine-text{
	position:relative;
	display:block;
	height:0px;
	margin-bottom:0px;
	opacity:0;
}
.select-escuela-cine .select-escuela-cine-text a{
  color: #FFF !important;
}
.select-escuela-cine:hover .select-escuela-cine-text{
	opacity:1;
	height:auto;
	margin-bottom:25px;
}
.select-escuela-cine img{
	width:auto;
	max-height:65px;
}
.select-escuela-cine-text a{
	display:block;
	color:#FFF;
	text-decoration:none;    
  padding-bottom: 5px;
  font-size: 12px;
}
.select-escuela-cine-text a:before {
    content: '';
    border-bottom: solid 2px #FFF;
    position: absolute;
    bottom: -2px;
    right: 1px;
    width: 50px;
}
.select-escuela-cine-text a:after {
    content: '';
    position: absolute;
    display: block;
    bottom: -7px;
    right: 0;
    width: 12px;
    height: 12px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.select-escuela-cine .vc_column-inner,
.select-escuela-cine-text{
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
}

/*------------------------------------*\
	ADMISIÓN Y BECAS
\*------------------------------------*/

.header-becas .sub-title{
	text-transform:uppercase;
	letter-spacing:2px;
}
.header-becas p{
	margin-bottom:10px;
	color:#444444;
	font-size:16px;
}
.header-becas .areas .area-card{
	padding-left:60px;
	background:url(../img/area-card.png) no-repeat;
	background-position:15px 0px;
	background-size:45px auto;
}
.header-becas .areas .area-time{
	padding-left:60px;
	background:url(../img/area-time.png) no-repeat;
	background-position:15px 0px;
	background-size:45px auto;
}
.header-becas .areas h3{
	font-size:18px;
	text-transform:uppercase;
	color:#444444;
	margin-bottom:5px;
}
.header-becas .areas p{
	font-size:14px;
}
.header-becas .link-becas a{
	text-align:center;
	display:inline-block;
	float:right;
	padding:15px 25px;
	font-size:12px;
    font-family: 'Lato Bold';
	text-decoration:none;
	text-transform:uppercase;
	background:#ea565d;
	color:#FFF;
	letter-spacing: 2px;
}

.select-beca p,
.select-beca a{
	font-family: 'Lato Black';
	text-decoration:none;
	color:#444444;
	letter-spacing:-1px
}
.header-becas h3{
	display:block;
	font-size:20px;
	color:#444444;
	margin-bottom:15px;
}
.header-becas h3:after{
	content: '';
	display:block;
	width:50px;
	height:1px;
	margin-top:5px;
	border-bottom:3px solid #a2a2a2; 
}
.header-becas ul,
.header-becas ol{
	margin-left:20px;
}
.slider-becas .vc_images_carousel.vc_carousel_vertical .vc_carousel-indicators{
	top:49%;
	left:3%;
	right:auto;
	margin:0 !important;
}
.slider-becas .vc_images_carousel.vc_carousel_vertical .vc_carousel-indicators li{
    background-color: #ea565d;
    border-color: #ea565d;
	border:0;
	width: 12px !important;
    height: 12px !important;
    margin: 0 auto 6px !important;
	opacity:0.65;
}
.slider-becas .vc_images_carousel.vc_carousel_vertical .vc_carousel-indicators li.vc_active {
	opacity:1;
} 

/*------------------------------------*\
	ALUMNI
\*------------------------------------*/

.title-alumni h1{
    font-family: 'Lato Bold';
	color:#444444;
}
.title-alumni h1 strong{
    font-family: 'Lato Black';
	font-size:1.5em;
	font-weight:normal;    
	vertical-align: top;
}
.title-alumni p{
	letter-spacing:2px;
}

.header-alumni{
	position:relative;
	min-height:650px;
	z-index:1;
}
.content-alumni{
	position:relative;
	z-index:2;
	overflow:inherit !important;
}
.alumni-description{
	position:relative;
	z-index:3;
	margin-top:-180px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.alumni-description h2,
.alumni-description h3,
.alumni-description p{
	margin-bottom:15px;
}
.alumni-description h2{
	letter-spacing:-2px;
}
.alumni-description h3{
	font-family: 'Lato';
	letter-spacing:3px;
	text-transform:uppercase;
	font-size:16px;
	color:#444444;
}
.alumni-description p{
	font-size:16px;
}
.title-destacado{
	border-top:2px solid #898989;
	margin-top:40px;
}
.title-destacado h2{
	display:table;
	margin:auto;
	background:#FFF;
	padding:5px 25px;
	margin-top:-25px;
}
.title-destacado h2,
.ultimos-post-alumni h2{
	color:#444444;
	font-size:36px;
}
.title-destacado p,
.ultimos-post-alumni p{
	font-size:16px;
}
.select-alumni-destacado h3{
	font-family: 'Lato';
	letter-spacing:3px;
	margin-bottom:10px;
}
.select-alumni-destacado h4{
	font-size:20px;
}
.select-alumni-destacado h4,
.select-alumni-destacado p{
	margin-bottom:10px;
}
.alumni-destacados h3{
	margin-top:5px;
}
.alumni-destacados h3:after{
	content: '';
	display:block;
	width:70px;
	height:1px;
	margin-top:5px;
	border-bottom:3px solid #7ba7c5; 
}
.header-categoria-alumni .sub-title{
	letter-spacing:3px;
}
.slider-categoria-alumni .flexslider{
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    position: relative;
    border-radius: 0;
    -o-box-shadow: none;
    box-shadow: none;
    zoom: 1;
}
.slider-categoria-alumni .flexslider .flex-caption{
	position:absolute;
	display:block;
	max-width:350px;
	top:50%;
	left:auto;
	right:5%;
	transform: translate(0, -50%);
	margin:0;
	background:rgba(0,0,0,.9);
	padding:25px;
	color:#d3d3d3;
}
.slider-categoria-alumni .flexslider .flex-caption h2 a{
	display:block;
	color:#FFF;
	text-decoration:none;
	font-family: 'Lato';
	margin-bottom:15px;
	font-size:34px;
}
.slider-categoria-alumni .flex-direction-nav{
	display:none !important;
}
.slider-categoria-alumni .flex-control-nav{
	top:auto !important;
	bottom:20px !important;
}
.slider-categoria-alumni .flex-control-paging li a{
	background:rgba(234,86,93,.6);
	width:13px;
	height:13px;
}
.slider-categoria-alumni .flex-control-paging li a.flex-active {
    background:rgba(234,86,93,1);
}


/*------------------------------------*\
	ALUMNI POST
\*------------------------------------*/

body.single-alumni{
	background:#FFF;
}
.top-alumni{
	background:#f3f3f3;
}
.header-post-alumni{
	height:400px;
}
.prev-next-post{
	margin-top:15px;
	margin-bottom:50px;
	padding-top:15px;
	border-top:1px solid #444444;
}
.prev-next-post img{
	max-width:100px;
}
.prev-next-post span{
	display:block;
	color:#8c8c8c;
    font-family: 'Lato Bold';
	font-size:14px;
	margin-top:15px;
}
.prev-next-post a{
	display:block;
	color:#444444;
    font-family: 'Lato Bold';
	font-size:16px;
}
.author{
	margin-bottom:32px;
}
.author img,
.author h5,
.author p{
	margin-bottom:8px;
	color:#444444;
}
.author h4{
	color:#4444;
	font-size:24px;
	margin-bottom:15px;
}
.author h5{
	font-size:16px;
    font-family: 'Lato Bold';
}

/*------------------------------------*\
	LENS KIDS
\*------------------------------------*/

.lens-kids-desc{
	color:#FFF;	
}
.select-kids:hover a{
	opacity:1;
}
.link-kids a {
    text-align: center;
    display: inline-block;
    padding: 20px 25px;
	margin-right:15px;
    font-size: 12px;
    font-family: 'Lato Bold';
    text-decoration: none;
    text-transform: uppercase;
    background: #ea565d;
    color: #FFF;
    letter-spacing: 2px;
	opacity:0;
	z-index:9;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
}

/*------------------------------------*\
	SHOWROOM
\*------------------------------------*/

.title-showroom h1{
    font-family: 'Lato Bold';
	color:#ea565d;
}
.title-showroom h1 strong{
    font-family: 'Lato Black';
	font-size:1.5em;
	font-weight:normal;    
	vertical-align: top;
}
.title-showroom p{
	letter-spacing:2px;
    font-family: 'Lato Black';
}
.showroom-desc p{
	display:block;
	margin:auto;
    max-width:350px;
}
.column-presentaciones a{
	display:block;
	margin-bottom:60px;
    z-index: 1;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
}
.column-presentaciones img{
    position: relative;
    left: 4em;
    top: 3em;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
}
.column-exposiciones a{
	display:block;
	margin-top:150px;
	margin-bottom:30px;
    z-index: 2;
    transition: all .45s ease-out 0s;
    -webkit-transition: all .45s ease-out 0s;
    -o-transition: all .45s ease-out 0s;
    -ms-transition: all .45s ease-out 0s;
    -moz-transition: all .45s ease-out 0s;
}
.column-exposiciones img{
    position: relative;
    right: 4em;
    bottom: 3em;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .45s ease-out 0s;
    -webkit-transition: all .45s ease-out 0s;
    -o-transition: all .45s ease-out 0s;
    -ms-transition: all .45s ease-out 0s;
    -moz-transition: all .45s ease-out 0s;
}
.column-presentaciones a,
.column-exposiciones a{
	border: 2px solid #eb686f !important;
}
.column-presentaciones a:hover{
	margin-top:30px;
	margin-bottom:30px;
}
.column-presentaciones a:hover img{
    top: -3em;
}
.column-exposiciones a:hover{
	margin-top:120px;
	margin-bottom:60px;
}
.column-exposiciones a:hover img{
    bottom: -3em;
}
.column-presentaciones .wpb_text_column,
.column-exposiciones .wpb_text_column {
	max-width:450px;
}
.column-exposiciones .wpb_text_column{
	float:right;	
}
.column-presentaciones h3,
.column-exposiciones h3{
	font-size:18px;
	letter-spacing:3px;
}
.column-presentaciones h3,
.column-exposiciones h3,
.column-presentaciones p,
.column-exposiciones p,
.calendar-column p{
	margin-bottom:10px;
}

/* calendar widget */
.widget_calendar {
	display:block;
	margin: 15px auto;
	background:#FFF;
	padding:20px 20px 0;
}
#wp-calendar {
	width: 240px;
    margin: auto;
}
#wp-calendar caption { 
	text-align: center; 
	color: #444444; 
	font-size: 16px;  
	margin-bottom: 15px; 
    font-family: 'Lato Bold';
}
#wp-calendar thead { 
	font-size: 14px;  
	color: #444444;
}
#wp-calendar thead th { 
	text-align: center; 
	width:34px;
	height:36px;
}
#wp-calendar tbody { 
	font-size: 12px; 
	color: #979797; 
}
#wp-calendar tbody td { 
	text-align: center; 
	width:34px;
	height:36px;
}
#wp-calendar tbody a { 
    font-family: 'Lato Bold';
	color: #ea565d; 
	padding:6px 9px;
	text-decoration:none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
}
#wp-calendar tbody a:hover {
	color: #FFF; 
	background: #ea565d;
} 
#wp-calendar tfoot a{
    font-family: 'Lato Bold';
	color: #ea565d;
	font-size: 12px; 
	text-decoration:none;
}
#wp-calendar tfoot #eo-widget-next-month { 
	text-transform: uppercase; 
	text-align: right; 
}
#wp-calendar tfoot #eo-widget-prev-month { 
	text-transform: uppercase; 
	padding-top: 10px; 
}

.header-list-events{
	text-align:center;
	margin-bottom:32px;
}
.header-list-events h1{
	color:#ea565d;
	margin-bottom:5px;
	font-size:42px;
	margin-top:42px;
}
.header-list-events h2{
	letter-spacing:2px;
	margin-bottom:5px;
	font-size:16px;
}
.header-list-events p{
	display:block;
	max-width:450px;
	margin:0 auto 10px;
}
.header-list-events hr{
	display:none;
}

.top-evento-destacado{
	position:relative;
	display:block;
	min-height:450px;
}
.top-evento-destacado .desc-event{
	position:relative;
	display:block;
	float:right;
	margin:250px 0 40px;
	max-width:500px;
	background-color:rgba(0,0,0,0.5);
	color:#FFF;
	text-align:left;
	padding:25px;
}
.top-evento-destacado .desc-event h3 a{
	display:block;
	margin-bottom:15px;
	text-transform:uppercase;
	color:#FFF;
	text-decoration:none;
}
.top-evento-destacado .desc-event h3 a:hover,
.top-evento-destacado .desc-event .eo-event-link a:hover{
	color:#ea565d;
}
.top-evento-destacado .desc-event .eo-event-content{
	display:block;
	margin-bottom:15px;
}
.top-evento-destacado .desc-event .eo-event-date{
	display:block;
    font-family: 'Lato Bold';
	margin-bottom:15px;
}

.top-evento-destacado .desc-event .eo-event-link a{
	display:block;
    text-align:right;
	text-transform:uppercase;
	color:#FFF;
	text-decoration:none;
}
.top-evento-destacado .desc-event .eo-event-link a:before{
	border-bottom: solid 2px #ea565d;
}
.top-evento-destacado .desc-event .eo-event-link a:hover:before {
  	width: 150px;
}
.top-evento-destacado .desc-event .eo-event-link a:after{
	border-top:2px solid #ea565d;
	border-right:2px solid #ea565d;
}

.list-event{
	margin:30px 0;
}
.list-event article{
	min-height:560px;
}
.loop-event-contanier{
	margin-bottom:50px;
}
.list-event .img-event{
	display:block;
	width:100%;
	height:250px;
}
.list-event .desc-event{
	padding:25px;
	color:#898989;
}
.list-event .desc-event h3 a{
	display:block;
	color:#FFF;
	text-decoration:none;
	margin-bottom:15px;
	text-transform:uppercase;
}
.list-event .eo-event-date{
	display:block;
	margin-bottom:5px;
	font-size:12px;
    font-family: 'Lato Bold';
}
.loop-event-contanier .list-event:nth-child(odd) article{
	background:#47494d;
}
.loop-event-contanier .list-event:nth-child(even) article{
	background:#dbdbdb;
}
.loop-event-contanier .list-event:nth-child(odd) h3 a{
	color:#FFF;
}
.loop-event-contanier .list-event:nth-child(even) h3 a{
	color:#444444;
}
.loop-event-contanier .list-event:nth-child(odd) .eo-event-date{
	color:#d4d4d4;
}
.loop-event-contanier .list-event:nth-child(even) .eo-event-date{
	color:#5d5d5d;
}
.eo-events-nav::after{
  content: " ";
  display: table;
  clear: both;
  float: none;
}
.eo-events-nav .nav-next,
.eo-events-nav .nav-previous{
  display: inline-block;
}
.eo-events-nav .nav-previous{
  float: left;
}
.eo-events-nav .nav-next{
  float: right;
}
.eo-events-nav a{
  color: #2b2b2b;
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-family: 'Lato Bold';
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.eo-events-nav a .meta-nav{
  color: #ffae00;
  font-size: 22px;
}

/*------------------------------------*\
	SHOWROOM POST
\*------------------------------------*/

body.single-event{
	background:#FFF;
}
.header-post-event{
	height:400px;
}
.event-meta{
	padding:20px 0;
	background:#f6f5ee;
	color:#8c8c8c;
	margin-bottom:15px;
}
.event-meta h1{
	color:#ea565d;
	margin:15px 0;
	font-size:38px;
}
.event-meta h4{
	display:none;
}
.event-meta ul{
	list-style:none;
	margin-bottom:15px;
}
.event-meta a{
	color:#ea565d;
}

/*------------------------------------*\
	LENS TV
\*------------------------------------*/

.title-lens-tv h1{
    font-family: 'Lato Bold';
	color:#ea565d;
	font-size:42px;
}
.title-lens-tv h1 strong{
    font-family: 'Lato Black';
	font-size:1.8em;
	font-weight:normal;    
	vertical-align: middle;
}
.title-lens-tv p{
	letter-spacing:2px;
    font-family: 'Lato Black';
}
.slider-lens-tv .flexslider{
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    position: relative;
    border-radius: 0;
    -o-box-shadow: none;
    box-shadow: none;
    zoom: 1;
}
.slider-lens-tv .flexslider .flex-caption{
	position:absolute;
	display:block;
	text-align:center;
	max-width:768px;
	bottom:30px;
	left:0;
	right:0;
	margin:auto;
	background:rgba(255,255,255,.9);
	padding:25px;
	color:#343b48;
}
.slider-lens-tv .flexslider .flex-caption h2 a{
	display:block;
	color:#444;
	text-decoration:none;
    font-family: 'Lato Black';
	margin-bottom:5px;
	font-size:28px;
}
.slider-lens-tv .flex-direction-nav{
	display:none !important;
}
.slider-lens-tv .flex-control-nav{
	top:50% !important;
	left: 2%;
	transform: translate(0, -50%);
}
.slider-lens-tv .flex-control-nav{
	margin-top: 0;
}
.slider-lens-tv .flex-control-nav li {
    margin: 6px 0;
    display: block;
	width:15px;
}
.slider-lens-tv .flex-control-paging li a{
	background:rgba(234,86,93,.6);
	width:13px;
	height:13px;
}
.slider-lens-tv .flex-control-paging li a.flex-active {
    background:rgba(234,86,93,1);
}

.lens-tv-list .vc_grid-filter .vc_grid-filter-item {
    border:0 !important;
	color: #ea565d;
    font-family: 'Lato Bold';
	padding: 15px 20px !important;
	font-size:20px !important;
}
.lens-tv-list .vc_grid-filter{
	margin-bottom:32px;
}
.tv-grid iframe{
}

/*------------------------------------*\
	MI CUENTA
\*------------------------------------*/

.mi-cuenta.woocommerce-account .woocommerce-MyAccount-content,
.mi-cuenta.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
}
.woocommerce-MyAccount-navigation ul{
	display:block;
	text-align:right;
}
.woocommerce-MyAccount-navigation li{
	display:inline-block;
	padding:5px;
}
.content-dashboard{
	margin-top:25px;
	margin-bottom:25px;
}
.content-dashboard p{
	margin-bottom:5px;
}
.content-dashboard h1{
	color:#b3b6b9;
	font-size:26px;
	font-family: 'Lato Light';
	margin-bottom:15px;
}
.content-dashboard a{
	color:#FFF;
	font-family: 'Lato Bold';
}
.content-dashboard p{
	color:#FFF;
	font-size:15px;
}
.content-dashboard .txt-name{
	font-family: 'Lato Black';
	color:#ea565d;
	font-size:26px;
}
.content-dashboard p.edit-mydata{
	text-align:right;
	/*text-decoration:underline;*/
}
.content-dashboard .txt-email strong{
	color:#FFF;
}

.content-orders,
.content-single-order{
	background:#FFF;
	padding-top:50px;
	padding-bottom:50px;
}
.content-orders h3{
	margin:6px;	
	color:#8c8b8b !important;
}

.woocommerce .content-orders table.shop_table td{
	border-top: 1px solid rgba(0,0,0,.1) !important;
}
.woocommerce .content-orders table.shop_table th,
.woocommerce .content-orders table.shop_table td{
	font-size:15px;
}
.content-single-order .datos-cliente-pedido{
	display:none;
}
.content-single-order table.shop_table th,
.content-single-order table.shop_table td{
	padding: 8px 0;
}
.content-transferencia{
	background:#f4f4f4;
	padding:25px;
	color:#4e565d;
}
.content-transferencia h3{
	color:#414951 !important;
}
.content-transferencia p,
.content-transferencia ul{
	margin-bottom:15px;
}
.content-transferencia ul{
	margin-left:35px;
}
.info-transferencia{
	background:#638aa2;
	color:#FFF;
	margin:0 -12px;
	padding:20px 12px 5px;
}
.info-transferencia a{
	font-family: 'Lato Bold';
	color:#FFF;
}
.woocommerce table.my_account_orders a.button{
    font-family: 'Lato Black';
	outline:0;
	text-transform:uppercase;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding:8px 20px;
	font-size:14px;
	margin:0 5px;
}
.woocommerce table.my_account_orders a.button.pay{
	background-color:#699ebd;
	border:1px solid #699ebd;
	color: #FFF;
}
.woocommerce table.my_account_orders a.button.pay:hover{
	background-color:#FFF;
	color: #699ebd;
}
.woocommerce table.my_account_orders a.button.view{
	background-color:#699ebd;
	border:1px solid #699ebd;
	color: #FFF;
}
.woocommerce table.my_account_orders a.button.view:hover{
	background-color:#FFF;
	color: #699ebd;
}
.woocommerce table.my_account_orders a.button.cancel{
	background-color:#699ebd;
	border:1px solid #699ebd;
	color: #FFF;
}
.woocommerce table.my_account_orders a.button.cancel:hover{
	background-color:#FFF;
	color: #699ebd;
}
.woocommerce-EditAccountForm label,
.woocommerce-EditAccountForm .form-row input.input-text,
.woocommerce-EditAccountForm legend,
.woocommerce-EditAccountForm p{
	color:#FFF !important;
}
.woocommerce-EditAccountForm .form-row label,
.woocommerce-EditAccountForm .form-row em{
	font-size: 12px !important;
	color:#FFF !important;
}
.woocommerce-EditAccountForm input.button{
	background:#FFF !important;
	margin-bottom:32px;
}
.woocommerce-EditAccountForm .form-row .password-input{
	display: block;
	width: 100%;
}
.woocommerce .woocommerce-EditAccountForm button.woocommerce-Button{
		display: block;
    width: 100%;
    float: none;
    background-color: #ea565d;
    font-family: 'Lato Black';
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    margin: 20px 0;
    padding: 18px 10px;
    text-align: center;
    border: 0;
    outline: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
}

/*------------------------------------*\
	CONTACTO
\*------------------------------------*/

/* TEXTOS TITULOS */

.header-escuela p {
    font-weight: 300;
    color: #9fa4a5;
}
.info-contacto {
    margin-top: 25px;
}
.header-escuela .formulario-contacto .sub-title {
    letter-spacing: 3px;
    color: #ffffff;
    margin-bottom: 45px;
}
.formulario-contacto .telefono {
    font-size: 36px;
    font-family: 'Lato Black';
    color: #ffffff;
}
.formulario-contacto .email {
    font-size: 25px;
    cursor: pointer;
}
.formulario-contacto .email:hover {
    color: #29bbff;
    text-decoration: none;
}
.formulario-contacto .horario p {
    font-size: 15px;
}

/* TEXTOS DONDE ESTAMOS */

.direccion p {
    font-size: 18px;
}


/* FORMULARIO WPCF7 */

.wpcf7-recaptcha{
  position: relative;
  display: block;
  margin: 10px auto !important;
  width: 304px;
  max-width: 100%;
}

.caja-formulario {
    /*max-width: 500px;*/
    padding: 15px !important;
    margin: 0 auto;
}
.formulario-contacto input:not([type="checkbox"]), 
.formulario-contacto select, 
.formulario-contacto textarea {
    border-radius: 0;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    color: #737373;
    max-height: 100px;
    padding: 7px 15px 7px;
    width: 100%;
    display: block;
    font-size: 14px;
    min-height: 40px;
    height: auto;
    line-height: 20px;
    margin: 0 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .2s ease-in-out;
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
}
.formulario-contacto select{
  background-color: #fff !important;
  color: #737373 !important;
  height: auto !important;
}
.formulario-contacto p {
    font-size: 13px !important;
    line-height: 18px !important;
    text-align: left;
    margin: 12px 0;
}
.formulario-contacto p .wpcf7-list-item {
    margin: 0;
}
.formulario-contacto .wpcf7-recaptcha{
    margin: 0 0 15px;
}
.formulario-contacto .wpcf7-submit {
    height: 56px;
    border: 1px solid #ea565d;
    background: #ea565d;
    color: #fff;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    border-radius: 5px;
    -webkit-appearance: button;
    cursor: pointer;
}
.formulario-contacto .wpcf7-submit:hover {
	background: #ea565d;
	border: 1px solid #ea565d;
  opacity: 0.8;
}
div.wpcf7-response-output {
    clear: both;
}
div.wpcf7 .wpcf7-not-valid {
    border: 1px solid #f00;
}
span.wpcf7-not-valid-tip {
    font-size: 15px;
    padding: 0px 0px 20px 0;
}
div.wpcf7-validation-errors {
    font-size: 13px;
    margin: 0;
    padding: 10px;
    border: 1px solid #f05660;
    background-color: #f05660;
    color: #fff;
    display: block;
}
div.wpcf7-mail-sent-ok {
    font-size: 13px;
    margin: 0;
    padding: 10px;
    border: 1px solid #60d895;
    background-color: #60d895;
    color: #fff;
	display: block;
}
@media (max-width: 480px) {
    .formulario-contacto .telefono {
        font-size: 30px;
    }
    .formulario-contacto .email {
        font-size: 18px;
    }
}


/*------------------------------------*\
	FOOTER
\*------------------------------------*/

.frm-newsletter{
  padding-bottom: 30px;
}
.frm-newsletter .vc_parallax-inner{
  display: none;
}

.frm-newsletter h6,
#yikes-mailchimp-container-7 .yikes-mailchimp-form-title{
    font-family: 'Lato';
	color:#444444;
	font-size:36px;
	margin-bottom:5px;
}
.frm-newsletter p{
	font-size: 12px;
	color:#444444;
}
.frm-newsletter p:first-of-type,
#yikes-mailchimp-container-7 .yikes-mailchimp-form-description{
    font-family: 'Lato';
	font-size: 16px;
	margin-bottom: 10px;
}
#yikes-mailchimp-container-7 input[type=email]{
	background:#FFF;
	border: none;
	    border-radius: .25rem;
	    padding: 8px 16px;
}
#yikes-mailchimp-container-7 .yikes-mailchimp-eu-compliance-text{
	margin-left: 5px;
}
#yikes-mailchimp-container-7 .yikes-mailchimp-eu-compliance-text p{
	font-size: 12px;
}
#yikes-mailchimp-container-7 .yikes-easy-mc-submit-button:hover{
		background: #ea565d;
    border: 1px solid #ea565d;
    opacity: 0.8;
}
#yikes-mailchimp-container-7 .yikes-mailchimp-eu-compliance-label{
	display: flex;
	align-items: flex-start;
}
#yikes-mailchimp-container-7 .yikes-mailchimp-eu-compliance-label input{
	margin-top: 4px;
}
.frm-newsletter p a{
  text-decoration: underline;
}
.frm-newsletter .inputs-newsletter{
	position:relative;
	display:block;
	width:100%;
	max-width:600px;
  height: 49px;
	margin:30px auto 15px;
	background:#ea565d;
	border:3px solid #ea565d;
	padding:0;
	-webkit-border-radius: 44px;
	-moz-border-radius: 44px;
	border-radius: 44px;
}
.frm-newsletter .inputs-newsletter input[type=email]{
	width:70%;
	display:inline-block;
	height:44px;
	-webkit-border-radius: 44px;
	-moz-border-radius: 44px;
	border-radius: 44px;
	border:0;
	outline:0;
	padding:0 15px;
	font-size:14px;
	background:#FFF;
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
.frm-newsletter .inputs-newsletter input[type=submit]{
	width:30%;
	display:inline-block;
	height:44px;
	background:#ea565d;
	-webkit-border-radius: 44px;
	-moz-border-radius: 44px;
	border-radius: 44px;
	border:0;
	outline:0;
	font-size:14px;
	color:#FFF;
    letter-spacing:2px;
	text-align:center;
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
.frm-newsletter .wpcf7-recaptcha{
    margin: 0 auto 30px;
}
.frm-newsletter .ajax-loader{
	position:absolute;
	display:inline-block;
	right:3px;
	top:30%;
	bottom:0;
}
.frm-newsletter .wpcf7-not-valid-tip{
	position:absolute;
	display:inline-block;
	left:15px;
	bottom:-60px;
	color:#FFF;
}
.frm-newsletter  div.wpcf7-validation-errors {
    border: 2px solid #ea565d;
	color:#FFF;
}


/*.wpcf7-form-control.wpcf7-acceptance{
	display: none;
}*/

#footer{
	background:#212528;
	font-size:12px;
	vertical-align:middle;
	padding:25px 0;
}
.logo-footer{
	width:100px;
}
.direction{
	color:#909294;
	margin:12px 0 18px;
}
.direction i{
  font-size: 16px;
  display: inline-block;
  margin-right: 4px;
}
.copyright{
	color:#909294;
  font-size: 10px;
}
.menu-social-menu-container{
	display:inline-block;
}
.menu-social-menu-container ul {
    position: relative;
    display: table;
    border-collapse:separate;
	border-spacing:15px 18px;
}
.menu-social-menu-container ul li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.menu-social-menu-container ul li a {
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    padding: 3px 0;
    color: #909294;
    width: 25px;
    height: 25px;
	text-decoration:none;
    border: 1px solid #909294;
    background-color:transparent;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.menu-social-menu-container ul li a:hover {
	opacity:0.8;
	border-color:#FFF;
	color:#FFF;
}
#menu-footer-menu{
	display:block;
	list-style:none;
	margin:10px 0;
}
#menu-footer-menu li{
	display:inline-block;
	padding:0 6px;
}
#menu-footer-menu li a{
	display:inline-block;
	color:#909294;
    font-family: 'Lato Bold';
	text-decoration:none;
}
#menu-footer-menu li a:hover{
	color:#FFF;
}

/*------------------------------------*\
	WOOCOMMERCE PAGES
\*------------------------------------*/

.woocommerce-page  h2,
.woocommerce-page  h3{
	margin-bottom:15px;
	color:#5d677d;
}
.woocommerce-page  h4{
	margin-bottom:10px;
}
.woocommerce-page  h5{
	color:#afafaf;
	letter-spacing:2px;
    font-family: 'Lato';
}

.woocommerce-additional-fields{
	margin-top:20px;
}
.woocommerce-checkout .wc-forward {
	display: none!important;
}
.cart_totals {
	/*display: none!important;*/
}
.checkout-button {
	/*display: none!important;*/
}
.wc-forward {
    float: none !important;
    display: block !important;
}
.woocommerce table.shop_table{
	border:0;
	margin:0;
}
@media only screen and (min-width: 992px) {
	.woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
		display: table-row-group;
	}
	.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
		display: table-row;
	}
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
		display: table-cell;
		text-align: left !important;
	}
	.woocommerce table.shop_table_responsive tr td.product-price, .woocommerce-page table.shop_table_responsive tr td.product-price{
		text-align: right !important;
	}
	.woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
		display: table-cell;
	}
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		display: none;
	}
}
.woocommerce-input-wrapper{
	position: relative;
  display: block;
  width: 100%;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
	min-height: 70px;	
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label{
    font-size: 12px;
	color:#444444;
}
.woocommerce form.checkout .form-row select,
.woocommerce form .form-row input.input-text{
	position: relative;
    display: block;
    width: 100%;
    margin: 0 0 10px;
    font-size: 14px;
    padding: 4px 0;
    background-color: transparent;
    border: 0;
    outline: 0;
    border-bottom: 2px solid #c2c7ca;
    color: #3c4a5c;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.woocommerce form .form-row textarea.input-text{
	padding:8px;
	border: 2px solid #c2c7ca;
    font-size: 14px;
    height: 80px;
    outline: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  margin-bottom: 15px;
}
.woocommerce-additional-fields label{
	display:none !important;
}
.woocommerce-checkout-review-order-table,
.woocommerce-checkout-payment{
	margin:0 !important;
	padding:0 20px !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.woocommerce table.shop_table td,
.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table tfoot th,
.woocommerce table.order_details td,
.woocommerce table.order_details th{
	border:none !important;
}
.woocommerce-checkout table.cart td{
	border-top: 1px solid rgba(0,0,0,.1) !important;
	padding: 10px 0;
	font-weight: 700;
}
.woocommerce-checkout table.cart th{
	padding: 10px 0;
}
.woocommerce-checkout-review-order-table td.product-total,
.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout-review-order-table .cart-discount td,
.woocommerce-checkout-review-order-table th.product-total,
.woocommerce-checkout table.cart td.product-price,
.woocommerce-checkout table.cart th.product-price{
	text-align:right;
}
.woocommerce-checkout-review-order-table .order-total{
	font-size:28px;
}
.woocommerce-checkout-review-order-table,
.woocommerce-checkout-payment{
	background:#f3f3f3 !important;
}
/*.woocommerce-checkout-payment{
	background:#293743 !important;
}
.wc_payment_methods label{
	color: #FFF;
}*/
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box{
	background-color: #6f81a9 !important;
    color: #FFF !important;
}
#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #6f81a9 !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}
#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: none !important;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal{
	line-height:inherit;
	padding:3px 5px;
	color:#6f81a9;
}
.wc-terms-and-conditions a{
	color:#6f81a9;
}
.woocommerce-checkout #payment ul.payment_methods li img{
  width: 100px;
  max-width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order{
    display: block;
    background-color: #19d993;
    font-family: 'Lato Black';
    font-size: 14px;
		width: 100%;
    color: #FFF;
    letter-spacing: 1px;
    margin: 20px auto 10px;
    padding: 20px;
    text-align: center;
    border: 0;
    outline: 0;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    text-transform: uppercase;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
}
/*.woocommerce .ppc-button-wrapper{
	display: none !important;
}*/
.woocommerce-order-received .header-checkout,
.woocommerce-order-received .woocommerce-cart-form,
.woocommerce-order-pay .header-checkout,
.woocommerce-order-pay .woocommerce-cart-form,
.wc-backward,
.woocommerce-order-received .cart-empty{
	display:none !important;
}
.woocommerce-page table.cart td.actions .coupon{
    float: none;
	margin: 15px;
	padding:0;
} 
.woocommerce-page table.cart td.actions .coupon p{
	margin-bottom:5px;
	color: #6e6e6e;
	font-weight:bold;
}
.woocommerce-checkout table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .button{
	display:inline-block;
	outline:none;
	height:32px;
    float: none !important;
	margin:0;
	border:0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	padding:8px 15px;
	font-size:14px;
	line-height:1em;
}
.woocommerce-checkout table.cart td.actions .coupon .input-text{
	margin-right:-3px;
	width:70%;
	max-width:220px;
	border:1px solid #5d677d;
	margin-top: -3px;
}
.woocommerce-checkout table.cart td.actions .coupon .button{
	background:#5d677d;
	color:#FFF;
	width:30%;
	max-width:115px;
}
.woocommerce-remove-coupon{
	font-size:12px;
	color: #ea565d;
	display:block;
}
.woocommerce form .form-row .input-checkbox {
    position: relative;
    display: inline-block;
    margin: 0 2px 0 0;
}
.woocommerce-info {
    border-top-color: #6f81a9;
}
.woocommerce-info a,
.woocommerce-info::before {
    color: #6f81a9;
}
.woocommerce-order-pay ul.order_details{
	font-size:16px;
	margin:25px 0;
}
.woocommerce-order-pay p{
	font-size:16px;
	margin:10px 0;
}
.woocommerce-order-pay #submit_redsys_payment_form,
.woocommerce-order-pay button{
	font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #FFF; 
	background-color: #19d993;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
	vertical-align: bottom;
	font-size:16px;
}

.woocommerce-order-pay a.button.cancel{
    background-color: #ea565d;
    color: #FFF;
	margin:0 5px;
	font-size:16px;
}
.checking-page{
	min-height:768px;
}
.header-checkout{
	color:#FFF;
}
.header-checkout img{
	margin:10px auto !important;
}
.subheader-checkout p{
	font-size:14px;
    font-family: 'Lato Bold';
	color:#444;
}
.subheader-checkout p strong{
	font-size:17px;
}
.order-reserva{
	padding:30px 0;
	text-align:center;
}
.order-reserva h2{
	font-size:38px;
	color: #ea565d;
}
.order-reserva hr{
	display:block;
	max-width:150px;
	margin:20px auto;
}
.order-reserva p{
	display:block;
	max-width:600px;
	margin:0 auto 10px;
	font-size:16px;
}
.order-reserva .btn-account{
	display: table;
    background-color: #ea565d;
    font-family: 'Lato Black';
    font-size: 12px;
    color: #FFF;
    letter-spacing: 1px;
    margin: 50px auto;
    padding: 18px 30px;
    text-align: center;
    border: 0;
    outline: 0;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    text-transform: uppercase;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
}
.woocommerce-error{
    font-family: 'Lato Bold';
	font-size: 12px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	margin-bottom:15px !important;
	background:#FFF !important;
}
.woocommerce-error::before {
	content: '';
    position: absolute;
    display: block;
    background: url(/wp-content/themes/lens/img/hand.png) top left no-repeat;
    background-size: 28px;
    top: 8px;
    left: 8px;
    width: 28px;
    height: 28px;
}
.woocommerce-error a.button{
	color: #FFF;
    background-color: #ea565d;
	text-align:center;
	font-size: 13px;
	text-transform:uppercase;
	margin-bottom:5px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}
.woocommerce-error a.button:hover{
	
}
.woocommerce-notices-wrapper,
.woocommerce-form-login-toggle{
  margin-bottom: 35px;
}

.order-again{
	display: none;
}

.wc_payment_method label{
  display: inline;
}

.woocommerce .button-alt{
    background-color: #000;
    color: #FFF;
    margin: 0 5px;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    vertical-align: baseline;	
}

/*------------------------------------*\
	SEARCH
\*------------------------------------*/

.search-container{
  position: relative;
  display: block;
  max-width: 992px;
  margin: 50px auto 30px;
  padding: 30px 50px;
  background-color: #FFF;
  border-radius: 5px;
}
.search-page-title {
  display: block;
  margin: 15px 0 40px;
  text-align: center;
}
.search-page-title span{
  font-family: 'Lato Black';
  color: #ea565d;
}
.search-post-title a{
  color: #333;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  text-align:left;
  display:block;    
  letter-spacing: 2px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.search-post-excerpt {
  font-family: 'Lato';
  font-size: 14px;
  letter-spacing: 1px;
  text-align:left;
  display:block;
  margin-bottom: 10px;
}
.search-post-link{
  display: block;
  color: #7ba7c5;
  text-decoration: none;
  margin-bottom: 30px;
}
.content-loop{
  border-top: 3px solid #ea565d;
  border-bottom: 3px solid #ea565d;
}
.content-loop .separator:last-of-type{
  display: none;
}
.search-container .pagination{
  position: relative;
  display: block;
  margin: 15px 0 0;
}
.search-container .pagination .page-numbers{
  font-family: 'Lato Bold';
  display: inline-block;
  font-size: 16px;
  color: #444;    
  padding: 3px;  
}
.search-container .pagination .page-numbers.current{
  color: #ea565d;
}
.search-container .pagination .page-numbers.prev{
  margin-right: 10px;
}
.search-container .pagination .page-numbers.next{
  margin-left: 10px;
}

/*------------------------------------*\
	VENTANAS EMERGENTES 
\*------------------------------------*/

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 30px;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
	border-radius:0;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal-body {
    position: relative;
    padding: 50px;
}
.modal-footer {
    padding: 0 40px 20px;
    text-align: center;
    border-top: none;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.pt-register, .pt-login, .pt-reset-password, .pt-register-footer, .pt-login-footer {
    display: none;
}
.modal .modal-footer .pt-register-footer{
  font-family: 'Raleway';
}
.modal .modal-footer .pt-register-footer a{
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-family: 'Raleway';
}
div[data-active-tab="#pt-reset-password"] .pt-reset-password,
div[data-active-tab="#pt-reset-password"] .pt-login-footer,
div[data-active-tab="#pt-login"] .pt-login,
div[data-active-tab="#pt-register"] .pt-register,
div[data-active-tab="#pt-register"] .pt-login-footer,
div[data-active-tab="#pt-login"] .pt-register-footer {
    display: block;
}
.pt-loading {
    display: none;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.alert>p, .alert>ul {
    margin-bottom: 0;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger p{
  color: #a94442;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.modal .modal-body h3 {
	clear: none;
	margin-bottom: 20px;
	color:#ea565d;
	display:block;
	text-align:center;
	font-size:30px;
	letter-spacing:-1px;
}
.modal .modal-body p{
	letter-spacing:1px;
	text-align:center;
	margin-bottom:20px;
	color:#afafaf;
	line-height: 1.2em;
}
.modal .modal-body a{
	color:#757575;
	display:block;
	text-align:right;
}
.modal .modal-footer{
	color:#757575;
	font-size:16px;
	font-family: 'Raleway Bold';
}
.modal .modal-footer a{
	color:#484848;
}
.modal .overlay-close {
	border: 2px solid #FFF;
	background-color:transparent;
}
.modal .overlay-close:after {
    border-bottom: solid 1px #FFF;
    left: -42px;
}
.modal #loginform p,
.modal .form-field {
	margin: 20px 0;
    position: relative;
}
.modal .wpcf7-form p{
	text-align: left;
	font-size: 12px;
	color: #000;
	margin: 10px 0;
}
.modal .wpcf7-form p a{
	display: inline;
}
.modal .wpcf7-form p .wpcf7-list-item{
	margin: 0;
}
.modal #loginform p label{
  display: block;
  font-size: 12px;
  color: #757575;
  text-align: left;
  font-weight: normal;
  margin-bottom: -18px;
}
.modal #loginform input[type=text],
.modal #loginform input[type=password],
.modal .form-field input,
.modal .yikes-easy-mc-form input[type=email],
.modal .wpcf7-form input[type=email]{
	position:relative;
	display:block;
	width:100%;
	margin:15px 0;
	height: 35px;
    font-size: 16px;
	padding:5px 0;
	background-color:transparent;
	border:0;
	outline:0;
	border-bottom:2px solid #c2c7ca;
	color:#3c4a5c;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
    box-shadow: none;
}
.modal .wpcf7-form input[type=email]{
	margin-top: 0;
}
.modal #loginform #rememberme{
  margin-top: -2px;
}
.modal #loginform .login-remember label{
  margin-bottom: 10px;
}
.modal #loginform #wp-submit,
.modal .form-field button[type=submit],
.modal .yikes-easy-mc-form button.btn-primary,
.modal .wpcf7-form input[type=submit]{
    display: block;
    width: 100%;
    max-width: 220px;
    float: none;
    background-color: #ea565d;
    font-family: 'Lato Black';
    font-size: 14px;
    color: #FFF;
    letter-spacing: 1px;
    margin: 25px auto;
    padding: 15px 10px;
    text-align: center;
    border: 0;
    outline: 0;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    text-transform: uppercase;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
}
.modal .form-field input, 
.modal .yikes-easy-mc-form input[type=email]{
	margin: 0;
}
.modal .modal-body p.title-modal-curso{
	margin: 20px 0 10px;
	display: none;
	font-family: 'Lato Black';
	text-transform:uppercase;
}
.modal .modal-body p.title-modal-curso a{
	color: #ea565d;   
    display: block;
	margin: 5px auto;
    text-align: center;
	text-decoration: underline;
	
}
.modal .form-field input[type=checkbox]{
	display: inline-block;
    width: 17px;
    margin: 0;
    margin-right: 5px;
}
.modal .form-field label{
	font-weight: normal;
    text-align: center;
    display: block;
}
.modal .modal-body .yikes-mailchimp-eu-compliance-label{
	font-size: 12px;
}
.modal .modal-body .yikes-mailchimp-eu-compliance-label input{
	margin: -2px 2px 0 0;
}
.modal .modal-body .yikes-mailchimp-eu-compliance-label a{
	display: inline;
}

/*------------------------------------*\
	RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width: 485px) {
	
	/* VENTANA EMERGENTE **************************/
	.modal-dialog {
	    width: 450px;
	    margin: 70px auto;
	}
	.modal-content {
	    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	    box-shadow: 0 5px 15px rgba(0,0,0,.5);
	}
}
@media only screen and (min-width: 768px) {
  #text-menu{
    display: inline-block;
  }
}

@media only screen and (min-width: 992px) {
  .loop-event-contanier .list-event:nth-child(3n+1) { 
    clear:both;
  }
}



@media only screen and (max-width: 1200px){
  #menu-buttons {
    flex-grow: 2;
  }
}

@media only screen and (max-width: 992px){
	
	/* MENU **************************/
	.logo-menu.show{
		left:-15px;
		top:20px;
		max-width: 100px;
		z-index:999;
	}
	.overlay-close.show {
		top:20px;
		right: 25px;
		z-index:999;
	}
	
	/* CURSOS **************************/
	.header-curso {
		min-height: 0;
	}
	.header-curso h1{
		font-size: 36px;
    	margin: 100px 0 5px;
	}
  .content-post iframe{
    height: auto;
  }
	
	/* MÁSTERS **************************/
	.title-slider-masters{
		position: relative;
	}
	.slider-masters .cycloneslider-template-masters .cycloneslider-caption{
		display:none;
	}
	.single-masters .header-curso .wpb_single_image{
		padding-top: 0!important;
    	padding-bottom: 0px !important;
	}
	
	/* SHOWROOM **************************/
	.top-evento-destacado{
		min-height: 250px;
	}
	.top-evento-destacado .desc-event {
		margin: 120px 0 40px;
	}
	.header-post-event {
		height: 300px;
	}
	.sidebar-newsletter.frm-newsletter h6,
	#yikes-mailchimp-container-7 .yikes-mailchimp-form-title{
		font-size: 22px !important;
	}
	.sidebar-newsletter.frm-newsletter .inputs-newsletter input[type=email] {
		width: 100% !important;
	}
	.sidebar-newsletter.frm-newsletter .inputs-newsletter input[type=submit] {
		width: 100% !important;
		margin: 5px auto;
	}
  
	/* FOOTER **************************/
  .menu-social-menu-container ul{
    margin-top: -10px;
    text-align: center;
  }
  .menu-social-menu-container ul li{
    display: inline-block;
    padding: 5px;
  }
}
@media only screen and (max-width: 768px){
	
	.cycloneslider-template-banner{
		display:none !important;
	}
  .wptww-testimonials-slidelist.design-4 .wptww-testimonial-inner .wptww-testimonial_avatar, .wptww-testimonials-slide-widget.design-4 .wptww-testimonial-inner .wptww-testimonial_avatar, .wptww-testimonials-list.design-4 .wptww-testimonial-inner .wptww-testimonial_avatar{
    position: relative;
    top: inherit;
    left: 0;
    right: 0;
    margin: auto;
  }
  .wptww-testimonials-slidelist.design-4 .wptww-testimonial-inner, .wptww-testimonials-list.design-4 .wptww-testimonial-inner, .wptww-testimonials-slide-widget.design-4 .wptww-testimonial-inner{
    padding: 0;
    margin: 0;
  }
	
	/* MENU **************************/
	.logo-menu.show{
		left:10px;
	}
	.logo-menu.show{
		left:-10px;
		max-width: 80px;
	}
	#login-buttons{
		padding:0 !important;
	}
	.header-links a i:not(.login){
		font-size:20px;
		padding:0 4px;
	}
  .header-links a{
    font-size: 12px !important;
  }
	.header-links a span{
		display:none;
	}
  #cart {
    margin-left: 10px;
  }
	.wwp-vc-breadcrumbs li{
		margin: .2em 0;
	}
	
	/* CURSOS **************************/
	.back-cursos img{
		display:none;
	}
	.back-cursos a{
		font-size: 11px;
    	vertical-align: text-top;
	}
	.select-tab-curso p{
		border-bottom: 2px solid #ea565d;
	}
	.select-tab-curso a,
	.select-tab-curso p{
		text-align: left;
	}
  .single-cursos h6 a{
    font-size: 14px;
  }
	.sidebar-cursos,
	.sidebar-cursos > .vc_column-inner{
		margin-top: 0px !important; 
	}
	.sidebar-cursos .vc_row-fluid:not(.title-sidebar-cursos):not(.product-sidebar-cursos):not(.frm-informacion):not(.sidebar-cursos),
	.sidebar-masters .vc_row-fluid:not(.title-sidebar-cursos):not(.product-sidebar-cursos):not(.frm-informacion):not(.sidebar-cursos){
		display:none;
	}
	.row-cat-cursos{
		margin:0;
	}
	.row-cat-cursos .column-img{
		min-height: 250px;
	}
	.links-cursos .vc_column-inner{
		padding-top:0 !important;
		padding-bottom:0 !important;
	}	
	.row-cat-cursos .links-cursos .wpb_text_column{
		margin:20px 0;
	}
	.row-cat-cursos .column-img .vc_column-inner{
		border-top-width: 0 !important;
    	border-bottom-width: 0 !important;
	}
	.carousel-curso .vc_images_carousel .vc_carousel-control.vc_right {
		right: -35px;
	}
	.carousel-curso .vc_images_carousel .vc_carousel-control.vc_left {
		left: -35px;
	}
	body.single-cursos .news-grid,
	body.single-cursos .tv-grid{
		display:none;
	}

	/* MÁSTERS **************************/
	body.single-masters .news-grid,
	body.single-masters .tv-grid,
	body.single-masters .title-lens-por-dentro,
	body.single-masters .slider-profesores-masters{
		display:none;
	}
	
	.sidebar-masters{
		margin-top: 0px !important; 
	}
	.select-master-left{
		float: right !important;
	}
	.select-master-right{
		float: left !important;
	}
	.galeria-masters{
		margin-top: 0px !important; 
		text-align:center;
	}
	
	/* HOME **************************************/
	.home-video-container{
		background:url(../img/poster.png) center center no-repeat;
		background-size:cover;
	}
	.progress-container{
		display:none;
	}
	
	/* ESCUELA DE CINE **************************************/
	.escuela-de-cine .content-select-escuela{
		margin-top:0;
	}
  .select-escuela-cine .select-escuela-cine-text{
    opacity:1;
    height:auto;
    margin-bottom:25px;
  }
	
	/* LENS KIDS **************************************/
	.link-kids a{
		opacity:1;
	}
	
	/* SHOWROOM **************************/
	.top-evento-destacado{
		min-height: 200px;
	}
	.top-evento-destacado .desc-event {
		margin: 60px 0 40px;
	}
	.header-post-event {
		height: 180px;
	}
	.column-presentaciones a,
	.column-exposiciones a{
    	display: block;
    	margin: 0 !important;
		border:0 !important;
	}
	.column-presentaciones img {
		margin-top: 0;
		top: 0;
		left: 0;
		bottom: 0;
		 -webkit-transform: scale(1); 
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		 transform: scale(1); 
	}
	.column-exposiciones img {
		margin-top: 0;
		right: 0;
		bottom: 0;
		top: 0;
		 -webkit-transform: scale(1); 
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		 transform: scale(1);
	}
	
	/* LENS TV **************************************/
	.lens-tv-top-video iframe{
		height:360px !important;
	}
  
  /* SEARCH **************************************/
  .search-container{
    padding: 15px;
  }
  
  /* CONTACTO **************************************/
  .call-to-action-contacto, .call-to-action-contacto p, .call-to-action-contacto h2 {
      text-align: center;
  }
  .call-to-action-contacto h2 {
      font-size: 30px !important;
  }
  .visita-virtual {
      margin-bottom: 0px;
  }
  .caja-formulario {
      width: 90%;
      margin: 0 auto;
  }
	
	/* FOOTER **************************************/
	#footer .col-12{
		text-align:center !important;
	}
  
	/* HOME **************************************/
  .title-container{
    display: block;
  }
  
  .woocommerce-checkout .vc_custom_1494951667485 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .woocommerce-checkout  .vc_row.vc_row-flex>.vc_column_container>.vc_column-inner{
    border-right: none !important;
  }
  
}
@media only screen and (max-width: 767px){
  #menu-buttons {
    flex-grow: 1;
  }
  .vc_row.row-inverse { 
    display: flex;
		flex-direction:column-reverse;
	}
  #home-slider .cycloneslider-template-standard .cycloneslider-caption-title {
    font-size: 26px;
  }
  #home-slider .cycloneslider-template-standard .cycloneslider-caption-description{
    font-size: 13px;
  }
  #home-slider .cycloneslider-template-standard .cycloneslider-caption{
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    width: 95%;
  }
  #home-slider .cycloneslider-template-standard .cycloneslider-pager {
    display: none;
  }
}
@media only screen and (max-width: 485px){
	
	/* MENU **************************/
  #logo{
    padding-right: 5px;
  }
  .header-links a{
    padding: 0 3px 0 0;
    vertical-align: middle;
    height: 20px;
  }
  .header-links a .fa-sign-out{
    font-size: 21px !important;
  }
	#login-buttons{
		text-align:center !important;
	}
	#menu-buttons{
		padding-left:0 !important;
	}
  #cart,
  #search{
    margin-left: 0;
    margin-right: 6px;
  }
  #cart .cartBtn, 
  #search .searchBtn{
    font-size: 18px;
  }
  #cart .cart-contents-count{
    margin-left: -14px;
  }
  #hamburger{
    width: 38px;
  }
  .modal .overlay-close {
    top: 8px;
    right: 8px;
    color: #ea565d;
    border: 2px solid #ea565d;
  }
	
	/* LENS TV **************************************/
	.lens-tv-top-video iframe{
		height:230px !important;
	}
  
	/* THE SHOWROOM *******************************/
  .eo-events-nav a .meta-nav{
    display: block;
    line-height: 0.8em;
  }
	
	/* FOOTER **************************************/
	#footer .menu-footer-menu-container li{
		display:block;
		text-align:center;
		padding:4px;
	}
  
  .search-container .pagination .page-numbers{
    font-size: 14px;
    padding: 2px;
  }
  
	/* HOME **************************************/
  .title-container img{
    max-height:80px;
  }
  
  .modal-body{
    padding: 40px 30px 15px;
  }
  .select-home-text{
    position:relative;
    top:inherit;
    transform: none;
    margin-top: -15px;
  }

}

@media screen and (max-height: 768px) {
	
	/* MENU **************************/
	.menu-container{
		height:100%;
	}
	.overlay nav {
		height: 85%;
	}
	.overlay .menu-menu-principal-container > ul li a{
		font-size: 14px;
	}
	.overlay .menu-menu-principal-container > ul li.border-bottom-menu{
		margin-bottom:0;
		padding-bottom:5px;
	}
	.overlay .menu-menu-principal-container > ul li,
	.overlay .menu-menu-principal-container > ul li.link-bottom-menu {
		min-height: 24px;
	}
	.overlay .menu-menu-principal-container > ul{
		padding: 25px 0;
		z-index:1;
	}
	
	/* VENTANA EMERGENTE **************************/
	.modal .overlay-close {
		border: 2px solid #757575;
		background-color:transparent;
		color: #757575;
		right: 10px;
		top: 10px;
	}

}
@media screen and (max-height: 650px) {
	
	/* MENU **************************/
	.overlay nav {
		height: 100%;
	}
	.overlay .menu-menu-principal-container > ul li a,
	.overlay .menu-menu-principal-container > ul li.link-bottom-menu a{
		font-size: 14px;
	}
	.overlay .menu-menu-principal-container > ul li,
	.overlay .menu-menu-principal-container > ul li.link-bottom-menu {
		min-height: 18px;
	}
	.logo-menu.show{
		max-height:80px;
	}
	.overlay .menu-menu-principal-container > ul{
		padding: 40px 0 30px 0;
		z-index:1;
	}

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*------------------------------------*\
	ESTRUCTURAS GENERICAS
\*------------------------------------*/

.right{ float:right;}
.left{ float:left;}
.rounded{ border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.circle{ border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;}
.box{ box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box}
.w100{ width:100%;}
.w75{ width:75%;}
.w66{ width:66.66%;}
.w50{ width:50%;}
.w33{ width:33.33%;}
.w25{ width:25%;}
.w20{ width:20%;}
.zero{ width:0; height:0; overflow:visible; position:relative;}
.error{ color:#FF0000;}
.d-none{ display:none;}
.scroll-y{ overflow-y:auto;}
.hide{ opacity: 0.00; -moz-opacity: 0.00; -khtml-opacity: 0.00; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=00); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=00); filter:alpha(opacity=00);}
.shadowed{ box-shadow: 0px 0px 3px #333;-moz-box-shadow: 0px 0px 3px #333;-webkit-box-shadow: 0px 0px 3px #333;-o-box-shadow: 0px 0px 3px #333;}
.clear{ clear:both;}
.clearfix { *zoom:1; clear: both;}
.clearfix:after { content: ""; display: block; clear: both;}
.d-table{ display:table; border-collapse:separate; border-spacing:0;}
.d-row{ display:table-row;}
.d-cell{ display:table-cell; vertical-align:middle;}
.anim, a:hover{ transition: all 0.3s ease-out 0s;-webkit-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;-ms-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;}
.loading{ position:absolute; width:100%; height:100%; top:0; left:0; text-align:center; margin:auto; z-index:999; background:rgba(255,255,255,0.65); border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; display:none;}
.loading img{ position:absolute;  max-width:60px; top:50%; 	left:50%; margin-top:-30px; margin-left:-30px; -webkit-animation:spin 2s linear infinite; -moz-animation:spin 2s linear infinite; animation:spin 2s linear infinite;}
@-moz-keyframes spin { 100% { -moz-transform:rotate(360deg);}}
@-webkit-keyframes spin { 100% { -webkit-transform:rotate(360deg);}}
@keyframes spin { 100% {-webkit-transform:rotate(360deg);transform:rotate(360deg);}}
.hover-box{	position:absolute; width:100%; height:100%; z-index:9;	background-color:#FFF; display:none;}
.set-opacity{ opacity: 0.50; -moz-opacity: 0.50; -khtml-opacity: 0.50; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=50); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); filter:alpha(opacity=50);}
.noscript{ background:#FFF; padding:5px; font-size:15px;}
.nopadding {padding: 0 !important;}
.l-spacing{ letter-spacing:2px;}

.frm-informacion .wpcf7-submit,
.sidebar-newsletter.frm-newsletter .inputs-newsletter input[type=submit],
.vc_btn3.vc_btn3-size-md,
.vc_btn3.vc_btn3-color-danger, 
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat{ background-color: #ea565d !important;}

#wpca-box {z-index: 99999; display: table; padding: 20px 0; opacity: 0.95; -moz-opacity: 0.95; -khtml-opacity: 0.95; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=95); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95); filter: alpha(opacity=95); border-collapse: separate; border-spacing: 10px 0;}
#wpca-box .wpca-wrapper{padding:0; font-size:13px}
#wpca-message{display:table-cell; width:80%}
#wpca-ok{text-align:center; display:table-cell; width:20%}
#wpca-ok a{float: none; display: block; margin: auto; padding: 7px 0; text-align: center; max-width: 140px;}
@media (max-width: 600px){
  #wpca-box, #wpca-message, #wpca-ok {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding: 5px;
  }
}

.vc_tta.vc_tta-style-modern .vc_tta-panel-body, 
.vc_tta.vc_tta-style-modern .vc_tta-panel-heading, 
.vc_tta.vc_tta-style-modern .vc_tta-tab>a{
	border:0 !important;
}

.wwp-vc-breadcrumbs {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.wwp-vc-breadcrumbs::after {
    clear: both;
    content: "";
    display: table;
}
.wwp-vc-breadcrumbs li::after {
    margin: 0 1em;
}
.wwp-vc-breadcrumbs li::after {
    color: #959fa5;
    display: inline-block;
    margin: 0 0.6em;
}
.wwp-vc-breadcrumbs li {
    margin: 1.2em 0;
}
.wwp-vc-breadcrumbs li {
    display: inline-block;
    float: left;
    position: relative;
    margin: 0.5em 0;
}
.wwp-vc-breadcrumbs li:last-of-type::after {
    display: none;
}

/* Triangle **/
.wwp-vc-breadcrumbs.triangle {
    list-style: none;
    overflow: hidden;
}
.wwp-vc-breadcrumbs.triangle li {
    float: left;
    margin: 0 !important;
}
.wwp-vc-breadcrumbs.triangle li a {
    color: white;
    text-decoration: none;
    padding: 10px 0 10px 55px;
    position: relative;
    display: block;
    float: left;
}
.wwp-vc-breadcrumbs.triangle li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}
.wwp-vc-breadcrumbs.triangle li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}
.wwp-vc-breadcrumbs.triangle li:first-child a {
    padding-left: 20px;
}
.wwp-vc-breadcrumbs.triangle li:last-child {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    padding: 10px 20px 10px 55px;
    color: white;
    position: relative;
    display: block;
    float: left;
}
.wwp-vc-breadcrumbs.triangle li:last-child a:after { border: 0; }

/* Multi-Steps **/
.wwp-vc-breadcrumbs.multi-steps {
    background-color: transparent;
    padding: 0;
}
.wwp-vc-breadcrumbs.multi-steps li {
    position: relative;
    margin: 0.4em 40px 0.4em 0;
}
.wwp-vc-breadcrumbs.multi-steps li > *, .wwp-vc-breadcrumbs.multi-steps li.current > * {
    position: relative;
}
.wwp-vc-breadcrumbs.multi-steps.text-center li::after {
    width: 100%;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%) translateX(-1px);
    -moz-transform: translateY(-50%) translateX(-1px);
    -ms-transform: translateY(-50%) translateX(-1px);
    -o-transform: translateY(-50%) translateX(-1px);
    transform: translateY(-50%) translateX(-1px);
}
.wwp-vc-breadcrumbs.multi-steps.text-center li > * {
    z-index: 1;
    padding: .6em 1em;
    border-radius: .25em;
}
.wwp-vc-breadcrumbs.multi-steps.text-center li.visited > *, .wwp-vc-breadcrumbs.multi-steps.text-center li.current > * {
    color: #ffffff;
}
.wwp-vc-breadcrumbs.multi-steps.text-center li > * {
    color: white;
}
.wwp-vc-breadcrumbs.multi-steps li::after {
    position: absolute;
    content: '';
    height: 4px;
    margin: 0;
}

/* Dots **/
.wwp-vc-breadcrumbs.text-top li, .wwp-vc-breadcrumbs.text-bottom li {
    width: 80px;
    text-align: center;
}
.wwp-vc-breadcrumbs.text-top li::after, .wwp-vc-breadcrumbs.text-bottom li::after {
    position: absolute;
    left: 50%;
    width: calc(100% + 40px);
}
.wwp-vc-breadcrumbs.text-top li > *::before, .wwp-vc-breadcrumbs.text-bottom li > *::before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 12px;
    width: 12px;
    border-radius: 50%;
}
.wwp-vc-breadcrumbs.text-top li::after {
    bottom: -13px;
}
.wwp-vc-breadcrumbs.text-top li > * {
    padding-bottom: 20px;
}
.wwp-vc-breadcrumbs.text-top li > *::before {
    bottom: 0;
}
.wwp-vc-breadcrumbs.text-bottom li::after {
    top: -13px;
}
.wwp-vc-breadcrumbs.text-bottom li > * {
    padding-top: 20px;
}
.wwp-vc-breadcrumbs.text-bottom li > *::before {
    top: 0;
}

/* Dots with counter **/
.wwp-vc-breadcrumbs.count li {
    counter-increment: steps;
}
.wwp-vc-breadcrumbs.count li > *::before {
    content: counter(steps) " - ";
}
.wwp-vc-breadcrumbs.text-top.count li > *::before,
.wwp-vc-breadcrumbs.text-bottom.count li > *::before {
    content: counter(steps);
    height: 26px;
    width: 26px;
    line-height: 26px;
    color: #ffffff;
}
.wwp-vc-breadcrumbs.text-top.count li::after {
    bottom: -19px;
}
.wwp-vc-breadcrumbs.text-top.count li > * {
    padding-bottom: 34px;
}
.wwp-vc-breadcrumbs.text-bottom.count li::after {
    top: -19px;
}
.wwp-vc-breadcrumbs.text-bottom.count li > * {
    padding-top: 34px;
}
.custom-breadcrumbs{
	margin:5px 0;
}
.wwp-vc-breadcrumbs li::after {
    content: "»";
}

.sidebar-newsletter.frm-newsletter h6{
	font-family: 'Lato Black';
    color: #3c4a5c;
    font-size: 28px;
	text-align: left !important;
}
.sidebar-newsletter.frm-newsletter p {
	text-align: left !important;
	display: flex;
	gap: 5px;
    color: #3c4a5c;
    font-size: 12px;
	margin-bottom: 10px;
}
.sidebar-newsletter.frm-newsletter p .wpcf7-list-item{
	margin: 0;
}
.sidebar-newsletter.frm-newsletter .inputs-newsletter {
    margin:0;
	height: auto;
    background: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.sidebar-newsletter.frm-newsletter input:not([type=checkbox]){
	    width: 100%;
	height: 36px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	margin: 0;
	    border: 0;
    outline: 0;
    padding: 0 15px;
    font-size: 14px;
    background: #FFF;
	margin-bottom: 5px;
}
.sidebar-newsletter.frm-newsletter .inputs-newsletter input[type=email]{
	width:100%;
}
.sidebar-newsletter.frm-newsletter .inputs-newsletter input[type=submit],
.sidebar-newsletter.frm-newsletter input.wpcf7-submit {
    display: block;
    width: 100%;
    background-color: #ea565d !important;
    font-family: 'Lato Black';
    font-size: 12px;
    color: #FFF;
    letter-spacing: 1px;
    margin: 10px auto 0;
    padding: 10px 35px;
    text-align: center;
    border: 0;
    outline: 0;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    text-transform: uppercase;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.sidebar-newsletter #yikes-mailchimp-container-7 .yikes-mailchimp-form-title {
    font-size: 26px;
}
.sidebar-newsletter #yikes-mailchimp-container-7 .yikes-mailchimp-form-description {
    font-size: 14px;
}
.hide-text {
    font-size: 0 !important;
    width: 1px !important;
    height: 1px !important;
    display: inline-block !important;
    overflow: hidden !important;
    position: absolute !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    clip: rect(1px,1px,1px,1px) !important;
}
div.pp_default .pp_top,
div.pp_default .pp_left,
div.pp_default .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_middle{
	background: #FFF !important;
}
div.pp_default .pp_content_container .pp_left {
    padding-left: 15px !important;
}

.wptww-testimonials-slidelist.design-4 .wptww-testimonial-inner, .wptww-testimonials-list.design-4 .wptww-testimonial-inner,
.wptww-testimonials-slidelist.design-4 .wptww-testimonial-inner:after, .wptww-testimonials-list.design-4 .wptww-testimonial-inner:after,
.wptww-testimonials-slidelist.design-4 .wptww-testimonial-inner:before, .wptww-testimonials-list.design-4 .wptww-testimonial-inner:before {
    border-color: transparent !important;
}
.wptww-testimonials-slidelist.design-4 .slick-dots{
	display:none !important;
}

.caja-formulario select { 
    font-size: 14px;
    background-color: #f5f5f5;
    color: #444;
    height: 45px;
    outline: 0;
    margin-bottom: 15px;
    border: 1px solid #dfdfdf;
    width: 100%;
}

.page-template-template-mi-cuenta{
	background:#212528;
}

.woocommerce-order-received .woocommerce-order .woocommerce-bacs-bank-details{
  text-align: center;
}
.woocommerce-order-received .woocommerce-order .wc-bacs-bank-details.bacs_details,
.woocommerce-order-received .woocommerce-order .order_details{
  margin: 30px auto;
  display: inline-block;
}

body.single-product{
	background-color: white;
}
body.single-product div.product div.summary {
	display: block;
	float: none !important;
	/*width: 600px !important;*/
	max-width: 100%;
	margin: 0 auto 35px !important;
	padding: 16px;
	background-color: #f3f3f3 !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


