/*
Theme Name: NimoTaller
Theme URI: http://www.nimotaller.es
Description: Tema para www.nimotaller.es
Author: FoxInTheNet
Author URI: https://www.foxinthenet.com/
Version: 1.0
*/

/*----------Imports----------*/
/*CSS*/
@import "mjr.styles.reset.css";
@import "nc_templates/newcarstyles.css";
/*Toyota Font*/
@font-face {
    font-family: 'toyota_displayregular';
    src: url('fonts/toyotadisplay_rg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'toyota_displaybold';
    src: url('fonts/toyotatext_bd.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*----------Basic----------*/
.botonwhastapp {
margin: -26px;
    position: absolute;
    margin-left: 154px;
	}
body {
	/*font-family: 'Noto Sans', sans-serif;*/
	font-family: 'Unbounded', sans-serif;
}
h1, h2, h3, h4, h5{
	/*font-family: 'toyota_displayregular', sans-serif;*/
	font-family: 'Unbounded', sans-serif;
}
h1 small, h2 small, h3 small, h4 small, h5 small{	
	/*font-family: 'toyota_displayregular', sans-serif;*/
	font-family: 'Unbounded', sans-serif;
}
strong{
	/*font-family: 'toyota_displaybold', sans-serif;
	font-family: 'Unbounded', sans-serif;*/
	font-weight: bold;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}
/*Header*/
header{
	color:var(--SecondaryColor);
	background:var(--BgColor);
}
header .boxContent{
	position:relative;
}
header .headerLogo a{
	width:auto;
	height:auto;
	max-width: 240px;
	display: inline-block;
	overflow:hidden;
	margin:0 auto;
	padding:10px 0px;
	float:left;
}
header a img{
	transform: scale(1);	
}
header a:hover img{
	transform: scale(.8);
}
@media(max-width: 720px){
	header .headerLogo a{
		display: block;
		float:none;
	}
}
/*Menú*/
.navMenuContent{
	position:absolute;
	top: 30px;
	right: 20px;
	z-index:1000;
	}
span#navMobile{
	width:34px;
	height: 34px;
	display:table;
	overflow: hidden;
	clear: both;
	float: right;
	z-index: 600;
	position: relative;
	}
span#navMobile img{
	cursor: pointer;
	}
span#navMobile img:hover{
	-webkit-filter: brightness(120%);
	   -moz-filter: brightness(120%);
	    -ms-filter: brightness(120%);
	     -o-filter: brightness(120%);
			filter: brightness(120%);
	}
#navMenu{
	display:none;
	}
nav{
	width:100%;
	height:100%;
	background: var(--BgColor);
	display: table;
	vertical-align: middle;
	overflow: hidden;
	clear: both;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 500;
	}
nav ul{
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	clear: both;
	padding:0;
	}	
nav ul li{
	max-width: 300px;
	display:block;
	margin: 5px auto;
	text-align: center;
	}
nav ul li:first-child{
	padding-top: 100px;
	background: url(images/logonimotaller.png) no-repeat top center;
	background-size: 200px;
	}
nav ul li a{
	line-height: 1.4;
	color:var(--SecondaryColor);
	font-size: 24px;
	font-weight: normal;
	display: inline-block;
	}
/*nav ul li:last-child a{
	font-size: 14px;
	}*/
nav ul li.current_page_item a{
	color:var(--MediumColor);
	}
nav ul li.current_page_item a:hover{
	color:var(--MediumColor);
	background: none;
	cursor: default;
	}
@media(max-width: 900px){
	.generalmenu{
		top: 40px;
	}
}
@media(max-width: 720px){
	.navMenuContent{
		display: none;
	}
}
@media(max-width: 420px){
	.navBar{
		top: 30px;
	}
	span#navMobile{
		width:25px;
		height: 25px;
	}
}
/*Marcas*/
.navMarcas{
	display: table;
	padding:10px 0px;
	float:right;
	margin-right: 60px;
}
.navMarcas img{
	max-height: 66px;
}
.navToyota{
	display: inline-block;
}
.navLexus{
	display: inline-block;
}
@media(max-width: 720px){
	.navMarcas{
		overflow: hidden;
		clear: both;
		float:none;
		margin: 0 auto;
	}
}
/*Columns*/
.ContentColumn{
	display: flex;
	align-items: stretch;
  	flex-wrap: wrap;	
}
.basicColumn{
    float: left;
    margin: 0 1% 30px;
	z-index: 1;
}
.one.basicColumn {
    width: 98%;
}
.two.basicColumn{
    width: 48%;
}
.three.basicColumn {
    width: 31.333%;
}
.four.basicColumn{
    width: 23%;
}
.five.basicColumn{
    width: 18%;
}
.nomarginColumn{
    float: left;
    position: relative;
    z-index: 1;
}
.one.nomarginColumn {
    width: 100%;
}
.two.nomarginColumn{
    width: 50%;
}
.three.nomarginColumn {
    width: 33.333%;
}
.four.nomarginColumn{
    width: 25%;
}
.five.nomarginColumn{
    width: 20%;
}
@media(max-width: 1200px){
	.basicColumn{
		width: 48% !important;
	}
	.one.basicColumn {
		width: 98% !important;
	}
}
@media(max-width: 720px){
	.basicColumn, .nomarginColumn{
		margin: 0;
		margin-bottom: 20px;
		width: 100% !important;
		clear: both;
	}
}
/*Social*/
.socialContent{
	margin-top: 10px;
}
.socialContent li{
	display: inline-block;
	margin-bottom: 5px;
}
.socialContent a{
	width: 36px;
	display: inline-block;
	overflow: hidden;
	margin: 0 5px;
	padding: 0;
	border-radius: 2px;
}
.socialContent a:hover{
	opacity: .6;
}
/*Footer*/
footer{
	padding: 40px 0;
	text-align: center;
	background: var(--SecondaryColor);
}
footer p{
	font-size: 10px;
	color: #ccc;
	margin-bottom: 5px;
}
footer ul li{
	display: inline-block;
	margin-bottom: 5px;
}
footer a{
	padding: 0 5px;
	font-size: 12px;
	font-weight: normal;
	color: var(--PrimaryColor);
}
/*----------Home----------*/
/*Slider*/
.newCarHomeSlider{
	min-height: 450px;
	display: block;
	margin-bottom: 0;
	padding:0;
	position: relative;
	border-bottom: 10px solid var(--SecondaryColor);
	background-color: var(--PrimaryColor);
	/*background-image: url(images/bghome.jpg);*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.newCarHomeSlider > div{	
	display: table;
	text-align: center;
	position: absolute;
	z-index: 100;
	bottom: 120px;
	left:0;
	right:0;
	margin: 0 auto;
	padding: 30px;
	/*text-shadow: 2px 2px 10px rgba(0, 0, 0, .3);*/
}
.newCarHomeSlider h1{	
	text-align: center;
	font-size: 48px;
	color:var(--BgColor);
}
.newCarHomeSlider h1 span{
	display: table;
	clear: both;
	margin: 7px auto 4px;
	padding: 5px 10px;
	font-size: 30px;
	text-transform: uppercase;	
	color: var(--PrimaryColor);
	background: var(--BgColor);	
}
.newCarHomeSlider > div > a{
	padding: 5px 10px;
	font-size: 16px;
	text-transform: uppercase;	
	color: var(--BgColor);
	border: 2px solid var(--BgColor);
}
.newCarHomeSlider h1 small{
	font-size: 36px;
	/*font-family: 'toyota_displaybold', sans-serif;*/
}
.newCarHomeSliderToyota{
	width: 50%;
	min-height: 440px;
  display: block;
  cursor: pointer;
	float: left;
	margin-bottom: 0;
	background-color: var(--SecondaryColor);
	background-image: url(images/toyota-sliderhome.png);
	background-position: right -85px center;
	background-repeat: no-repeat;
	background-size: auto;
	-webkit-transition: .3s ease-in; 
	   -moz-transition: .3s ease-in; 
	     -o-transition: .3s ease-in;
	        transition: .3s ease-in;
}
.newCarHomeSliderToyota img{
  width: 120px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.newCarHomeSliderLexus{
	width: 50%;
	min-height: 440px;
	display: block;
	float: left;
	margin-bottom: 0;
	background-color: var(--PrimaryColor);
	background-image: url(images/lexus-sliderhome.png);
	background-position: left -85px center;
	background-repeat: no-repeat;
	background-size: auto;
	-webkit-transition: .3s ease-in; 
	   -moz-transition: .3s ease-in; 
	     -o-transition: .3s ease-in;
	        transition: .3s ease-in;
}
.newCarHomeSlider .newCarHomeSliderToyota:hover{
	background-position: right center;
	-webkit-transition: .3s ease-in; 
	   -moz-transition: .3s ease-in; 
	     -o-transition: .3s ease-in;
	        transition: .3s ease-in;
}
.newCarHomeSlider .newCarHomeSliderLexus:hover{
	background-position: left center;
	-webkit-transition: .3s ease-in; 
	   -moz-transition: .3s ease-in; 
	     -o-transition: .3s ease-in;
	        transition: .3s ease-in;
}
/*.newCarHomeSliderToyota:hover ~ .newCarHomeSliderLexus{
	background-position: -170px center;
}
.newCarHomeSliderLexus:hover ~ .newCarHomeSliderToyota{
	background-position: -270px center;
}*/
.newCarHomeSliderLexus img{
  width: 120px;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media(max-width: 720px){
	.newCarHomeSlider h1{	
		font-size: 40px;
	}
	.newCarHomeSlider h1 span{
		font-size: 24px;	
	}
	.newCarHomeSlider h1 small{
		font-size: 28px;
	}
	.newCarHomeSlider .newCarHomeSliderToyota{
		background-position: right center;
	}
	.newCarHomeSlider .newCarHomeSliderLexus{
		background-position: left center;
	}
}
/*Home Shops*/
.localContent{
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 20px;
}
.localContent .localContentBox{
	overflow: hidden;
	background: var(--PrimaryColor);
	/*position: relative;
	padding-bottom: 150px;*/
}
.localContent .localContentBox:hover{
	background: var(--SecondaryColor);
}
.localContent .localImg{
	display: block;
	overflow: hidden;
	position: relative;
}
.localContent .localImg img{
	width: 100%;
}
.localContent .localImg span{
	position: absolute;
	right: -3px;
	bottom: -8px;
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: -2px;
	color: #f5f5f5;
	text-shadow: -3px -3px 10px rgba(0, 0, 0, .3);
}
.localContent .localInfo{
	padding: 20px;
	background:#f5f5f5;
}
.localContent .localInfo h3{
	font-size: 26px;
	margin-bottom: 15px;
	margin-top: 0;
}
.localContent .localInfo h3 a{
}
.localContent span.siteWeb{
	width: 100%;
	display: block;
	padding: 15px 0;
	text-align: center;
}
.localContent p{
	font-size: 14px;
	margin-bottom: 5px;
}
.localContent a{
	color: var(--SecondaryColor);
}
.localContent a:hover{
	color: var(--PrimaryColor);
}
.localNet{
	/*position: absolute;
	bottom: 0;
	left: 0;
	right: 0;*/
	margin: 0 auto;
	padding: 0 20px;
	color:var(--BgColor);
}
.localNet a, .localNet a:hover{
	color:var(--BgColor);
}
.localContent .socialContent{
	text-align: center;
	margin-top: 0;
	padding-bottom: 10px;
}
/*Search*/
.newCarSearchBar{
	background: #f5f5f5;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-bottom: 30px;
}
.newCarSearchBar h2, .newCarSearchBar h3{
	display: inline-block;
}
.newCarSearchBar a.newCarsFilterButton{
	display: inline-block;
	float:right;
	margin-top: 25px;
}
.newCarSearchBar a.newCarsFilterButton img{
	display: inline-block;
	width: 20px;
	margin-right: 5px;
}
.newCarsModelsFilterContent{
	border-top: 2px solid #ccc;
	position: relative;
}
.newCarsModelsFilterContent .filtersClose{
	width: 20px;
	position: absolute;
	top: 25px;
	right: 0;
}
ul.newCarsModelsFilter li{
	display: inline-block;
	text-align: center;
}
ul.newCarsModelsFilter li label{
	padding: 5px 10px;
}
ul.newCarsModelsFilter li label.newCarsModelsFilterAll{
	background: var(--PrimaryColor);
	color: #fff;
}
@media(max-width: 720px){
	.newCarSearchBar a.newCarsFilterButton{
		display: block;
		float:none;
		margin-top: 0px;
		margin-bottom: 20px;
		
	}
	.newCarSearchBar h2, .newCarSearchBar h3{
		display: block;
		text-align: center;
	}
}
/*Warning*/
.textWarning{
  width: 100%;
  display: block;
  overflow: hidden;
  clear: both;
  margin-bottom: 20px;
  padding: 15px;
  background: #2c4143;
  color:#fff;
  border:5px solid #fea906;
  border-radius: 10px;
  }
  .textWarning h3{
  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
  color:#fea906;
  }
  .textWarning p{
  margin-bottom: 0;
  }
  .textWarning ul{
  text-align: center;
  }
  .textWarning ul li{
  display: inline-block;
  margin-bottom: 0;
  margin-top: 10px;
  }
  .textWarning img{
  max-width: 150px;
  }
  a.textWarning:hover{
  color:#fea906;
  }
  
/**BANNER PREGUNTA**/
.my {
	margin: 20px auto 70px !important;
}

#bannerPregunta {
	border-radius: 10px;
	display: flex;
	max-height: 320px;
	margin: 3rem 0;
}

#bannerPregunta.familia{
	flex-direction: row-reverse;
	max-width: 1200px;
    margin: 0 auto 3rem;
}

#bannerPregunta .banner-left {
	flex: 1 45%;
	position: relative;
}



#bannerPregunta .banner-left:before {
	background-color: var(--PrimaryColor);
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1;
}

#bannerPregunta.home .banner-left {
	background-image: url("./images/foto_marta.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#bannerPregunta.familia .banner-left {
	/*background-image: url("./images/banner_detalle.png");*/
	background-image: url("./images/foto_marta.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#bannerPregunta .banner-right {
	background-color: var(--SecondaryColor);
	color: white;
	flex: 1 55%;
}

#bannerPregunta .banner-right * {
	text-align: center;
}

#bannerPregunta .banner-right h4 {
	margin-bottom: .5rem;
	color: #ffffff !important;
}

#bannerPregunta .banner-right p {
	padding-top: 1rem;
    margin-bottom: .5rem;
    color: #ffffff !important;
}

#bannerPregunta .banner-right .powered {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: .5rem;
}

#bannerPregunta .banner-right .powered span {
	color: #666;
}

#bannerPregunta .banner-right .powered img {
	display: block;
	height: auto;
	margin: 0 0 0 10px;
	max-height: 17px;
	max-width: 100px;
	width: auto;
}

#bannerPregunta .banner-right a.banner-button {
    background: var(--PrimaryColor);
    border-radius: 25px;
	color: white;
	font-size: 1.1rem;
	display: block;
    line-height: 30px;
    margin: 1.5rem auto 0;
    padding: 0.5rem;
    width: 40%;
}

#bannerPregunta .banner-right a.banner-button:hover {
	background: white;
	color: var(--SecondaryColor);
}

#bannerPregunta.familia.small {
	display: none;
}

@media screen and (max-width:992px) {
	#bannerPregunta {
		flex-flow: column !important;
		max-height: initial;
	}

	#bannerPregunta.familia {
		max-width: 95% !important;
	}

	#bannerPregunta.familia.small {
		display: block;
	}

	#bannerPregunta .banner-left {
		background-position: center bottom;
		min-height: 260px;
	}

	
	#bannerPregunta .banner-right {
		padding-top: 15px;
		padding-left: 25px;
		padding-right: 25px;
	}
	
	#bannerPregunta.familia .banner-left {
		/*background-image: url("./images/banner_home.png");*/
		background-image: url("./images/foto_marta.png");
	}

	#bannerPregunta.home .banner-left {
		/*background-image: url("./images/banner_home.png");*/
		background-image: url("./images/foto_marta.png");
	}

	#bannerPregunta .banner-right a.banner-button {
		margin-bottom: 1.3rem;
	}
}

@media screen and (max-width:1200px) {

	#bannerPregunta.familia {
		max-width: 90%;
	}

	#bannerPregunta .banner-right {
		padding-top: 10px;
	}

	#bannerPregunta .banner-right a.banner-button {
		margin-bottom: 1.3rem;
		width: 80%;
	}
	#bannerPregunta.home .banner-left {
		/*background-image: url("./images/banner_home.png");*/
		background-image: url("./images/foto_marta.png");
	}
}

.postListImage { width: 400px; float: left; }
.postListInfo { width: calc(100% - 420px); float: right; }
.postListPagination { width: 100%; text-align: center; margin-bottom: 40px; }

@media (max-width:900px){
	.postListImage { width: 100%; float: none; }
	.postListInfo { width: 100%; float: none; }
}

.asesor {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	padding: 20px;
	/*font-family: 'toyota_displayregular', sans-serif;*/
	font-size: 18px;
	font-weight: normal;
	line-height: 1.1;
	color: var(--SecondaryColor);
	margin-bottom: 0;
	background: rgba(255,255,255,.9);
	border-radius:5px;
}

.asesor span {
	display: block;
}

.asesor .text {
	display: block;
	font-size: 14px;
}
.asesor .text a{
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: var(--PrimaryColor);
}

.asesor .margin {
	margin-bottom: 10px;
}
.asesor .left {
	float: left
}
.asesor .left > span {
	margin-bottom: 2px;
}
.asesor .left > span:last-child {
	font-size: 12px;
}
.asesor .right {
	float: right;
	text-align: right;
}
.asesor .right > span {
	margin-bottom: 5px;
}

.newCarText{
	background-color: var(--MediumColor);
}
.newCarText h1{
	font-size: 32px;
	font-weight: 300;
	line-height: 1.4;
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: justify;
	color: var(--BgColor);
}

.talleresnewcards{
	display: table;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	height: 400px;
}
.talleresnewcards > div{
	display: table-cell;
}
.talleresnewcards > div:first-child{
	width: calc(100% - 320px);
}
.talleresnewcards > div:last-child{
	width: 320px;
}

.talleresnewcardsimg{
	display: block;
	overflow: hidden;
	position: relative;
}
.talleresnewcardsimg::before{
	content: "";
    display: block;
    background: url(images/deco.svg) no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    width: 45px;
    height: auto;
}
.talleresnewcardsimg img{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    object-fit: cover;
    object-position: center;
}
.talleresnewcardsimg span{
	position: absolute;
	left: 10px;
	top: 10px;
	font-size: 48px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: -2px;
	color: var(--BgColor);
	text-shadow: -3px -3px 10px rgba(0, 0, 0, .3);
	z-index: 2;
	text-transform: uppercase;
}
.talleresnewcardsinfo{
	padding: 20px 20px 20px 30px;
	background: var(--BgColor);
	vertical-align: bottom;
}
.talleresnewcardsinfo .localPhone{
	margin-top: 10px;
	display: block;
}
.talleresnewcardsinfo h3{
	font-size: 26px;
	margin-bottom: 15px;
	margin-top: 0;
}
.talleresnewcardssiteWeb{
	margin-top: 20px;
	display: block;
}
.talleresnewcardssiteWeb a{
	font-size: 20px;
	margin-top: 0;
	padding: 5px 10px;
	color: var(--PrimaryColor);
	border: 4px solid var(--PrimaryColor);
	display: block;
	text-align: center;
}
.talleresnewcardssiteWeb a:hover{
	font-size: 20px;
	margin-top: 0;
	padding: 5px 10px;
	color: var(--ContrastColor);
	border: 4px solid var(--ContrastColor);
}

.tallerPhoto{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    object-fit: cover;
    object-position:center;
}

.newCarSlider.taller{
	min-height: 600px;
	margin-bottom: 0;
	border-bottom: 10px solid var(--SecondaryColor);
}



.newCarSlider.taller  .newCarMenuSlider {
    display: table;
    position: absolute;
    z-index: 100;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 8px 25px 0;
    border-radius: 30px;
    border: 6px solid var(--SecondaryColor);
	background-color:var(--ContrastColor);
}
.newCarSlider.taller  .newCarMenuSlider:hover {
	background-color:var(--PrimaryColor);
}
.newCarSlider.taller .newCarMenuSlider a{
	display: table;
	font-size: 14px;
	color:var(--BgColor);
	margin: 2px 5px;
	padding: 3px 5px;
	line-height: 1;
}
.newCarSlider.taller .newCarMenuSlider a:hover{
	color:var(--BgColor);
	text-decoration: none;
}


.text-presentation{
	margin-top:60px;
	margin-bottom:30px;
	padding-bottom:0px;
}
.text-presentation h2{
	font-size: 36px;
}
.text-presentation p{
	font-size: 28px;
	text-align: justify;
	font-weight: 300;
}

.newCarText .text-presentation h2, .newCarText .text-presentation p{
	color: var(--BgColor);
}

.newcarservicesData{
	overflow: hidden;
}
.newcarservices h2{
	margin-bottom: 70px;	
	margin-top: 50px;	
}

.newcarservicesData ul li{
	margin-bottom: 20px;
	padding: 20px;
	border:20px solid var(--MediumColor);
	background: rgba(255, 255, 255, .5);
}
.newcarservicesData p{
	font-weight: normal;
	text-transform: none;
	margin-left: 0;
}
.newcarservicesData p strong{
	text-transform: uppercase;
	clear: both;
	display: block;
	margin-bottom: 10px;
}

.features{
	width: 100%;
	display: block;
	background-image:url(images/deco-car.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 40%;
}
.icons-big{
	font-size: 60px !important;
}
.icons-brand{
	color:var(--PrimaryColor)
}

.gallery-black{
	background-color: var(--SecondaryColor);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
	position: relative;
}
.videos{
	background-color: var(--PrimaryColor);
}

.content-overlap{
	position: absolute;
	top: 0;
	bottom:0;
	right:0;
	left:0;
	z-index: 10;
	background-color: rgba(0, 0, 0, .65);
}

.gallery{
	width: 100%;
	display: flex;
	justify-content: center;
  	flex-wrap: wrap;
	position: relative;
	z-index: 11;
}

.gallery img{width: 100%; height: 100%; object-fit: cover; object-position: center;}

/*------- With Margin -------*/
.gallery-one-margin > li{width: 100%;}
.gallery-two-margin > li{width: 49%;}
.gallery-three-margin > li{width: 32%;}
.gallery-four-margin > li{width: 23.5%;}
.gallery-five-margin > li{width: 18.4%;}
.gallery-six-margin > li{width: 15%;}
@media(min-width: 1200px){
	.gallery-two-margin > li, .gallery-three-margin > li, .gallery-four-margin > li, .gallery-five-margin > li, .gallery-six-margin > li {margin: 1%;}
	.gallery-two-margin > li:nth-child(2n+1){margin-left: 0;}
	.gallery-two-margin > li:nth-child(2n){margin-right: 0;}
	.gallery-three-margin > li:nth-child(3n+1){margin-left: 0;}
	.gallery-three-margin > li:nth-child(3n){margin-right: 0;}
	.gallery-four-margin > li:nth-child(4n+1){margin-left: 0;}
	.gallery-four-margin > li:nth-child(4n){margin-right: 0;}
	.gallery-five-margin > li:nth-child(5n+1){margin-left: 0;}
	.gallery-five-margin > li:nth-child(5n){margin-right: 0;}
	.gallery-six-margin > li:nth-child(6n+1){margin-left: 0;}
	.gallery-six-margin > li:nth-child(6n){margin-right: 0;}
}
@media(max-width: 1200px){
	.gallery-one-margin > li{
		margin-bottom: var(--BasicMargin);
		width: 96%;
	}
	.gallery-two-margin > li, .gallery-three-margin > li, .gallery-four-margin > li, .gallery-five-margin > li, .gallery-six-margin > li{
		margin: 2%;
		margin-bottom: var(--BasicMargin);
		width: 46%;
	}
}
@media(max-width: 720px){
	.gallery-one-margin > li, .gallery-two-margin > li, .gallery-three-margin > li, .gallery-four-margin > li, .gallery-five-margin > li, .gallery-six-margin > li{
		margin: 1%;
		margin-bottom: var(--BasicMargin);
		width: 98%;
	}
}
@media(max-width: 1200px){
	.gallery-one-margin > li > .gallery-two-margin > li, .gallery-one-margin > li > .gallery-three-margin > li{
		margin: 0 2%;
		width: 48%;
	}
	.gallery-one-margin > li > .gallery-two-margin > li:nth-child(2n+1), .gallery-one-margin > li > .gallery-three-margin > li:nth-child(2n+1){margin-left: 0;}
	.gallery-one-margin > li > .gallery-two-margin > li:nth-child(2n), .gallery-one-margin > li > .gallery-three-margin > li:nth-child(2n){margin-right: 0;}
}

.gallery-portfolio-hover li:hover{
	opacity: 1;
	-webkit-transition: .3s ease; 
	   -moz-transition: .3s ease; 
	     -o-transition: .3s ease;
	        transition: .3s ease;
}
.gallery-portfolio-hover:hover li:not(:hover){
	opacity: .4;
	filter:saturate(0%);
	-webkit-transition: .3s ease; 
	   -moz-transition: .3s ease; 
	     -o-transition: .3s ease;
	        transition: .3s ease;
}

/*------- Video -------*/
/*
.video-responsive{
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.2%;
	margin-bottom: 20px;
	margin-top: 30px;
}

.video-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
*/
.videosinfo{
	color: var(--BgColor);
	padding-left: 30px;
	vertical-align: middle;
}
.videosinfo p{
	font-size: 16px;
}

a.button{
	display: inline-block;
	padding: 10px 15px;
	border-radius: 5px;
	background: var(--ContrastColor);
	color: var(--BgColor);
}
a.button:hover{
	background: var(--SecondaryColor);
}

/** DESARROLLO JMRAMOS ***/

.gallery img.foto-taller{
	object-fit: cover;
	height: 300px;
}

.video-responsive{
	width:50%;
	padding:40px 20px 0px 0px;
}

.video-responsive iframe {
	height:350px;
}

.formContactTaller{
	text-align: left !important;
}
.formContactTaller .basicColumn{
margin: 0px 2% 0px 0px;
}

.formContactTaller label{
	text-align: left !important;
	line-height: 1.8em;
}

.formContactTaller label input[type="text"],
.formContactTaller label input[type="tel"],
.formContactTaller label input[type="email"]{
	width:100% !important;
	background-color: #ffffff;
	color:#000;
	font-size:14px;
}

label span.wpcf7-not-valid-tip{
	color:#f2545b !important;
	font-size:12px !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
	font-size:12px !important;
	color:#f2545b !important;
	padding: 10px 0px 10px 0px;
}
.wpcf7 form.sent .wpcf7-response-output{
	color:#46b450 !important;
}

.formContactTaller input[type="checkbox"]{
	-webkit-appearance:auto;
}
.formContactTaller p.txtInfo{
	font-size:12px !important;
}

.formContactTaller p.btn-enviar{
	text-align: center;
}

.formContactTaller span.wpcf7-list-item-label{
	font-size:12px !important;
	display: inline;
}

/* For devices with a minimum width of 992px (Large) */
@media screen and (min-width: 720px) {
  .postid-256 .newCarBanners {
    margin-left:40px !important;
  }
}
.grecaptcha-badge { visibility: hidden; }