@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');

.c-yma-primary{
	color: #25234D;
}
.bg-yma-primary{
	background: #25234D;
}
.c-yma-secundary{
	color: #42428C;
}
.bg-yma-secundary{
	background: #42428C;
}
.c-yma-third{
	color: #948FB1;
}
.bg-yma-third{
	background: #948FB1;
}

/*LOADER*/
#div_loader {
	z-index: 9999;
	position: fixed;
	display: table;
	background: #fff;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	width: 100%;
	height: 100vh;
}
#div_loader_message {
	z-index: 9999;
	position: fixed;
	display: table;
	background: rgba(0,0,0,.5);
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	width: 100%;
	height: 100vh;
}
#div_loader_row{
	display: table-row;
	vertical-align: middle;
	text-align: center;
}
#div_loader_cell{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.loader {
  width: 150px;
  height: 150px;
  line-height: 150px;
  margin: 100px auto;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  z-index: 0;
  text-transform: uppercase;
}

.loader:before,
.loader:after {
  opacity: 0;
  box-sizing: border-box;
  content: "\0020";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  border: 1px solid #000;
  box-shadow: 0 0 2px #000, inset 0 0 2px #000;
}

.loader:after {
  z-index: 1;
  -webkit-animation: gogoloader 2s infinite 1s;
}

.loader:before {
  z-index: 2;
  -webkit-animation: gogoloader 2s infinite;
}

@-webkit-keyframes gogoloader {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}



section{
	/*display: inline-block;*/
	/*width: 100% !important;*/
	/*padding: 40px 0;*/
	padding-top: 70px;
	padding-bottom: 40px;
}

.linea-seapacion-seccion{
	padding-top: 0;
	padding-bottom: 0;
}

article{
	padding-bottom: 30px;
}

/*section.container{
	background: url(../img/bg-content.png);
}*/
body{
	/*background: url(../img/bg-content.jpg) repeat-y;
    background-size: 100%;*/
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    /*font-weight: bold;*/
}

#portada{
	position: relative;
	width: 100%;
	height: 100vh;
	display: table;
	background: url(../img/portada.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position-x: 65%;
}

#portada #portada-tablerow{
    display: table-row;
    height: 100%;
}

#menu{
	z-index: 10;
	position: fixed;
	display: table;
	top: 0;
	left: -200%;
	/*left: -500px;*/
	/*max-width: 500px;*/
	width: 100%;
	height: 100vh;
	/*background: #42428C;*/
	background: rgba(255,255,255,1);
	text-align: center;
	/*vertical-align: middle;*/
	font-family: 'Roboto', sans-serif;
	font-size: 14px;

	-webkit-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
#menu-table-row{
	display: table-row;
	width: 100%;
	height: 100%;
}
#menu-table-cell{
	display: table-cell;
	vertical-align: middle;
}

#menu #menu-close{
	position: absolute;
	/*top: 0;*/
	right: 40px;
	text-decoration: none;
	color: #42428C;
    font-size: 20px;
    /*margin: 20px;*/
    /*margin-left: 40px;*/
    margin-top: 24px;
    /*width: 100%;*/
    text-align: center;
}

#menu img{
	padding: 30px 30px 10px 30px;
	width: 350px;
}
#menu ul{
	list-style: none;
	padding: 50px 0;
	margin: 0;
}

#menu ul li{
	display: block;
	padding: 5px;
	/*text-align: center;*/
}

#menu ul li a{
	color: #42428C;
	text-decoration: none;
	font-size: 16px;
}

#menu ul li a:hover{
	color: #25234D;
	text-decoration: none;
}
#menu_footer_lang{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 10px !important;
}
.adorno_hilo_menu{
	padding: 20px !important;
}


.bg-oscuro{
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    /*display: table;*/
    
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
}

#header-yma{
	z-index: 8;

    position: fixed;
    width: 100%;
    top: 0;
	/*position: relative;*/
	display: table-caption;
	
	height: 90px;
	color: #fff;

	-webkit-box-shadow: 0px 2px 5px 0px rgba(48,48,48,0.7);
	-moz-box-shadow: 0px 2px 5px 0px rgba(48,48,48,0.7);
	box-shadow: 0px 2px 5px 0px rgba(48,48,48,0.7);
}
.header-yma-v2{
	width: 100%;
    display: initial !important;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

#navbar-static{
	background: #fff;
	/*background: #42428C;*/
	height: 90px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

#navbar-static-v2{
	position: relative;
	
	background: #fff;
	height: 90px;
	text-align: center;
}
#subnavbar-static{
	background: #e3e3e3;
	height: 90px;
	text-align: center;
}
#subnavbar-static #sub-menu{
	list-style: none;
	margin: 0;
	/*margin-left: 20px;*/
}

#subnavbar-static #sub-menu li{
	position: relative;
	float: left;
	height: 90px;
	line-height: 90px;
	/*border-right: 1px solid #42428C;*/
}

#subnavbar-static #sub-menu li.active{
	background: url(../img/active_menu_2.svg);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

#subnavbar-static #sub-menu li.active a{
	color: #fff;
}

#subnavbar-static #sub-menu li.active a:hover{
	color: #fff;
}

#subnavbar-static #sub-menu li:after{
	position: absolute;
	right: -2px;
	content: "|";
	color: #42428C;
}

#subnavbar-static #sub-menu li:last-child{
	float: left;
	height: 90px;
	line-height: 90px;
}

#subnavbar-static #sub-menu li a{
	display: inline-block;
	text-decoration: none;
	color: #000;
	padding: 0 16px;
}

#subnavbar-static #sub-menu li a:hover{
	text-decoration: none;
	color: #000;
}

#subnavbar-static #sub-menu li i{
    padding-top: 9px;
}

#header-yma #menu-ul-left{
	position: absolute;
	left: 40px;
	/*position: relative;*/
	display: inline-block;
	float: left;
	width: 120px;
	height: 90px;
	/*background: #fff;*/
	/*background: #25234D;*/
	padding: 0;
	margin: 0;
	/*margin-left: 20px;*/
	list-style: none;
	text-align: center;
}

#header-yma #menu-ul-left li{
	line-height: 90px;
}
#header-yma #menu-ul-left li a{
	display: block;
	text-decoration: none;
	color: #000;
}
#header-yma #menu-ul-left li a:hover{
	text-decoration: none;
	color: #000;
}

#header-yma #social-ul{
	/*position: absolute;*/
	/*position: relative;*/
	display: inline-block;
	float: right;
	top: 0;
	right: 0;
	width: 48px;
	height: 90px;
	background: #25234D;
	padding: 0;
	margin: 0;
	margin-right: 20px;
	list-style: none;
	text-align: center;
}
#header-yma #social-ul li{
	line-height: 90px;
}
#header-yma #social-ul li a{
	display: block;
	color: #fff;
}
#header-yma #social-ul li a span i.zmdi-hc-stack-1x{
	font-size: 24px;
    font-weight: 800;
}
#header-yma #social-ul li a:hover{
	text-decoration: none;
	color: #fff;
}

#header-yma #info-ul{
	position: absolute;
	display: inline-block;
	float: right;
	top: 0;
	right: 40px;
	height: 90px;
	padding: 0;
	margin: 0;
	/*margin-right: 80px;*/
	list-style: none;
	text-align: center;

	/*position: absolute;*/
	/*right: 68px;*/
}
#header-yma #info-ul > li{
	line-height: 90px;
	display: inline-block;
	width: 100px;
}
#header-yma #info-ul > li a{
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 15px;
	font-weight: 500;
}
.header-yma-v2 #info-ul li a{
	display: block;
	color: #42428C !important;
}
#header-yma #info-ul > li a i.zmdi-caret-down{
	font-size: 24px;
    font-weight: 800;
    padding: 0 5px;
}
#header-yma #info-ul > li a:hover{
	text-decoration: none;
	color: #42428C;
}

#header-yma #info-ul > li.info-ul-menu{
	position: relative;
}

.subline-menu {
	position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    display: none;
    cursor: pointer;
    z-index: 0;
}
#header-yma #info-ul > li.info-ul-menu:hover .subline-menu{
	display: block;
    bottom: 25px;
}

#header-yma #info-ul > li.active .subline-menu{
	display: block;
    bottom: 25px;
}

#dropdown-idioma{
	display: none;
	position: absolute;
	background: #fff;
	top: 66px;
	padding: 0;
	list-style: none;

	/*-webkit-box-shadow: 0px 1px 3px 1px rgba(66,65,66,.6);
	-moz-box-shadow: 0px 1px 3px 1px rgba(66,65,66,.6);
	box-shadow: 0px 1px 3px 1px rgba(66,65,66,.6);*/
}

#dropdown-idioma li {
	text-align: center;
	height: 40px;
	line-height: 40px;
	width: 100px;
}

#dropdown-idioma li a{
	display: block;
	color: #000;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
}

#dropdown-idioma li a:hover{
	color: #000;
	text-decoration: none;
	background: rgba(148,143,177,.5);
}

#container-logo-static {
	position: relative;
	display: inline-block;
	background: #fff;
	width: 220px; 
	height: 90px; 
	border: 2px solid #25234D; 
	/*margin-left: 66px;*/

	-webkit-transform: skew(-28deg);
	-moz-transform: skew(-28deg);
	-ms-transform: skew(-28deg);
	-o-transform: skew(-28deg);
	transform: skew(-28deg);

	-webkit-box-shadow: 0px 0px 5px 2px rgba(48,48,48,0.7);
	-moz-box-shadow: 0px 0px 5px 2px rgba(48,48,48,0.7);
	box-shadow: 0px 0px 5px 2px rgba(48,48,48,0.7);
}
#container-logo-static-v2 {
    /*position: absolute;*/
    position: relative;
    
    /*width: 100%;*/
    display: inline-block;
    padding-top: 12px;
    /*top: 0;*/
    /*left: 0;*/
}

#container-logo-static img {
	padding-top: 30px;
    padding-right: 18px;
    width: 210px;

	-webkit-transform: skew(28deg);
	-moz-transform: skew(28deg);
	-ms-transform: skew(28deg);
	-o-transform: skew(28deg);
	transform: skew(28deg);
}

#portada-tablecell {
	display: table-cell;
    vertical-align: bottom;
    text-align: right;
}

#container-portada {
	z-index: 1;
	position: absolute;
    right: 0;
    bottom: 100px;
	/*display: inline-block;*/
	width: 650px;
	min-height: 130px;
	/*vertical-align: middle;*/
	background: rgba(37,35,77,.6);
	/*background: url(../img/bg-texto-portada.svg);*/
	/*-webkit-background-size: 100% 100%;*/
	/*background-size: 100% 100%;*/
	text-align: center;
	max-width: 95%;
	padding: 30px;
	padding-bottom: 10px;
	/*-webkit-box-shadow: 7px 7px 0px 0px rgba(48,48,48,0.5);
	-moz-box-shadow: 7px 7px 0px 0px rgba(48,48,48,0.5);
	box-shadow: 7px 7px 0px 0px rgba(48,48,48,0.5);*/
}
#container-portada h1{
	color: #fff;
	font-size: 28px;
    font-weight: 400;
    /*padding-top: 30px;*/
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    /*font-family: 'oranienbaumregular', sans-serif/
    /*font-size: 28px;*/
}
#container-portada p{
	color: #000;
	font-size: 17px;
    font-weight: 500;
    padding-top: 15px;
    font-family: 'Roboto', sans-serif;
}
#boton-portada {
	z-index: 1;
	position: absolute;
    right: 0;
    bottom: 50px;
	/*display: inline-block;*/
	width: 650px;
	height: 50px;
	/*vertical-align: middle;*/
	background: rgba(255, 255, 255, .8);
	max-width: 95%;
	/*background: url(../img/bg-texto-portada.svg);*/
	/*-webkit-background-size: 100% 100%;*/
	/*background-size: 100% 100%;*/
	text-align: center;
}
#boton-portada a{
	line-height: 50px;
	font-family: 'Roboto', sans-serif;
	color: #000;
	text-decoration: none;
}
#boton-portada a:hover{
	color: #000;
	text-decoration: none;
}

.title-section{
	position: relative;
	/*display: inline-block;*/
	font-size: 28px;
	margin-bottom: 8px;
	font-family: 'Roboto', sans-serif;
}

.subline-title-section{
	padding-bottom: 35px;
}

.title-article{
	padding-top: 10px;
	/*padding-bottom: 10px;*/
	font-size: 20px;
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
}

.subline-subtitle-article{
	padding: 0 0 10px 0 !important;
}


.title-article a{
	text-decoration: none;
	color: #000;
}

.title-article a:hover{
	text-decoration: none;
	color: #000;
}

section#nosotros, section#contactanos {
	background: url(../img/bg-patron-1.jpg);
    background-size: 100% 100%;
}

#nosotros h3{
	font-size: 18px;
	padding-top: 20px;
}
#nosotros img.subline-subtitle-compania{
	margin-top: -30px;
}
#nosotros p{
	font-size: 14px;
	margin-top: -8px;
}
.item-compania{
	min-height: 430px;
}

.nosotros_algodon{
	padding-top: 80px;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.item_nosotros{
}
.item_nosotros img{
    width: 120px;
    margin-top: -20px;
}
.item_nosotros h3{
	font-size: 22px;
}
.item_nosotros p{
	font-size: 14px;
}


#productos{
	position: relative;
}
#productos p{
	font-size: 16px;
}
#productos article img{
	padding: 20px 15px 20px 15px;
}

#servicios{
	padding-top: 20px;
	padding-bottom: 0px;
}
#servicios_img{
    /*min-height: 685px;*/
	background: url(../img/bg-servicios.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position-x: 40%;
}
#servicios_content{
	background: #14112C;
	color: #fff;
	min-height: 600px;
	padding-left: 60px;
	padding-right: 60px;
}

#servicios_content .title-section{
	font-weight: 500;
}
.item_servicio {
	display: block;
	background: #948FB1;
	border-left: 4px solid #3949A0;
	min-height: 120px;
	padding: 20px;
	margin-bottom: 20px;

	-webkit-transition: border-left .3s ease;
	-o-transition: border-left .3s ease;
	transition: border-left .3s ease;
}
.item_servicio:hover {
	border-left: 4px solid #fff;
}
.item_servicio h2{
	font-weight: 500;
	font-size: 18px
}
.item_servicio p{
	font-weight: 300;
	font-size: 14px;
	margin: 0;
	line-height: 16px;
}

#img-central-proceso {
	padding-top: 140px;
}

#procesos{
	background: url(../img/bg-patron-2.png) repeat-x;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	/*transform: scaleY(-1);*/
}
#procesos article img{
	position: relative;
	z-index: 1;
}

#procesos #img-central-proceso article img{
	position: relative;
	z-index: 0;
}

#procesos .procesos_texto_hover{
	font-size: 16px;
}

#contactanos input, #contactanos textarea{
	border: 2px solid #42428C;
	padding-left: 20px;
	border-radius: 10px;
}

#contactanos p{
	font-size: 16px;
}

::-webkit-input-placeholder {
   color: #7e7e86 !important;
   /*font-weight: bold;*/
}

:-moz-placeholder { /* Firefox 18- */
   color: #7e7e86 !important;
   /*font-weight: bold;  */
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #7e7e86 !important;
   /*font-weight: bold;  */
}

:-ms-input-placeholder {  
   color: #7e7e86 !important;
   /*font-weight: bold;  */
}

footer{
	min-height: 50px;
	background: #303030;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}

#tuideatec{
	/*float: left;*/
	color: #fff;
	font-size: 13px;
	line-height: 50px;
	padding: 0 50px;
}
#copyright{
	/*float: right;*/
	color: #fff;
	font-size: 13px;
	line-height: 50px;
	padding: 0 50px;
}

#breadcrumb {
	padding-top: 20px;
	padding-bottom: 10px;
}
#breadcrumb a {
	color: #000;
}
#breadcrumb a:hover {
	color: #000;
	text-decoration: none;
}

.descripcion-producto{
	padding-bottom: 35px;
}
.descripcion-producto label{
	padding-bottom: 5px;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
}
.descripcion-producto p{
	/*line-height: 10px;*/
	margin-bottom: 2px;
}

.descripcion-producto span{
	float: right;
}

.galeria-item{
	min-height: 320px;
	padding-bottom: 0px;
}
.galeria-item p{
	margin-bottom: 2px;
}

.galeria-item-title{
	font-size: 18px;
	text-align: center;
	padding-bottom: 30px;
}
.galeria-item-descripcion{
	padding: 10px;
}
.galeria-item-descripcion span{
	float: right;
}

.listado-horizontal{
	list-style: none;
	padding-left: 0;
}
.listado-horizontal > li{
	width: 100%;
}

.listado-vertical{
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-left: 0;
}
.listado-vertical > li{
	float: left;
}
.listado-vertical > li:last-child{
	padding-left: 18px;
	padding-top: 8px;
}

.flecha-izq{
	float: left;
}
.flecha-der{
	float: right;
}

.btn-yma-msg{
	width: 190px;
	/*padding-right: 65px;*/
	background: url(../img/btn_yma_msg.svg) no !important;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.btn-yma{
    padding-right: 60px;
    padding-left: 34px;
	/*width: 300px;*/
	color: #fff;
	text-decoration: none;
	padding-right: 65px;
	background: url(../img/btn_yma.svg);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	text-decoration: none;
    font-family: 'Roboto', sans-serif;
}
.btn-yma:focus{
    padding-right: 60px;
    padding-left: 34px;
	/*width: 300px;*/
	color: #fff;
	text-decoration: none;
	padding-right: 65px;
	background: url(../img/btn_yma.svg);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	text-decoration: none;
}

.btn-yma:hover{
	color: #fff;
	text-decoration: none;
}

.tuideatec-underline{
	border-bottom: 1px solid #fff;
}

#logo-tuideatec-footer{
    margin-top: -6px;
    margin-right: 2px;
}

#tuideatec a{
	color: #fff;
	text-decoration: none;
}
#tuideatec a:hover{
	color: #fff;
	text-decoration: none;
}

@media (max-width: 500px) {

	#body_message{
		width: 95% !important;
	}
}

#container_message{
	z-index: 9000;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}

#row_message{
	display: table-row;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

#cell_message{
	display: table-cell;
	text-align: center;
	vertical-align: middle;	
}

#body_message{
	display: none;
	width: 450px;
	height: 300px;
	background: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(48,48,48,0.7);
	-moz-box-shadow: 0px 2px 5px 0px rgba(48,48,48,0.7);
	box-shadow: 0px 2px 5px 0px rgba(48,48,48,0.7);
	-webkit-transition: display ease .8s;
	-o-transition: display ease .8s;
	transition: display ease .8s;
}

.owl-carousel .owl-nav .owl-prev{
	position: absolute;
	top: 45%;
	left: 0;
}

.owl-carousel .owl-nav .owl-next{
	position: absolute;
	top: 45%;
	right: 0;
}
.rounded-x { border-radius: 50% !important;}
.btn-search-portfolio{
    padding-left: 9px !important;
    padding-top: 6px !important;
}

.subline-filter-producto{
	display: none;
    position: absolute;
    left: 0;
}

.cbp-filter-item-active .subline-filter-producto{
	display: block;
}