* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
html {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  position: relative;
  overflow-x: hidden;
}
html {
  height: 100%;
  width: 100%;
}
body,
html,
p,
h1,
ul {
  margin: 0;
  padding: 0;
}

/* Top */
.top {
  padding: 20px 0px 10px;
  position: relative;
  width: 100%;
  background-color: #fff;
  height: 100px;
}
.top .logo {
  align-items: center;
  justify-content: center;
  display: inline-flex;
}

.menu-st {
  display: block;
  text-align: right;
}
.iconflecha {
  padding: 0px 7px;
  background-color: #fff;
  border-radius: 50px;
  color: #0078f0;
}
.flechaizquierda,
.flechaderecha {
  padding: 6px 10px;
  background-color: #fff;
  border-radius: 50px;
  color: #0078f0;
  position: absolute;
  cursor: pointer;
}
.flechaizquierda {
  top: 50%;
  left: 10px;
  margin-top: -14px;
}
.flechaderecha {
  top: 50%;
  right: 20px;
  margin-top: -14px;
}
/* Sección 1 */
.seccion1 {
  width: 100%;
  height: 60%;
  position: relative;
  padding: 10px 0px 0px 0px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.slider1 {
  font-size: 1rem;
  padding: 0px 40px;
}
.slider1 p {
  margin-bottom: 15px;
}
.fondoslide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: all 0.8s;
}
.fondoslidevisible {
  opacity: 1;
}

/* Sección 2 */
.seccion2 {
  width: 100%;
  position: relative;
  padding: 120px 0px;
  background-color: #fff;
  text-align: center;
}
.seccion2 h1 {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #94c120;
  border-bottom: 2px solid #94c120;
  display: inline-block;
  padding: 0px 20px 20px;
  margin-bottom: 60px;
}
.bloq-trat{
  background-color: #94c120;
  text-align: start;
  padding: 30px;
  height: 100%;
  display: flex;
}

.bloq-trat a{
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  
  text-decoration: none;
  text-transform: uppercase;
}
.bloq-trat .icono{
  height: 100%;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bloq-trat .txt{
  height: 100%;
  width: 80%;
  display: flex;
  justify-content: start;
  align-items: center;
}
.sep-bot{
  margin-bottom: 30px;
}
/* Sección 3 */
.seccion3 {
  width: 100%;
  position: relative;
  color: #fff;
}
.seccion3 .imagen-dec {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.footer {
  width: 100%;
  position: relative;
  padding: 45px 0px;
  background-color: #585955;
  text-align: center;
}
.footer h2 {
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-bottom: 1px solid #0d6efd;
  padding: 0px 10px 10px 0px;
  display: inline-block;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0px;
  justify-content: center;
  display: inline-block;
}
.footer ul li{
  display: block;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
}
.footer ul li a {
  color: #fff;
  font-size: 0.85rem;
  text-decoration: none;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.logofooter {
  text-align: left;
}
.direcccionfoot {
  font-size: 0.8rem;
  text-align: left;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
}
.direcccionfoot p{
  
  margin-bottom: 8px;
}
.direcccionfoot a{
  
  color: #fff;
}
.seccion4 {
  width: 100%;
  position: relative;
  padding: 120px 0px;
  color: #fff;
}
.seccion4 .fondo{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.seccion4 .fondo .fgreen{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #94c120;
}
.seccion4 h1{
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding: 0px 20px 20px;
  margin-bottom: 30px;
}
.seccion4 .listoservicios{
  margin-top: 30px;
}
.seccion4 .listoservicios ul{
  margin-left: 15px;
}
.seccion4 .listoservicios ul li::marker{
  color: #94c120;
}
.botonenviar {
  width: 100%;
}
.form {
  color: #282828;
}

.seccion5 {
  width: 100%;
  position: relative;
  padding: 120px 0px;
  color: #181818;
}
.seccion5 h1{
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #94c120;
  border-bottom: 2px solid #94c120;
  display: inline-block;
  padding: 0px 20px 20px;
}
.seccion5 h2{
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #181818;
  margin-bottom: 10px;
  font-weight: 600;
}
.seccion6{
  background-color: #3e3f3b;
}
.textocontacto{
  padding: 50px;
  width: 100%;
  height: 100%;
  text-align: center;
  display: inline-flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.textocontacto p{
  margin-bottom: 8px;
}
.textocontacto p i{
  margin-right: 10px;
  color: #94c120;
}
.textocontacto p a{
  color: #FFF;
}
.separador{
  margin: 10px 0px;
}
.name{
  font-weight: 700;
}
.botontitulo{
  font-weight: 600;
  color: #94c120;
  font-size: 0.9rem;
}
.margintop {
  margin-top: 80px;
}
.margin-botton-super {
  margin-bottom: 35px;
}
.imagred {
  border-radius: 15px;
  margin-bottom: 15px;
}

.seccionrepuestos {
  width: 100%;
  position: relative;
  padding: 80px 0px 80px 0px;
  background-image: url("../images/imag2.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
.seccionrepuestos h1 {
  font-size: 1.4rem;
  margin-bottom: 50px;
  border-bottom: 1px solid #fff;
  padding: 0px 0px 20px 0px;
  font-weight: 600;
}
.seccionrepuestos h2 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  padding: 0px 0px 6px 0px;
  font-weight: 400;
  display: inline-block;
  margin-top: 15px;
}
.seccionrepuestos2 {
  width: 100%;
  position: relative;
  padding: 80px 0px 80px 0px;
  background-image: url("../images/imag2.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
.seccionrepuestos2 h1 {
  font-size: 1.4rem;
  margin-bottom: 50px;
  border-bottom: 1px solid #fff;
  padding: 0px 0px 20px 0px;
  font-weight: 600;
}
.seccionrepuestos2 h2 {
  font-size: 1.2rem;
  margin-bottom: 0px;
  padding: 0px 0px 6px 0px;
  font-weight: 400;
  display: inline-block;
  margin-top: 15px;
}
.seccionservicios {
  width: 100%;
  position: relative;
  padding: 80px 0px 80px 0px;
  background-image: url("../images/imag32.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

.seccionservicios h1 {
  font-size: 1.4rem;
  margin-bottom: 50px;
  border-bottom: 1px solid #fff;
  padding: 0px 0px 20px 0px;
  font-weight: 600;
}
.seccionservicios h2 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  padding: 0px 0px 6px 0px;
  font-weight: 700;
  display: inline-block;
  margin-top: 15px;
}

.detalleservicios p {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.detalleservicios p img {
  margin-right: 15px;
}
.detalleservicios2 p {
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 30px;
}
.detalleservicios2 p img {
  margin-left: 15px;
}

#map1 {
  width: 100%;
  height: 310px;
  margin-top: 30px;
}
/* ------------------------------------*/

.top .logo a,
.top .logo-reponsive a {
  display: contents;
}
.top .logo-reponsive {
  align-items: center;
  display: flex;
  justify-content: start;
  width: 90px;
}
.top .movilg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top .menu-hamb {
  cursor: pointer;
  padding-top: 2px;
}
.top .mail-top {
  align-items: end;
  display: none;
  justify-content: center;
  flex-flow: column;
}
.top .mail-top-resp {
  align-items: center;
  display: flex;
  justify-content: end;
  flex-flow: row;
}
.top .mail-top-resp a,
.top .mail-top a {
  color: #fff;
  text-decoration: none;
}
.top .mail-top-resp i,
.top .mail-top i {
  margin: 0px 6px;
}
.top .mail-top .nomovil {
  display: none;
}
.top .mail-top .movil {
  display: inline-flex;
}
/* Fin Top */
.top2 {
  padding: 10px 0px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 500;
  background-color: #e9dfd4;
}
.top2 .logo {
  align-items: center;
  display: flex;
  justify-content: start;
  width: 90px;
}
.top2 .logo a {
  display: contents;
}
.top2 .menu-hamb i {
  color: #5a6c60;
  line-height: 2rem;
  cursor: pointer;
}
.top2 .movilg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top2 .mail-top {
  align-items: end;
  justify-content: center;
  flex-flow: column;
  display: inline-flex;
}
.top2 .mail-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top2 .mail-top ul li {
  display: inline-flex;
  margin: 0px 6px;
}
.top2 .mail-top ul .mm {
  margin-right: 15px;
}
.top2 .mail-top a {
  font-size: 0.9rem;
  color: #5a6c60;
  font-weight: 600;
  text-decoration: none;
}
.top2 .mail-top a i {
  font-size: 1.1rem;
  color: #5a6c60;
}
.top2 .mail-top ul .nomovil {
  display: none;
}
.top2 .mail-top ul .movil {
  display: inline-flex;
}

/* */
.menu-full {
  margin-top: auto;
  display: none;
}
.menu-full ul {
  list-style: none;
  border: 1px solid #fff;
  padding-inline-start: 0px;
}
.menu-full ul li {
  display: inline-flex;
  text-align: center;
  width: calc(100% / 4);
  font-size: 1rem;
  font-weight: 600;
  padding: 25px 0px;
  justify-content: center;
  background-image: url("../images/divisor-menu.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
}
.menu-full ul li:last-child {
  background-image: none;
}

.imageanimacion1,
.imageanimacion2,
.imageanimacion3 {
  position: relative;
  left: -200px;
  opacity: 0;
}


/* Generales */

.item {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.owl-carousel {
  height: 100%;
}
.owl-carousel .owl-stage-outer {
  height: 100%;
}
.owl-carousel .owl-stage {
  height: 100%;
}
.owl-carousel.owl-drag .owl-item {
  height: 100%;
}
.navegador-slide {
  margin-top: auto;
  margin-bottom: 50px;
}
.navegador-slide ul {
  margin: 0;
  text-align: center;
}
.navegador-slide ul li {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  border-radius: 40px 40px 40px 40px;
  -moz-border-radius: 40px 40px 40px 40px;
  -webkit-border-radius: 40px 40px 40px 40px;
  margin: 0px 8px;
  cursor: pointer;
}
.navegador-slide ul li:hover {
  border: 1px solid #fff;
}
.navegador-slide ul .nn-item {
  width: 12px;
  background-color: #fff;
  clip-path: circle(50% at 50% 50%);
  height: 12px;
  margin: 5px;
}
.navegador-slide ul .nn-item-activo {
  background-color: #fff;
  border: 1px solid #fff;
}
.navegador-slide ul .nn-item:hover {
  background-color: #fff;
}

/* MENU */
.menu {
  background-color: #94c120;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  display: none;
  padding: 3px 0px;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
.menu ul li {
  cursor: pointer;
  display: inline-flex;
  border-left: 1px solid #b3e336;
  margin-left: -4px;
}

.menu ul li a{
  padding: 20px 30px;
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  background-color: transparent;
  transition: all 0.5s;
}
.menu ul li a:hover{
  background-color: #b3e336;
}

.clic1 {
  display: none;
}
.clic2 {
  display: block;
}

/* PRELOADER */
#html5Loader {
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 1);
  position: fixed;
  z-index: 15000;
  width: 100%;
  height: 100%;
}
#html5Loader .loader {
  position: absolute;
  z-index: 15100;
  width: 130px;
  height: 300px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  margin-left: -65px;
  margin-top: -150px;
}
#html5Loader .cargador {
  position: absolute;
  z-index: 15100;
  width: 130px;
  height: 200px;
  top: 0px;
  left: 0;
  opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */
}
#html5Loader .cargador .texto-carga {
  margin-top: 15px;
  width: 150px;
  height: 50px;
  float: left;
  text-align: center;
  color: #000;
  position: absolute;
  bottom: 0px;
}
.logo-carga1 {
  width: 130px;
  height: 130px;
  background-image: url("../images/preload01.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}
.logo-carga2 {
  width: 130px;
  height: 130px;
  background-image: url("../images/preload02.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  opacity: 0;
}
#html5Loader .cargador .spinner {
  width: 50px;
  height: 50px;
  float: left;
  margin-left: 125px;
}
#html5Loader .fallback {
  top: 50%;
  position: absolute;
  text-align: center;
  width: 100%;
  color: white;
  vertical-align: middle;
  display: block;
  font-style: normal;
}
/* *MODAL */
.modal-g {
  width: 100%;
  height: 100%;
  z-index: 2000;
  position: fixed;
  font-family: "Montserrat", sans-serif;
}
.fondo-modal-black {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
}
.modal-p {
  width: 300px;
  height: 360px;
  padding: 60px 20px;
  background-color: #fff;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url("../images/modal-fondo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  flex-flow: column;
  position: relative;
}
.modal-p .exit {
  width: 27px;
  height: 27px;
  background-image: url("../images/modal-cerrar.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  flex-flow: column;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.modal-p .p1 {
  text-align: left;
  font-size: 0.9rem;
  color: #394f40;
  font-weight: 500;
  margin-bottom: 15px;
}
.modal-p .p2 {
  text-align: left;
  font-size: 0.9rem;
  color: #ed7b40;
  font-weight: 700;
  margin-bottom: 90px;
}
.modal-p input {
  background-color: #e6dcd1;
  color: #394f40;
  font-size: 0.9rem;
  font-weight: 400;
  padding: 3px 10px;
  border: 0px;
  width: 100%;
  margin-right: 4px;
}
.modal-p button {
  background-color: #e6dcd1;
  color: #ed7b40;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 3px 10px;
  border: 0px;
  text-transform: uppercase;
}
::placeholder {
  color: #394f40;
}
:-ms-input-placeholder {
  color: #394f40;
} /* IE 10+ */
::-webkit-input-placeholder {
  color: #394f40;
} /* WebKit */
::-moz-placeholder {
  color: #394f40;
} /* Firefox 19+ */
.error {
  color: #d30203;
  font-size: 0.8rem;
}
.bloque{
  display: inline-flex;
  padding: 15px 15px;
  cursor: pointer;
  transition: all 1s;
  border-radius: 6px;
}
.bloque:hover{
  padding: 15px 15px;
  background-color: rgba(0, 120, 240, 0.5);
}
.bloque2{
  display: inline-block;
  padding: 15px 15px;
  cursor: pointer;
  transition: all 1s;
  border-radius: 6px;
}
.bloque2:hover{
  padding: 15px 15px;
  background-color: rgba(0, 120, 240, 0.5);
}
.boton-menu{
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 14000;
	display: block;
}
.menuresp{
  display: none;
}

/* Menu responsive */
.menu-responsive{
	background-color: #94c120;
	width: 200px;
	height: 100%;
	position: fixed;
	top: 0;
	right: -250px;
	z-index: 13000;
	padding: 90px 0px 50px 0px;
}
.menu-responsive ul{
	list-style: none;
}
.menu-responsive ul li span{
	background: rgb(148,193,32);
	background: linear-gradient(90deg, rgba(148,193,32,1) 0%, rgb(129, 173, 18) 68%);
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 7px 25px;
	border-bottom: 1px solid #a1c73e;
	transition: all 0.5s;
	cursor: pointer;
}
.menu-responsive ul li span:hover{
	background: #94c120;
}
.menu-responsive ul li a{
	background: rgb(148,193,32);
	background: linear-gradient(90deg, rgba(148,193,32,1) 0%, rgba(129, 173, 18,1) 68%);
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 7px 20px;
	border-bottom: 1px solid #a1c73e;
	transition: all 0.5s;
}

.menu-responsive ul li a:hover{
	background: #94c120;
}
.menu-responsive ul li ul{
	display: none;
}
.menu-responsive ul li ul li a{
	background: #94c120;
	padding: 10px 25px;
	color: #7eacd5;
	border-bottom: 0px solid #a1c73e;
}

.menu-responsive ul li ul li a:hover{
	color: #fff;
}
.slider2{
  padding: 15px;
}
.slider2 .bloqueimg{
  margin-bottom: 15px;
}
.slider2 .bloquetxt{
  font-size: 0.9rem;
}
.slider2 .bloquetxt h2{
  font-size: 1rem;
  margin-bottom: 0px;
}
.degradado{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5000;
  background-image: url("../images/degradado.png");
  background-repeat: repeat-x;
  background-position: center bottom;
}

/* INTERIOR */
.seccion1int {
  width: 100%;
  height: 30%;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.seccion2int {
  width: 100%;
  position: relative;
  padding: 120px 0px;
  background-color: #fff;
  text-align: start;
  color: #181818;
}
.seccion2int h1 {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #94c120;
  border-bottom: 2px solid #94c120;
  display: inline-block;
  padding: 0px 20px 20px;
  margin-bottom: 30px;
}
.seccion2int p{
  margin-bottom: 15px;
}
.seccion2int .dest{
  padding: 30px;
  background-color: #f8f8f8;
}
.seccion2int .dest h2{
  font-size: 1.2rem;
  font-weight: 600;
}
.seccion2int .dest h3{
  font-size: 1rem;
  font-weight: 700;
}
.seccion2int .dest p{
  margin-bottom: 5px;
}
.seccion2int ul{
  margin-left: 15px;
}
.imagenadorno{
  position: absolute;
  width: 689px;
  height: 626px;
  right: -150;
}
.cuerpomedMayor{
  display: none;
}
.cuerpomedMenor{
  display: block;
}
.stafline{
  text-align: start;
  margin-bottom: 30px;
}
.whatsapp{
	width: 60px;
	height: 60px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	-webkit-box-shadow: 0px 0px 55px 0px rgba(0,0,0,0.36);
	-moz-box-shadow: 0px 0px 55px 0px rgba(0,0,0,0.36);
	box-shadow: 0px 0px 55px 0px rgba(0,0,0,0.36);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color: #2fbe39;
	background-color: #2fbe39;
	text-align: center;
	padding-top: 15px;
	z-index: 1800;
}
@media (min-width: 480px) {
  .top {
    padding: 20px 0px 10px;
  }
 
  .top .logo-reponsive {
    width: 112px;
  }
  .top2 .logo {
    width: 180px;
  }

  .seccion3 .bloque2 {
    padding: 0px 50px;
  }


  .contenedor-ciervo {
    background-position: 380px 400px;
  }

  .redmore .linea {
    width: 70%;
  }
  .seccion7 .rates {
    padding: 60px 44px;
  }

  .seccion7 {
    padding: 0px 50px;
  }
  .seccion8 .pie {
    padding: 0px 40px;
  }
  .animales {
    background-image: url("../images/ciervo02.png"),
      url("../images/palomas02.png");
    background-repeat: no-repeat, no-repeat;
    background-position: -105% 5%, 90% 2%;
  }
  .fondo-left-amakela {
    background-position: -110% top;
  }
  .seccion7 .rates {
    background-size: contain, 60%;
  }
  .modal-p {
    width: 376px;
    height: 320px;
    padding: 20px 20px;
  }
  .boton-menu{
		top: 40px;
		right: 45px;
	}
  .seccion1 {
    padding: 15px 0px 0px 0px;
  }
}
@media (min-width: 576px) {
  .modal-p {
    width: 576px;
    height: 381px;
    padding: 50px 50px;
  }
  .modal-p .p1 {
    font-size: 1rem;
    margin-bottom: 15px;
  }
  .modal-p .p2 {
    font-size: 1rem;
    margin-bottom: 90px;
  }
  .modal-p input {
    font-size: 1rem;
    padding: 3px 10px;
    width: 100%;
    margin-right: 4px;
    margin-bottom: 3px;
  }
  .modal-p button {
    font-size: 1rem;
    padding: 3px 10px;
  }
  .boton-menu{
		top: 40px;
		right: 45px;
	}

  .menu-responsive{
		width: 250px;
		padding: 100px 0px 50px 0px;
	}
	.menu-responsive ul li a{
		padding: 10px 25px;
	}
	.menu-responsive ul li ul li a{
		padding: 10px 45px;
	}


  .footer ul li{
    display: inline-block;
    margin-left: 0px;
    margin-right: 15px;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .top {
    padding: 30px 0px;
    height: auto;
  }
  .top .logo {
    display: flex;
    height: 100%;
  }
  .top .logo-reponsive {
    display: none;
  }

  .top .mail-top {
    display: flex;
  }
  .top .mail-top-resp {
    display: none;
  }
  .top .movilg {
    display: none;
    align-items: center;
    justify-content: center;
  }
  .top .mail-top .nomovil {
    display: inline-flex;
  }
  .top .mail-top .movil {
    display: none;
  }
  .top2 .mail-top ul .nomovil {
    display: inline-flex;
  }
  .top2 .mail-top ul .movil {
    display: none;
  }
  .menu-full {
    margin-top: auto;
    display: block;
  }
  .menu-full ul li {
    font-size: 0.8rem;
  }

  .contenedor-ciervo {
    background-position: 500px 400px;
  }
  .seccion7 {
    padding: 0px 0px;
  }
  .seccion7 .bloque {
    width: 100%;
    background-position: 1600% top, 20% 10%;
    background-size: contain, auto;
  }
  .seccion8 .contendor {
    padding: 52px 98px;
  }
  .navegador-slide ul li {
    width: 30px;
    height: 30px;
    margin: 0px 15px;
  }
  .navegador-slide ul .nn-item {
    width: 18px;
    height: 18px;
    margin: 5px;
  }
  .boton-menu{
		top: 40px;
		right: 45px;
    display: none;
	}

  .menuresp{
    display: block;
  }
  .slider1 {
    font-size: 1.5rem;
    padding: 0px 30px;
  }
  .imagred {
    margin-bottom: 0px;
  }
  #map1 {
    width: 100%;
    height: 310px;
    margin-top: 0px;
  }
  .footer ul {
    margin-bottom: 0px;
    margin-top: 0px;
    justify-content: end;
    display: flex;
  }
  .footer ul li{
    display: inline-block;
    margin-left: 30px;
    margin-right: 0px;
  }
  .menu {
    background-color: #94c120;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: 3px 0px;
  }
  .seccion1 {
    padding: 0px 0px 0px 0px;
  }

  .menu ul li a{
    padding: 20px 15px;
    font-size: 0.75rem;
  }
  .seccion4 h1{
    font-size: 2rem;
    margin-bottom: 0px;
  }
  .seccion4 .fondo .fgreen{
    width: 35%;
  }
  .seccion4 {
    color: #181818;
  }
  .cuerpomedMayor{
    display: block;
  }
  .cuerpomedMenor{
    display: none;
  }
  .stafline{
    text-align: end;
    margin-bottom: 0px;
  }
  .footer {
    text-align: left;
  }
  .footer ul li a {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {

  .menu-full ul li {
    font-size: 1rem;
  }
  .modal-p {
    width: 776px;
    height: 381px;
    padding: 70px 90px;
  }

  .menu ul li a{
    padding: 20px 20px;
    font-size: 0.8rem;
  }
  .bloq-trat{
    padding: 20px;
  }
  .bloq-trat a{
    font-size: 0.8rem;
  }
  .seccion4 h1{
    font-size: 2.5rem;
  }

}
@media (min-width: 1200px) {
  .menu-full ul li {
    font-size: 1rem;
    padding: 20px 0px;
  }
  .menu ul li a{
    padding: 20px 30px;
    font-size: 0.9rem;
  }
  .bloq-trat{
    padding: 30px;
  }
  .bloq-trat a{
    font-size: 1rem;
  }
}
@media (min-width: 1500px) {
  
  .menu-full ul li {
    font-size: 1rem;
    padding: 25px 0px;
  }
}
