.contenedor {
    max-width: 1100px;
    margin: 0 auto;
}

 .foto-producto img {
    max-width: 100%;
    border-radius: 10px;
}

.descriopcion-producto {
    font-size: 13px;
}


a.vermas-2 {
    background: #008912;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    display: block;
    max-width: 180px;
    margin-top: 20px;
    font-family: 'Fredoka One', cursive;
    text-decoration: none;
}

.space {
    height: 91px;
}



.tit-producto-medio {
    font-weight: 700;
    padding-bottom: 17px;
    font-size: 18px;
}

.caja-servicio img {
    width: 100%;
}
.tit-serv {
    text-align: center;
    font-size: 20px;
    font-family: 'Fredoka One', cursive;
    padding: 10px 0px;
    /* text-transform: uppercase; */
    color: #008913;
}

a.ver-mas {
    font-size: 14px;
    border: solid 1px #ccc;
    padding: 5px 30px;
    border-radius: 50px;
    color: #000;
    text-decoration: none;
    margin: 20px auto 0px;
    display: block;
    text-align: center;
    max-width: 119px;
    font-weight: 700;
}

a.ver-mas:hover {
    background: #008913;
    font-size: 14px;
    border: solid 1px #008913;
    padding: 5px 30px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    margin: 20px auto 0px;
    display: block;
    text-align: center;
    max-width: 119px;
    font-weight: 700;
}

.seccion {
    /* padding: 50px 0px; */
    margin: 0px auto 100px !important;
}

.tit {
    font-family: 'Fredoka One', cursive;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    padding: 30px;
    color: #008912;
}

.texto-serv {
    text-align: center;
    font-size: 13px;
}

.caja-servicio {
    padding: 20px 20px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.16);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.16);
    border-radius: 5px;
}



.logo-footer img {
    width: 100%;
}

.logo-footer {
    width: 150px;
    float: right;
    margin-top: 50px;
}
.tele {
    margin-top: 50px;
}

.fondo-1 {
    background-image: url(../imagenes/seccion2.jpg);
    height: 550px;
    background-size: cover;
}

.ic img {
    width: 100%;
}

.direccion span, .email span {
    float: left;
    display: block;
    width: 80%;
    padding-left: 10px;
    font-size: 13px;
}

.direccion, .tele, .email {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.ic {
    width: 14px;
    float: left;
}

.direccion, .tele, .email {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.footer {
    background: #eee;
    padding-bottom: 40px;
}

.tele .ic {
    width: 40px;
    float: left;
}

a.volver {
    background: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 75px;
}

.tele .ic img {
    width: 100%;
    height: auto;
}
.tele span {
    font-size: 26px;
    font-weight: 700;
    padding-left: 10px;
}

a.logo-clientes img {
    width: 200px;
    margin-top: 50px;
}

.tit-banner2 {
    font-family: 'Fredoka One', cursive;
    font-size: 40px;
    line-height: 40px;
    padding-top: 37px;
    padding-bottom: 20px;
    color: #008912;
}

.spacios {
    padding: 60px 0px;
}

.spa{clear: both;}
.caja-medio {
    max-width: 80%;
    margin: 0px auto;
}

.text-medio {
    color: #fff;
    margin-left: 20px;
    float: left;
    max-width: 64%;
    line-height: 18px;
    padding-top: 4px;
}

.beneficios {
    background: #fff;
    position: absolute;
    padding: 20px;
    border-radius: 10px;
    right: 0px;
    bottom: 30px;
}

.tit-general {
    font-family: 'Fredoka One', cursive;
    font-size: 24px;
    color: #008913;
}

.relative {
    position: relative;
    min-height: 450px;
}

.tit-medio {
    color: #fff;
    font-size: 30px;
    float: left;
}
.mensaje-sobre {
    /* background: #000000a1; */
    padding: 20px 0px;
    font-family: 'Fredoka One', cursive;
    background: rgb(0,137,32);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0,137,32,0.7)), color-stop(34%, rgba(87,80,168,0.7)), color-stop(67%, rgba(222,189,3,0.7)), to(rgba(0,137,32,0.7)));
    background: linear-gradient(90deg, rgba(0,137,32,0.7) 0%, rgba(87,80,168,0.7) 34%, rgba(222,189,3,0.7) 67%, rgba(0,137,32,0.7) 100%);
}



.btn-primary {
    color: #fff;
    background-color: #008912;
    border-color: #008912;
    font-family: 'Fredoka One', cursive;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 40px;
}

.mensaje-contacto {
    padding-bottom: 40px;
}

.bajada {
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
}

.tit-seccion {
    font-size: 45px;
    text-align: center;
    padding-top: 100px;
    font-family: 'Fredoka One', cursive;
    color: #008912;
}

.sticky-top.animated.fadeInDown {
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.22);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.22);
}

a.boton-banner {
    font-family: 'Fredoka One', cursive;
    color: #000;
    font-size: 18px;
    border: solid 1px #ccc;
    padding: 10px 20px;
    border-radius: 50px;
    margin-top: 18px;
    float: left;
}
a.boton-banner:hover {
    font-family: 'Fredoka One', cursive;
    color: #fff;
    font-size: 18px;
    border: solid 1px #008912;
    padding: 10px 20px;
    border-radius: 50px;
    margin-top: 18px;
    float: left;
    background: #008912;
    text-decoration: none;
}

a.navbar-brand img {
    max-width: 170px;
}
ul.navbar-nav.ml-auto li a {
    font-family: 'Fredoka One', cursive;
    text-transform: uppercase;
}

li.nav-item.active a {
    background: #008913;
    color: #fff !important;
    border-radius: 10px;
}

.container {
    max-width: 1100px !important;
    padding: 0px !important;
    margin: 0px auto !important;
}
.texto-banner {
    font-size: 20px;
}

.caja-banner {
    max-width: 400px;
    padding-left: 40px;
}

.tit-banner {
    font-family: 'Fredoka One', cursive;
    font-size: 40px;
    line-height: 40px;
    padding-top: 117px;
    padding-bottom: 20px;
    color: #008912;
}

.imagen-movil{display: none;}



      @media screen and (max-width:780px) {
  /* reglas CSS */
   ul.navbar-nav.ml-auto li a {
    font-family: 'Fredoka One', cursive;
    text-transform: uppercase;
    text-align: center;
}
          
.caja-banner {
    max-width: 90%;
    padding-left: 0px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}       
          .imagen-movil img {
    width: 100%;
}
          
          ul.navbar-nav.ml-auto {
    margin-top: 14px;
}
          
          li.nav-item.active a {
    border-radius: 0px;
}

.imagen-movil{display: block;}
          
   .tit-banner {
    font-family: 'Fredoka One', cursive;
    font-size: 30px;
    line-height: 32px;
    padding-top: 47px;
    padding-bottom: 20px;
    color: #008912;
}       
          .row {
    margin-right: 0px;
    margin-left: 0px;
}
          nav.navbar.navbar-expand-lg.navbar-light {
    background: #eee;
}
          
          .caja-medio {
    text-align: center;
}
          
          .text-medio {
    color: #fff;
    margin-left: 0px;
    float: left;
    max-width: 100%;
    line-height: 18px;
    padding-top: 4px;
}
          
          .tit-medio {
    color: #fff;
    font-size: 24px;
    float: left;
    width: 100%;
}
          
          a.boton-banner {
    font-family: 'Fredoka One', cursive;
    color: #000;
    font-size: 18px;
    border: solid 1px #ccc;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 18px;
    float: none;
}

         
          .texto-banner {
    font-size: 20px;
    padding-bottom: 30px;
}
          
.beneficios {
    background: #fff;
    position: relative;
    padding: 20px;
    border-radius: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    margin-top: 328px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.18);
}
         
          
          .logo-footer {
    width: 150px;
    float: left;
    margin-top: 0px;
}
          
          .fondo-1 {
    background-image: url(../imagenes/seccion2.jpg);
    height: 650px;
    background-size: cover;
    background-position: center;
}
          
          .tele a {
    color: #000 !important;
}
          
          .caja-servicio {
    margin-bottom: 25px;
}
          .seccion {
    /* padding: 50px 0px; */
    margin: 40px auto 50px !important;
}
          .tit-seccion {
    font-size: 45px;
    text-align: center;
    padding-top: 85px;
    font-family: 'Fredoka One', cursive;
    color: #008912;
    line-height: 40px;
    padding-bottom: 10px;
}
          
          .tit-producto-medio {
    font-weight: 700;
    padding-bottom: 17px;
    font-size: 18px;
    margin-top: 30px;
}

          .bajada {
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
}
        
          }  

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

}