/*	Theme Name: COLAPRO
 * Theme URI: http://www.colapro.com
 * Author: Xlogam
 * Autor URI: https://www.xlogam.com
 * Description: Sitio web COLAPRO
 * Version: 1.0;*/
.navbar-default .navbar-nav > li.dropdown:hover > a, .navbar-default .navbar-nav > li.dropdown:hover > a:hover, .navbar-default .navbar-nav > li.dropdown:hover > a:focus {
  background-color: rgb(231, 231, 231);
  color: rgb(85, 85, 85);
}

li.dropdown:hover > .dropdown-menu {
  display: block;
}

/* Comments */
#comments .avatar {
  float: left left;
  margin-right: 15px;
  margin-bottom: 15px;
}

#comments .comment_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#comments .comment_list li {
  margin-bottom: 30px;
}

#comments h2.comments-title {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.comment-respond {
  margin-bottom: 100px;
}

body {
  font-family: "Open Sans", sans-serif;
}
body > .carousel {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

p {
  text-align: justify;
}

footer {
  background-color: #b69f57;
  color: #7b371a;
  padding-top: 40px;
  padding-bottom: 40px;
}
footer h4 {
  font-size: 18px;
  font-weight: bold;
}
footer a {
  font-size: 18px;
  color: #7b371a;
}
footer a:hover {
  color: #482212;
  text-decoration: none;
}
footer ul {
  list-style: none;
  list-style-type: none;
}
footer ul li {
  float: right;
}
footer ul li a {
  font-size: 24px;
  margin-left: 10px;
}

header {
  background-color: #e5dbc6;
}

.burbuja {
  background-color: #ff0000;
  border-radius: 50%;
  bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  height: 150px;
  left: 10px;
  padding: 20px;
  position: fixed;
  text-align: center;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0px 10px rgb(0, 0, 0);
          box-shadow: 0px 0px 10px rgb(0, 0, 0);
  text-decoration: none;
  z-index: 99999999;
}
.burbuja h2 {
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 25px;
  font-weight: bold;
}
.burbuja h3 {
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}
.burbuja:hover {
  text-decoration: none;
}

.contenido {
  background-color: #7f5711;
  color: #ffffff;
}

.datosSuperior {
  background-color: #000000;
  color: #ffffff;
  padding: 0rem 1rem;
  line-height: 0px;
}
.datosSuperior .datosSuperiorContenido {
  line-height: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.datosSuperior .datosSuperiorContenido ul {
  list-style: none;
  list-style-type: none;
  padding-top: 16px;
  padding-left: 10px;
}
.datosSuperior .datosSuperiorContenido ul a {
  color: green;
}
.datosSuperior .datosSuperiorContenido ul li {
  float: left;
  margin-right: 10px;
  color: #ffffff;
}
.datosSuperior .datosSuperiorContenido ul li:last-child {
  margin-right: 0px;
}

.datosContacto {
  line-height: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.datosContacto h4 {
  font-size: 16px;
  margin-top: 8px;
}
.datosContacto h4 a {
  color: red;
  font-weight: bold;
  font-size: 30px;
  white-space: nowrap;
}
.datosContacto ul {
  list-style: none;
  list-style-type: none;
  padding-top: 16px;
  padding-left: 10px;
}
.datosContacto ul li {
  float: left;
  margin-right: 10px;
}
.datosContacto ul li:last-child {
  margin-right: 0px;
}
.datosContacto ul li a {
  font-size: 30px;
  color: #5a3d1c;
}

.segundaParte {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.segundaParte a {
  color: #845624;
  font-weight: bold;
}
.segundaParte h2 {
  font-weight: bold;
  font-size: 40px;
}
.segundaParte h2 strong {
  color: #845624;
}
.segundaParte h3 {
  font-size: 28px;
}
.segundaParte h4 {
  background-image: url(../img/linea.png);
  background-position: center;
  background-repeat: repeat-x;
  margin-top: 30px;
  margin-bottom: 30px;
}
.segundaParte h4 span {
  background-color: #b27d51;
  color: #fff;
  font-family: "Anton", sans-serif;
  font-weight: lighter;
  padding: 10px 20px;
}
.segundaParte h5 {
  color: #b27d51;
  font-family: "Anton", sans-serif;
  font-size: 30px;
}
.segundaParte h5 a {
  color: #ff0000;
  font-weight: lighter;
  text-decoration: none;
  font-size: 60px;
  letter-spacing: 3px;
}

.navbar-toggler {
  color: brown;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid brown;
  outline-color: transparent;
}
.navbar-toggler span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.derechos {
  background-image: url(../img/textura.jpg);
  background-size: auto 100%;
  height: 80px;
}
.derechos span {
  display: block;
  text-align: center;
  color: white;
}

.logo {
  max-height: 90px;
  width: auto;
}

.col-center {
  float: none;
  margin: 0 auto;
}

.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row-flex-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row-flex [class*=col-] {
  margin-bottom: 0px;
}

.nuestrosFundadores img {
  width: 100%;
  height: auto;
}
.nuestrosFundadores > div div > h3 {
  color: rgb(95, 95, 95);
  border-bottom: none;
}
.nuestrosFundadores > div div blockquote {
  font-size: 0.8em;
}
.nuestrosFundadores > div div blockquote a {
  color: rgb(95, 95, 95);
}
.nuestrosFundadores .fundador1 h3 {
  text-align: right;
}
.nuestrosFundadores .fundador0 h3 {
  text-align: left;
}

.carousel-item img {
  height: auto;
  width: 100%;
}
.carousel-item h2 {
  font-size: 60px;
  font-weight: bold;
  padding-bottom: 30px;
  text-shadow: 0px 0px 5px rgb(0, 0, 0), 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.redes-footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.redes-footer a {
  margin-left: 8px;
  font-size: 26px;
}

.escribanos {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.seccion-banner img {
  height: auto;
  width: 100%;
}

.novedades > a {
  color: #1c66a6;
  font-weight: bold;
  text-align: center;
}
.novedades > a img {
  max-width: 100%;
  height: auto;
}
.novedades > a h3 {
  border-bottom: none;
  font-size: 16px;
  font-weight: bold;
  margin-top: 6px;
}

.paises-miembros {
  color: #ffffff;
  background-color: rgb(28, 102, 166);
}
.paises-miembros a {
  color: #ffffff;
}
.paises-miembros a img {
  height: auto;
  width: 60%;
  margin: auto;
  display: block;
  margin-bottom: 8px;
}
.paises-miembros a h3 {
  text-align: center;
  border-bottom: none;
  font-weight: lighter;
  font-size: 22px;
}
.paises-miembros h3 {
  border-bottom-color: #ffffff;
  color: #ffffff;
}
.paises-miembros .row-paises-miembros {
  max-width: 800px;
  margin: auto;
  margin-top: 50px;
}

.single-post h1 {
  color: rgb(28, 102, 166);
  border-bottom: 2px solid rgb(28, 102, 166);
}

.page h1 {
  color: rgb(28, 102, 166);
  border-bottom: 2px solid rgb(28, 102, 166);
}

.contenido-seccion {
  min-height: 646px;
}

.servicios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000000;
}
.servicios .servicio {
  height: 300px;
  cursor: pointer;
  width: 200px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.servicios .servicio .servicioDescripcion {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fff;
  width: 100%;
  height: 300px;
  background-color: rgba(0, 0, 0, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  top: 100%;
}
.servicios .servicio .servicioDescripcion ul {
  text-align: center;
  list-style: none;
  list-style-type: none;
  padding: 0px;
  line-height: 2em;
}
.servicios .servicio .servicioTexto {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.servicios .servicio .servicioTexto h2 {
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0px 0px 10px rgb(0, 0, 0), 0px 0px 10px rgb(0, 0, 0);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.servicios .servicio:hover .servicioTexto {
  background-color: rgba(0, 0, 0, 0.1);
}
.servicios .servicio:hover .servicioDescripcion {
  top: 0%;
}
.servicios .servicio1 {
  background-image: url(../img/tarot500.jpg);
}
.servicios .servicio2 {
  background-image: url(../img/amarres_de_amor.jpeg);
}
.servicios .servicio3 {
  background-image: url(../img/oracion.jpg);
}
.servicios .servicio4 {
  background-image: url(../img/endulzamientos.jpg);
}
.servicios .servicio5 {
  background-image: url(../img/barridas.jpg);
}
.servicios .servicio6 {
  background-image: url(../img/ligamientos.jpg);
}
.servicios .servicio7 {
  background-image: url(../img/velas.jpg);
}
.servicios .servicio8 {
  background-image: url(../img/virgen.jpg);
}

.testimoniosContenedor {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url(../img/textura_up.png), url(../img/textura_down.png);
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  background-size: auto 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.testimoniosContenedor h2 {
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
}
.testimoniosContenedor .testimonios {
  max-width: 80%;
  margin: auto;
}
.testimoniosContenedor .testimonios .testimonioContenedor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}
.testimoniosContenedor .testimonios .testimonioContenedor .testimonio {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  text-align: center;
}
.testimoniosContenedor .testimonios .testimonioContenedor .testimonio img {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 20px rgb(132, 86, 36);
          box-shadow: 0px 0px 20px rgb(132, 86, 36);
  margin-bottom: 30px;
}
.testimoniosContenedor .testimonios .testimonioContenedor .testimonio p {
  text-align: center;
  font-size: 16px;
}
.testimoniosContenedor .testimonios .testimonioContenedor .testimonio h4 {
  font-size: 16px;
  font-weight: bold;
}
.testimoniosContenedor .testimonios .testimonioContenedor .testimonio h4 span {
  font-weight: normal;
}
.testimoniosContenedor .testimonios .testimonioContenedor .testimonio h5 {
  color: #797979;
  font-size: 14px;
  margin-top: 20px;
}

.escribenos {
  background-image: url(../img/guadalupe.jpg);
  background-position: center 0px;
  background-attachment: fixed;
  background-size: auto 110%;
  background-repeat: no-repeat;
}
.escribenos .escribenosContenedor {
  background-color: rgba(0, 0, 0, 0.7);
  padding-top: 30px;
  padding-bottom: 30px;
}
.escribenos .escribenosContenedor h2 {
  color: #eecb9d;
  text-align: center;
  font-family: "Anton", sans-serif;
}
.escribenos form {
  max-width: 500px;
  margin: auto;
}
.escribenos form label {
  color: #eecb9d;
}

.slick-prev:before, .slick-next:before {
  color: rgba(150, 150, 150, 0.7);
}

.slick-dots {
  bottom: 6px;
}

.btn-cafe {
  background-color: #7b371a;
  color: #eecb9d;
}
.btn-cafe:hover {
  background-color: #944726;
}

.escribenos form label.error {
  color: red;
  display: block;
}

.whatsapp {
  bottom: 15px;
  position: fixed;
  right: 15px;
  z-index: 999999999;
}
.whatsapp a {
  background-color: #25d366;
  color: #ffffff;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  font-size: 30px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.whatsapp a:hover {
  text-decoration: none;
  cursor: pointer;
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

.smaller {
  position: fixed;
  z-index: 100000;
  width: 100%;
}

.telefonoFooter {
  color: red;
  font-size: 24px;
}

.redes a img {
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  height: auto;
  width: 30px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.redes a:hover img {
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

.politicas {
  font-size: 12px;
  margin-top: 20px;
}

.politica-resaltada {
  font-size: 13px;
  font-weight: bold;
}

.reviews-widget {
  max-width: 1000px;
  margin: 30px auto;
}

.banner-promo {
  margin: 30px auto;
  max-width: 1280px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  display: block;
}
.banner-promo img {
  width: 100%;
  height: auto;
}
.banner-promo:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.banner-promo.top {
  margin: auto;
  margin-top: 30px;
}
.banner-promo.top-bottom {
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.form-widget {
  background-color: #e5dbc6;
  max-width: 680px;
  width: 100%;
  margin: auto;
  padding: 20px;
  overflow: hidden;
  margin-top: 20px;
  position: relative;
}
.form-widget .form-widget-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 200px;
  z-index: 999;
}

.ver-mas-reviews {
  text-align: center;
  padding: 40px 0px;
}
.ver-mas-reviews a {
  color: #8e8e8e;
  font-size: 12px;
}

.pulse-div {
  -webkit-animation: pulse 4s infinite;
          animation: pulse 4s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  35% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  35% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.politicasAzteca {
  padding-top: 20px;
}
.politicasAzteca p a {
  color: #7b371a;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
}
.politicasAzteca p a:hover {
  color: #7b371a;
}

.politicas-content {
  max-width: 800px;
  width: 95%;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 80px;
}
.politicas-content h1 {
  text-align: center;
  font-size: 30px;
  color: #7b371a;
  font-weight: 700;
}
.politicas-content h2 {
  font-size: 18px;
  text-align: left;
  margin: 1em 0px;
}
.politicas-content p {
  font-size: 14px;
  text-align: justify;
}
.politicas-content ul {
  padding-left: 20px;
}
.politicas-content ul li {
  text-align: justify;
  margin-bottom: 1em;
  font-size: 14px;
}
.politicas-content .return-link {
  text-align: center;
}
.politicas-content .return-link a {
  color: #024731;
  font-weight: 500;
}

.logo-link {
  text-decoration: none;
}
.logo-link:hover {
  text-decoration: none;
}

.google-reviews {
  width: 95%;
  max-width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.google-reviews .google-review {
  background-color: #f4f4f4;
  width: 320px;
  border-radius: 20px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.google-reviews .google-review h2 {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  text-align: left;
  font-weight: 600;
}
.google-reviews .google-review h3 {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  text-align: left;
  padding: 5px 0px;
}
.google-reviews .google-review p {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  text-align: justify;
}

.google-reviews-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.google-reviews-logo h2 {
  font-weight: 700;
  margin: 0px;
  padding: 0px;
  font-size: 24px;
}

.banner-privacidad {
  width: 90%;
  max-width: 500px;
  margin: auto;
  background-color: rgb(229, 219, 198);
  color: #fff;
  padding: 20px 20px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
}
.banner-privacidad h2 {
  margin: 0px;
  padding: 0px;
  font-size: 22px;
  text-align: center;
  margin-bottom: 0.5em;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
  color: #7b371a;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.banner-privacidad h3 {
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 1em;
  font-weight: 500;
  color: #3e3e3e;
}
.banner-privacidad h3:last-of-type {
  margin-bottom: 0px;
}

@media screen and (max-width: 1024px) {
  .servicios .servicio .servicioTexto h2 {
    font-size: 24px;
  }
  .escribenos {
    background-size: auto 180%;
    background-position: center 0%;
  }
}
@media screen and (max-width: 768px) {
  .servicios {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .servicios .servicio {
    width: 100%;
  }
  .servicios .servicio .servicioTexto h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .burbuja {
    width: 70px;
    height: 70px;
  }
  .burbuja h2 {
    font-size: 14px;
    margin: 0px;
  }
  .burbuja h3 {
    font-size: 10px;
    margin: 0px;
  }
  .datosContacto ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .carousel-caption h2 {
    font-size: 24px;
    padding-bottom: 0px;
  }
  .segundaParte h5 a {
    font-size: 35px;
  }
  .servicios .servicio .servicioTexto h2 {
    font-size: 25px;
  }
  .navbar-brand {
    margin-right: 0px;
    width: 100%;
    text-align: center;
  }
  .navbar-brand img {
    height: 50px;
    width: auto;
  }
  .datosContacto {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .datosContacto h4 {
    width: 100%;
    text-align: center;
    font-size: 14px;
    display: block;
    margin: 0px;
  }
  .datosContacto h4 a {
    display: block;
  }
  .datosContacto ul {
    margin: 0px;
    padding: 0px;
  }
  footer .col-sm-6 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  footer .col-sm-6 img {
    display: block;
    margin: auto;
    height: 50px;
    width: auto;
  }
  footer .col-sm-6 h4 {
    text-align: center;
  }
  footer .col-sm-6 h4 a {
    display: block;
  }
  footer .col-sm-6 ul {
    margin: 0px;
    padding: 0px;
  }
  .escribenos {
    background-size: auto 100%;
    background-position: center 100px;
  }
}
/*# sourceMappingURL=estilos.css.map */