@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: Aleo-Regular;
    font-weight: normal;
    font-style: normal;
    src: url("fonts/Aleo-Regular.otf") format("opentype");
}
@font-face {
    font-family: Aleo-Bold;
    font-weight: bold;
    font-style: normal;
    src: url("fonts/Aleo-Bold.otf") format("opentype");
}



/* --- DEFAULT CSS --- */
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
body {
    font-size: 14px;
    color: #000;
    line-height: 1.6em;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
    
}
p {
    color: #303030;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a:hover {
    color: #F26522;
    text-decoration: none;
}
ul, ol {
    margin: 0px;
}
.clear {
    clear: both;
}
ol,
ul {
    list-style: none;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
.widget {
    margin-bottom: 30px;
}


/* Responsive img */
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%; 
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto; 
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
    max-width: 100%;
    height: auto; 
}


embed,
iframe,
object,
video {
    max-width: 100%;
}



/* ==================== VARIOS ========================== */
.letra_capital {
	font-size:28px;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
.alignright {
    float: right;
    margin-bottom: 10px;
    margin-left: 15px;
}
.aligncenter {
    /*display: block;*/
    margin-left: auto;
    margin-right: auto;
}
.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.logo{ margin-top:8px;
   }
.logo img{ padding-bottom:8px;
   }
   
.orange{
	color:#712DA8;
	}  
.blanco{
	color:#fff;
	}
.bck_blanco{
	background-color:#FFF;
	}
.display{
	display:none;
	}
/* --- ===================================================================

=================================================================== --- */



/* -----  ----- */
h1, h2, h3, h4, h5, h6 {
    color: #202020;
    font-family: "Open Sans", Helvetica, Arial, sans-serif; /*font-family: 'Rokkitt';*/
    line-height: 1em;
    padding: 0px;
    margin: 0px 0px 15px 0px;
}
h1 {
    font-size: 59px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 30px;
	font-weight:lighter;
	font-weight:300;
	text-transform: uppercase;
    margin-bottom: 30px;
}
h4 {
    font-size: 24px;
	font-weight:400;


}
.columns .row {
    margin-bottom: 15px;
}
.columns .row .span12 p,
.columns .row .span6 p,
.columns .row .span4 p,
.columns .row .span3 p {
    background: #1e1e1e url('../images/elements/columns_bg.png') no-repeat top left;
    padding: 6px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

/**/
.text_center{
	text-align:center;
}
/**/

.boxed_fluid {
    width: 100%;
    background: #FFFFFF;
    overflow: hidden;
    margin: 0px auto;
}
.boxed {
    background: url(../images/elements/back.jpg) no-repeat fixed top center;
}
.boxed .boxed_fluid {
    width: 1000px;
}
.contect_bg {
    background: #fff;
    padding: 40px 80px;
}

.site_content {
    padding: 0px;
}
.header {
    background: #FFFFFF;
	border-bottom:#712DA8 5px solid;
    }
.bck_gris {
	background-image:url(../images/bck_gris-01.jpg);
	background-repeat:repeat-x;
    }


.no_margin{
	margin:0px !important;
    }


/* ======================== MENU ======================== */
.header .menu ul {
    float: right;
}
.header .menu ul li {
    float: left;
    position: relative;
}
.header .menu ul li a {
    color: #712DA8;/*#888*/
    display: block;
    font-size: 14px;
    line-height: 1.5em;
    padding: 23px 23px 25px;
}

/**/
.header .menu ul li.current_page a{
    color: #712DA8;
    padding: 23px 23px 25px;
    border-bottom: 5px solid #999999;
}

.header .menu ul li a:hover,
.header .menu ul li:hover a {
    color: #fff;
	background-color: #CCCCCC;
    padding: 23px 23px 25px;
	border-bottom: 5px solid #CCCCCC;
	
}/**/
.header .menu ul li:hover ul {
    display: block;
}

/* ======================== MENU ======================== */

/* ========================= MARCAS ========================= */
.marcas img {
	margin-right:8px;
}

/* ========================= MARCAS ========================= */



/* ======================== PRENSA ======================== */
.prensa  {
    margin-top: 30px;
}


.prensa .prensa_item {
	height:100px;
    margin-bottom: 30px;  
    position: relative;
    overflow: hidden;
	
}
.prensa .item_img {
	position:absolute;
	top:-3px;
	
}
.prensa .item_text1,
.prensa .item_text3
 {
	position:absolute;
	top:42px;
	left:120px;
}

.prensa .item_text2 {
	position:absolute;
	top:42px;
	left:122px;
}
.prensa .item_text h5:hover {
	color:#F26F21;
	
}
.prensa .item_text2 h5:hover {
	color:#F26F21;
	
}
.prensa .prensa_item .item_image img {
    text-align: center;
    margin: 0px auto;
    max-width: 100%;
}
.prensa .prensa_item .item_hover {
    position: absolute;
    display: block;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    background: #1e1e1e;
    width: 100%;
    height: 100%;
}
.prensa .prensa_item .item_hover .item_zoom {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    display: block;
    background: url('../images/zoom_bg.png') no-repeat center center;
    width: 100%;
    height: 85%;
}
.prensa .prensa_item:hover .item_hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}


.btn_prensa{
	height:45px;
	display:block;
	background-color:#FFF;
}
.prensa .prensa_height{
	height:550px !important;
}
/* ======================== PRENSA ======================== */


/* ======================== DISTRIBUIDORES ======================== */
.textura_gris{
	
	padding:25px 0px;
}
fieldset{
	padding:10px 5px;
}

form.buscador{
	background-color:#242021;
	border-radius:10px; 
	-moz-border-radius:10px; /* Firefox */ 
	-webkit-border-radius:10px; /* Safari y Chrome */ 
	width:89%;
	height:91px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:10px;}
	
	
form.buscador label{
	font-family: 'Aleo-Regular';
	font-size:11px;
	text-transform:uppercase;
	color:#FFF;

}
form.buscador select{
	border:none;
	width:292px;
	padding:10px;
	border-radius:5px; 
	-moz-border-radius:5px; /*5px; /* Safari y Chrome */ 
	-webkit-border-radius:5px; /* Safari y Chrome */
	background-color:#F7F7F7;
}
form.buscador input[type="text"]{
	border:none;
	width:140px;
	height:18px;
	padding:10px;
	border-radius:5px; 
	-moz-border-radius:5px; /*5px; /* Safari y Chrome */ 
	-webkit-border-radius:5px; /* Safari y Chrome */
	background-color:#F7F7F7;
}
form.buscador select option.option{
	border:none;
	padding:10px;
	background-color:#F7F7F7;
}

.span3_resultados {
  width: 300px;
  padding-right:15px;
  padding-bottom:25px;
}
.item_resultado{
	padding-top:15px;
	padding-bottom:10px;
	width:260px;
	border-bottom:#CCC 1px solid;
	
}
.item_resultado > h4 {
	margin:0;
	font-size:20px;
}

.item_resultado  p {
	font-size:10px;
}

input.buscar {
	padding:10px;
	width:140px;
	background:url(../images/elements/bck_boton_buscar-01.jpg) repeat;
	background-position:top;
	font-size:10px;
	color:#FFF;
	font-size:14px;
	font-family: "Open Sans", Arial, sans-serif;
	border-radius:5px; 
	-moz-border-radius:5px; /*5px; /* Safari y Chrome */ 
	-webkit-border-radius:5px; /* Safari y Chrome */
	margin-top:23px;
}
input.buscar:hover {
	background:url(../images/elements/bck_boton_buscar-01.jpg) repeat;
	background-position:bottom;

}
/* ======================== DISTRIBUIDORES ======================== */



/* ========================= ACCORDION ========================= */
.accordion-heading .accordion-toggle {
    padding: 0px;
}
.accordion-inner {
    color: #000;
    border-top: 0px solid #ccc;
    margin-bottom: 20px;
    padding: 8px 8px 8px 80px;
}
.accordion-heading span {
    display: block;
    height: 22px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #202020;
    padding-left: 50px;
    text-transform: uppercase;
    background: url('../images/elements/faq_bg.png') no-repeat 0px 0px;
    font-weight: 700;
    margin: 10px 0px 0px 30px;
    line-height: 1em;
    font-size: 14px;
    padding-top: 8px;
}
.accordion-heading.active span {
    background: url('../images/elements/faq_bg.png') no-repeat 0px -30px;
    color: #F26522;
}
.accordion-heading {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px;
    padding-bottom: 20px;
}
.accordion-heading .accordion-toggle {
    font-size: 30px;
    text-transform: none;
    color: #202020;
    font-family: Aleo-Regular, 'Enriqueta', serif;
    line-height: 1em;
    padding: 0px;
    margin: 0px;
}
.accordion-group {
    border: 0px solid #ccc;
}

/* ========================= ACCORDION 2 ========================= */
.accordion_v2 {
    margin-bottom: 30px;
	height:300px;
	
}
.accordion_v2 .accordion-heading {
    border-bottom: 0px solid #fff;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
.accordion_v2 .accordion-inner {
    padding: 0px 20px 0px 50px;
}
.accordion_v2 .accordion-heading span {
    background: url('../images/elements/acorddion_bg.png') no-repeat 0px 0px;
    height: 26px;
    margin: 0px;
}
.accordion_v2 .accordion-heading.active span {
    background: url('../images/elements/acorddion_bg.png') no-repeat 0px -34px;
}
/* ========================= ACCORDION ========================= */



/* ========================= MAPA ========================= */
.map {
    margin-bottom: 20px;
    overflow: hidden;
    margin-right: 20px;
}
.map iframe {
    width: 100%;
    min-height: 820px;
    border-bottom: 2px solid #d0d0d0;
}
/* ========================= MAPA ========================= */


/* ========================= PATH ========================= */
.path {
    background: #fff;
    padding: 32px 0px 40px;
    margin-bottom: 40px;
}

.path h1 {
    color: #000;
    font-family: Aleo-Regular, 'Enriqueta', serif;
    font-size: 59px;
    line-height: 1em;
    padding: 0px;
    margin: 0px 0px 15px 0px;
}
.path h1 span {
    padding-left: 30px;
}
.path h1 span img {
    max-height: 50px;
    width: auto;
    margin-top: -10px;
}
.path .path_line {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
}
.path .path_line a {
    color: #000;
    font-weight: 700;
}
.path .path_line a:hover {
    text-decoration: underline;
}

/* ========================= PATH ========================= */

/* =============================================== */
.contacto_2 {
    margin-bottom: 40px;
	  font-family: "Open Sans", Helvetica, Arial, sans-serif
	font-size:18px !important;
}
.contacto_2 li {
    padding: 0px;
    margin-bottom: 10px;
    color: #848484;
    font-weight: 600;
}
.contacto_2 li a {
    color: #848484;
    
}
.contacto_2 li a:hover {
    color: #F26522;
    text-decoration: none;
}

/*boton*/
.contact_form .contact_button,
{
	color:#666;
    background: #fff;
    padding: 7px 20px;    
    font-weight: 700;
    text-align: center;
  
}
.contact_form .contact_button:hover,
{
    background: #000;
    color: #fff;
}
/*boton*/

.contact_form {
    margin-bottom: 30px;
}
.contact_form p {
    margin-bottom: 3px;
    color: #fff;
    line-height: 1em;
    font-size: 12px;
}
.contact_form .contact_line {
    width: 90%;
    padding: 10px 3%;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin-bottom: 15px;
    outline: none;
}
.contact_form .contact_area {
    width: 90%;
    padding: 10px 3%;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin-bottom: 15px;
    outline: none;
    resize: vertical;
    height: 130px;
}
p.text_contacto_h3{
	  font-family: "Open Sans", Helvetica, Arial, sans-serif
    line-height: 1em;
	padding: 20px;
	font-size: 30px;
	color: #FFF;

}
p.text_contacto_p{
	  font-family: "Open Sans", Helvetica, Arial, sans-serif
    line-height: 1em;
    padding: 0px;
  	font-size: 16px;
	color:#FFF;

}

.error{
    width: auto;
    height: 30px;
	color:#F60;
}
.enviado{
    width: auto;
    height: 35px;
	background-color:#6300C6;
	color:#fff;
	font-size:18px;
	font-family: 'Rokkitt';
	padding-top:15px;
	margin-top:10px;
	text-align:center;

}

/* ========================= CONTACTO FORM ========================= */

/* ========================= SLIDER ========================= */
.slider {
    margin: 0px 0px 10px 0px;
    overflow:hidden;
    background:#fff;
    margin-left:auto;
    margin-right:auto;
	border:0 !important;
	
	
}
.slider .carousel-control {
    z-index:2;
}
.slider .carousel {
    margin-bottom:0px !important;
}
.slider .carousel-control {
    position: absolute;
    top: 5px;
    width: 50px !important;
    height: 50px !important;
    margin-top: -25px;
    font-size: 60px !important;
    font-weight: normal !important;
    line-height: 40px !important;
    color: white;
    text-align: center;
    background: #222;
    border: 3px solid white;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.slider:hover .carousel-control {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.slider .carousel-control.left {
    left: 15px;
}
.slider .carousel-control.right {
    right: 15px;
}
.rs_mainslider {
    position: relative;
}
.rs_mainslider ul.rs_mainslider_items {
    position: relative;
    list-style: none;
    overflow: hidden;
  	height:534px;
}
.rs_mainslider ul.rs_mainslider_items li {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
	  height:auto;
  /*  margin-bottom: -5px;*/
}
.rs_mainslider ul.rs_mainslider_items li.rs_mainslider_items_active {
    position: relative;
    z-index: 1;
}
.rs_mainslider ul.rs_mainslider_items li .rs_mainslider_items_image {
    opacity: 0;
    filter: alpha(opacity=0);
    max-width:none;
    width:100%;
    height:auto;
}
.rs_mainslider ul.rs_mainslider_items li .rs_mainslider_items_text {
    position: absolute;
    top: 130px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.rs_mainslider ul.rs_mainslider_items li .rs_mainslider_items_text span {
    color: white;
    background: rgba(0,0,0,0.7);
    font-size: 30px;
    line-height: 1.7em;
    text-transform: uppercase;
    padding: 2px 14px 4px;
}
.rs_mainslider .rs_mainslider_left_container {
    position: absolute;
    left: 15px;
    z-index: 2;
}
.rs_mainslider .rs_mainslider_left_container .rs_mainslider_left {
    background: url(../images/elements/arrow_left.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    cursor: pointer;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
}
.rs_mainslider .rs_mainslider_right_container {
    position: absolute;
    right: 15px;
    z-index: 2;
}
.rs_mainslider .rs_mainslider_right_container .rs_mainslider_right {
    background: url(../images/elements/arrow_right.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    cursor: pointer;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
}
.rs_mainslider .rs_mainslider_dots {
    border-radius: 5px;
    padding: 0px 2px;
}
.rs_mainslider .rs_mainslider_dots_container {
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 2;
}
.rs_mainslider .rs_mainslider_dots_container ul.rs_mainslider_dots {
    list-style: none;
}
.rs_mainslider .rs_mainslider_dots_container ul.rs_mainslider_dots li {
    float: left;
    width: 7px;
    height: 7px;
    background: #828487;
    border: 5px solid #231F20;
    margin: 3px;
    cursor: pointer;
}
.rs_mainslider .rs_mainslider_dots_container ul.rs_mainslider_dots li.rs_mainslider_dots_active {
    background: #FFFFFF;
    border: 5px solid #712DA8;
}
.rs_center_vertical_container {
    top: 50%;
}
.rs_center_vertical_container .rs_center_vertical {
    margin-top: -50%;
}
.rs_center_horizontal_container {
    margin-left: 50%;
}
.rs_center_horizontal_container .rs_center_horizontal {
    margin-left: -50%;
    float: left;
}
@-moz-document url-prefix() {
    .rs_mainslider ul.rs_mainslider_items li .rs_mainslider_items_text span {
    line-height: 43px;
}
}
/* ========================= SLIDER ========================= */


/* ========================= nosotros ========================= */
.nosotros h3 {
    text-align: center;
    margin-bottom: 30px;
}

/***/
.item_cuadrado {
    background: #fff;
    border: 1px solid #d0d0d0;
	border-bottom: 2px solid #d0d0d0;
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 25px;
    position: relative;
	min-height:265px;
}

.item_cuadrado .item_cuadrado_sup {
	display: block;
	position: absolute;
	width: 30px;
	right: 0;
	margin: -15px 0px 0px 0px;
	padding: 0px;
	height: 22px;
	background: #F26522;
	background-color: #712DA8;
}

.item_cuadrado span {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #303030;
    display: block;
    border-bottom: 1px solid #e0e0e0;
}
.item_cuadrado p {
    color: #303030;
    padding: 0px 20px;
    text-align: center;
}

/**/
.textura {
	/*background-image:url(../images/bck_textura_logo.jpg);
	background-repeat:repeat;*/
	background-color: #707274;
	padding:15px 0px;
}
.textura .span11{
	margin-left: 45px;
}

.big_content {
	background-color: #FFF;
	padding:25px 0px;
}

.iconos {
	margin-top:40px;
}

.textura h4{
	font-size:20px;
	line-height:24px;
}

/* ========================= NOSOTROS ========================= */





/* ========================= FOOTER ========================= */
.footer {
    background: #712DA8 url('../images/elements/header_bg.png') repeat-x;
    padding:25px 0px;
	bottom:0;
}
.footer .widget-title {
    font-size: 14px;
    font-weight: 200;
    text-shadow: 0px 1px 0px #000;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    display: block;
    color: #fff;
}

.footer .sociales img{
	float:right;
	margin-left:15px;
}
.footer_bottom {
    padding: 20px 0px;
    background: #fff;
    font-size: 10px;
    color: #6a6a6a;
    text-transform: uppercase;
    font-weight: 700;
}
.footer_bottom p {
    padding: 5px 0px 0px 0px;
    margin: 0px;
}
.footer_bottom p span {
    padding: 0px 0px 0px 20px;
}
.footer_bottom a {
    color: #6a6a6a;
    text-decoration: underline;
}
.footer_bottom a:hover {
    color: #000;
    text-decoration: none;
}
/* ========================= FOOTER ========================= */






/* ========================= RESPONSIVE ========================= */


@media (min-width: 1200px) {
}


@media (min-width: 768px) and (max-width: 979px) {
  /*  .header .menu ul li.current_page a,
    .header .menu ul li a:hover,
    .header .menu ul li:hover a,
    .header .menu ul li.current_page a,
    .header .menu ul li a:hover,
    .header .menu ul li:hover a {
        padding: 15px 10px 15px;
    }
    .header .menu ul li a {
        padding: 15px 10px 15px;
		font-size:13px;
    }
    .skills .skill_cover {
        margin-bottom: 60px;
    }*/
}


@media (min-width: 450px) and (max-width: 719px) {
    .header .menu ul li.current_page a,
    .header .menu ul li a:hover,
    .header .menu ul li:hover a,
    .header .menu ul li.current_page a,
    .header .menu ul li a:hover,
    .header .menu ul li:hover a {
        padding: 15px 15% 20px;
    }
    .header .menu ul li a {
        padding: 15px 15% 20px;
		
    }
 
   .header .menu ul {
	   float:none;
	   margin-left:10%;
	   margin-right:10%;	 
	
}
}


@media (max-width: 767px) {
    body {
        padding-left: 0px;
        padding-right: 0px;
    }
    body .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .logo {
		padding-left:6%;
    }
.logo img {
    max-width: 85% !important;
  }

  
}


@media (max-width: 480px) {
 
       .logo {
		padding-left:6%;
    }
.logo img {
    max-width: 85% !important;
  }


}


s
