 html,body{
	min-width: 320px;
	width:100%;
	padding: 0px;
	margin: 0px;
	background:#000;
	-webkit-font-smoothing: antialiased;
	min-height: 100%;
	height: auto;
	font-family: 'Ubuntu Light', 'Ubuntu Regular', 'Ubuntu', sans-serif;
	color: #fff;
	user-select: none;
}

h1,h2,h3,h4,h5,label {
	font-family: 'Mostin';
}
p {
	font-size: 14px;
}

.imgLiquid{
	background-size: cover;
	background-repeat: no-repeat!important;
    background-position:center center;
}

@media (min-width: 1536px) {
	.imgLiquid{
		height:600px;
	}
}

@media (min-width: 1920px) {
	.imgLiquid{
		height:700px;
	}
}

.imgLiquid img{
	opacity: 0;
}
.owl-carousel{
  touch-action: manipulation!important; 
  -webkit-touch-action: manipulation!important; 
  -moz-touch-action: manipulation!important; 
  -o-touch-action: manipulation!important; 
}
button:active, button:focus{
	outline: none;
}


/* header */

header.home{
	display: block;
	position: fixed;
	width: 100%;
	height: 80px;
	left: 0;
	top: 0;
	z-index: 9;
	background-color: #000 !important;
	box-shadow: 0 -12px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 4.5px );
	-webkit-backdrop-filter: blur( 4.5px );
	border: 0px;
}
header a.logo{
	display: inline-block;
	opacity: 1;
	overflow: hidden;
	width: 350px;
	height: 80px;
	background: url('../images/logosynlawn.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
}


header{
	display: block;
	position: fixed;
	width: 100%;
	height: 80px;
	left: 0;
	top: 0;
	z-index: 9;
	background: #000;
	box-shadow: 0 -12px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 4.5px );
	-webkit-backdrop-filter: blur( 4.5px );
	border: 0px;
}

header a.logo:hover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
header button{
	display: block;
	overflow: hidden;
	width: 40px;
	height: 40px;
	background-color: transparent;
	padding: 0;
	border: 0px;
	outline: none;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	z-index: 999;
	background-color: #78b52e;
}
header button span{
	display: block;
	position: relative;
	overflow: hidden;
	width: 30px;
	background-color: #fff;
	height: 4px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin: 4px auto;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
}
header button.active span:nth-child(1){
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	top: 0px;
	width: 18px;
}
header button.active span:nth-child(2){
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	top: 34px;
  width: 18px;
  right: 32px;
  position: absolute;
}
header button.active span:nth-child(3){
	display: none;
}

header ul.nav-desk{
		display: block;
		overflow: hidden;
		height: 40px; 
		margin: 0 10% 0 0;
		padding: 0;
		list-style: none;
		text-align: center;
		background: #000 !important;
	  margin-top: -7px;
	  padding-top: 10px;
	  width: 100%;
	}
	header ul.nav-desk li{
		display: inline-block;
		overflow: hidden;
		margin-left: 30px;
		height: 70px;
	}
	header ul.nav-desk li a{
		display: block;
		overflow: hidden;
		width: fit-content !important;
		min-height: 30px;
		line-height: 20px;
		text-decoration: none;
		color: #fff;
		font-family: 'Ubuntu Bold', 'Ubuntu Regular', 'Ubuntu', sans-serif;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
		font-size: 13px;
	}
	header ul.nav-desk li a:hover{
		color: #fff;
		border-bottom: 4px solid #78b52e;
	}

	h4 span {
		color: #78b52e !important;
		font-family: "MostinBold";
	}

	header .submenu_list_desktop ul li a {
		line-height: 20px !important;
	}

	header ul.nav-desk li a.submenu::after {
		content:" ";
	  width: 8px;
	  height: 8px;
	  transform: rotate(90deg);
	  background-color: #ffffff;
	  background: url(../images/arrow-white.svg);
		background-repeat: no-repeat;
		display: inline-block;
		margin-left: 5px;
	}
	.busqueda {
		width: auto;
		position: relative;
		right: 0;
		float: right;
		margin-top: 5px;
	}
	header.home .busqueda .buscar {
		width: 24px;
		height: 24px;
		display: block;
		background-image: url(../images/lupa_blue.svg);
	}
	header.home .busqueda .buscar:hover {
		background-image: url(../images/lupa.svg);
	}

	header .busqueda .buscar {
		width: 24px;
		height: 24px;
		display: block;
		background-image: url(../images/lupa_white.svg);
	}
	header .busqueda .buscar:hover {
		background-image: url(../images/lupa.svg);
	}


/* owl carousel */

	.owl-dot span{
		background: #fff !important;
	}
	.owl-dot.active span{
		background: #78b52e !important;
	}
	.owl-theme .owl-dots {
		margin-top: -30px !important;
		position: inherit !important;
	}
	.owl-nav .owl-prev,.owl-nav .owl-next {
		position: absolute;
		top: 45%;
	}
	.owl-nav .owl-prev {
		left: 10px;
		width: 20px;
		height: 40px;
		background: none !important;
		background-image: url(../images/arrow-white.svg) !important;
		background-size: cover !important;
		transform: rotate(180deg);
	}
	.owl-nav .owl-next {
		right: 30px;
		width: 20px;
		height: 40px;
		background: none !important;
		background-image: url(../images/arrow-white.svg) !important;
		background-size: cover !important;
	}
/* owl carousel end */

	/* carrusel home */
	.home_carousel .item {
		width: 100%;
		height: 600px;
    cursor:pointer;
	}
	.home_carousel .item figure {
		width: 100%;
		height: 600px;
	}
	.home_carousel .item .box-right {
		float: right;
		margin-top: 15%;
		width: 500px;
		margin-right: 100px;
	}
	.home_carousel .item .box-left {
		float: left;
		margin-top: 15%;
		width: 500px;
		margin-left: 100px;
	}

	.home_carousel .item .box-right h2,.home_carousel .item .box-left h2 {
/* 		text-transform: uppercase; */
		color: #0049a2;
		font-family: 'Montserrat';
    	font-weight: 800;
	}
	.home_carousel .item .box-right h3,.home_carousel .item .box-left h3 {
		color: #6c8b97;
		font-size: 18px;
		font-family: 'Montserrat';
		font-weight: 500;
	}

	.interior_carousel .item {
		margin-top: 80px;
		width: 100%;
		height: 400px;
	}
	.interior_carousel .item .box-right {
		float: right;
		margin-top: 10%;
		width: 500px;
		margin-right: 100px;
	}
	.interior_carousel .item .box-left {
		float: left;
		margin-top: 10%;
		width: 500px;
		margin-left: 100px;
	}

	.interior_carousel .item .box-right h2,.interior_carousel .item .box-left h2 {
		color: #0033a0;
	}
	.interior_carousel .item .box-right h3,.interior_carousel .item .box-left h3 {
		color: #333;
		font-size: 18px;
	}

	/* carrusel home end */

/* botones */
a.button_blue {
	border-radius: 5px;
	min-width: 200px;
	background-color: #0033a0;
	color: #fff !important;
	padding: 10px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
	text-align: center;
	font-family: 'Ubuntu Bold';
}
a.button_blue:hover {
	text-decoration: none;
	opacity: 0.85;
}

a.button_celeste {
	border-radius: 5px;
	min-width: 100px;
	background-color: #78b52e;
	color: #fff !important;
	padding: 7px;
	font-size: 11px;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	border-bottom:2px solid rgba(0, 51, 160, 0.91);
	border-bottom:1px solid #fff;
	font-family: 'Ubuntu Bold';
}

a.button_celeste.big {
	font-size: 14px;
	letter-spacing: 2px;
	min-width: 130px;
}

a.button_celeste:hover {
	text-decoration: none;
	color: #000 !important;
}

a.button_celeste:not(.sinflecha)::after {
	content:" ";
  width: 8px;
  height: 8px;
  background: url(../images/play-white.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 5px;
}

a.button_celeste.share::after {
	content:" ";
  width: 10px;
  height: 10px;
  background: url(../images/share.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 5px;
}

a.button_blue.ficha::after {
	content:" ";
  width: 14px;
  height: 14px;
  background: url(../images/ficha.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 5px;
}

a.button_grey {
	background-color: #000;
	color: #fff;
	padding: 10px;
	clear: both;
	font-size: 16px;
	width: 100%;
	display: block;
	margin-top: 5px;
}
a.button_grey:hover {
	text-decoration: none;
	background-color: #78b52e !important;
}

/* botones end */

/* utiles */
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-100 {
	margin-top: 100px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-40 {
	padding-top: 40px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-100 {
	padding-top: 100px;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.line {
  width: 208px;
  height: 3px;
  padding: 2px 2px 2px 2px;
  border-top: 3px solid #333333;
  background-color: rgba(255, 255, 255, 0);
  box-sizing: border-box;
  margin: 0 auto;
  display: block;
}
.line_blue {
  width: 150px;
  height: 3px;
  padding: 1px 1px 1px 1px;
  border-top: 1px solid #333333;
  background-color: #0033a0;
  box-sizing: border-box;
  display: block;
  margin-bottom: 30px;
}
/* utiles end */

h4 {
	font-size: 60px;
}

.productos_list {
	width: 100%;
	display: block;
	clear: both;
}

.productos_list .imgb {
	max-width: 100%;
	border:1px solid #78b52e;
}


.productos_list .item_producto {
	margin-top: 40px;
	width: 33%;
	text-align: center;
	display: inline-block;
}
.productos_list .item_producto img {
	max-height: 200px !important;
}
.productos_list .item_producto h4{
	font-size: 18px;
}
.productos_list .item_producto p{
	font-size: 14px;
	-webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.nuestras_marcas {
	display: block;
}
.nuestras_marcas h4 {
	text-align: center;
}
.nuestras_marcas p {
	text-align: center;
	font-weight: normal;
}

.nuestras_marcas .item_marca {
	margin-top: 30px;
	width: auto;
	text-align: center;
	display: inline-block;
}
.nuestras_marcas .item_marca img {
	max-height: 100px;
	max-width: 250px;
	padding: 20px;
}
.industrias h4 {
	text-align: center;
}
.industrias p {
	text-align: center;
	font-weight: normal;
}
.industrias .industrias_carousel {
	width: 90% !important;
	margin:  0 auto;
}
.industrias .industrias_carousel .item {
	height: 400px;
}
.industrias .industrias_carousel .item .box-left {
	width: 40%;
	float: left;
	margin-top: 50px;
	padding-left: 20px;
}
.industrias .industrias_carousel .item .box-left p{
	text-align: left;
	font-size: 12px;
}
.industrias .industrias_carousel .item .box-right {
	width: 40%;
	float: right;
	height: 300px;
}
.industrias .industrias_carousel .owl-nav .owl-prev {
	left: -50px;
}
.industrias .industrias_carousel .owl-nav .owl-next {
	right: -50px;
}
.industrias .industrias_carousel .owl-dot:not(.active) span{
	border: 1px solid #0033a0;
}

footer {
	height: 500px;
	background: #000;
	background-size: cover;
	padding-top: 30px;
	color: #fff;
}
footer a {
	color: #fff;
}
footer a:hover {
	color:#5bc2e7;
}
footer .redes a {
	margin-right: 5px;
}
.wsp {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1000;
}

.contenido {
	margin-top: 30px;
}

.contenido .box-left {
	width: 40%;
	float: left;
	margin-top: 50px;
}
.contenido .box-left p{
	text-align: left;
	font-size: 14px;
}
.contenido .box-left ul li, 
.contenido .box-right ul li{
	text-align: left;
	font-size: 14px;
}
.contenido .box-right {
	width: 40%;
	float: right;
}
.contenido h5 {
	font-size: 23px;
}
.contenido .centered h4 {
	text-align: center;
}
.centered p {
	text-align: center;
}
.centered h5 {
	text-align: center;
}
.centered a {
	text-align: center;
	margin: 0 auto;
	display: table;
}
.notcentered p {
	text-align: left;
}

.clientes h4 {
	text-align: center;
}
.clientes p {
	text-align: center;
	font-weight: normal;
}
.clientes .clientes_carousel {
	width: 90% !important;
	margin:  0 auto;
}
.clientes .clientes_carousel .item {
	height: 100px;
}
.clientes .clientes_carousel .item img {
	max-width: 300px;
	max-height: 100px;
}
.clientes .clientes_carousel .owl-nav .owl-prev {
	left: -50px;
}
.clientes .clientes_carousel .owl-nav .owl-next {
	right: -50px;
}
.clientes .clientes_carousel .owl-dot:not(.active) span{
	border: 1px solid #0033a0;
}
.franja_azul {
	background-color: #0033a0;
	height: 250px;
	color: #fff;
}
.contacto input[type='text'],.contacto input[type='number'],.contacto input[type='email'],.contacto select,.contacto textarea {
	width: 100%;
	background-color: #f2efef;
	padding: 5px;
	border: 0px;
	margin-bottom: 20px;
}
.contacto textarea {
	height: 100px;
}
.menu_filtro {
	margin-top: 2px;
	padding: 10px;
	background-color: #333;
	display: none;
}
.menu_filtro a {
	width: 100%;
	display: block;
	font-size: 15px;
	padding: 2px 0px;
	color: #fff;
}
.page h2 {
	color: #0033a0;
	font-size: 22px;
}
.page h3 {
	color: #0033a0;
	font-size: 18px;
}
.breadcrumb {
	margin-top: 40px;
	color: #fff;
	background: none !important;
	font-size: 14px;
	font-weight: bold;
}
.breadcrumb a {
	color: #fff;
	font-weight: bold;
}
.breadcrumb_interior {
	color: #333;
	background: none !important;
	font-size: 14px;
	font-weight: bold;
}
.breadcrumb_interior a {
	color: #333;
}
.breadcrumb_interior {
	position: absolute;
	margin-top: 20px;
}

.menu_mobile {
	display: none;
}

#busquedaModal {
	background-color:rgb(0,0,0,0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10000;
	display: none;
}
#busquedaModal .preForm {
	background-color: #000;
	border-radius: 35px;
	width: 950px;
	height: 370px;
	position: fixed;
	left: 50%;
	margin-left: -475px;
	top: 100px;
	z-index: 10001;
	padding: 50px;
}

#busquedaModal .preForm .centerThis {
	padding-top: 100px;
	width: 80%;
	margin: 0 auto;
}

#closeBusqueda {
	float: right;
	display: block;
}
#busquedaModal .preForm form input {
	padding: 10px;
	background-color: #333;
	border: 0;
	color: #999;
	height: 50px;
	width: 60%;
}
#busquedaModal .preForm form select {
	padding: 10px;
	background-color: #333;
	border: 0;
	color: #999;
	height: 50px;
	width: 31%;
}

#busquedaModal .lupa {
	width: 8% !important;
	height: 50px;
	float: right;
	padding: 5px 5px 5px 10px;
	background-image: url(../images/lupa_white.svg);
	background-repeat: no-repeat;
	background-position: center;
	right: 41px;
	background-color: #fff;
	text-indent: -999px;
}

.interior_catalogo {
	margin-top: 80px;
}
p.logo_marca {
	font-weight: normal;
	font-size: 1rem;
}

.logo_marca img {
	max-width: 150px;
}
.align-right {
	text-align: right;
}
.interior_catalogo .boximg {
	width: 90%;
	height: 300px;
	padding: 4px;
	margin: 10px;
	border: 1px solid #78b52e;
}

.interior_catalogo .boximg.tres {
	width: 26%;
	height: 100px;
	padding: 4px;
	margin: 10px;
	border: 1px solid #78b52e;
	float: left;
}

.interior_catalogo .boximg img {
	width: 100%;
	max-height: 290px;
}
.interior_catalogo .boximg.tres img {
	max-height: 90px;
}

.align-center {
	display: table !important;
	margin: 0 auto;
}
.interior_catalogo .tab {
	background-color: #000;
	color: #fff;
	margin: 0 0px 0 0;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
}
.interior_catalogo .tab a {
	vertical-align: middle;
	display: inline-block;
	line-height: normal;
	color: #fff;
}
.interior_catalogo .tab a:hover {
	text-decoration: none;
	color: #78b52e;
}
.interior_catalogo .tab.active {
	background-color: #333 !important;
	border-top: 2px solid #78b52e;
}
.interior_catalogo .tab.active a {
	color: #fff;
	font-weight: bold;
}
.interior_catalogo .content-box {
	background-color: #333;
	padding: 20px;
	display: none;
}
.interior_catalogo .content-box.active {
	display: block;
}


/* CSS MOBILE */
@media only screen and (max-width: 767px) {

	.wpcf7-form p {
		width: 98% !important;
		display: inline-block;
		padding: 10px;
	}

	.home_carousel {
		display: none !important;
	}
	h4 {
		font-size: 30px !important;
	}
  
	section {
		padding-top: 130px;
	}

	header {
		height: auto;
		padding-bottom: 20px;
	}

	header a.logo {
		width: 100% !important;
		height: 40px;
	}
	header .busqueda {
		display: none;
	}
	.home_carousel .imgLiquid {
		background-size: contain !important;
        height:415px;
	}
    .home_carousel .item {
    	height:320px;
    }
	.home_carousel .item .box-right,.home_carousel .item .box-left {
		float: none;
		width: 80%;
		margin: 0 0 0 10%;
		position: absolute;
		top: 40%;
	}
	.productos_list .item_producto {
		width: 80%;
		margin: 0 auto;
		display: block;
		margin-bottom: 40px;
	}
	.nuestras_marcas .item_marca {
		width: 80%;
		margin: 0 auto;
		display: block;
		margin-bottom: 40px;
	}
	.industrias .industrias_carousel .item .box-left {
		width: 100%;
		padding: 20px;
		display: block;
		margin:  0 auto;
		z-index: 10;
		position: absolute;
	}
	.industrias .industrias_carousel .item .box-right {
		width: 100%;
		float: none;
		opacity: 0.3;
	}
	.industrias .industrias_carousel .owl-nav .owl-prev {
		left: -30px;
	}
	.industrias .industrias_carousel .owl-nav .owl-next {
		right: -30px;
	}
	footer {
		background-image: none;
		background-color: #000;
		height: auto;
		padding-left: 30px;
	}
	.footerocl {
		padding: 20px 0 20px 0;
	}
	footer .mt-30 {
		margin-top: 5px;
	}
	.menu_mobile {
		margin-top: 80px;
		display: none;
		background-color: #000;
		padding-top: 20px;
		position: fixed;
		width: 100%;
		z-index: 10;
		height: 100%;
	}

	.menu_mobile ul {
		padding: 10px 0;
	}

	.menu_mobile ul li {
		list-style: none;
		margin-bottom: 5px;
		padding-left: 30px;
		text-align: center;
	}

	.menu_mobile ul li a {
		font-weight: bold;
		color: #fff;
		font-size: 15px;
		padding: 5px;
		display: block;
	}
	.menu_mobile form {
		width: 80%;
		margin: 0 auto;
	}
	.menu_mobile form input {
		width: 100%;
		border: 0;
		padding: 10px;
		margin-bottom: 5px;
		font-size: 12px;
	} 
	.menu_mobile form select {
		width: 100%;
		border: 0;
		padding: 10px;
		margin-bottom: 10px;
		font-size: 12px;
	}
	.menu_mobile form .lupa {
		position: absolute;
		width: 40px;
		height: 38px;
		float: right;
		padding: 5px 0 0 10px;
		background-image: url(../images/lupa_blue.svg);
		background-repeat: no-repeat;
		background-position: 10px;
		right: 41px;
		background-color: #fff;
		text-indent: -999px;
	}

	.menu_mobile ul li a.submenu::after {
		content:" ";
	  width: 8px;
	  height: 8px;
	  transform: rotate(90deg);
	  background-color: #ffffff;
	  background: url(../images/arrow-white.svg);
		background-repeat: no-repeat;
		display: inline-block;
		margin-left: 5px;
	  transition: all ease .8s;
		-webkit-transition: all ease .8s;
		-moz-transition: all ease .8s;
	}
	.menu_mobile ul li a.submenu:hover::after {
		content:" ";
	  width: 8px;
	  height: 8px;
	  transform: rotate(90deg);
	  background: url(../images/arrow-celeste.svg);
		background-size: contain;
		background-repeat: no-repeat;
		display: inline-block;
		margin-left: 5px;
	}
	.submenu_list {
		background-color: #000;
		padding: 10px;
		display: none;
	}
	.submenu_list a{
		color: #fff !important;
		display: block;
		clear: left;
		padding-bottom: 5px;
	}
	.submenu_list a:hover {
		color: #fff !important;
	}
	.submenu.open::after {
		transform: rotate(270deg) !important;
	}
	.interior_carousel .item {
		height: 250px !important;
	}
	.interior_carousel .imgLiquid {
		background-size: cover !important;
	}
	.interior_carousel .box-right,.interior_carousel .box-left {
		width: 80% !important;
		float: left !important;
		margin-left: 25px !important;
		padding-top: 40px !important;
	}
	.contenido .box-left,.contenido .box-right,.contenido .box-left,.contenido .box-left {
		width: 100%;
		padding-bottom: 30px;
	}
	figure img {
		width: 100%;
	}
	.clientes_carousel .item {
		width: 100%;
		text-align: center;
	}
	.clientes .clientes_carousel .owl-nav .owl-prev {
		left: -30px;
	}
	.clientes .clientes_carousel .owl-nav .owl-next {
		right: -30px;
	}
	.mobile-nomt {
		margin-top: 0px !important;
	}
	.mobile-mt-40 {
		margin-top: 40px;
	}
	.tab {
		margin-left: 10px !important;
	}
	.content-box {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.submenu_list_desktop {
	position: absolute;
	border-radius: 10px;
	background-color: #000;
	padding: 10px;
	z-index: 10000;
	display: none; 
	width: 100%;
	left: 0;
}
.submenu_list_desktop ul {
	padding: 0 !important;
	margin: 0 !important;
	float: left;
	text-align: left;
	width: 25%;
} 
.submenu_list_desktop ul li {
	padding: 0 !important;
	margin: 0 !important;
	height: auto !important;
}
.submenu_list_desktop ul li a {
	color: #fff !important;
	margin: 10px;
	height: auto !important;
	line-height: 10px !important;
}
.submenu_list_desktop ul li a span {
	color: #78b52e !important;
}
.submenu_list_desktop ul li a:hover {
	color: #fff !important;
}
.menu_filtro div input {
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}
.menu_filtro div {
	font-size: 15px;
	clear: both;
	padding: 5px;
}

.submenu_list_desktop.first_menu {
/* 	width: 50%; */
	left: 50%;
	top: 70px;
	border-radius: 10px;
	text-align: left;
}
.submenu_list_desktop.first_menu ul {
	float: left;
	width: 30%;
}

header ul.nav-desk li ul li {
	 display: block !important;
}

.submenu_list_desktop.first_menu .right_module {
	float: right;
	width: 39%;
	border-left: 5px solid #5bc2e7;
	padding-left: 30px;
}
.submenu_list_desktop.first_menu .right_module img {
	padding: 20px;
	width: 100%;
}

#myImg,.toggleImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
} 

@media (min-width: 1536px) {
	.home_carousel .item {
		width: 100%;
		height: 600px;
	}
}

@media (min-width: 1920px) {
	.home_carousel .item {
		width: 100%;
		height: 700px;
	}
}

.error {
	border: 1px solid red !important;
}
#gracias {
	display: none;
}

div.ql-block{
	margin-bottom: 20px;
}


.misionvision .clientes_carousel {
	width: 90% !important;
	margin:  0 auto;
}
.misionvision .clientes_carousel .item {
	text-align: center;
	height: 200px;
}
.misionvision .clientes_carousel .item img {
	max-width: 300px;
	max-height: 200px;
	cursor: pointer;
}
.misionvision .clientes_carousel .owl-nav .owl-prev {
	left: -50px;
}
.misionvision .clientes_carousel .owl-nav .owl-next {
	right: -50px;
}
.misionvision .clientes_carousel .owl-dot:not(.active) span{
	border: 1px solid #0033a0;
}

#zz_frame::before {
  content:  '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0,0,0,0.85);
  z-index: -1;
}

#zz_frame {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1000;
}

#zz_media {
  position: absolute;
  top: 60px;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
}

#zz_media img {
	margin-top: 5% !important;
  height: 70%;
  box-shadow: 0px 0px 20px 1px rgb(0,0,0);
}

#zz_frame .zz_close {
  color: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 26px;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

#zz_frame .zz_controls {
  color: #fff;
  position: absolute;
  left: 10px;
  top: 10px;
}

#zz_frame .zz_controls button {
  background: #000;
  border: 0;
  color: #fff;
  padding: 8px;
  margin-right: 5px;
}
.prev_image,.next_image {
	position: absolute;
	z-index: 10001;
	top: 45%;
	color: #fff;
}
.prev_image {
	left: 20px;
}
.next_image {
	right: 20px;
}


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



	#zz_media {
		width: 100% !important;
		top:20%;
	}
	.prev_image,.next_image {
		top:50%;
	}
	#zz_media img {
  	height: auto;
  	width: 90%;
  	box-shadow: 0px 0px 20px 1px rgb(0,0,0);
	}
	.misionvision .clientes_carousel .owl-nav .owl-prev {
		left: -10px !important;
	}
	.misionvision .clientes_carousel .owl-nav .owl-next {
		right: -10px !important;
	}
}



.card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  max-width: 50%;
  float: left;
  margin-right: 30px;
  margin: auto;
  color: white;
  font-family: sans-serif;
  padding: 21px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border: 0 !important;
  margin:25px;
  cursor: pointer;
}

.card-bg {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}

.card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
  z-index: 1;
}

.card-content {
  position: relative;
  z-index: 2;
}

.card h2 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
  text-align: left;
}

.card p {
  font-size: 12px;
  margin-bottom: 2rem;
}

.card-button {
  background: white;
  color: #000 !important;
  padding: 0.8rem 1.5rem;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  width: auto !important;
  line-height: 5px !important;
}

.card-button:hover {
  background: #eaeaea;
}
.telefono {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.video-background video {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.bloque3 div {
	height: 500px;
	text-align: center;
	padding: 0;
	align-content: center;
}

.video-fondo {
  position: relative;
  width: 100%;
  height: 100vh; /* O el alto que desees */
  overflow: hidden;
}

.video-fondo video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
  object-fit: cover;
}

.video-fondo .contenido {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  padding: 2rem;
}
.nopadding {
	padding: 0;
}


a.button_verde {
	border-radius: 25px;
	min-width: 100px;
	background-color: #78b52e;
	color: #fff !important;
	padding: 13px;
	font-size: 11px;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	font-family: 'Ubuntu Bold';
}

.center-div {
	align-content: center;
}
.wpcf7-form input,.wpcf7-form label,.wpcf7-form textarea,.wpcf7-form select {
	width:100%;
}
.wpcf7-form input[type='submit'] {
	background-color: #78b52e !important;
	color: #fff;
	padding: 10px;
	border: 0;
}
.wpcf7-form input[type='submit']:hover {
	color: #000 !important;
}
.wpcf7-not-valid-tip {
	color: red;
	margin-top:5px;
	display: block;
}
.screen-reader-response { 
	display:none; 
}

.h500 {
	height: 500px !important;
}
.tabs {
	width: auto;
	display: inline-block;
	padding: 20px;
}
.tabs a {
	color: #fff;
	text-align: center;
}
.tabs a img {
	display: block;
	text-align: center;
	height: 60px;
	margin:0 auto;
}
.tabs a span {
	display: block;
	text-align: center;
	margin:0 auto;
}
.whitebg {
	background-color: #fff;
	padding-bottom: 50px;
	padding-top: 50px;
}
.whitebg h4 {
	color: #000;
}
.whitebg p {
	color: #000;
}

.text-left {
	text-align: left !important;
}

.video-preview {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 20px;
}

.video-preview video {
  width: 100%;
  height: 200px;
  object-fit: cover; /* Ajusta el video sin deformarlo */
}
.align-left {
	text-align: left !important;
}
.align-right {
	text-align: right !important;
}
.contenido {
	text-align: center;
}
.interior {
	margin-top: 100px;
}
.video-preview2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}

.video-preview2 video {
  width: 100%;
  height: auto;
  object-fit: cover; /* Ajusta el video sin deformarlo */
}
.bloque1 .contenido {
	align-content: center;
}
.bloque2 .contenido {
	align-content: center;
}


.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
	background-color: #000;
	color: #fff;
	padding: 5px;
	border: 0;
	border: 1px solid #fff;
	border-radius: 10px;
}
.wpcf7-form p {
	width: 48%;
	display: inline-block;
	padding: 10px;
}
