@charset "UTF-8";
/* CSS Document */

* {
	font-weight:normal;
	font-style: normal;
	font-variant:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}


body {
	margin: 0;
	font-style: normal;
	font-variant:normal;
	font-weight:normal;
	width: 100%;
	background-color: black;
}

.wrap {
	width: auto;
	width: 100%;
	min-width: 100%;
	margin: 0;
	overflow-x: hidden;
	-ms-overflow-x: hidden;
	overflow: hidden;
}

#construction {
	width: 100%;
	color: white;
	background: #F00;
	height: auto;
	display: flex;
	padding: 1%;
	justify-content: center;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.home-slide {
	width: 1200px;
	position:relative;
	z-index: 0;
	width: 100%;
	height: auto;
}

.home-slide a { margin: 0; height: auto;}

.home-slide img {
	
	width: 100%;
	height: auto;
}

.logo-container {
	position:absolute;
	z-index: 2;
	}


.first-bar-container {
	display: inline-flex;
	position:absolute;
	z-index: 2;
	justify-content: center;
	flex-grow: 1;
	width: 100%;
}

#logo {
	margin-left: 2%;
	background-image:url(../IMG/ribbon_logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
}

#logo img {

width: 100%;
height: auto;

}

#logopng {
	display: none;
}

#blog a {
	color: #fbf138;
}


/*-------------------------------------------cssmenu button*/

#cssmenu {
	z-index: 2;
	opacity: 0.8;
	background-color: #202020;
	width: 100%;
	height: 122px;
	padding: 0;
	margin: 0;
	transition: height 1s;
	-webkit-transition: height 1s;
	-moz-transition: height 1s;
	-o-transition: heihght 1s;
}


@media only screen and (max-width: 1200px) {
	#cssmenu {
		background-color: transparent;
		height: auto;
	}
}

@media only screen and (max-width: 414px): {
	#cssmenu {z-index: 0; height: auto;}
	
	wrap {
	width: auto;
	width: 100%;
	min-width: 100%;
	margin: 0;
}
	
}

#cssmenu a {
	color: white;
	text-decoration: none;
	margin: 0;
	opacity: 1;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	
}


#cssmenu a:hover {
	color:#fbf138;
}

#cssmenu ul {
	margin-top: 2.5%;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
}

@media only screen and (max-width: 1200px) {
	
	#cssmenu ul  {
		flex-direction: column;
		background-color: black;
		margin: 0;
		line-height: 2;
		width: 80%;
		align-items: flex-start;
}

#cssmenu ul li:hover {

}
#cssmenu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 1;
  
}

}


#cssmenu ul li {
	margin: 0 15px 0 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
}

#cssmenu #english {
	font-style: italic;
	font-size: 10px;
	font-weight: 900;
}

#cssmenu #english a{
	color: #fbf138;
}

#cssmenu #english a:hover {
	border-bottom: solid 2px #fbf138;
}

@media only screen and (max-width: 1700px) {
	#cssmenu ul { margin-top: 3.2%;}
	 #cssmenu ul li {font-size: 16px; margin: 0 10px 0 10px;}
	 #cssmenu #english a:hover {border-bottom: solid 1px #fbf138;}
}

@media only screen and (max-width: 1500px) {
	 #cssmenu ul li {font-size: 14px; margin: 0 10px 0 10px;}
	 #cssmenu #english a:hover {border-bottom: solid 1px #fbf138;}
}

@media only screen and (max-width: 1366px) {
	#cssmenu ul li {font-size: 14px; margin: 0 8px 0 8px;}
}

@media only screen and (max-width: 1340px) {
	 #cssmenu ul li {font-size: 12px; margin: 0 8px 0 8px;}
	 #cssmenu #english a:hover {border-bottom: solid 1px #fbf138;}
}

@media only screen and (max-width: 1200px) {
	#cssmenu ul { margin-top: 0;}
}

@media only screen and (max-width: 600px) {
	#cssmenu { z-index:0; margin-bottom: ;}
}

@media only screen and (max-width: 414px) {
	#cssmenu { z-index:0; margin-bottom: -10px;}
	#cssmenu ul li {margin: 0 0px 0 0px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 18px; text-align: center;}
}

#cssmenu.small-screen { /*hamburger menu width, it controls mobile devices*/ 
  width: 100%;
}

#cssmenu #menu-button { /*hides menu word that appears on the menu bar when the menu is not hamburger*/
	display: none;
}


#cssmenu.small-screen #menu-button { /*Menu button where you clic, complete bar, not the hamburger*/
  display: block;
  padding: 20px 20px;
  cursor: pointer;
  font-size: 14px;
  height: 20px;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #000;
}


@media only screen and (max-width: 600px) {  /*------------------------------Logo desappears*/
	#logo {
		display: none;
	}
	
#cssmenu.small-screen #menu-button {
  display: block;
  padding: 20px 40px;
  cursor: pointer;
  font-size: 14px;
  height: 30px;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #000;
  background-image:url(../IMG/logo2.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: contain;
  -webkit-background-size: contain;
}
	  
}

#cssmenu.small-screen #menu-button:after { /*it controls the two first lines of hamburger style button lines*/
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 22px;
  height: 3px;
  transition: transform 0.4s, border-bottom 0.1s, background 0.5s;
  -moz-transition: transform 0.4s, border-bottom 0.1s, background 0.5s;
  -webkit-transition: transform 0.4s, border-bottom 0.1s, background 0.5s;
  -o-transition: transform 0.4s, border-bottom 0.1s, background 0.5s;
  
}
#cssmenu.small-screen #menu-button.menu-opened:after { /*it controls the two first lines once opened*/
  border-top: 2px solid #fbf138;
  border-bottom: 0px solid white;
  transform: translateY(4px) rotate(45deg);
  -moz-transform: translateY(4px) rotate(45deg);
  -ms-transform:translateY(4px) rotate(45deg);
  -o-transform:translateY(4px) rotate(45deg);
  -webkit-transform:translateY(4px) rotate(45deg);

}
#cssmenu.small-screen #menu-button:before { /*it controls the last one line of the hamburger button*/
  content: "";
  position: absolute;
  right: 20px;
  top: 30px;
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff; /*color of the final line*/
  transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
  -o-transition: transform 0.4s;
}
#cssmenu.small-screen #menu-button.menu-opened:before {
  background: #fbf138; /*color of the final line once opened*/
  transform: translateY(-6px) rotate(-45deg);
  -moz-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  -o-transform:translateY(-6px) rotate(-45deg);
  -webkit-transform: translateY(-6px) rotate(-45deg);



}


/*---------------------------------------------------------------------Submenus*/
.submenu-btn {
	display: inline-block;
}

li.submenu-parent {
	display:inline-block;
}

.submenu-content {
	display: none;
	position: absolute;
    background-color: black;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

}

.submenu-content a {
color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
	font-size: 14px;

}




@media only screen and (max-width: 1500px) {
	.submenu-content a {font-size: 12px}
}

@media only screen and (max-width: 1340px) {
	.submenu-content a {font-size: 11px}
}



.submenu-content a:hover {
background-color: #fbf138;
color: #000;

}

#cssmenu .submenu-content a:hover { /*-------------------------font color configuration for submenus*/

color: #000;
}

.submenu-parent:hover .submenu-content {
	display: block;
	opacity: 1;

}

@media only screen and (max-width: 1200px) { /*----------------------------------------submenus UX*/
	#cssmenu {opacity: 0.9}
	#cssmenu ul li {text-align: left;}
	#cssmenu ul li a {font-size: 18px;}
	#cssmenu ul li a:hover {margin-top: 0; color: grey}
	#cssmenu .submenu-content a {color: #fbf138;
	transition: transform 0.4s;
	-moz-transition: transform 0.4s;
	-webkit-transition: transform 0.4s;
	-o-transition: transform 0.4s;
	}
	#cssmenu .submenu-content a:hover {color: #fbf138}
	.submenu-content {background-color: transparent; z-index: 0; margin-left:10px; position: relative; }
	.submenu-content a { font-size: 14px; border-bottom: 1px outset white; color: #FFF; padding: 8px;z-index: 10; display: block;  }
    .submenu-content a:hover {background-color: transparent ; z-index: 0; margin:2px 0;
	transform: translateX(6px);
	-ms-transform: translateX(6px);
	-moz-transform: translateX(6px);
	-o-transform: translateX(6px);
	-webkit-transform: translateX(6px);
	}
	
} 

@media only screen and (max-width: 600px) {
.first-bar-container {justify-content: flex-start}
.first-bar-container #tel_bar {margin-left: 2%;}
}

@media only screen and (max-width: 414px) {
	.logo-container {position:relative; z-index: 0;}
	.first-bar-container {z-index: 0; position: static;justify-content: flex-start}
	#cssmenu {z-index:0;position: relative; background-color: black; height: auto;}
	#social {z-index: 0;position: absolute;}
	.home-slide {z-index: 0;position: relative;}

	
	#cssmenu .submenu-content a { color: black; z-index: 10}
	#cssmenu {opacity: 0.9;}
	#cssmenu ul li a:hover {margin-top: 0; color: grey}
	#cssmenu .submenu-content a {color: #fbf138;}
	#cssmenu .submenu-content a:hover {color: #fbf138; font-weight:normal}
	.submenu-content {background-color: transparent; z-index: 0; margin-left:10px; position: relative; }
	.submenu-content a{ font-size: 18px; border-bottom: 1px outset white; color: #FFF; padding: 8px;z-index: 10; display: block;
	transition: margin 1s;
	-moz-transition: margin 1s;
	-webkit-transition: margin 1s;
	-o-transition: margin 1s;
	}
	.submenu-content a:hover {background-color: transparent ; z-index: 0; margin:2px 0;}
	.submenu-btn { display: inline-block;}
	li.submenu-parent {display:inline-block;}
}

/*------------------------------------------------------------------- Quote Btn desktop*/

/* 
IN #spanish THE margin-left MUST BE WIDER THAN THE DEFAULT (ENGLISH) IN EVERY INSTANCE
IN ORDER FOR THE PHONE NUMBER BELOW THE NAV TO BE PROPERLY ALIGNED
>>IF THE NAV'S WIDTH IS CHANGED, EACH margin-left MUST BE CHANGED TO RE-ALIGN

EN #spanish EL margin-left DEBE SER MÁS ANCHO QUE EL DEFAULT (EN INGLÉS) EN CADA INSTANCIA
PARA QUE EL NÚMERO DE TELEFONO DE ABAJO DEL NAV ESTÉ CORRECTAMENTE ALINEADO
>>SI SE CAMBIA EL ANCHO DEL NAV, SERÁ NECESARIO CAMBIAR CADA margin-left PARA RE-ALINEAR
*/

#cssmenu #quote_ul {
	justify-content: flex-start;
	align-items: flex-start;
	margin-left: 909px;
	margin-top: -1%;
}

#spanish #cssmenu #quote_ul {
	margin-left: 1021px;
}

@media only screen and (max-width: 1700px) {
	#cssmenu #quote_ul {margin-left: 800px;}
	#spanish #cssmenu #quote_ul {margin-left: 912px;}
}

@media only screen and (max-width: 1500px) {
	
	#cssmenu #quote_ul {margin-left: 737px;}
	#spanish #cssmenu #quote_ul {margin-left: 838px;}
}

@media only screen and (max-width: 1366px) {
	
	#cssmenu #quote_ul {margin-left: 691px;}
	#spanish #cssmenu #quote_ul {margin-left: 792px;}
}

@media only screen and (max-width: 1340px) {
	
	#cssmenu #quote_ul {margin-left: 630px;}
	#spanish #cssmenu #quote_ul {margin-left: 718px;}
}



#quote_btn {
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#quote_clic {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #fbf138;
	padding: 5px;
	flex-direction: column;
	transition: transform 0.3s, margin 0.3s;
	-moz-transition: transform 0.3s, margin 0.3s;
	-webkit-transition: transform 0.3s, margin 0.3s;
	-o-transition: transform 0.3s, margin 0.3s;
}

#quote_clic h8 {
	color: #fbf138;
	font-weight: bold;
}

#quote_clic:hover {
	transform: scaleX(1.08) scaleY(1.08);
	-moz-transform: scaleX(1.08) scaleY(1.08);
	-webkit-transform: scaleX(1.08) scaleY(1.08);
	-o-transform: scaleX(1.08) scaleY(1.08);
	-ms-transform: scaleX(1.08) scaleY(1.08);
	cursor: pointer;
	margin: 2px;
}


#tel_number {
	flex-direction: column
}

#tel_number p {
	color: white;
	margin-left: 8px;
	font-weight: bold;
}

@media only screen and (max-width: 414px) {
	#cssmenu #quote_ul {margin-left: 0}
	
}


/*--------------------------------------------------------------------quote for mobiles*/


#cssmenu #quote_clic_mobile, #cssmenu #tel_number_mobile {
	display: none;
}

#tel_bar {
	display: none;
}

@media only screen and (max-width: 1200px) {
#tel_bar {
	display: block;
	height: auto;
	position: absolute;
	z-index: 3;
	margin: 12px 0 0 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
.first-bar-container #tel_bar a {
	text-decoration: none;
	display: flex;
}

.first-bar-container #tel_bar .quote_clic_mobile {
	 display: flex;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #fbf138;
	padding: 5px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	justify-content: center;
	aling-items: center;
	transition: transform 0.3s, margin 0.3s;
	-moz-transition: transform 0.3s, margin 0.3s;
	-webkit-transition: transform 0.3s, margin 0.3s;
	-o-transition: transform 0.3s, margin 0.3s;
	margin-bottom: 0px;
	
}

.quote_clic_mobile img {
	margin-right: 5px;
}

.quote_clic_mobile h8 {
	color: #fbf138;
	font-weight: normal;
	margin: 0;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.first-bar-container #tel_bar .quote_clic_mobile:hover {
	transform: scaleX(1.08) scaleY(1.08);
	-moz-transform: scaleX(1.08) scaleY(1.08);
	-webkit-transform: scaleX(1.08) scaleY(1.08);
	-ms-transform: scaleX(1.08) scaleY(1.08);
	-o-transform: scaleX(1.08) scaleY(1.08);
	cursor: pointer;
	margin-bottom: 20px;
}
	
}

@media only screen and (max-width: 414px) {
	.first-bar-container #tel_bar {
		
	margin: 15px 0 0 10px;

	}}
	
	
@media only screen and (max-width: 320px) {
	.first-bar-container #tel_bar {
		
	margin: 15px 0 0 6px;
	font-size: 14px;

	}

}

/*-----------------------FORD*/

.ford {
	
	margin: 0;
	padding: 0;
	height: auto;
}

.ford img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}


/*------------------------------------------------------------------------MAS PEDIDO SECTION*/

.maspedido-bar {
	background-color: black;
	width: 100%;
	display: flex;
	margin: 0;
	padding: 0;
	height: auto;
	flex-grow: 1;
	margin: 0;
	height: auto;
	display: inline-block;
}


.maspedido-title {
	margin: 3px;
	padding: 0;
	justify-content: flex-start;
	align-items: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-left: 2%;
	letter-spacing: 1px;
}

.maspedido-title h3 {
	
	color: white;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}



.first-maspedido-container {
	display:flex;
	widht: 100%;
}

.maspedido_article1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33.3%;
	flex-wrap: wrap;
	padding: 1%;	
	border: 1px solid #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: black;
	background: -webkit-linear-gradient(bottom,rgba(0,0,0,1),rgba(30,30,30,1));
	background: -moz-linear-gradient(bottom,rgba(0,0,0,1),rgba(30,30,30,1));
	background: -o-linear-gradient(bottom,rgba(0,0,0,1),rgba(30,30,30,1));
}

.article_img img {
	margin-top: 10px;
	width: 100%;
	height: auto;
	transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
}

.article_img img:hover {
	opacity: 0.8;
}

.maspedido_article1 h2 {
	align-self: center;
	text-align:  center;
	margin: 0;
	}

.article_text{
	display:block;
	text-align: center;
	color: #fbf138;
}

.maspedido_article1 a {
	font-weight: normal;
	color: #fbf138;
	font-size: 20px;
	margin: 0;
	text-decoration: none;
}

.maspedido_article1 a:hover {
	opacity: 0.9;
}

.maspedido_article1 div {
	padding: 0 40px 0 40px;
}

.maspedido_article1 div p {
	text-align: left;
color: white;
margin: 0;
font-weight: lighter;
font-size: 15px;

}

.article_btn {
	display: flex;
	justify-content: center;
	align-items:  center;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 1px solid white;
	align-self: flex-end;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 20px 20px;
	height: 30px;
	transition: transform 0.3s, margin 0.3s;
	-moz-transition: transform 0.3s, margin 0.3s;
	-webkit-transition: transform 0.3s, margin 0.3s;
	-o-transition: transform 0.3s, margin 0.3s;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.article_btn a {
	color: white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

.article_btn:hover {
	color: white;
	border: 1px solid #fbf138;
	background-color: transparent;
transform: scaleX(1.08) scaleY(1.08);
-moz-transform: scaleX(1.08) scaleY(1.08);
-webkit-transform: scaleX(1.08) scaleY(1.08);
-o-transform: scaleX(1.08) scaleY(1.08);
-ms-transform: scaleX(1.08) scaleY(1.08);
}



@media only screen and (max-width: 414px) {
	
	.first-maspedido-container {
	display: inline-flex;
	flex-wrap: wrap;
	widht: 100%;
}	
	.maspedido_article1 {
		width: 100%;
}

}

/*------------------------------------------------------------------------MAS NUEVO SECTION*/

.masnuevo-bar {
	background-color: #fbf138;
	width: 100%;
	display: flex;
	margin: 0;
	padding: 0;
	height: auto;
	flex-grow: 1;
	margin: 0;
	display: inline-block;
}

.masnuevo-title {
	margin: 3px;
	padding: 0;
	justify-content: flex-start;
	align-items: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-left: 2%;
	letter-spacing: 1px;
}

.masnuevo-title h3 {
	color: black;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}


.masnuevo-container {
	display:flex;
	widht: 100%;
}

.masnuevo_article1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33.3%;
	flex-wrap: wrap;
	padding: 1%;	
	border: 1px solid #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: black;
	background: -webkit-linear-gradient(bottom,rgba(0,0,0,1),rgba(30,30,30,1));
	background: -moz-linear-gradient(bottom,rgba(0,0,0,1),rgba(30,30,30,1));
	background: -o-linear-gradient(bottom,rgba(0,0,0,1),rgba(30,30,30,1));
}

.masnuevo_article1 .article_img img {
	margin-top: 10px;
	width: 100%;
	height: auto;
	transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
}

.masnuevo_article1 .article_img img:hover {
	opacity: 0.8;
}

.masnuevo_article1 h2 {
	align-self: center;
	text-align:  center;
	margin: 0;
}

.masnuevo_article1 a {
	font-weight: normal;
	color: white;
	font-size: 20px;
	margin: 0;
	text-decoration: none;
}

.masnuevo_article1 a:hover {
	opacity: 0.9;
}

.masnuevo_article1 div {
	padding: 0 40px 0 40px;
}

.masnuevo_article1 div p {
	text-align: left;
color: white;
margin: 0;
font-weight: lighter;
font-size: 15px;

}



.masnuevo_article1 .article_btn a {
	color: white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

.masnuevo_article1 .article_btn:hover {
	border: 1px solid #fbf138;
transform: scaleX(1.08) scaleY(1.08);
-moz-transform:  scaleX(1.08) scaleY(1.08);
-webkit-transform:  scaleX(1.08) scaleY(1.08);
-ms-transform:  scaleX(1.08) scaleY(1.08);
-o-transform:  scaleX(1.08) scaleY(1.08);
}


/*- NOTICIAS ---------------------------------*/

.masnuevo_article2 {
	display: flex;
	background: black;
	background: -webkit-linear-gradient(bottom,rgba(0,0,0,1),rgba(30,30,30,1));
	background: -moz-linear-gradient(bottom,rgba(0,0,0,1),rgba(30,30,30,1));
	background: -o-linear-gradient(bottom,rgba(0,0,0,1),rgba(30,30,30,1));
	justify-content: center;
	align-items: center;
	width: 33.3%;
	flex-wrap: wrap;
	padding: 1%;	
	border: 1px solid #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.masnuevo_article2 .article_img img {
	width: 100%;
	height: auto;
	transition: opacity 0.4s;
	-moz-transition:  opacity 0.4s;
	-webkit-transition:  opacity 0.4s;
	-o-transition:  opacity 0.4s;
}

.masnuevo_article2 .article_img img:hover {
	opacity: 0.8;
}

.masnuevo_article2 h2 {
	align-self: flex-start;	
	margin: 0;
	font-weight: normal;
	color: white;
	font-size: 20px;
	margin: 0;
	text-decoration: none;
	color: #fbf138;
}

.masnuevo_article2 a {
	font-weight: normal;
	color: #fbf138;
	font-size: 20px;
	margin: 0;
	text-decoration: none;
}

.masnuevo_article2 a:hover {
	opacity: 0.9;
}

.masnuevo_article2 div p {
	text-align: left;
color: white;
margin: 0;
font-weight: lighter;
font-size: 15px;

}

.masnuevo_article2 .article_btn {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border: none;
	align-self: none;
	margin-top: 0;
	padding: 0;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	color: transparent;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: none;
}

.masnuevo_article2 .article_btn a {
	color: #fbf138;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

.masnuevo_article2 .article_btn:hover {
transform: none;
-moz-transform: none;
-webkit-transform: none;
-ms-transform: none;
-o-transform: none;
}

@media only screen and (max-width: 414px) {
	
	.masnuevo-container {
	display: inline-flex;
	flex-wrap: wrap;
	widht: 100%;
}	
	.masnuevo_article1, .masnuevo_article2 {
		width: 100%;
}

}

/*---------------------------------------------------- NEWSLETTER FORM*/

#subscribe_holder {
	width: 100%;
}

#boletin_form {
	width: 100%;
} 

form {
	margin: 10px 0;
	width: 100%;
	font-size: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
		box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

form input[type=text] {
	border: none;
	font-size: 1em;
	padding: 10px;
	outline:none;
	height: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 60%;
	color: grey;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	margin-right: 10px;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
		-moz-transition:background 0.5s;
		-o-transition:background 0.5s;
}

form input[type=text]:focus {
	background: #F7FFCE;
	color: #121212;
}

form input[type=submit] {
	border: none;
	font-size: 1em;
	outline:none;
	height: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 35%;
	color: white;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border: 1px solid #fbf138;
	transition: transform 0.3s, margin 0.3s;
	-moz-transition: transform 0.3s, margin 0.3s;
	-webkit-transition: transform 0.3s, margin 0.3s;
	-o-transition: transform 0.3s, margin 0.3s;
	background: black;
}

form input[type=submit]:hover {
	transform: scaleX(1.08) scaleY(1.08);
	-moz-transform: scaleX(1.08) scaleY(1.08);
	-webkit-transform: scaleX(1.08) scaleY(1.08);
	-o-transform: scaleX(1.08) scaleY(1.08);
	-ms-transform: scaleX(1.08) scaleY(1.08);
	cursor: pointer;
	margin: 0px;
}

.alert {
	width: 100%;
	margin: 10px 0;
	padding: 10px;
	color: #fff;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	font-size: 14px;
	
}

.alert.error {
	background: #F2DEDE;
	border: 1px solid #a94442;
	color: #a94442;
}

.alert.success {
	width: 100%;
	margin: 10px 0;
	background: #4CAF50;
}

@media only screen and (max-width: 414px)
{
	form input[type=text]{
		width: 100%;
		margin: 5px 0;
	}
	
	
	form input[type=submit]{
		margin: 10px 0;
		width: 40%;
	}
	
}

/*---------------------------------------------------- VIDEOS*/

.exito-bar {
	background-color: #F93;
	width: 100%;
	display: flex;
	margin: 0;
	padding: 0;
	height: auto;
	flex-grow: 1;
	margin: 0;
	height: auto;
	display: inline-block;
}

.exito-title {
	margin: 3px;
	padding: 0;
	justify-content: flex-start;
	align-items: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-left: 2%;
	letter-spacing: 1px;
}

.exito-title h3 {
	color: white;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}



#videos {
	border: 1px solid  #F93;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	align-items:center;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height:0;
	background-color:#000;
}

iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*------------------------------------------ TESTIMONIOS */

#testimonios {
	display: flex;
	justify-content: space-around;
	padding: 2%;
}

.testimonio {
	display: flex;
	font-size: 18px;
}

.testimonio_text {
	
	margin-left: 8px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	
}

.testimonio_text h10 {
	color: #F93;
}

.testimonio p, h11 {
	color: white;
	margin: 0;
}

.testimonio h11 {
	font-weight: 900;
}

@media only screen and (max-width: 1024px) {
	.testimonio_text { font-size: 14px; }
}


@media only screen and (max-width: 800px) {
	.testimonio_text { font-size: 12px; }
}

@media only screen and (max-width: 414px) {
	.testimonio_text { font-size: 16px; }
	#testimonios {
		flex-direction: column;
	}
}


/*------------------------------------------------ Footer */
footer {
	display: flex;
	flex-direction: column;
}

#social-footer_holder {
	background: #fffed9;
	display:flex;
	height: 70px;
}

/*---------------------------------------------- Social Networks*/

#social_div {
	display: flex;
	width: 50%;
	margin-left: 1%;
}

#sigue_red {
	display: flex;
	align-items: center;
	justify-content: center;
}

#sigue_red p {
	color: black;
	font-size: 10px;
}

#img_net a {
	padding: 0;
	margin: 0;
}

#img_net{
	margin-left: 1%;
	margin-left: 10px;
}

#img_net img {
	margin: 0 2px;
}

#local_go_up {
	width: 50%;
	display: flex;
	justify-content: flex-end;
	
}

#go_up {
	align-content: center;
	float: right;
	align-self: center;
	border: 1px solid #F93;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 10px;
}


#go_up a {
	text-decoration: none;
	color: #F63;
	margin: 0 15px;
	padding: 0;
}

/*------------------------------------------------ Nav Footer */

#nav-footer {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2%;
	overflow-x: hidden;
	-ms-overflow-x: hidden;
}

#nav-footer ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

#nav-footer li {
	margin: 0 5px;
	list-style: none;
}

#nav-footer a {
	color: white;
	text-decoration: none;
	margin: 0;
}

#nav-footer a:hover {
	border-bottom: 1px solid white;
}

@media only screen and (max-width: 1024px) {
	#nav-footer ul li a {font-size: 14px;}
	#nav-footer ul li { margin: 0 5px;}
}

@media only screen and (max-width: 800px) {
	#nav-footer ul li a {font-size: 10px;}
	#nav-footer ul li { margin: 0 5px;}
	#nav-footer { justify-content: space-between;}
}

@media only screen and (max-width: 414px) {
	#nav-footer { padding: 0;}
	#nav-footer li { margin: 0;}
	#nav-footer ul li { margin: 0 0;}
	#nav-footer ul li a {font-size: 16px;}
	#nav-footer ul {
	flex-direction: column;
	align-items: flex-start}
}


#rights {
	display: flex;
	justify-content: center;
	color: #fbf138;
	font-size: 12px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 414px) {
	#rights { 
	margin: 0 20px;
	text-align: center;
	margin-bottom: 20px;
}
}
/*----------------------------------------------NOSOTROS */

#about_container {
	background-color: #FFF;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 2% 0;
	width: 100%;
}

.about_container {
	display: flex;
	width: 70%;
	jusfify-content: flex-start;
	margin-bottom: 1%;
}


.about_container img {
	max-width: 15%;
}

.about_container img {}

.about_container img {}


.about_text {
	padding: 1% 3% 1% 1%;
	text-align:justify;
	color: black;
	flex-direction: column;
	display: flex;
	jusfify-content: flex-start;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.about_text h3 {
	margin: 0;
	font-weight:600;
}

@media only screen and (max-width: 414px) {
	
	.about_container {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	jusfify-content: center;
	margin-bottom: 20px;
		align-items: center;
}
	
	.about_container img {
	max-width: 60%;
		margin: auto;
		margin-top: 20px;
		margin-bottom: 20px;
}
	
	.about_text {
	text-align:center;
}
	.about_text p {
	text-align: justify;
}
	
}


/*------------------------------------------------PRODUCTOS */

.home-slide-products {
	
	width: 100%;
	height: 400px;
	
}

.home-slide-products a { margin: 0; height: auto;}

.home-slide-products div img {
	position: inherit;
	z-index: -2;
	width: 100%;
	height: auto;
}


#product_selection {
	display: flex;
	justify-content:center;
	align-items: center;
	background-color: red;
	position: relative;
	z-index: 10;
	height: 300px;
}


#option_parent {
	margin-top: 20%;
	position: relative;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 200px;
}

.option_container {
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

.option_container a { 
text-decoration: none;
color: black;
}

.product_option {
	height: 30px;
	width: 300px;
	margin: 0 10px;
	background-color: yellow;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product_option:hover {
	opacity: 0.8;
}

/*---------------------------------------- Materiales IMPRESOS */

.material_bg{
	
	width: 100%;
	height: 500px;
	background-image: url(../IMG/impresos_bg.jpg);
	background-size:cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

@media only screen and (max-width: 720px)
{
	.material_bg {height: 290px;} /*altura en smartphones y tablets*/
}

#impresos_container {
	margin-top: 6%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	overflow-x: hidden;
	-ms-overflow-x: hidden;
}

#impresos_title {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#impresos_title h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	color: white;
	font-size: 40px
}

#impresos_title h5 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	color: #fbf138;
	font-size: 60px;
	
}

#impresos_container p {
	color: white;
	font-size: 12px;
	text-align: center;
}

#impresos_display {     /*<------------------ CONTAINER OF PRODUCT SLIDESHOW */
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px;
	overflow-x: hidden;
	-ms-overflow-x: hidden;

}

#impresos_display section {
	margin-right: auto;
}

.info-product {
	margin-right: auto;
	align-self: flex-end;
	color: white;
	height: auto;
	width: 40%;
	padding: 0;
	text-align: left;
}

.info-product {
	border: none;
	border-bottom: 2px solid #fbf138;
	border-bottom-style: dotted;
	
}

.info-product ul li{
	list-style: none;
}

.info-product h10 {
	color: #fbf138;
	font-size: 2.2em;
	font-weight: lighter;
}


select {
	-webkit-appearance: button; /*it take off the default style of select bar*/
	-moz-appearance: button;
	-ms-appearance: button;
	-o-appearance: button;
   -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
	-moz-padding-end: 20px;
	-ms-padding-end: 20px;
	-o-padding-end: 20px;
   -webkit-padding-start: 2px;
	-moz-padding-start: 2px;
	-ms-padding-start: 2px;
	-o-padding-start: 2px;
   -webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
   background-image: url(../IMG/arrow.png) ;
	-webkit-background-image: url(../IMG/arrow.png);
	-moz-background-image: url(../IMG/arrow.png);
	-o-background-image: url(../IMG/arrow.png);
	-ms-background-image: url(../IMG/arrow.png);
   border: 1px solid #fbf138;
   background-color: transparent;
   height: 40px; 
	width: 300px;
	font-size: 12px;
	text-align: justify;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	background-position: 97% center;
   background-repeat: no-repeat;
   color: #fbf138;
   margin: 10px;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;

}

select option {color: black}

@media only screen and (max-width: 800px) {
#impresos_display { 
flex-wrap: wrap;
}
	


#impresos_display section {
	margin-right: 0px;
	margin: auto;
}

.info-product {
	margin-top: 20px;
	margin-right: 0;
	align-self: center;
	justify-content: center;
	color: white;
	height: auto;
	width: 100%;
	padding: 10px;
	text-align: justify;
}
	.info-product h10 {
	text-align: center;
	
}
}

@media only screen and (max-width: 414px) {
	#impresos_display { 
	padding: 10px;
		margin: 0;

}
	
}

#parent-canvas {
	display:flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}



#map-canvas {
	width: 48%;
	height: 300px;
	text-align: center;
	
}

