/*! Place your custom styles here */
[data-scrim-top="5"]:before {
  opacity: 1;
}
/* --- Mis css's --- */
.tabs-content > li:not(.active) .tab__content {
  display: none !important;
}
.tabs-content>li.active {
   z-index: none!important;
}

.podcast-lazos .masonry__item.col-sm-6.col-xs-12 {
    position: relative !important;
}
.prensa-lazos .masonry__item.col-sm-6.col-xs-12 {
    position: relative !important;
}
.captcha{
  display: flex;
  justify-content: center;
}

/*.tabs-container .tabs-content > li{ display: none;}
.tabs-container .tabs-content > li.active{ display: list-item;}*/


/* --- Cambio color naranja--- */

a{ color: #ff7900;}
a:hover{ color: #ff7900;}
.btn--primary, .btn--primary:visited{
	background: #ff7900;
	border-color: #ff7900;
}
.btn--primary:hover{ 
	background: #fe9c0e;
	border-color: #fe9c0e;
}
.process-1:before {	background: #ff7900;}
.process__item:after { border: 2px solid #ff7900;}

/* --- Fin Cambio color naranja --- */

textarea { resize: none;}
.ajustarRow{ 
	margin-left: 0px;
	margin-right: 0px;
}
#noPadding div{ 
	margin-bottom: 20px;
	padding: 0px;
}
.fNovedades select, .fNovedades input, .fNovedades .input-checkbox .inner{
	border: 1px solid #ff7900;
	font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
	color: #808080;
}
.ajustarChecks{ padding-left: 0px;}
.ajustarcheckbox{
    -webkit-appearance: none;
    background: #fcfcfc;
    border-radius: 6px;
    border: 1px solid #ff7900;
}
/*.fNovedades select option{ 
	color: #808080;
	font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
}*/
.desplegable{
	-webkit-appearance: menulist;
}
.margenLis{ margin-right: 30px;}
.margenUls{ margin-left: 30px !important;}
.accordion li.active .accordion__content{ max-height: 2500px;}

/* --- Home --- */

.ajustarTitulos{ margin-top: 10px !important; }

/* --- Fin Home --- */

/* --- Sección servicios --- */

.tServicios{
	margin-bottom: 0.1em;
	font-weight: bold;
}
.pServicios{}
.aServicios{ font-size: 1em !important;}
.tColor{ color: #ff7900;}
.h3Align{ text-align: center;}
.pAlign{ text-align: justify;}
.rowMargin{ margin-bottom: 4em;margin-top:0.5em;}

/* --- Fin Sección Servicios --- */

/* --- Sección Multimedia --- */

.alturaIframe > iframe{
	height: 110px;
}

/* --- Fin Sección Multimedia --- */

/* --- Política de cookies --- */

table th{
	background: #ff7900;
	color: #fff;
	text-align: center;
}


/* --- Fin Política de cookies --- */


/* --- Fin mis css's --- */

/* --- Media queries --- */



/* --- Fin Media queries --- */

.selected{
	color: #252525;
}
#actual>a{
	color: #252525;
}
@keyframes gelatina {
  from, 22.2%, to {
    -webkit-transform: none;
    transform: none;
  }

  32.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  43.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  54.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  65.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  76.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  87.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  98.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.gelatina {
  -webkit-animation: gelatina linear 2s 2s infinite;
  animation: gelatina linear 2s 2s infinite;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.margen{
	margin: 40px;
	margin-bottom: 50px;
}

/* --- LOGO --- */
/*----------cambiado por Paloma --------------*/
.bar .logo {
	/*top: -23px;
	max-height: 6em;*/
	top: -27px;
	max-height: 7em;
}


.main-container section.cover.height-80.imagebg.switchable{ margin-top:-20px;}
.main-container {
    padding-top: 20px;
}
#menu2 .menu-horizontal {
    position: relative;
    top: 6px;
}
#menu2 {
	padding-bottom: 2.5em;
    padding-top: 2.5em;
	
}


/*----------Fin cambiado por Paloma --------------*/

footer .logo {
	max-height: 7em;
}

/* --- FIN LOGO --- */

p a{
	text-decoration: none;
}
.contacto input, .contacto textarea { border: 1px solid #ff7900; }

.margen-video{
	margin:50px;
}
.centro{
	display: flex;
	justify-content: center;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #333;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #333;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #333;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #333;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #333;
}

#formularioInscripcion{
	padding: 20px;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 5px;
}

.centro>.input-checkbox+span{
	line-height: 4.5;
}

.user img{
	border: 1px solid;
}
.centroC{
	flex-flow: column;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tabs-content>li{
	z-index: 0;
}
.tabs-content>li.active{
	z-index: 10000;
}
.hover-element__reveal{
	z-index: 5;
}
.video-play-icon{
	z-index: 6;
}

.margenSuperior{
	margin-top:10px;
}
#inscripcion{
padding-right:4.9em;
}
.logo-light{
display:none;
}
@media only screen and (max-width: 766px) {
.bar .logo {
	top: 0px;
	max-height: 7em;
}
}
.input-checkbox+span{
white-space:pre-wrap;
}
.centro{
margin:20px;
}
/*.masonry__container.prensa-lazos .masonry__item.col-sm-6.col-xs-12{
  left: 0 !important;
  top: 0 !important;
}*/


body[data-dark="true"] .menu-horizontal.text-left li a{
  color: #fff;
}

body[data-dark="true"] #menu2 .btn__text{
  color:  #fff;
}