﻿/* 
Theme Name: Jardineria MilFlores
Author: Naiara
Version: 1.0
*/

body {
  font-size: 1.5em; 
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;}
  
header  {
	background: -moz-linear-gradient(top, rgba(10,10,10,0) 0%, rgba(7,7,7,0) 31%, rgba(0,0,0,0.6) 100%);
	background: -webkit-linear-gradient(top, rgba(10,10,10,0) 0%,rgba(7,7,7,0) 31%,rgba(0,0,0,0.6) 100%);
	background: linear-gradient(to bottom, rgba(10,10,10,0) 0%,rgba(7,7,7,0) 31%,rgba(0,0,0,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000a0a0a', endColorstr='#000000',GradientType=0 );
	height:100%;
}
.home header {
  background: none !important;
}

.header_bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 0;
	text-align:center;
	background-repeat:no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color:#4b8430;
}

header .logo {
text-align: center;
position:absolute;
left: 0;
right: 0;
margin: auto;
z-index: 1;
top: 75px;
}

header nav {
position:absolute;
left: 0;
right: 0;
margin: auto;
z-index:10;
}

header .logo img {
	width:270px;
}


header .metaslider .caption {
padding: 2% 10% 33% 10%;
text-align:center;
font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#FFF;
text-shadow:0px 0px 7px rgba(0, 0, 0, 0.9);
font-weight:700;
margin-top: 80px;
font-size:2.7em;
}
.caption .otono {
	font-size: 1.1em;
	  background: url(images/hoja-otono.png) no-repeat right;;
    padding: 30px 70px 10px 70px;
}
.caption .invierno {
	font-size: 1.1em;
	  background: url(/wp-content/uploads/invierno-icono.png) no-repeat right;
    padding: 92px 85px 10px 50px;
}

header .metaslider .caption-wrap {
    padding-bottom: 25%;
}

.caja-luz {
	height:400px;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#baffffff', endColorstr='#00ffffff',GradientType=0 );
	}
.espacio {
	margin-top:40px;
	margin-bottom:40px;
}

.sin-espacio {
	margin-top:0;
	margin-bottom:0;
	    padding: 10px;
}

/* MENU */


#menu-menu-principal-container {
        height: 60px;
        margin: 0 0 10px;
}
nav ul   { margin:0; padding: 0; position: relative; margin: auto; text-align:center; }
nav li   {
	color:#4a8533;
	display: inline-block;
    line-height: 30px; 
    height: 60px; 
	font-size: 2em;
	font-weight:600 !important;
    margin: 0; padding: 0;
	padding-left:10px;
    font-family: 'Rancho', Helvetica, Arial, sans-serif;
	background: url(images/ic-menu.png) no-repeat left 25px;
	
}
nav li:first-child {
	background-image:none;}
nav li a {
        display: block;
        height: 60px;
        line-height: 30px;
        padding: 15px 15px;
		text-decoration:none;
		color:#4a842d;
		border-bottom:none;
}

nav li a:hover {
	color:#f0a643;
}
nav .current-menu-item a, #main-nav .current_page_item a, #main-nav 
 a:hover {
        color: #eba414;
}

nav ul ul {
	display:none;
        position: absolute;
        top: 60px;
		background-color:rgba(65, 121, 62, 0.86);
		border-radius: 10px; 
		width: 270px;
		padding: 25px 0;
	 left: 5%;
    right: 5%;
}


nav ul ul li { 
font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 0.6em;
height: 30px;
background:none;
display:block;
}
nav ul ul li a {
		margin:0;
		color:#ecb00a;
		height: auto;
}

nav ul li:hover > ul {
        display: block; 
}

nav ul li:hover > ul {
        display: block; 
}


.cajaforma {
    z-index: 1000;
    overflow: hidden;
    height: 380px;
    width: 100%;
    position: absolute;
	bottom: -10px;
}

.cajaforma .forma {
    background: url(images/fondo-cabecera-mil-flores.png) no-repeat bottom;
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
	
}

.cajaforma .forma h1  {
	position:absolute;
	bottom: 2%;
	left: 30%;
    right: 30%;
	color:#498946;
	font-size: 3.7em;
	margin-bottom:0;} 

.contenedor {
  margin: -23px auto;
  padding: 0 10% 10% 10%;
  background-color:#FFF;
	background-image: url(images/pie-jardineria-mil-flores.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	position: relative;
    top: 0px;
}
.contenedor .destacado {
    text-align: center;
    padding: 3% 10% 3% 10%;
    font-size: 2.2em;
    line-height: 1.4em;
    margin: 0;
    color: #666;
	}
.fotos {
	padding-top:30px;}



h1, h2, h3, h4 {
font-family: 'Rancho', Helvetica, Arial, sans-serif;
color:#498946;
font-weight:bold;
letter-spacing:1px;
text-align:center;
}

h4 {
	color:#444444;}



ul {
	margin:0;
	padding: 15px 0;
	}
ul li {
  font-weight:400;
  list-style-type:disc;
  line-height: 1.2;
  margin-bottom: 18px;
}

figure a, li a {
	border:none;}

footer {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#37932e+0,226a28+100 */
background: rgb(55,147,46); /* Old browsers */
background: -moz-linear-gradient(top, rgba(55,147,46,1) 0%, rgba(34,106,40,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(55,147,46,1) 0%,rgba(34,106,40,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(55,147,46,1) 0%,rgba(34,106,40,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37932e', endColorstr='#226a28',GradientType=0 ); /* IE6-9 */
text-align:center;
    margin-top: -28px;
	 padding: 3% 10% 3% 10%;
	 position:relative;
	 top: 25px;
}

footer a {
text-decoration:none;
color:#FFFFFF;
}

footer h2 {
font-size:3.7em;}

footer p, footer h2, footer h3 {
color:#FFFFFF;
text-shadow: 0px 0px 7px rgba(150, 150, 150, 1);
text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.7);
    font-family: 'Rancho', Helvetica, Arial, sans-serif;
    line-height: 1.1em;
	margin-bottom:10px;
}

footer p {
margin-bottom:5px;
font-size:1.6em;
}

footer .bloque-i, footer .bloque-d {
	width:45%;
	padding:2%;
	float:left;
}
footer .bloque-i img {
	max-width: 100%;
}
    
footer p.destacado {
	 font-size: 2em;
	 margin:20px 15px 10px 15px;
	 }

footer p.destacado, .firma p {
	font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:400;
	color:#9bc997;
	 }
.firma p {
	display:block;
	clear: both;
	font-size: 1.1em;
	padding-top:40px;
}

.firma a {
	float:right;
	text-decoration:none;
	border-bottom: 2px dotted #FFFFFF;
}

.firma a:hover {
	border-bottom:none;}

footer .telefono {
	font-size:2em;
	    line-height: 1.3;
		margin-top:0;}

p.telefono a {
	color:#ecb00a;
	font-size:2em;
	padding:5px;
	border:none;}
	
figcaption {
	font-weight: bold;
    font-size: 1em;
    line-height: 1.4em;
	margin-right:-11%;
	margin-left:-11%;
	}
figcaption a {
	color:#333;
	text-decoration:none;
	border-bottom:2px #f0a643 dotted;
	
}

.servicios-jardineria div.wp-block-column { 
	    margin: 5px 10px 50px 10px;
    padding: 20px 0 0 0;
    border-radius: 20px;
	}
.page-id-3 .contenedor {
    padding: 4% 25% 10% 25%;
	}
	
/* Boton */
.wp-block-button {
    text-align: center;
}
.wp-block-button__link {
	background-color: #e68f21;
	    -webkit-box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.4);
	font-weight:bold;
	}
	.wp-block-button__link:hover {
    background-color: #efb910;
	}
	.is-style-outline .wp-block-button__link:hover {
    color:#FFF;
	background-color:#e68f21;
}
header .wp-block-button__link {
	    padding: 5px 20px;
    font-size: 0.5em;
    margin: 10px 10px;
	line-height:35px
	}
	
.is-style-outline .wp-block-button__link {
	color:#e68f21;
}



.wp-block-column:not(:last-child) {
    margin-right: 0;
}

.wp-block-column:nth-child(odd) {
    margin-right: 0;
}


	
/*==================================================
* Efecto 7
* ===============================================*/

.metaslider
{
position:relative;
-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.metaslider h2 {
	color:#FFF;
	text-align:left;
	font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	    font-weight: bold;
    font-size: 1.7em;
	padding-bottom: 5px;
	padding-top: 0;
    margin-top: 0;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.9);
	}
.metaslider a {
	font-weight:bold;
}
	
.metaslider:before, .effect7:after
{
content:"";
position:absolute;
z-index:-1;
-webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
-moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
box-shadow:0 0 20px rgba(0,0,0,0.8);
top:0;
bottom:0;
left:10px;
right:10px;
-moz-border-radius:100px / 10px;
border-radius:100px / 10px;
}
.metaslider:after
{
right:10px;
left:auto;
-webkit-transform:skew(8deg) rotate(3deg);
-moz-transform:skew(8deg) rotate(3deg);
-ms-transform:skew(8deg) rotate(3deg);
-o-transform:skew(8deg) rotate(3deg);
transform:skew(8deg) rotate(3deg);
}

.metaslider .flexslider {
	margin-bottom:30px!important;}

.metaslider .flex-control-nav li a {
    color: transparent !important;
}
.flex-control-nav {   
    text-align: right!important;
}

.flex-control-nav {
    width: 50%!important;
}
.wp-block-image.sombra img {
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
-moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
box-shadow:0 0 15px rgba(0,0,0,0.6);}


.wp-block-image a img  {
	transition: transform .3s; /* Animation */
	}
	
.wp-block-image a img:hover {
	transform: scale(1.2); 
}

.metaslider.ms-theme-bubble .caption h1 {
	margin-top:-200px;
	color:#FFF;
	text-shadow: 0px 0px 10px rgba(150, 150, 150, 1);
	    font-size: 6em;
	}



	/* Metaslider
–––––––––––––––––––––––––––––––––––––––––––––––––– */

	.metaslider .flex-control-nav {
    bottom: 15px !important;
	 right: 10px  !important;
		}
		.flex-control-paging li a.flex-active {
    background: #fff !important;
    background: rgba(255,255,255,.7) !important;
		}
	.flex-control-paging li a {
	background: #969696 !important;
    background: rgba(255,255,255,.3) !important;
	}
	.metaslider .caption {
		padding: 5px 10px 10px 20px !important;
		    font-size: 1.1em;
	}
	
	metaslider .caption a {
  border-bottom:none; }
	.metaslider .caption-wrap {
		    opacity: 1 !important;
  line-height: 1.6 !important;
  font-weight: 500;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 100%) !important;
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 100%) !important;
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ) !important;
		}
		
#metaslider_container_718.flexslider .rslides1_s0 .caption {
			background-color:red;}

/* Formulario
–––––––––––––––––––––––––––––––––––––––––––––––––– */
 
input, optgroup, select, textarea {
    width: 70%;
	border-radius: 25px;
	background-color:#d7d7d7;
	border: none;
	-webkit-box-shadow: 0px 0px 24px -1px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 24px -1px rgba(0,0,0,0.4);
box-shadow: 0px 0px 24px -1px rgba(0,0,0,0.4);
}




textarea {
    height: 100px;
	vertical-align: top;
}

.wpcf7-form-control-wrap {
	margin:15px;}

.wpcf7-form p strong {
    display: inline-block;
    width: 15%;
	font-size: 1.1em;
	font-weight:300;
	}
	
input.wpcf7-form-control, .wpcf7-textarea {
	padding: 4px 12px 4px 12px;
	color:#333;}
input[type="submit"] {
	width:120px;
	background-color:#e68f21;
	color:#FFF;
	float: left;
    margin-left: 23%;
	height: 50px;
    font-size: 1.2em;
}
input[type="submit"]:hover {
	background-color:#efb910;
}
.span.wpcf7-not-valid-tip {
		color:#F30;}

div.wpcf7-response-output {
    margin: 3em 0.5em 1em;
}
div.wpcf7-mail-sent-ok {
	color:#FFF;}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	color:#f7e700;
}

input[type="checkbox"] {
	width:auto;
	   
}
.condiciones .wpcf7-list-item-label {
	 font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	     font-size: 0.6em;
	 }
.condiciones .wpcf7-list-item-label a {
	    color: #ecb00a;
	 }
	 
	
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 20px;
  font-weight: 300;
  margin-bottom:3px; }
h1 { font-size: 4.0em;line-height: 1; }
h2 { font-size: 3.6em; line-height: 1;  padding-top: 50px; padding-bottom: 20px;}
h3 { font-size: 2.2em; line-height: 1;  }
h4 { font-size:   2.1em; line-height: 1.35; margin-bottom: 1px;;  }
h5 { font-size: 1.8em; line-height: 1.5;  }
h6 { font-size: 1.5em; line-height: 1.6; }



/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #f0a643;
  text-decoration:none;
  border-bottom:2px dotted #f0a643; }
a:hover {
  color: #ff9200;
  border:none; }

h2 a, h3 a, h4 a {
	border:none;
}


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
 border-top: 8px dotted #E1E1E1;}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.contenedor:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


.header_bg img {
    font-family: 'object-fit: cover; object-position: center;';
    object-fit: cover;
    object-position: center center;
    height: 100% !important;
    width: 100% !important;
	
}
footer li.widget {
	list-style:none;
	
	}
.contenedor h3 {
    font-size: 4.3em;
}

.contenedor h3 strong {
	font-weight:400;
	color:#333;
	font-size: 0.7em;
}

	
/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Larger than mobile */
@media (max-width: 400px) {
header .metaslider .caption {
font-size: 2.2em !important;
}
	

}


/* Larger than desktop */
@media (min-width: 1000px) {
	header .metaslider .caption {
    font-size: 2.8em;
	}
	header .metaslider .caption-wrap {
    padding-bottom: 30%;
	}
	}

/* Larger than Desktop HD */
@media (min-width: 1400px) {
.cajaforma .forma {
    background: url(images/fondo-cabecera-mil-flores-extra.png) no-repeat bottom;

}
.cajaforma .forma h1  {
	font-size: 4.0em;
}
header .metaslider .caption-wrap {
    padding-bottom: 25%;
	}
header .metaslider .caption {
	margin-top:0;}
	

header .metaslider .caption {
padding: 3% 10% 29% 10%;
	}


.contenedor {
  padding: 0 10% 10% 10%;
}

footer {
    padding: 3% 15% 3% 15%;
}
}
@media (min-width: 1600px) {
	header .metaslider .caption-wrap {
    padding-bottom: 20%;
	}
}

@media screen and (max-height: 800px) {
	header .metaslider .caption-wrap {
    padding-bottom: 19%;
	}
	.cajaforma .forma {
    background-size: 70% !important;
	}
	.cajaforma {
    margin-top: -370px;
	}
	
	header .metaslider .caption {
    font-size: 2.5em;
	}
}

@media screen and (max-height: 600px) {
  	header .metaslider .caption-wrap {
    padding-bottom: 11%;
	}
	.cajaforma .forma {
    background-size: 50% !important;
	}
	.cajaforma {
   height: 200px;
	}
	header .logo img {
    width: 200px;
	}
	header .metaslider .caption {
    font-size: 2.2em;
	}
	.caja-luz {
    height: 300px;
	}

}

@media screen and (min-height: 700px) {
	header .metaslider .caption {
		font-size: 3em;
	}
}

/* Larger than Desktop HD */

 @media only screen and (max-device-width: 780px) {
 
input[type="checkbox"] {
    width: 40px;
    height: 40px;
}

.contenedor {
    margin: -25px auto;
      padding: 30px 7% 25% 7%;
}

.contenedor .h3 {
	 font-size: 4.6em;
}

.contenedor p {
	    font-size: 2.2em;
}


.wp-block-columns.servicios-jardineria {
	 margin: 0 -7%;
	 display: block;
}


.servicios-jardineria div.wp-block-column {
    margin: 0 auto;
    border-radius: 20px;
    width: 400px;
}


.servicios-jardineria .wp-block-image figcaption {
    font-size: 30px;
    margin-right: -20%;
    margin-left: -20%;
	height:100px;
}

.servicios-jardineria .wp-block-image img {
       width: 200px;
}

.metaslider h2 {
    font-size: 1.3em;
}
.flex-control-paging li a {
    width: 20px !important;
    height: 20px !important;
}

header {
    height: 120%;
}
header .metaslider .caption {
    font-size: 2.5em;
}


input, optgroup, select, textarea {
    width: 60%;
    border-radius: 50px;
}
input[type="submit"] {
       width: 220px;
    height: 80px;
    margin-left: 28%;
}
h4 {
    font-size: 4em;
	    margin-top: 30px;
    margin-bottom: 30px;
	}
	
.wpcf7-textarea {
	height: 200px;}
	.contenedor h3 {
    font-size: 5.1em;
}
 .page-id-3 .contenedor {
    padding: 4% 15% 10% 12%;
}


.wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
    margin-left: 0;
 }
.servicios-jardineria .wp-block-column:not(:first-child), .servicios-jardineria .wp-block-column:nth-child(2n) {
	margin:0 auto;
	
	}
 .wp-block-button__link {
	padding: 15px 50px;
    border-radius: 60px;
 }
 .iconos .wp-block-image img {
	    max-width: 200%;
    width: 150%;
}


.metaslider .flex-control-nav li a {
    width: 35px !important;
    height: 35px !important;
}

.caption .otono {
    padding: 30px 110px 10px 100px;
    background-size: 120px;
}


 }
 
@media only screen and (max-device-width: 600px) {
	
header {
width:100%;
padding: 0;
height: 77%;
}
.header_bg {
    height: 77%;
}
 

.home header {
height: 90%;
}
.home .header_bg {
    height: 90% !important;
}
header .metaslider .caption-wrap {
    padding-bottom: 35%;
}
 
header .logo {
 float:none;
 width: auto;
 padding:0;
}

header .logo img {
    width: 450px !important;
}

header .metaslider .caption {
   line-height: 1.2;
   margin: 80px 50px;
   font-size: 2em;
}
  

h2 {
    font-size: 5em;
}
.cajaforma .forma h1 {
	 font-size: 6.5em;
	 bottom: 20px;
   bottom: 0;
    left: 25%;
    right: 25%;
	line-height:0.8em;
}


.cajaforma .forma {
    background: url(images/fondo-cabecera-mil-flores-m.png) no-repeat bottom;
	    background-size: 100%;
	    height: 100%;
}
.cajaforma {
    margin-bottom: 180px;
}

ul li {
    font-size: 2.5em;
	color:#333;
	} 

nav ul li {
	font-size: 3.9em;
	text-align:center;
	}
nav ul ul {
		width: 570px;
}
nav ul ul li {
		height: 80px;
		font-size: 0.65em;
}
	
ul.sub-menu {
		    padding-top: 60px;}
hr {
border-top: 15px dotted #E1E1E1;}
	
.wp-block-columns {
    flex-wrap: wrap !important;
}
.wp-block-column {
    flex-basis: 100% !important;
}

.block-column:not(:last-child) {
    margin-left: 32px;
}

.wp-block-columns .block-column {
    flex-basis: 100%;
}
 .wp-block-button__link {
	font-size: 2.3em; 
 }
 
 header .wp-block-button__link {
    padding: 30px 35px;
    font-size: 0.7em;
    margin: 30px 20px;
    line-height: 35px;}
 

.metaslider {
    margin: 0 auto;
}


.destacado {
    font-size: 4em;
    font-weight: 400;
    padding: 3% 7% 4% 7%;
	}
.contenedor .destacado {
	 font-size: 3.1em;
}
	
.caption .invierno {
    padding: 70px 80px 10px 50px;
}



.kt-row-column-wrap {
    padding: 25px 0 25px 0;
    display: -ms-flexbox;
	display: block;}

footer .one-third img {
    margin-top: -25px;}

footer p {
    font-size: 3.2em;
}
footer p.telefono  {
    font-size: 4em;}


footer .one-third img {
    margin-top: -25px;}

footer h3 {
font-size: 4em;}

footer .bloque-i img {
    max-width: 100%;
    min-height: 700px;
}

footer .bloque-i, footer .bloque-d {
	width:100%;
	float:none;
}
.firma p {
    font-size: 2.2em;
    padding-top: 90px;
    padding-bottom: 15px;
}

footer p.destacado {
    font-size: 4em;
}
footer h2 { font-size: 9em;}
	
footer .bloque-i, footer .bloque-d {
    width: 100%;
    padding: 2%;
    float: none;
}

}