/* RESET CSS */

@font-face {
    font-family: 'mohrbold';
    src: url('../fonts/mohrrounded-bold-webfont.woff2') format('woff2'),
         url('../fonts/mohrrounded-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
font-display: swap;
}

@font-face {
    font-family: 'mohrmedium';
    src: url('../fonts/mohrrounded-medium-webfont.woff2') format('woff2'),
         url('../fonts/mohrrounded-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
font-display: swap;
}

/*@font-face {
    font-family: 'mohrregular';
    src: url('../fonts/mohrrounded-regular-webfont.woff2') format('woff2'),
         url('../fonts/mohrrounded-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/
body{margin:0;font-family: 'Open Sans', sans-serif; overflow-x: hidden;} /*Elimina margenes del body*/
html{overflow-x: hidden;}

h1,h2,h3 {margin:0; font-weight:normal;}

img{border:none;} /*Elimina borde azul de imÃ¡genes con links*/

ul{margin:0;padding:0} /*Elimina bordes de lista*/

/*Impide que Skype transforme los nÃºmeros telefÃ³nicos*/
span.skype_pnh_container {display:none !important;}
span.skype_pnh_print_container {display:inline !important;}

/*Elimina bordes punteados de links en Firefox*/
a:active{outline: none;}
a:focus {outline: none;}

*{outline:none;}

/*Inputs cross browser!!!*/
input {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}

input::-moz-focus-inner /*Borra el padding a botones submit en FF*/
{ border: 0;
  padding: 0;}
  
textarea{
  border:none;
  padding:0;}

/*Quita los estilos predefinidos de Safari iOS*/
input[type='submit']{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;  
}

/*Quita los estilos para números de teléfonos de Safari iOS*/
a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

/*Quita los estilos de bordes redondeados de inputs en Safari iOS*/
/*input {
    -webkit-appearance: none;
    border-radius: 0;
}*/

/*Quita los subrayados de los links*/
a{text-decoration: none;}

/*Aplica box sizing a todo*/
*{box-sizing: border-box;}

a{color: inherit;}
/*FIN RESET*/

.slide{
  width: 100%;
  height: 440px;
}

.m-slide {
  margin-top: 110px;
  height: 440px;
  overflow: hidden;
}

.slide1{background-image:url("../img/slide1.jpg");}
.slide2{background-color: #007beb;}
.slide3{background-image:url("../img/slide-filosofia.jpg");}
.slide4{background-color: #007beb;}


#custom-pager-home {
  margin-top: -43px;
  width: 100%;
  position: relative;
  z-index: 100;
  float: left;
}

#custom-pager-home a {
  width: 14px;
  height: 14px;
  background-color: #fff;
  display: inline-block;
  border-radius: 40px;
  margin: 0 8px;
}

#custom-pager-home a.cycle-pager-active {
  background-color: #e441aa;
}

.btnprev{
  float: left;
  margin-left: 25px;
}
.btnnext{
  float: right;
  margin-right: 25px;
}
.navslider2 {
  /* position: relative; */
  /* float: left; */
  width: 100%;
  margin: -186px auto 0 auto;
}
.navslider2 a {
  color: #007beb;
  font-size: 45px;
}
.core-compra h3 {
  color: #007beb;
  margin-top: 10px;
}
.cont-tiendas h4 {
  width: 100%;
  color: #007beb;
  font-family: 'mohrbold';
  padding: 25px 0 5px 48px;
  margin: 0 0 0 0;
  font-size: 18px;
  /* display: inline-block; */
}

.btntienda-r{display: none;}


.despacho{
  margin-top: 30px;
  text-align:center; 
  color: #007beb;
}

.bannertienda {
	width: 800px;
	margin: 20px auto 0 auto;
}
.bannertienda1 {
  float: left;
  width: 175px;
}
.bannertienda2 {
  float: left;
  width: 610px;
  text-align: center;
  padding: 22px 0 0 0;
}

.cont-bannertienda {
  padding: 30px 0 50px 0;
  background: url(../img/trama.svg);
  background-size: contain; 
}

.bannertienda2 h2{font-size: 50px;font-family: 'mohrmedium';}
.bannertienda2 h2 span{font-family: 'mohrbold';}

.btn-tienda {
  color: #fff;
  font-size: 20px;
  background-color: #e441aa;
  font-family: 'mohrbold';
  border-radius: 30px;
  padding: 11px 30px 7px 30px;
  margin: 0 10px;
}

.btn-tienda:hover {
  background-color: #0086e9;
}

.popup{
display: none;
width: 100%;
height: 100vh;
background-color: rgba(255, 255, 255, 0.7);
position: fixed;
z-index: 2000; }

/*.popup img {
   
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}*/

.cont-pop {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: 455px;
  height: 540px;
  text-align: center;
}

.popup-close {
  color: #0081fe;
  right: 15px;
  position: absolute;
  top: 16px;
  font-size: 30px;
  z-index: 100;
}

.btn-votar {
  background-color: #36e7c9;
  color: #007beb;
  padding: 10px 10px 10px 10px;
  display: inline-block;
  /* float: left; */
  top: -70px;
  position: relative;
}
.btn-votar:hover{background-color:#e441aa;color: #fff;}

.btn-r {
  float: left;
  height: 32px;
  width: 32px;
  margin-top: 7px;
}

.header {
  background-color: #007beb;
  width: 100%;
  float: left;
  height: 110px;
  position: absolute;
}

.mitad{
  float: left;
  width: 50%;
  color: #007beb;
}

.mitad2{
  float: left;
  width: 50%;
}

.menu-gota nav {

      position: absolute;
    top: 54%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.menu-gota nav ul {
  list-style: none;
  text-align: center;
  padding-left: 0;
}

.menu-gota nav ul li {
  margin-bottom: 3px;
  padding-left: 14px;
}

.menu-gota nav ul li a {
  text-decoration:none; 
color: #007beb;
font-family: 'mohrbold';
font-size: 18px;
      -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.menu-gota nav ul li a:hover {
color: #ccc;
}

.barra {
  background-color: #34eac9;
  float: left;
  height: 4px;
  margin-bottom: 5px;
  width: 100%;
  border-radius: 5px; 
      -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.headersinfondo .barra {
  background-color: #fff;}

.btn-r:hover .barra{background-color: #fff;}
.headersinfondo .btn-r:hover .barra{background-color: #36e7c9;}

.headersinfondo .close .barra{background-color: #36e7c9;}

.caja-menu {
 position:fixed;
 z-index:120;
 top:0;
 left:0;
 width:100%;
 height:100vh;
 background-color:#fff;
 -webkit-transform:translateY(-100%);
 transform:translateY(-100%);
 -webkit-transition:-webkit-transform .3s ease-in-out 0s;
 transition:-webkit-transform .3s ease-in-out 0s;
 transition:transform .3s ease-in-out 0s;
 transition:transform .3s ease-in-out 0s,-webkit-transform .3s ease-in-out 0s;
}

.open-menu{
   -webkit-transform:translateY(0%);
 transform:translateY(0%);
 -webkit-transition:-webkit-transform .3s ease-in-out 0s;
 transition:-webkit-transform .3s ease-in-out 0s;
 transition:transform .3s ease-in-out 0s;
 transition:transform .3s ease-in-out 0s,-webkit-transform .3s ease-in-out 0s;
}

.menu-gota{
  width: 100%;
  height: 100vh;
  background:url(../img/gota-completa.svg) no-repeat center center; 
  background-size: auto 92%;
-webkit-transition: all 2s;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
  opacity: 0;
  text-transform: uppercase;
}

 .open-menu .menu-gota{opacity: 1;}

.logo2{display: none;}
.logo-cambio .logo2{display: inline-block;}
.logo-cambio .logo1{display: none;}

.close .rota1 {
    margin-top: 10px;
    transform: rotate(45deg);
}
.close .rota2 {
    margin-top: -9px;
    transform: rotate(-45deg);
}
.close .rota3 {
    display: none;
}

img{max-width: 100%;}

.right-nav {
  float: right;
  margin: 38px 45px 0 0;
  z-index: 121;
  position: relative;
}

.tercio {
  width: 33.333%;
  text-align: center;
  float: left;
  margin: 15px 0 0 0;
  padding: 0 20px;
}

.txt-despacho {
  padding: 4% 9% 4% 9%;
  color: #fff;
  background: #e441aa;
}

.txt-despacho span {
  font-family: 'mohrbold';
  font-size: 35px;
}
.imgplan{
  margin-bottom: 10px;
}
.negrita{font-family: 'mohrmedium';}

.btnflow {
  background-color: #36e7c9;
  font-family: 'mohrbold';
  color: #007beb;
  font-size: 19px;
  padding: 10px 10px 6px 10px;
  margin: 19px 0 0 0;
  display: inline-block;
  width: 270px;
  border-radius: 9px;
}
.btnflow:hover{background-color: #e441aa;color: #fff;}

.centrar{
  text-align:center; 
}

.redes-header {
  float: left;
  margin-right: 25px;
}

.redes-header a {
  color: #34eac9;
  font-size: 25px;
  margin: 0 6px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.redes-header a:hover {
  color: #fff;
}


.headersinfondo .redes-header a {
  color: #fff;
  font-size: 25px;
  margin: 0 6px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.headersinfondo .redes-header a:hover {
  color: #34eac9;
}

.btnclub {
float: left;
  margin-right: 5px;
  /* background-color: #36e7c9; */
  font-family: 'mohrbold';
  padding: 8px 16px 0 0;
  margin-top: -1px;
  color: #34eac9;
  font-size: 13px;
      -webkit-transition: color .4s;
  -moz-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s;
}

.headersinfondo .btnclub{color: #fff;}

.headersinfondo .btnclub:hover, .headersinfondo .btn-tienda-head:hover {
  color: #34eac9;

}

.btn-tienda-head{
  float: left;
  margin-right: 5px;
  /* background-color: #36e7c9; */
  font-family: 'mohrbold';
  padding: 8px 16px 0 0;
  margin-top: -1px;
  color: #34eac9;
  font-size: 13px;
      -webkit-transition: color .4s;
  -moz-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s;
}

.btn-tienda-head i{margin-right: 4px;}


.btnclub:hover, .btn-tienda-head:hover {
  color: #fff;
}

.btnclub2 {
  font-family: 'mohrbold';
  padding: 8px 16px 0 0;
  margin-top: -2px;
  color: #fff;
  font-size: 13px;
      -webkit-transition: color .4s;
  -moz-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s;
}


.btnclub2:hover {
  color: #fff;
}

.iconos-core {
  width: 100%;
  margin-top: 35px;
}

.icono-core {
  /* width: auto; */
  /* float: left; */
  text-align: center;
  margin-right: 0;
  display: inline-block;
  width: 214px;
}

.imagen-icono-core {
  width: 100px;
  height: 75px;
  display: inline-block;
}

.imagen-icono-core img {
  height: 60px;
}

.icono-core h2{
  font-size: 18px;
  color: #fff;
}

.envase {
  background: url(../img/envase.png) no-repeat right 42px;
  background-size: auto 410px;
  width: 50%;
  height: 440px;
  float: right;
  max-width: 750px;
  overflow: hidden;
}

.envase video {
  float: right;
  height: 100vh;
  margin-top: -32px;
}

.empresa-b {
  width: 35px;
  float: left;
  margin: -10px 25px 0 0;
}

.btn {
  background-color: #36e7c9;
  font-family: 'mohrmedium';
  padding: 11px 20px 9px 20px;
  margin-top: 10px;
  color: #007beb;
}
.btn {
    box-shadow: 0 0 1px transparent;
    display: inline-block;
    position: relative;
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.1s;
    transition-property: color;
    vertical-align: middle;
}
.btn::before {
    background: #e441aa none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 50% 0;
    transition-duration: 0.2s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.btn:hover, .btn:focus, .btn:active {
    color: white;
}
.btn:hover::before, .btn:focus::before, .btn:active::before {
    transform: scaleX(1);
}

.logo {
  width: 200px;
  float: left;
  margin: 30px 0 0 45px;
  z-index: 121;
  position: relative;
}
.core{
  width: 100%;
  float: left;
  /*height: 695px;*/
  height: 100vh;
  /*background:url(../img/trama.svg);*/
  background-color: #0086e9;
/*  background-size: cover; */
  position: relative;
}

.core2{
  width: 100%;
  float: left;
  height: 100vh;
  position: relative;
}

.headersinfondo{background-color:transparent; }

#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.overlay-video{
  background: rgba(0, 0, 0, 0.35);
    width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.txtcore2 {
  font-family: 'mohrbold';
  color: #fff;
  /* top: 50%; */
  /* transform: translateY(-50%); */
  position: relative;
  /* padding: 0 4%; */
  font-size: 23px;
  z-index: 1;
  max-width: 1120px;
  margin: 100px auto 0 auto;
}

.txtcore2 span, .ahorro-core span{color: #84eac9;}

.ecologismo {
  margin-top: 30px;
  font-size: 30px;
}

.ahorro-core {
  color: #fff;
  /* float: left; */
  font-size: 34px;
  margin: 100px auto 0 auto;
  font-family: 'mohrbold';
  width: 70%;
}

.fecha-ahorro {
  color: #fff;
  float: left;
  font-size: 20px;
  margin-top: 30px;
  font-family: 'mohrbold';
  /* clear: left; */
  width: 100%;
}
#video-ecologismo-blanco {
  width: 550px;
/*  width: 100%;*/
}

.txt-sumate{
  margin-top: 15px;
}

.btns-ecologismo {
  margin-top: 20px;
}

.btns-ecologismo a {
  background-color: #84eac9;
  color: #007beb;
  font-size: 18px;
  padding: 13px 10px 10px 10px;
  margin-right: 20px;
  border-radius: 7px;
        -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.btns-ecologismo a:hover {
  color: #e441aa;
  background-color: #fff;
}

.desliza-mas {
  position: absolute;
  bottom: 40px;
  text-align: center;
  width: 100%;
  color: #fff;
  font-family: 'mohrbold';
  font-size: 14px;
}

.shine{position: absolute;}

.cont100 {
  width: 100%;
  float: left;
}

h1{ font-family: 'mohrbold'; color: #34eac9;font-size: 40px;}
h1 span{color: #fff;}
h2{ font-family: 'mohrbold'; color: #007beb;font-size: 26px; line-height: 1.4;}
h3{ font-family: 'mohrbold'; color: #fff; text-align:center; }

.p-alianza{font-size:14px; }
.p-alianza a{text-decoration: underline; }

.txt1 h3{text-align:inherit; color: #e441aa; }

.txt-core {
  width: 100%;
  margin-left: 40px;
  margin-top: 80px;
  line-height: 48px;
  float: left;
  height: 155px;
}

/*.txt-core div { display: none }*/
.txt-core h1 { width: 100%;float: left; }


.foto-cont{
  width: 25%;
  float: left;
}

.cont-ilustracion1{
  width: 40%;
  float: left;
  text-align:center; 
}

.imgdespacho {
  width: 50%;
  float: left;
  padding: 2% 2%;
}

.tdespacho {
  color: #fff;
  font-family: 'mohrbold';
  font-size: 22px;
  margin-top: -10px;
  display: block;
}

.fondodespacho {
  background-color: #e441aa;
  margin-top: 45px;
}

.ilustracion1 {
  width: 338px;
  display: inline-block;
  position: relative;
}
.ilustracion2 {
  width: 445px;
  display: inline-block;
  position: relative;
}


.txt1 {
  width: 60%;
  float: left;
  padding-right: 45px;
  color: #007beb;
  line-height: 1.6;
}
.txt1.txtleft{
  padding-right: 0;
  padding-left: 45px;
}

.txt1 span {
  font-family: 'mohrbold';
  color: #007beb;
  font-size: 18px;
}


@-webkit-keyframes spin /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spin {
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -ms-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
position: absolute;
top: 214px;
left: 7px;
width: 128px;
height: 128px;
}

.cont-gotas {
  width: 24px;
  height: 139px;
  position: absolute;
  top: 51px;
  left: 211px;
  overflow: hidden;
  border-radius: 3px;
}

@-webkit-keyframes gotas /* Safari and Chrome */ {
0%   {top:-150px;}
100% {top:150px;}
}
@keyframes gotas {
0%   {top:-150px;}
100% {top:150px;}
}

.gotas{
    -webkit-animation: gotas 2.5s linear infinite;
  -moz-animation: gotas 2.5s linear infinite;
  -ms-animation: gotas 2.5s linear infinite;
  -o-animation: gotas 2.5s linear infinite;
  animation: gotas 2.5s linear infinite;
  position: relative;
}

.slide-clientes {
  display: inline-block;
  margin-bottom: 30px;
}

.slide-clientes div {
  border-radius: 160px;
  overflow: hidden;
  height: 160px;
  width: 160px;
}
.fondo-color {
  background-color: #f1f8fd;
  padding: 50px 0;
}

.fondo-color2 {
  background-color: #007aeb;
  padding: 50px 0;
  color: #FFF;
}

.fondo-color2 h2{
  color: #FFF;
}

.btn-plan-web {
  width: 240px;
  display: inline-block;
  margin: 12px 10px;
  opacity: .8;
}
.btn-plan-web:hover{
  opacity: 1;
}


.fondo-color3 {
  background-color: #e441aa;
  padding: 50px 0;
  color: #FFF;
}

.compracasa{font-size: 35px;}

.fondo-color4 {
  background-color: #007aeb;
  color: #FFF;
  padding-bottom: 30px;
}
.fondo-color4 h2{color: #fff}

.fotoplan-casa {
  background-color: #fff;
  border-radius: 25px;
  /* float: left; */
  overflow: hidden;
  display: inline-block;
  padding: 10px;
  margin: 25px 10px 50px 10px;
}

.cont-ancho-fijo{
  width: 1290px;
  margin: 0 auto;
}

.cont-ancho-fijo2{
  width: 965px;
  margin: 0 auto;
}

.cont-fluid-slider{
  width: 90%;
  margin: 0 auto;
}

.cuadro-producto {
  width: 95%;
  text-align: center;
  padding: 30px 0 25px 0;
  margin: 0 auto;
}

.cuadro-producto a {
	width: 100px;
	display: inline-block;
	/* opacity: .7; */
	color: #fff;
	margin-top: 30px;
	text-decoration: underline;
	font-family: 'mohrbold';
	font-size: 15px;
}

.m-bottom-sider {
  margin-bottom: 160px;
}

.cuadro1{background-color:#34eac9;}
.cuadro2 {background-color:#007beb;}
.cuadro3{background-color:#e340ab;}
.cuadro4{background-color:#009fdf;}

.cuadro5{background-color:#ee2737;}
.cuadro6{background-color:#7ce0d3;}
.cuadro7{background-color:#e1b87f;}

.fondo-detergente{border: 4px solid #007beb !important;}
.fondo-suavizante{border: 4px solid #009fdf !important;}
.fondo-lavalozas{border: 4px solid #34eac9 !important;}
.fondo-limpiador{border: 4px solid #e340ab !important;}

.fondo-limpiador-piso{border: 4px solid #e1b87f !important;}
.fondo-limpiador-bano{border: 4px solid #7ce0d3 !important;}
.fondo-antigrasa{border: 4px solid #ee2737 !important;}


.color-detergente{color: #007beb}
.color-suavizante{color: #009fdf}
.color-lavalozas{color: #34eac9}
.color-limpiador{color: #e340ab}

.color-limpiador-piso{color: #e1b87f}
.color-limpiador-bano{color: #7ce0d3}
.color-antigrasa{color: #ee2737}

.cuadro-otros {
	background-color: #e3e3e3;
	padding-top: 30px;
}

.cuadro-otros h3 {
	color: #007beb;
	font-size: 18px;
	padding: 0 14px;
	height: 55px;
	z-index: 1;
	position: relative;
  white-space: normal;
}

.cuadro-otros a {
	width: 100px;
	color: #007beb !important;
	margin-top: 0;
}
.cuadro-otros a:hover {
	color: #e441aa !important;
}

.cuadro-otros .cont-img-producs {
	margin-top: -14px;
}

.cont-productos3{
  display: inline-block;
}

.rosa{color:#e441aa}

.ficha-producto img {
    margin: 0 auto;
    display: block;
    width: 133px;
}

.ficha-producto h1{
  font-size: 20px;
  text-align: center;
}

.t-region-home {
  font-size: 18px;
}

.alfa{margin-left: 0!important;}
.omega{margin-right: 0!important;}

.center{
  text-align:center; 
}

.cont-img-producs {
  width: 180px;
  /*height: 140px;*/
  display: inline-block;
  margin-top: 24px;
  overflow:hidden; 
  position: relative;
}

.imagenes-produc {
  display: inline-block;
}

.icono-produc {
  width: 180px;
  height: 115px;
  float: left;
}

.foto-produc{
  float: left;
  width: 180px;
  height: 180px;
}

/*.cuadro-producto:hover .icono-produc{margin-left: -180px; }*/

.separador {
  width: 100%;
  height: 55px;
  float: left;
  background: url(../img/separador.svg) no-repeat center;
  background-size: 54px;
  margin: 18px 0;
}

.foto-tienda {
  float: left;
  width: 485px;
}
.m-seccion{
  margin-top: 50px;
}
.m-seccion2{
  margin-top: 100px;
}
.m-seccion3{
  margin-top: 20px;
}
.m-seccion4{
  margin-top: 35px;
}

.m-primero{margin-top: 200px;}

.m-primero2 {
  margin-top: 110px;
}

.txt2 {
  width: 750px;
  float: left;
  color: #007beb;
  line-height: 1.6;
  margin-left: 40px;
}

.txt-pm {
  width: 580px;
}

.cont-foto-rm {
  width: 45%;
  float: left;
  margin-left: 35px;
}

.lista-tiendas1 {
  list-style: none;
  width: 100%;
  float: left;
  margin: 15px 0 10px 0;
}

.lista-tiendas1 li {
  /* width: 290px; */
  float: left;
  margin-bottom: 10px;
  font-size: 16px;
  padding-right: 30px;
}

.lista-tiendas1 li a {
  background: url(../img/gota.svg) no-repeat 0 3px;
  padding-left: 17px;
  float: left;
  background-size: 11px;
  font-family: 'mohrbold';
      -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.lista-tiendas1 li a:hover {
  color: #e441aa;
}

.pasos {
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}

.paso-reutiliza{
  float: left;
  margin-right: 28px;
}

.rounded-bottom{

  border-bottom-left-radius: 50% 50px;
border-bottom-right-radius: 50% 50px;
padding-bottom: 85px;
}

.cont-cifras-home {
  text-align: left;
  /* background: url(../img/sello.svg) no-repeat center top; */
  width: 50%;
  float: left;
  background-size: 150px 150px;
  /* padding-top: 195px; */
  margin-top: 59px;
  font-family: 'mohrbold';
  padding-left: 20px;
}

.video-gota {
  float: left;
  margin-top: 60px;
}

.cont-cifras-in {
  text-align: center;
  width: 100%;
  float: left;
  margin-top: 55px;
    font-family: 'mohrbold';
}
.cont-cifras-home div{
  width: 100%;
  float: left;
}

.numero-cierre {
  color: #e441aa;
  font-size: 38px;
}
.txtcierre1 {
  color: #007beb;
  font-size: 25px;
}
.txtcierre2 {
  color: #007beb;
  font-size: 18px;
  margin-top: -10px;
  margin-bottom: 35px;
}

.txt-cons1 h2{
  color: #ffffff;
}
.txt.cons2 {
  color: #ffffff;
  font-size: 25px;
  margin-top: -10px;
  margin-bottom: 35px;
}

.logo-footer {
  width: 140px;
  background: url(../img/logo-footer.svg) no-repeat;
  float: left;
  height: 140px;
  background-size: 100%;
  margin: 45px 0 0 45px;
}

.nav-footer {
  float: right;
  margin: 100px 45px 0 0;
  font-family: 'mohrmedium';
}

.nav-footer a{
  color: #fff;
  text-decoration: none;
margin-left: 20px; 
      -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.nav-footer i {
  font-size: 28px;
}
.nav-footer a:hover{
  color:#36e7c9;
}

.copyright {
  width: 100%;
  text-align: center;
  float: left;
  color: #fff;
  font-size: 10px;
  margin-top: 40px;
}

.cont-cierre-quienes {
  text-align: center;
  width: 100%;
  float: left;
  margin-top: 55px;
}

.txt-q-cierre1{line-height: 1.5;}

.txt-q-cierre2 {
  width: 965px;
  color: #007beb;
  display: inline-block;
  margin-top: 20px;
}

.txt-q-cierre2 span {
  font-family: 'mohrbold';
  color: #e441aa;
  font-size: 18px;
}

.fright{float: right!important;}

.lista-como ul {
list-style: none;
}

.lista-como li {
  background: url(../img/gota.svg) no-repeat 0 5px;
  padding-left: 20px;
  float: left;
  background-size: 11px;
  margin-top: 25px;
}

.caja-razones {
  width: 33.333%;
  float: left;
  margin-top: 45px;
  font-size: 18px;
  padding: 0 30px;
}

.icono-razones {
  width: 80px;
  height: 75px;
  display: inline-block;
  background: url(../img/iconos-razones.svg) no-repeat;
  background-size: 60px;
}

.razon1 {
  background-position: 10px 15px;
}
.razon2 {
  background-position: 10px -52px;
}
.razon3 {
  background-position: 10px -122px;
}
.stopper{
  width: 160px;
  height: 160px;
  background:url(../img/stopper.svg) no-repeat;
  position: absolute; 
  background-size: 100%;
  right: 0;
  top: -50px;
}

.relative{position: relative;}

.pasos-recarga {
  position: relative;
  width: 500px;
  height: 270px;
  background: url(../img/ciclo.svg) no-repeat 20px 6px;
  float: left;
}

.recarga1 {
  background: url(../img/recarga1.svg) no-repeat;
  width: 230px;
  height: 107px;
  background-size: 185px auto;
  position: absolute;
  top: 72px;
  left: 320px;
}

.recarga2 {
  background: url(../img/recarga2.svg) no-repeat;
  width: 230px;
  height: 107px;
  background-size: 120px auto;
  position: absolute;
  top: 205px;
  left: 199px;
}

.recarga3 {
  background: url(../img/recarga3.svg) no-repeat;
  width: 230px;
  height: 107px;
  background-size: 120px auto;
  position: absolute;
  top: 64px;
  left: 15px;
}

.fondo-gotas{
  background-image: url(../img/gota-grande.svg), url(../img/gota-grande.svg);
  background-position: 121% 89%, -203px 34px;
  background-repeat: no-repeat, no-repeat;
  background-size: 370px;
}


.grilla-tiendas {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  grid-auto-rows: minmax(100px, auto);
  padding: 0 40px;
}

.caja-tienda {
  background-color: #f1f8fd;
/*  height: 300px;*/
  padding: 19px;
}


.cont-tiendas h1 {
  color: #007beb;
  font-size: 26px;
  padding: 50px 0 10px 50px;
}

.caja-tienda h2{color: #e441aa;font-size: 18px;line-height: 1.4;width: 100%;float: left;}
.caja-tienda p{color:#007beb; font-size: 14px;}


.foto-tienda2 {
  width: 45%;
  float: left;
}

.info-tiendas {
  width: 55%;
  float: left;
  padding-left: 20px;
}

.info-tiendas h3 {
  color: #e441aa;
  font-size: 18px;
  line-height: 1.4;
  width: 100%;
  float: left;
  font-family: 'mohrbold';
  margin: 10px 0 5px 0;
  text-align: left;
}

.info-tiendas a {
  color: #e441aa;
  font-size: 15px;
  line-height: 1.4;
  width: 100%;
  float: left;
  margin: 0 0 15px 0px;
}

.info-tiendas a:hover{color: #007beb;}

.links-tiendas a {
  text-transform: uppercase;
  color: #007beb;
  font-family: 'mohrbold';
  margin: 0 17px;
  font-size: 18px;
  padding: 4px 0;
  display: inline-block;
}

.links-tiendas a:hover {
  color: #e441aa;
}

.links-tiendas {
  margin-top: 15px;
  padding: 0 160px;
}

.icono-tienda{
  margin-bottom: 10px;
  width: 114px;
}

footer {
  width: 100%;
  height: 285px;
  background-color: #007beb;
  float: left;
  color: #fff;
  margin-top: 35px;
}

.impacto-cons {
  color: #007beb;
}

.trapecio {
  border-bottom: 100px solid #007beb;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  height: 0;
  width: 140px;
  display: inline-block;
  color: #fff;
  font-size: 70px;
  margin: 10px 0;
}

.m-num{margin: 0 10px; }

.icono-modelo {
  width: 80px;
  height: 90px;
  display: inline-block;
}

/*.razon1 {
  background-position: 10px 5px;
}
.razon2 {
  background-position: 10px -84px;
}
.razon3 {
  background-position: 10px -168px;
}
*/

.fila-contac {
  width: 100%;
  border-bottom: 2px solid #007beb;
  float: left;
}

/*.borde-derech-franq{border-right: 2px solid #007beb;}*/
.borde-derech-franq{border-right: 0;}

.contacto-in label {
  border-right: 2px solid #007beb;
  float: left;
  padding: 10px;
  width: 25%;
  color: #007beb;
}

.contacto-in.form-franq label {
  float: left;
  padding: 0 0 5px 0;
  width: 100%;
  color: #007beb;
  border-right: none;
}

.contacto-in textarea {
  width: 100%;
  height: 200px;
  padding: 20px;
  background-color: transparent;
  font-family: inherit;
}

.campo1 {
  float: left;
  height: 42px;
  padding: 0 0 0 10px;
  width: 75%;
  background-color: transparent;
  font-family: inherit;
}
input:focus{background-color:#f0f0f0; }

.form-franq .campo1 {
  border: 1px solid #ccc;
  margin: 0 0 12px 0;
  width: 93%;
}

.contacto-in {
  border: 2px solid #007beb;
  width: 50%;
  float: left;
  margin-top: 63px;
  margin-bottom: 100px;
}

.franq-der {
  width: 50%;
  float: left;
  margin-top: 63px;
  border: 1px solid #ccc;
  padding: 10px 0 0 10px;
}

.franq-der .contacto-in {
  width: 100%;
  float: left;
  margin-top: 14px;
  margin-bottom: 50px;
}

.txt-franq {
  color: #007beb;
  margin-top: 47px;
}
.txt-franq p{padding: 0 60px 0 0;}

.selec-franq {
  margin: 1px 0 13px 0;
  width: 299px;
  height: 40px;
}

.info-contacto{width: 50%; float: left;}

.ficha-producto{
  width: 500px;
  height: 530px;
}

.nuevohover a:hover{color:#e441aa}
.nuevohover a.btn-r:hover .barra{background-color:#e441aa!important;}

.overflow{overflow-x: hidden;}

.rrss-foot{display: inline-block;}


.video-youtube {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cont-video-youtube {
  width: 800px;
  display: inline-block;
  height: 530px;
}

.cont-video-normal {
  width: 40%;
  display: inline-block;
  /* height: 610px; */
  margin: 14px 0 50px 0;
}

.cont-video-normal video{
  width: 100%;
}

.ficha-producto p {
  font-size: 13px;
  color: #e441aa;
  margin-top: 2px;
}

.precio {
  font-family: 'mohrbold';
  font-size: 15px !important;
}

.num-animado {
  width: 162px;
  display: inline-block;
  text-align:center; 
}

.fecha-grande {
  color: #e441aa;
  font-size: 45px;
}

.padding-centro{padding: 0 20%;}

.txtblanco, .txtblanco h2{
  color: #fff;
}

#ss_menu {
  width: 800px;
  margin: 30px auto 0 auto;
}

.accordionButton {
  background: url(../img/gota.svg) no-repeat 14px 14px;
  background-size: 11px;
  color: #007beb;
  cursor: pointer;
  margin-bottom: 12px;
  font-family: 'mohrbold';
  font-size: 18px;
  float: left;
  width: 800px;
  border: 1px solid #ccc;
  padding: 10px 0 7px 37px;
        -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.accordionButton:hover, .accordionButton.on{color: #e441aa;border: 1px solid #e441aa;}

  
.accordionContent {
  display: none;
  color: #007beb;
  margin-bottom: 20px;
  float: left;
  width: 800px;
  padding: 0 14px;
  line-height: 1.5;
  }


.icono-filo {
  width: 10%;
  float: left;
  padding: 0 0 0 7%;
}

.txtfilo {
  width: 40%;
  float: left;
  text-align: left;
  color: #007beb;
  padding: 0 6% 0 2%;
}

.txtfilo span, .txtfilo2 span{color: #e441aa;}

.txtfilo2{color: #007beb;}

.foto-suministro {
  width: 385px;
  display: inline-block;
  margin-top: 27px;
}

.compromiso, .ejemploconducta, .informacion {
  position: absolute;
  background-color: #e441aa;
  color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 16px 16px;
  border-radius: 8px;
}

.compromiso {
  top: 20px;
  left: 139px;
  opacity: 0;
}
.ejemploconducta {
  top: 152px;
  left: -132px;
  opacity: 0;
}
.informacion {
  top: 152px;
  left: 278px;
  opacity: 0;
}

.compromiso:hover,.ejemploconducta:hover,.informacion:hover{opacity: 1;}

.circulo1, .circulo2, .circulo3 {
  font-family: 'mohrbold';
  font-size: 17px;
  line-height: 1.2;
  width: 150px;
  height: 150px;
  border-radius: 140px;
  border: 4px solid #6bc7b8;
  float: left;
  background-color: #007beb;
  margin: 0 33px;
  color: #fff;
  display: flex;
    align-items: center;
    justify-content: center;
      -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.circulo1:hover, .circulo2:hover, .circulo3:hover {background-color: #e441aa;}

.ilustracion-filo {
  display: inline-block;
  position: relative;
}

.foto-contacto {
  width: 360px;
  margin-top: 20px;
}

.fono1 {
  color: #e441aa;
  font-family: 'mohrbold';
  font-size: 20px;
  margin-top: 20px;
}

.btn_enviar {
  background-color: #007beb;
  color: #fff;
  padding: 14px 35px;
  margin: 0px 0 5px 5px;
  font-style: inherit;
  font-size: 14px;
}

.btn_enviar:hover,.form-franq .btn_enviar:hover {
  background-color: #e441aa;
  cursor: pointer;
}

.form-franq .btn_enviar {
  background-color: #007beb;
  color: #fff;
  padding: 14px 35px;
  margin: 0px 0 5px 5px;
  font-style: inherit;
  font-size: 14px;
  float: right;
  margin-right: 10px;
  margin-bottom: 12px;
  margin-top: 12px;
}

.mas, .menos {
  float: right;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  margin-top: -5px;
  margin-right: 12px;
}

.menos{display: none;}

.on .menos{display: inline-block;}
.on .mas{display: none;}

.disponible a{
  color: #007beb;
  font-family: 'mohrbold';
}

.disponible a:hover, .porcentaje span{
  color: #e441aa;
}

.caja-plan {
  font-family: 'mohrbold';
  color: #007beb;
  margin-top: 40px;
  padding-bottom: 30px;
  padding-top: 25px;
}

.promo {
  font-size: 18px;
  margin: 14px 0px 5px 0;
}

.promo span{
  color: #e441aa;
  font-size: 24px;
}

.caja-plan h3 {
  font-family: 'mohrbold';
  color: #e441aa;
  font-size: 24px;
  margin: 14px 0 20px 0;
}

.cant-recargas {
  font-size: 18px;
  height: 104px;
}

.cant-recargas span{font-size: 72px;}

.icono-botella-relleno {
  margin-bottom: 10px;
  width: 40px;
}

.btn-masinfo {
  font-family: 'Open Sans', sans-serif;
  margin-top: 25px;
  display: inline-block;
  font-size: 14px;
}
.btn-masinfo:hover{
  color: #e441aa;
  text-decoration: underline;
}

.valor-normal{font-size: 12px;}

.pager span, .pager2 span{
  width: 14px;
  height: 14px;
  background-color: #007beb;
  display: inline-block;
  border-radius: 14px;
  cursor: pointer;
  margin-top: 10px;
}

.pager span.cycle-pager-active, .pager2 span.cycle-pager-active {
  background-color: #e441aa;
}

.columna-franq{
  width: 100%;float: left;
}

.columna-franq .fila-contac {
  border-bottom: none;
  width: 50%;
}

.banner-franquicia {
  height: 460px;
  background: url(../img/top-franquicias.jpg);
  margin-top: 138px;
}

.btn-wsp {
  width: 42px;
  height: 42px;
  position: fixed;
  z-index: 5000;
  background-color: #1ad03f;
  right: 41px;
  bottom: 10%;
  text-align: center;
  color: #fff;
  font-size: 30px;
  padding-top: 0px;
  border-radius: 30px;
  box-shadow: 3px 3px 4px #666;
}

.btn-ir-form {
  /*width: 129px;*/
  /* height: 42px; */
  position: fixed;
  z-index: 5000;
  background-color: #01c4b4;
  right: 41px;
  bottom: 4%;
  text-align: center;
  color: #fff;
  font-size: 30px;
  padding: 5px 10px 5px 10px;
  border-radius: 30px;
  box-shadow: 3px 3px 4px #666;
  font-size: 15px;
  font-weight: 700;
}
.btn-ir-form:hover {
  background-color: #e441aa;
}

.icono-hoy {
  width: 20%;
  height: 75px;
  display: inline-block;
text-align:center; 
  float: left;
}

.caja-hoy p {
  width: 80%;
  float: left;
  font-size: 18px;
  padding: 0 30px;
  /*color: #007aeb;*/
  color: #000;
  font-size: 16px;
}

.cont-imagen-punto {
  width: 238px;
  height: 200px;
  margin: 10px 42px;
  float: left;
  /*background-color: #ccc;*/
  text-align: center;

      display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}

.punto-in{
  border-radius: 14px;
  background-position: center center; 
  font-family: 'mohrbold';
  font-size: 18px;
  background-color: #666;
  background-size: 120%;
  width: 220px;
  height: 180px;
        -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;

       display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.punto-in:hover{
  width: 238px;
  height: 200px;
  background-size: 100%;
}

.punto-in div {
  background-color: #00c5b4;
  margin-top: 175px;
  padding: 10px 25px 8px 25px;
  border-radius: 15px;
}

.trama {
  background: url(../img/trama.svg);
  background-size: contain; 
  padding-bottom: 80px; 
}

.caja-hoy span{ 
  color: #007aeb;
  font-size: 18px;
  font-weight: 700;}

.txt-core-franq {
  width: 645px;
  left: 3%;
  margin-top: 7%;
  /*line-height: 78px;*/
  float: left;
  /*height: 155px;*/
  position: relative;
  /*font-size: 32px;*/
}

.txt-core-franq h1 {
  color: #007beb;
  font-size: 72px;
  line-height: 1;
  margin-bottom: 25px;
}

.circulo1b {
  font-family: 'mohrbold';
  font-size: 11px;
  line-height: 1.3;
  width: 130px;
  height: 130px;
  border-radius: 130px;
  border: 4px solid #6bc7b8;
  float: left;
  background-color: #007beb;
  margin: 0 25px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
}

.lista-beneficios ul {
  list-style: none;
  /*color: #007beb;*/
  color: #000;
  padding-top: 15px;
  font-size: 14px;
  float: left;
  width: 60%;
}

.lista-beneficios ul li {
  margin-bottom: 5px;
}

.t-oferta {
  color: #007beb;
  font-family: 'mohrbold';
  font-size: 18px;
  padding: 30px 0 20px 0;
  margin-bottom: 20px;
}

.franq-der .contacto-in {
  border: 0;
}

.lista-beneficios span {
  font-family: 'mohrbold';
  font-size: 25px;
}
input[type="checkbox"]{
  width: 20px;
  height: 20px;
}

.fila-declaro {
    color: #007beb;
    margin-top: 10px;
}

.fila-declaro a{
    text-decoration:underline;
}
.gota-franq {
  width: 20%;
  margin-left: 5%;
  float: left;
  margin-top: 215px;
}
.cont-incluye {
  width: 70%;
  float: left;
}

.ptofachada{background-image: url(../img/punto-fachada.jpg);}
.ptomeson{background-image: url(../img/punto-meson.jpg);}
.ptoatencion{background-image: url(../img/punto-atencion.jpg);}
.ptocomunicacion{background-image: url(../img/punto-comunicacion.jpg);}
.ptomaquinas{background-image: url(../img/punto-maquinas.jpg);}

.ptoalmacenaje{background-image: url(../img/punto-almacenaje.jpg);}
.ptocarga{background-image: url(../img/punto-carga.jpg);}
.ptostock{background-image: url(../img/punto-stock.jpg);}

.franq h2 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 700;
}

.franq h3 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

.negro{color: #000;}

.cont-beneficios {
  width: 666px;
  height: 540px;
  background: url(../img/fondo-beneficios.jpg);
  display: inline-block;
  border-radius: 40px;
}

/*.center{text-align:center; }*/

.caja-beneficios {
  background: rgba(0,112,205,.8);
  color: #fff;
  padding: 10px 60px;
  margin: 52px 0 0 0;
  text-align: left;
}

.tiendaok {
  background: rgba(228,65,170,.8);
  color: #fff;
  padding: 10px 60px;
  margin: 20px 0 0 0;
  text-align: left;
  font-family: 'mohrbold';
  font-size: 20px;
}

.botella-contacto {
  width: 573px;
  height: 310px;
  background: url(../img/botella-contacto.jpg) no-repeat;
  color: #fff;
  padding: 90px 14px 0 175px;
  font-family: 'mohrbold';
  background-size: 580px 310px;
  font-size: 30px;
  line-height: 34px;
}

.caja-beneficios p img{margin-right:5px; }

.m-gota {
  margin-left: 18px;
}

.btn-top-franq {
  background-color: #01c4b4;
  color: #fff;
  font-family: 'mohrbold';
  font-size: 25px;
  border-radius: 26px;
  padding: 4px 20px 0 20px;
  margin-right: 15px;
}

.btn-top-franq i{margin-right: 5px;}

.btn-top-franq:hover {
  background-color: #e441aa;
}

.m-incluye{margin-left: -40px;}

.credenciales .cont-imagen-punto2 {
  background-color: #007aeb;
  border-radius: 30px;
  width: 174px;
  text-align: center;
  float: left;
  margin: 16px 42px 0 42px;
}

.credenciales .cont-imagen-punto2 img{ max-width: 70%;}

.blanco{color: #fff!important;}

.caja-hoy {
  width: 50%;
  float: left;
  margin-top: 45px;
  font-size: 18px;
  padding: 0 30px;
}

.txt-llave-en-mano span {
  color: #007aeb;
  font-size: 18px;
  font-weight: 700;
}

.fondo-r{display: none;}

.txt-llave-en-mano {
  font-size: 16px;
  line-height: 1.7;
}

.cont-video-youtube2 {
  width: 90%;
  display: inline-block;
  height: 405px;
}

.slider-franq .cycle-slide{
  border-radius: 35px;
}

.negrita2{font-weight: 700;}

.btn-form-franq .btn_enviar {
  float: none;
  margin-top: 50px;
  border-radius: 15px;
}

.fondo-franq-r{
  display: none;}

  .confirmacion{margin-top: 115px;}

  .wspconfirma{color:#007beb;}
  .wspconfirma:hover{color:#e441aa;}

.confirmacion p {
  line-height: 1.6;
}

.redes-confirma {
  color: #007beb;
  font-size: 25px;
}

.redes-confirma a {
  margin: 0 10px;
  border-radius: 32px;
  background-color: #007beb;
  width: 55px;
  height: 55px;
  display: inline-block;
  /* line-height: 1.7; */
  padding-top: 6px;
  color: #fff;
}
.redes-confirma a:hover{background-color: #e441aa;}

#myInput {
  background-image: url('/css/searchicon.png'); 
  background-position: 10px 12px; 
  background-repeat: no-repeat; 
  width: 50%; 
  font-size: 16px; 
  padding: 12px 20px 12px 40px; 
  border: 1px solid #007beb; 
  margin-bottom: 12px;
  margin-top: 50px; 
  font-family: 'Open Sans', sans-serif;
  color: #007beb;
  border-radius: 14px;
}

.icono-search {
  color: #007beb;
  left: 35px;
  position: relative;
}

#myUL {
  list-style: none;
  text-align: center;
  height: 70px;
}

#myUL li{display: inline-block;}

#myUL li a{
  text-transform: uppercase;
color: #007beb;
font-family: 'mohrbold';
margin: 0 17px;
font-size: 16px;
padding: 4px 0;
display: inline-block;
}

#myUL li a:hover{color: #e441aa;}


.contacto-eco {
	width: 50%;
	float: left;
	margin-top: 63px;
	padding: 0 30px;
}

.contacto-eco .contacto-in {
  border: 0;
}

.cont-form-eco {
	width: 100%;
	float: left;
	margin-top: 30px;
	border: 2px solid #007beb;
	padding: 0;
	margin-bottom: 25px;
}

.fondo-eco-in {
  background: url(../img/fondo-eco-recargado.jpg);
  margin-top: 110px;
  background-size: cover;
  padding: 50px 0;
}

.titulo-eco h2{
	color: #fff;
}

.titulo-eco {
	margin-bottom: 40px;
}


.contacto-eco label {
  border-right: 2px solid #007beb;
  float: left;
  padding: 10px;
  width: 25%;
  color: #007beb;
}

.contacto-eco. label {
  float: left;
  padding: 0 0 5px 0;
  width: 100%;
  color: #007beb;
  border-right: none;
}

.contacto-eco textarea {
  width: 100%;
  height: 200px;
  padding: 20px;
  background-color: transparent;
  font-family: inherit;
}

.cont-actividades {
	border: 2px solid #007beb;
	height: 478px;
	padding: 15px;
}

.txt-azul{color: #007beb;}

.btns-ecologismo2 {
  margin-top: 35px;
  font-family: 'mohrbold';
}

.btns-ecologismo2 a {
  background-color: #84eac9;
  color: #007beb;
  font-size: 18px;
  padding: 13px 10px 10px 10px;
  margin-right: 20px;
  border-radius: 7px;
}
.btns-ecologismo2 a:hover {
  color: #e441aa;
}

.fondo-eco-in .mitad{
	padding: 0 10px;
}

.ecologismo a{text-decoration:underline; }
.ecologismo a:hover{color: #84eac9; }

.lista-eco{
	list-style: none;
}

.lista-eco li {
	background: url(../img/gota2.svg) no-repeat 0 3px;
	padding-left: 17px;
	float: left;
	background-size: 11px;
	margin-bottom: 10px;
	width: 100%;
}

.rrss-eco{text-align:center; }
.rrss-eco a {
	color: #007beb;
	font-size: 45px;
	margin: 0 6px;
	      -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.rrss-eco a:hover{color: #e441aa;}

.fondo-otros{
	border: 4px solid #007beb !important;
	background-color: #e3e3e3 !important;
}

.fondo-otros img {
	width: 200px;
}

.color-otros{color: #007beb;}

.fondo-otros p{
	color: #007beb!important;
}

.precio-otros{color: #e441aa;}

.caja-aliados {
  width: 170px;
  height: 170px;
  border: 2px solid #ccc;
  border-radius: 300px;
  overflow: hidden;
  float: left;
  margin: 0 35px 35px 35px;
}

.g-recaptcha{margin:10px 0 10px 5px;}

.btnwsp {
  background-color: #25d366;
  width: auto !important;
  color: #fff !important;
  padding: 3px 10px 4px 10px;
  border-radius: 35px;
}

.m-top-ecologismo{margin-top:110px;}

.modal-header h5{color: #007beb;}

.btn .btnno{
  transform: none!important;
}

.btn.btnno::before {
    background: none;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 50% 0;
    transition-duration: 0.2s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}

.m-nina{
  background-position: 0 -70px;
}

.card-title a{color: inherit; text-decoration:none;}
.card-title a:hover{color: #ccc}