:root {
  --white: white;
  --black: black;
}

.header {
  float: left;
  border-bottom: 2px solid #0d60ac;
  width: 100%;
  height: 80px;
  padding: 20px;
}

.contenedor {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  height: 40px;
}

.brand {
  background-color: #fff;
  border-bottom: 0 #0d60ac;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 13%;
  height: auto;
  margin-top: -20px;
  padding: 10px 20px 25px;
  display: inline-flex;
  box-shadow: 0 0 0 2px #0d60ac;
}

.nav__menu {
  float: left;
  text-align: right;
  width: 87%;
}

.item_menu {
  color: #494949;
  height: 40px;
  margin-left: 20px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: all .3s;
}

.item_menu:hover {
  color: #073865;
  font-weight: 500;
}

.item_menu.active {
  color: #073865;
  font-weight: 600;
}

.main {
  float: left;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: auto;
  padding: 0;
}

.banner {
  float: left;
  width: 100%;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.slide {
  background-image: radial-gradient(circle, #0d60ac, #073865);
  height: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.arrow {
  color: #0d60ac;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 18px;
  display: inline-flex;
}

.left__so {
  float: left;
  width: 50%;
  padding-top: 100px;
  padding-bottom: 0;
  padding-left: 0px;
}

.left__so.third {
  text-transform: uppercase;
  width: 50%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 20px;
}

.left__so.third.var {
  padding-right: 80px;
}

.right__so {
  float: left;
  text-align: center;
  width: 50%;
  padding-top: 0;
}

.right__so.var {
  width: 50%;
  padding-top: 0;
  padding-left: 0;
}

.titulo_banner {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.titulo_banner._2 {
  margin-bottom: 0;
  padding-left: 50px;
  font-size: 35px;
  line-height: 30px;
}

.titulo_banner._2._4 {
  color: #ffc32b;
  padding-left: 0;
  font-size: 22px;
}

.titulo_banner._3 {
  padding-left: 0;
  font-size: 50px;
  line-height: 65px;
}

.social_header {
  min-width: 30px;
  height: auto;
  margin-top: 5px;
  margin-left: 10px;
  display: inline-block;
}

.social_header.var {
  margin-left: 40px;
}

.img_social {
  height: 30px;
}

.cuadros_home {
  float: left;
  background-color: #fff;
  width: 100%;
  padding-bottom: 40px;
  position: relative;
}

.dots {
  width: 100%;
  display: none;
  top: auto;
  bottom: 50px;
  left: 0%;
  right: auto;
}

.cuadro {
  float: left;
  color: #fff;
  text-align: center;
  background-color: #073865;
  border-top-left-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  height: 275px;
  padding: 30px;
  display: inline-flex;
}

.cuadro.var {
  z-index: 1;
  background-color: #0d60ac;
  border-radius: 0;
  height: 325px;
  margin-top: -50px;
  position: relative;
}

.numero_telefono {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.titulo_cuadro {
  color: #fff;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.texto_cuadro {
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 13.5px;
}

.texto_cuadro.var {
  margin-top: 15px;
}

.texto_cuadro.new {
  margin-bottom: 15px;
}

.texto_cuadro.justify {
  text-align: justify;
  font-size: 13px;
}

.icon {
  filter: invert();
  height: 30px;
}

.icon.var {
  height: 48px;
}

.enlace {
  color: #073865;
  text-transform: none;
  background-color: #fff;
  border-radius: 30px;
  padding: 10px 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.enlace.var {
  color: #fff;
  background-color: #073865;
}

.servicios_home {
  float: left;
  background-color: #073865;
  width: 100%;
  padding: 60px 20px;
}

.titulo_servicios {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.titulo_servicios.azul {
  color: #073865;
}

.texto_servicios {
  color: #fff;
  text-align: justify;
  font-family: Montserrat, sans-serif;
}

.texto_servicios.azul {
  color: #073865;
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 30px;
}

.columnas_servicios {
  float: left;
  width: 100%;
  min-height: 75px;
  margin-top: 60px;
}

.columna_servicio {
  float: left;
  text-align: center;
  width: 29.3333%;
  min-height: 100px;
  margin-left: 2%;
  margin-right: 2%;
  padding-left: 10px;
  padding-right: 10px;
}

.columna_servicio.mid {
  border-left: 1px solid rgba(255, 255, 255, .2);
  border-right: 1px solid rgba(255, 255, 255, .2);
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.final__srvicios {
  float: left;
  text-align: center;
  width: 100%;
  margin-top: 50px;
}

.fourth_home {
  float: left;
  background-color: #fff;
  width: 100%;
  padding: 60px 20px;
}

.texto_arriba {
  color: #073865;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.imagen_doctor {
  border: 1px solid rgba(7, 56, 101, .2);
  border-radius: 10px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.img_doctor {
  max-height: 340px;
}

.img_doctor.in {
  max-height: 200px;
}

.nombre_doctor {
  color: #073865;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.puesto {
  color: #073865;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.columnas__doctores {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.col_doctor {
  float: left;
  text-align: center;
  width: 31.3333%;
  margin-left: 1%;
  margin-right: 1%;
}

.fifth_home {
  float: left;
  width: 100%;
  padding: 60px 20px;
}

.contact_home {
  float: left;
  width: 100%;
  padding: 40px;
}

.form_block {
  margin-top: 15px;
}

.mini {
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.left__contacto {
  float: left;
  width: 50%;
  padding-right: 25px;
}

.input_contacto {
  float: left;
  color: #073865;
  background-color: #f5f5f5;
  border: 1px #000;
  border-radius: 5px;
  width: 100%;
  height: 45px;
  margin-bottom: 18px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 20px !important;
   -webkit-appearance: none !important;
   -moz-appearance:    none !important;
   appearance:         none !important;
}

.input_contacto::placeholder {
  color: #333;
}

.input_contacto.mid {
  width: 48%;
  margin-right: 2%;
}

.input_contacto.mid.var {
  margin-left: 2%;
  margin-right: 0%;
}

.input_contacto.select {
  background-image: url('../images/arrow_menu_1arrow_menu.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
}

.titulo_quienes {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 30px;
}

.titulo_quienes.var {
  color: #073865;
  text-align: left;
  margin-bottom: 30px;
}

.right__contacto {
  float: left;
  width: 50%;
  padding-left: 25px;
}

.submit {
  background-color: #073865;
  border-radius: 5px;
  width: 100%;
  height: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.footer {
  float: left;
  background-color: #073865;
  width: 100%;
  padding: 40px 20px;
}

.img_banner {
  max-height: 382px;
}

.agendar_cita {
  float: left;
  background-color: #073865;
  width: 100%;
  padding: 60px 20px;
}

.contenedor-2 {
  z-index: 1;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.down__cita {
  margin-top: 30px;
}

.calendly {
  border-radius: 10px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.calendly.w-embed.w-script {
    width: 100%;
    max-width: 100%;
}

.social_mobile {
  display: none;
}

.maps {
  width: 100%;
  height: 400px;
  position: relative;
}

.calendly-inline-widget,.calendly-inline-widget *,.calendly-badge-widget,.calendly-badge-widget *,.calendly-overlay,.calendly-overlay *{font-size:16px;line-height:1.2em}.calendly-inline-widget iframe,.calendly-badge-widget iframe,.calendly-overlay iframe{display:inline;width:100%;height:100%}.calendly-popup-content{position:relative}.calendly-popup-content.calendly-mobile{-webkit-overflow-scrolling:touch;overflow-y:auto}.calendly-overlay{position:fixed;top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:9999;background-color:#a5a5a5;background-color:rgba(31,31,31,.4)}.calendly-overlay .calendly-close-overlay{position:absolute;top:0;left:0;right:0;bottom:0}.calendly-overlay .calendly-popup{box-sizing:border-box;position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);width:80%;min-width:900px;max-width:1000px;height:90%;max-height:680px}@media(max-width:975px){.calendly-overlay .calendly-popup{position:fixed;top:50px;left:0;right:0;bottom:0;transform:none;width:100%;height:auto;min-width:0;max-height:none}}.calendly-overlay .calendly-popup .calendly-popup-content{height:100%}.calendly-overlay .calendly-popup-close{position:absolute;top:25px;right:25px;color:#fff;width:19px;height:19px;cursor:pointer;background:url(/assets/external/close-icon.svg) no-repeat;background-size:contain}@media(max-width:975px){.calendly-overlay .calendly-popup-close{top:15px;right:15px}}.calendly-badge-widget{position:fixed;right:20px;bottom:15px;z-index:9998}.calendly-badge-widget .calendly-badge-content{display:table-cell;width:auto;height:45px;padding:0 30px;border-radius:25px;box-shadow:rgba(0,0,0,.25) 0 2px 5px;font-family:sans-serif;text-align:center;vertical-align:middle;font-weight:700;font-size:14px;color:#fff;cursor:pointer}.calendly-badge-widget .calendly-badge-content.calendly-white{color:#666a73}.calendly-badge-widget .calendly-badge-content span{display:block;font-size:12px}.calendly-spinner{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);text-align:center;z-index:-1}.calendly-spinner>div{display:inline-block;width:18px;height:18px;background-color:#e1e1e1;border-radius:50%;vertical-align:middle;animation:calendly-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}.calendly-spinner .calendly-bounce1{animation-delay:-.32s}.calendly-spinner .calendly-bounce2{animation-delay:-.16s}@keyframes calendly-bouncedelay{0%,80%,100%{transform:scale(0)}40%{transform:scale(1)}}



.columna__footer {
  width: 33.333333333333336%;
  float: left;
}

.title_footer {
  display: inline-block;
  width: 150px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d0a240;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
}

.enlace__footer {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12.5px;
  font-weight: 500;
  text-decoration: none;
}

.enlace__footer.var {
  margin-bottom: 0px;
  color: #000;
}

.fila_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  text-decoration: none;
}

.icono_fila {
  width: 20px;
  margin-right: 5px;
}

.qr {
  width: 100px;
  background-color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

:root {
  --white: white;
  --black: black;
}

.contenedor {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.main {
  float: left;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: auto;
  padding: 0;
}

.banner {
  float: left;
  width: 100%;
}

.slide {
  background-image: radial-gradient(circle, #0d60ac, #073865);
  height: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.slide.var {
  overflow: hidden;
}

.left__so {
  float: left;
  width: 50%;
  padding-top: 100px;
  padding-bottom: 0;
  padding-left: 50px;
}

.left__so.var {
  padding-left: 0;
}

.right__so {
  float: left;
  text-align: center;
  width: 50%;
  padding-top: 0;
}

.titulo_banner {
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.titulo_banner.interior {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
}

.titulo_banner.interior._10 {
  width: 100%;
  margin-bottom: 15px;
}

.cuadros_home {
  float: left;
  background-color: #fff;
  width: 100%;
  padding-bottom: 40px;
  position: relative;
}

.cuadros_home.var {
  padding-top: 100px;
  padding-bottom: 40px;
}

.cuadros_home.nosotros {
  padding-top: 40px;
}

.cuadros_home.nosotros.var {
  padding-top: 60px;
  padding-bottom: 60px;
}

.cuadro {
  float: left;
  color: #fff;
  text-align: center;
  background-color: #073865;
  border-top-left-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  height: 275px;
  padding: 30px;
  display: inline-flex;
}

.cuadro.var {
  z-index: 1;
  background-color: #0d60ac;
  border-radius: 0;
  height: 325px;
  margin-top: -50px;
  position: relative;
}

.cuadro.var.new {
  margin-top: 0;
}

.cuadro.color {
  background-color: #0d60ac;
}

.cuadro.invisible {
  background-color: #fff;
}

.titulo_cuadro {
  color: #fff;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.texto_cuadro {
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 13.5px;
}

.texto_cuadro.justify {
  text-align: justify;
  font-size: 13px;
}

.icon {
  filter: invert();
  height: 30px;
}

.icon.var {
  height: 48px;
}

.texto_servicios {
  color: #fff;
  text-align: justify;
  font-family: Montserrat, sans-serif;
}

.img_banner {
  max-height: 400px;
}

.img_banner.var {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  top: 0;
}

.nosotros_in {
  float: left;
  width: 100%;
}

.imagen_nosotros {
  float: left;
  width: 50%;
  height: 300px;
}

.imagen_nosotros.color {
  background-color: #0d60ac;
  flex-flow: row-reverse wrap;
  justify-content: flex-end;
  align-items: center;
  padding: 75px 50px;
  display: inline-block;
}

.imagen_nosotros._1 {
  background-image: url('../images/silla.jpg');
  background-position: 50% 16%;
  background-size: cover;
}

.imagen_nosotros._2 {
  background-image: url('../images/silla2.jpg');
  background-position: 50%;
  background-size: cover;
}

.imagen_nosotros._2.mobile {
  display: none;
}

.pacientes_title {
  float: left;
  color: #0d60ac;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 30px;
  display: inline-block;
}

.paciente {
  float: left;
  border-radius: 10px;
  width: 48%;
  margin-bottom: 15px;
  margin-left: 1%;
  margin-right: 1%;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .left__so.var {
    padding-top: 40px;
  }

  .cuadros_home {
    padding-bottom: 0;
  }

  .cuadros_home.nosotros {
    padding-bottom: 40px;
  }

  .imagen_nosotros.color {
    padding-top: 47px;
    padding-bottom: 47px;
  }
}

@media screen and (max-width: 767px) {
  .left__so {
    width: 100%;
    padding-top: 30px;
  }

  .right__so {
    width: 100%;
  }

  .titulo_banner {
    text-align: center;
    font-size: 30px;
  }

  .titulo_banner.interior {
    font-size: 20px;
    line-height: 25px;
  }

  .cuadros_home.var {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cuadros_home.nosotros.var {
    padding: 30px 20px;
  }

  .cuadro {
    width: 100%;
    height: auto;
  }

  .cuadro.var {
    height: auto;
    margin-top: 0;
  }

  .cuadro.var.new {
    background-color: #073865;
  }

  .cuadro.invisible {
    display: none;
  }

  .texto_cuadro.justify, .texto_servicios {
    text-align: center;
  }

  .img_banner {
    max-height: 250px;
  }

  .imagen_nosotros {
    width: 100%;
    height: 200px;
  }

  .imagen_nosotros.color {
    width: 100%;
    height: auto;
    padding: 30px 25px;
  }

  .imagen_nosotros._2 {
    display: none;
  }

  .imagen_nosotros._2.mobile {
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  .left__so {
    padding-left: 0;
  }

  .titulo_banner {
    font-size: 20px;
    line-height: 25px;
  }

  .paciente {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
}





@media screen and (max-width: 991px) {  
  .header {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    z-index: 1;
  }

  .nav__menu {
    text-align: center;
    width: 100%;
    margin-top: 17px;
  }

  .item_menu {
    text-align: center;
    background-color: #fff;
    border-top: 1px solid rgba(7, 56, 101, .02);
    margin-left: 0;
  }

  .social_header {
    display: none;
  }

  .social_header.mobile_vv {
    display: inline-block;
  }

  .cuadros_home {
    padding-bottom: 0;
  }

  .agendar_cita {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .calendly {
    width: 100%;
  }

  .toggle {
    color: #073865;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .toggle.w--open {
    color: #073865;
    background-color: #fff;
    padding-left: 5px;
    padding-right: 5px;
  }

  .social_mobile {
    float: right;
    margin-right: 15px;
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
.calendly-inline-widget {
    height: 1100px !important;
    overflow: hidden !important;
    border-radius: 10px !important;
}
  
  .brand {
    width: 20%;
  }

  .item_menu {
    border-top-color: rgba(7, 56, 101, .1);
  }

  .left__so {
    width: 100%;
    padding-top: 30px;
  }

  .left__so.third {
    width: 100%;
    padding-right: 0;
  }

  .left__so.third.var {
    text-align: center;
    padding-right: 0;
  }

  .right__so {
    width: 100%;
  }

  .right__so.var {
    width: 100%;
    margin-top: 30px;
  }

  .titulo_banner {
    text-align: center;
    font-size: 30px;
  }

  .titulo_banner._2 {
    text-align: center;
    padding-left: 0;
    font-size: 25px;
  }

  .titulo_banner._2._4 {
    text-align: center;
  }

  .titulo_banner._3 {
    text-align: center;
    font-size: 40px;
  }

  .cuadro {
    width: 100%;
    height: auto;
  }

  .cuadro.var {
    height: auto;
    margin-top: 0;
  }

  .texto_cuadro.justify {
    text-align: center;
  }

  .servicios_home {
    background-color: #0d60ac;
  }

  .titulo_servicios {
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .texto_servicios {
    text-align: center;
  }

  .columnas_servicios {
    border: 1px #000;
  }

  .columna_servicio {
    border: 1px #000;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 20px;
  }

  .columna_servicio.mid {
    border-style: solid none;
    border-top-color: rgba(255, 255, 255, .1);
    border-bottom-color: rgba(255, 255, 255, .1);
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fourth_home {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .texto_arriba {
    text-align: center;
  }

  .col_doctor {
    width: 100%;
    margin: 10px 0%;
  }

  .contact_home {
    padding: 20px;
  }

  .left__contacto {
    width: 100%;
    padding-right: 0;
  }

  .right__contacto {
    width: 100%;
    padding-left: 0;
  }

  .img_banner {
    max-height: 250px;
  }

  .columna__footer{
    width: 100%;
    margin: 10px 0;
  }
}

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

  .columna__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .title_footer {
    width: 100%;
  }

  .enlace__footer.var {
    line-height: 18px;
    text-align: left;
  }

  .fila_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 175px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .brand {
    width: 32%;
  }

  .left__so {
    padding-left: 0;
  }

  .titulo_banner {
    font-size: 20px;
    line-height: 25px;
  }

  .titulo_banner._2._4 {
    font-size: 18px;
    line-height: 25px;
  }

  .titulo_banner._3 {
    font-size: 25px;
    line-height: 25px;
  }

  .social_header.mobile_vv {
    margin-left: 5px;
  }

  .img_social {
    height: 25px;
  }

  .toggle {
    padding-left: 5px;
    padding-right: 5px;
  }
}


