/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* color eaf */
.coloreaf {
	color: #FCB514;
}

/* tamaño texto introducción */
.uk-text-center h1 {
	font-size: 50px;
    line-height: 1.4;
}

/* subrrayado de enlaces */
a, .uk-link {
    text-decoration: none;
}

/*Posicion y color de facebook
.tm-navbar-fullscreen-contrast .uk-icon-facebook {
    color: #FFF;
}

*/
.uk-icon-facebook {
   margin-top: -20px !important;
}


/* Botones "Que hacemos" */
.uk-overlay-panel .uk-button:not(.uk-button-primary):not(.uk-button-success):not(.uk-button-danger),
.uk-overlay-panel .uk-icon-button {
    font-size: 1.2rem;
    padding: 10px 15px;
}

/*  "Quienes somos" */
#fondo .uk-panel-box { 
  background: none; 
}


/* modificaciones en el menu */
.uk-navbar-nav > li > a {
    padding: 0 10px;
    font-family: sans-serif;
}


@media (max-width: 1219px)
.tm-navbar .tm-nav-wrapper-margin {
  margin-right: 0px;
}

/*Tamaño de contenedor de submenu*/
.uk-dropdown {
    width: auto;
}

/*Modificacion titulo del artículo y modulos */
.titulogrande h1 {
    font-size: 60px;
    font-weight: 300;
    line-height: 1.6;
    margin: 0px 0px 20px;
    /*text-align: center;*/
    text-transform: none;
}

/*
.uk-panel .uk-panel-title {
	font-size: 60px;
	font-weight: 300;
	line-height: 1.6;
	margin: 0px 0px 20px;
	text-align: center;
	text-transform: none;	
}

/*
.uk-panel-teaser .uk-panel-title,
.uk-panel-box .uk-panel-title
.uk-link-reset

*/
/*
.uk-panel-box .uk-panel-title,
.uk-scrollspy-inview .uk-panel-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  /* text-transform: uppercase; */
/*  text-align: left;
}

*/

/* Eliminar logo de la pagina de inicio */
.tm-logo {
    display:none;
}

.uk-navbar-attached .tm-logo {
    display:inline-block;
}


/*Modificacion colores meus*/
.tm-navbar-fullscreen-contrast:not(.uk-navbar-attached) .uk-navbar-nav > li.uk-active > a {
    display:none;
}

.uk-navbar-nav > li.uk-active > a{
    color: #FCB514;
}

.uk-nav-navbar > li > a {
    color: #444;
}

.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
    color: #fcb514;
}

.uk-nav-navbar > li.uk-active > a {
    color: #fcb514;
}

/*Modificacion de estamos aqui */
.uk-breadcrumb > li {
    font-size: 1.8rem;
}

.uk-breadcrumb > li.uk-active {
    color: #fcb514;
}

/*CSS modulo de contacto */
select, textarea, input[type="text"], input[type="password"], input[type="url"], input[type="email"] {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  box-sizing: border-box;
  color: #666;
  font-size: 14px;
  font-weight: 300;
  height: 38px;
  max-width: 100% !important;
  padding: 0 10px;
}


.gkContactForm {
    overflow: hidden;
    padding: 60px 0 0;
}
.gkContactForm[data-cols="1"] > div {
    width: 100%;
}
.gkContactForm[data-cols="2"] > div {
    float: right;
    width: 41%;
}
.gkContactForm[data-cols="2"] > form {
    float: left;
    width: 45%;
}
.gkContactForm h3 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.gkContactForm form p {
    margin: 0 0 12px;
}
.gkContactForm input[type="text"], .gkContactForm input[type="email"], .gkContactForm textarea {
    width: 100%;
}
.gkContactForm input[type="text"], .gkContactForm input[type="email"] {
    height: 52px;
    line-height: 53px;
    padding: 0 22px;
}
.gkContactForm textarea {
    height: 190px;
    padding: 22px;
}
.gkContactForm address {
    color: #999;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
}
.gkContactForm address p {
    margin: 0;
}
.gkContactFooter {
    color: #999;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
    margin: 10px 0 0;
}
.gkContactSocialIcons {
    margin: 0;
    overflow: hidden;
    padding: 10px 0 0;
}
.gkContactSocialIcons > a {
    display: block;
    float: left;
    height: 32px;
    margin-right: 6px;
    overflow: hidden;
    width: 32px;
}
.gkContactSocialIcons > a::before {
    border: 2px solid #ebebeb;
    border-radius: 50%;
    box-sizing: border-box;
    color: #c7c7c7;
    display: block;
    font-family: FontAwesome;
    font-size: 16px;
    height: 32px;
    line-height: 28px;
    text-align: center;
    text-indent: 0;
    transition: all 0.3s ease-out 0s;
    width: 32px;
}
.gkContactSocialIcons > a:hover::before {
    background: none repeat scroll 0 0 #7484ff;
    border-color: #7484ff;
    color: #fff;
}
.gkContactFbIcon::before {
    content: "";
}
.gkContactTwitterIcon::before {
    content: "";
}
.gkContactGplusIcon::before {
    content: "";
}
.gkContactLinkedinIcon::before {
    content: "";
}
.gkContactPinterestIcon::before {
    content: "";
}
.gkContactRssIcon::before {
    content: "";
}

.bigbutton {
  background: none repeat scroll 0 0 #fcb514;
  border: medium none;
  border-radius: 2px;
  color: #fff !important;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 15px;
  font-weight: 400 !important;
  height: 34px;
  line-height: 34px;
  margin: 0 5px 2px 2px;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease-out 0s;
}

/*Modificaciones en producciones */
.sinopsis {
	min-height:100%;
	text-decoration:none;
	text-align:left;
    padding: 10px 0 0 0;
}

.sinopsis img{
	width:30%;
	float:left;
	padding:0px 10px 0px 0px;
}

.sinopsistext {
    width:70%;
	float:left;
}

.cajasinop{
	float:left;
    width:100%;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	text-align: justify;
} 

.uk-accordion-content .uk-h3 {
    display: none;
}


