html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  color: #575A5D;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  /*font-size: 14px;*/
}

.sidenav-trigger{
  display: none;
}

.funciona-mini div {
  text-align: center;
  font-size: 1.1vw;
}

.funciona-mini div img {
  display: inline-block;
  width: 30px;
}

.funciona-mini .slick-slide {
  cursor: pointer;
}

.funciona-mini .slick-slide img {
  transform: scale(0);
  transition: all .5s;
}

.funciona-mini .slick-current img {
  transform: scale(1);
}

h2 {
  text-transform: uppercase;
  font-size: 4.2vw;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

h3 {
  font-size: 1.5vw;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.idioma_activo {
  background-color: #e0e0e0;
  color: #575A5D;
  cursor: auto;
}

.idioma_inactivo {
  background-color: #f1f1f1;
  color: #b7b7b7;
}

.idioma_inactivo:hover {
  background-color: #e0e0e0;
  color: #575A5D;
  cursor: pointer;
}


#fondo_slider_portada {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: url(../imagenes/slider.png);
  background-size: cover;
  z-index: 1000;
}

#slider_portada_big {
  width: 100%;
  height: 100vh;
  opacity: .25;
}

#slider_portada_big div {
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  height: 100vh;
}

#logotipo_portada {
  width: 250px;
  position: absolute;
  z-index: 1001;
  top: 5vh;
  left: 10%;
}

#contenedor_slider_mini {
  width: 80%;
  height: 95vh;
  align-items: center;
  top: 5vh;
  display: flex;
  position: absolute;
  z-index: 1001;
  left: 10%;
  justify-content: space-between;
}

#contenedor_slider_mini h2 span {
  color: #EA002A;
}

#subrayado_titulo_portada {
  width: 200px;
  background-color: #EA002A;
  height: 5px;
  margin: 30px 0;
}

#slider_portada_mini {
  width: 450px;
  height: 450px;
  border-radius: 450px;
  box-shadow: -1px -1px 24px 0px rgba(0, 0, 0, 0.50);
}

#slider_portada_mini div {
  background-size: cover !important;
  background-position: center !important;
  width: 450px;
  height: 450px;
  border-radius: 450px;
}

#slide-out {
  z-index: 100000;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#slide-out a {
  text-decoration: none;
}

.sidenav .user-view {
  margin: 0;
  padding: 0;
  text-align: center !important;
}

.sidenav #user-view a {
  display: inline-block;
  font-size: 0;
  margin: 20px 0;
}

/*.sidenav #user-view a img{
      width: 150px !important; height: auto; margin: 0 auto;
    }*/

.sidenav .divider {
  margin: 0;
}

.sidenav-overlay {
  z-index: 2000;
}

.sidenav-trigger {
  position: fixed;
  top: 15px;
  right: 5%;
  z-index: 5000;
}

.sidenav-trigger i {
  font-size: 30px;
  margin: 0;
  padding: 0;
  color: #ff0026;
}

#menu {
  background: #fff;
  z-index: 1005;
  top: 0px;
  left: 0;
  width: 100%;
  height: 60px;
  position: fixed;
  border-bottom: 1px solid #e0e0e0;
  display: none;
}

#menu ul{
  list-style-type: none;
  float: right;
  height: 59px;
}

#menu ul a{
  text-decoration: none;
  height: 59px;
  color:#575A5D !important;
  line-height: 59px;
}

#menu ul a:hover{
  background-color: rgba(87, 90, 93, .07);
  color: #ff0026 !important;
}

#menu img {
  width: 48px;
  margin-left: 5%;
  margin-top: 12px;
}

#menu_redes {
  display: flex;
  width: 80%;
  margin: 0 auto;
  margin-top: 15px;
}

#menu_redes img {
  width: 26px;
}

#dropdown1{
  padding: 0 !important;
}

.dropdown-content{
  top: 60px !important;
  width: 200px !important;
  padding: 0 !important;
}
.dropdown-content ul li{
  line-height: 40px !important;
  min-height: 40px !important;
  list-style-type: none;
}
.dropdown-content ul a{
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 !important;
  text-align: center !important;
}
.dropdown-content li{
  min-height: auto !important;
  line-height: auto !important;
  padding: 0 !important;
}

.dropdown-content li a{
  padding: 0;
  text-align: center !important;
  background-color: rgba(87, 90, 93, .03) !important;
}
.dropdown-content li a:hover{
  background-color: #f0f0f0 !important;
}

.dropdown-content{
  height: 350px !important;
}

#acerca_de {
  width: 100%;
  height: 100vh;
}

#acerca_de article {
  width: 50%;
  height: 50vh;
  float: left;
  display: flex;
  align-items: center;
}

.linea_titulo {
  width: 10px;
  height: 160px;
  margin-right: 40px;
}

.titulo {
  margin: 0;
  padding: 0;
  font-size: 4.2vw;
  letter-spacing: normal;
  line-height: 80px;
}

#acerca_de_descripcion {
  background-color: #EA002A;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}

#acerca_de_descripcion p {
  width: 70%;
  font-size: 1.7vw;
  font-weight: 600;
  text-align: center;
}

#acerca_de_descripcion img {
  width: 55px;
}

#acerca_de_img {
  background: url(../imagenes/acerca_de.jpg);
  background-position: center;
  background-size: cover;
}

#acerca_de_texto {
  flex-direction: column;
  justify-content: center;
  text-align: justify;
}

#acerca_de_texto p {
  width: 70%;
  font-size: 1.2vw;
  margin: 0;
  font-weight: 400;
}

#servicios {
  min-height: 100vh;
  width: 100%;
  position: relative;
}

#servicios_encabezado {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
}

#servicios_titulo {
  display: flex;
  width: 50%;
  align-items: center;
}

#servicios_texto {
  width: 50%;
}

#servicios_texto p {
  font-size: 1.2vw;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}

#servicios_texto p span {
  color: #EA002A;
  font-weight: 600;
}

#servicios_mas_info {
  width: 25%;
}

#servicios_mas_info .mas_info_cursor {
  right: 0;
}

#mas_info_servicios:hover {
  color: #EA002A;
}

#servicios_acordeon {
  display: flex;
  width: 94%;
  margin: 0 auto;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

#servicios_acordeon .collapsible {
  width: 50%;
  height: auto !important;
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
  color: #EA002A;
  font-weight: 600;
  /*font-size: 18px;*/
  box-shadow: 0 !important;
  border: 0;
  border-top: 1px solid #ddd;
}

#servicios_acordeon_espacio {
  width: 10%;
}

#servicios_acordeon_derecha {
  width: 40%;
  text-align: center;
  font-size: 0;
}

#servicios_acordeon_derecha img {
  width: 75%;
}

.collapsible li {
  border-left: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
}

.collapsible-header h3 {
  color: #575A5D;
  font-size: 1.2vw;
  /*font-size: 19px;*/
}

.collapsible-header:hover,
.active .collapsible-header {
  background-color: #EBF1F8 !important;
}

.servicios_contenedor_info {
  display: flex;
  align-items: center;
}

.servicios_contenedor_info_img {
  width: 200px;
  height: 200px;
  border-radius: 200px;
}

.servicios_contenedor_info p {
  color: #575A5D;
  width: 80%;
  margin-left: 10%;
  font-weight: 400;
  font-size: 1.1vw;
  /*font-size: 18px;*/
}

.servicios_contenedor_info a {
  color: #EA002A;
  text-decoration: none;
}
.servicios_contenedor_info a:hover {
  text-decoration: underline;
}

#funciona_encabezado {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 100px;
}

#funciona_descripcion {
  /*font-size: 28px;*/
  font-size: 1.2vw;
  font-weight: 400;
  width: 60%;
  text-align: center;
  margin: 0 auto;
}

#funciona_descripcion span{
  font-weight: 600;
}

.funciona_numeros {
  width: 50%;
  float: left;
  display: flex;
  align-items: center;
}

.funciona {
  margin-top: 65px;
  height: 46vh;
}

.funciona_pasos {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  background-color: #F1F1F1;
}

.funciona_paso_imagen {
  width: 50%;
  height: 100%;
  border-radius: 0 800px 800px 0;
}

.funciona_paso_texto {
  font-size: 1.3vw;
  color: #575A5D;
  text-align: left;
}

.funciona_paso_icono {
  width: 100px;
  display: inline-block;
  margin-right: 30px;
}

.funciona_paso_texto span {
  font-weight: 700;
  font-size: 1.5vw;
}

.funciona-mini{
  margin-top: 25px; padding-bottom: 80px;
}

#servicios_especializados {
  height: 100vh;
  background-position: right;
  background: url(../imagenes/servicios_especializados.jpg);
  background-attachment: fixed;
  width: 100%;
  background-size: cover;
  position: relative;
}

#servicios_especializados_titulo {
  display: flex;
  width: 50%;
  background-color: #fff;
  height: 32vh;
  align-items: center;
}

#servicios_especializados_texto {
  width: 69%;
  height: 0;
  border-right: 360px solid transparent;
  border-bottom: 68.1vh solid #F1F1F1;
  position: relative;

}

#servicios_especializados_texto article {
  position: absolute;
  margin-left: 60px;
  height: 68vh;
  font-size: 1vw;
  display: flex;
  align-items: left;
  flex-direction: column;
  justify-content: center;
  text-align: justify;

}

#servicios_especializados_texto article p {
  font-size: 1.2vw;
  margin: 0;

}

#servicios_especializados_texto article strong {
  color: #EA002A;
}

#se_titulo_capacitacion {
  font-size: 1.2vw;
}

#servicios_especializados_texto span {
  font-size: 1.1vw;
}

#servicios_especializados ul {
  margin: 0;
  font-size: 1.1vw;
  margin-top: 5px;
}

.mas_info {
  display: block;
  font-size: 1.2vw;
  font-weight: 700;
  position: absolute;
  bottom: 50px;
  left: 45%;
  z-index: 100;
}

.mas_info a {
  text-decoration: none;
  color: #575A5D;
  transition: all .5s;
}

#mas_info_especializados:hover {
  color: #EA002A;
}

.mas_info_linea {
  margin: 0 auto;
  margin-top: 8px;
  width: 80px;
  height: 5px;
}

.mas_info_cursor {
  width: 35px;
  position: absolute;
  right: -60px;
  top: 6px;
}

#equipos {
  position: relative;
}

#equipos_titulo {
  display: flex;
  align-items: center;
  position: absolute;
  top: 80px;
}

#equipos_contenedor {
  width: 100%;
  height: 100vh;
  display: flex;
}

#equipos_contenedor article {
  width: 25%;
  height: 100vh;
  background-size: cover !important;
  background-position: center !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  flex-direction: column;
}

#equipos_contenedor h5 {
  font-size: 1.8vw;
  font-weight: 700;
  width: 60%;
  display: inline-block;
  margin: 0;
  margin-top: 200px;
}

#equipos_contenedor img {
  width: 60%;
  margin: 40px 0;
}

#equipos_contenedor p {
  font-size: 1.2vw;
  font-weight: 400;
  width: 60%;
  display: inline-block;
  margin: 0;
}

#datos_contacto {
  background-color: #F6F4EE;
  width: 55%;
  padding-top: 350px;
  font-size: 1vw;
  float: left;
}

#datos_contacto_texto {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 96%;
}

#formulario_contenedor {
  width: 90%;
}

#datos_contacto a {
  color: #575A5D;
  text-decoration: none;
  transition: all .5s;
  margin-top: 8px;
  display: inline-block;
}

#datos_contacto a:hover {
  color: #EA002A;
}

#datos {
  width: 100%;
  height: 100vh;
  position: relative;
}

.counter {
  color: #EA002A;
  font-size: 1.8vw;
  font-weight: 700;
}

.datos_numeros {
  width: 50%;
  float: left;
  display: flex;
  align-items: center;
}

#datos_numeros {
  position: absolute;
  bottom: 0;
  height: 60vh;
  background: url(../imagenes/cajas-petri.jpg) center;
  background-size: cover;
  background-color: rgba(46, 46, 46, 0.50);
  width: 100%;
  display: flex;
  justify-content: space-around;
}

#datos_numeros article {
  background-color: #FFF;
  width: 250px;
  height: 250px;
  border-radius: 250px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: -1px -1px 24px 0px rgba(0, 0, 0, 0.50);
}

#datos_numeros article strong {
  font-weight: normal;
  font-size: .9vw;
  color: #585B5E;
}

#datos_encabezado {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 100px;
}

#datos_descripcion {
  font-size: 1.4vw;
  font-weight: 600;
  width: 60%;
  text-align: center;
  margin: 0 auto;
}

#cobertura {
  min-height: 100vh;
  width: 100%;
  position: relative;
}

#cobertura_encabezado {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
}

#cobertura_titulo {
  display: flex;
  width: 50%;
  align-items: center;
}

#cobertura_texto p {
  font-size: 1.2vw;
  text-align: center;
}

#cobertura_texto p span {
  color: #EA002A;
  font-weight: 600;
}

#cobertura img {
  width: 100px;
  margin-right: 50px;
}

#cobertura_datos {
  position: absolute;
  width: 100%;
  height: 70vh;
  background-color: #F1F1F1;
  bottom: 0;
  display: flex;
  align-items: center;
}

.cobertura_sedes {
  margin-left: 60px;
  z-index: 1000;
}

.cobertura_sedes strong {
  font-size: 1.1vw;
  text-transform: uppercase;
  color: #EA002A;
}

.cobertura_sedes ul {
  color: #EA002A;
  font-size: 1.1vw;
  margin: 0;
  margin-top: 5px;
}

.cobertura_sedes ul li span {
  color: #575A5D;
}

.cobertura_datos_icono {
  list-style-type: none;
  margin-top: 5px;
}

.cobertura_datos_icono i {
  font-size: 1.2vw;
}

.cobertura_datos_icono a {
  color: #EA002A;
}

#cobertura_mapa {
  height: 70vh !important;
  width: auto !important;
  position: absolute;
  right: 0 !important;
  margin-right: 0 !important;
  width: auto;
  background: url(../imagenes/queretaro.jpg) no-repeat;
  background-size: cover;
  background-position: bottom right;
  bottom: 0;
}

#mas_info_cobertura:hover {
  color: #EA002A;
}

#deqsa_app {
  width: 100%;
  height: 100vh;
}

#deqsa_app article {
  width: 50%;
  height: 50vh;
  float: left;
  display: flex;
  align-items: center;
}

#deqsa_app_descripcion {
  background-color: #EA002A;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}

#deqsa_app_descripcion p {
  width: 60%;
  font-size: 1.7vw;
  font-weight: 600;
  text-align: center;
}

#deqsa_app_descripcion img {
  width: 55px;
}

#deqsa_app_img {
  background: url(../imagenes/deqsa_app.png) no-repeat center;
  background-size: 60%;
  background-color: #F1F1F1;
}

#deqsa_app_texto {
  flex-direction: column;
  justify-content: center;
  text-align: justify;
}

#deqsa_app_texto strong {
  font-size: 1.2vw;
}

#deqsa_app_texto div {
  font-size: 1.1vw;
  margin: 0;
  font-weight: 400;
}

#deqsa_app_texto li {
  color: #EA002A;
}

#deqsa_app_texto li span {
  color: #575A5D;
}

#mas_info_quejas:hover {
  color: #EA002A
}

#recorrido {
  position: relative;
  height: 100vh;
  background: url(imagenes/recorrido-virtual.png) center;
  background-size: cover;
  background-attachment: fixed;
}

#recorrido_texto {
  float: left;
  margin-left: 5%;
  width: 42%;
  text-align: center;
  margin-top: 13%;
}

#recorrido_titulo {
  font-size: 2.2vw;
  font-weight: 700;
  text-transform: uppercase;
}

#recorrido_parrafo {
  font-size: 1.5vw;
  font-weight: 400;
}

#recorrido_texto img {
  width: 110px;
}

#recorrido_img {
  height: 82%;
  position: absolute;
  top: 9%;
  right: 5%;
  box-shadow: -1px -1px 24px 0px rgba(0, 0, 0, 0.50);
  border-radius: 100%;
  border: 0;
  background-color: #fff;
}

#contactanos_formulario {
  width: 45%;
  float: left;
}

#formulario_titulo {
  font-size: 1.5vw;
  width: 70%;
  margin-left: 15%;
  margin-top: 160px;
  text-align: center;
  margin-bottom: 120px;
  font-weight: 400;
}

#formulario_titulo span{
  font-weight: 600;
}

#franja_mas_info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 150px;
  vertical-align: middle;
}

footer {
  background-color: #F1F1F1;
  padding: 60px 0;
  font-size: .9vw;
  padding-bottom: 0;
}

footer a {
  margin-top: 10px;
  display: inline-block;
  color: #575A5D;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

footer h6 {
  font-size: 1.1vw;
  font-weight: 600;
  margin: 0;
  margin-bottom: 8px;
}

#separador_footer {
  width: 94%;
  height: 1px;
  background-color: #969696;
  margin: 60px auto;
}

#footer_logo {
  width: 200px;
}

#footer_redes_sociales {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  width: 150px;
}



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

  .salto {
    display: none;
  }
  #logotipo_portada {
    width: 220px;
  }

  .linea_titulo {
    width: 10px;
    height: 130px;
    margin-right: 40px;
  }

  .titulo {
    line-height: 65px;
  }

  #acerca_de_descripcion p {
    width: 80%;
  }

  #acerca_de_descripcion img {
    width: 42px;
  }

  #acerca_de_texto p {
    width: 80%;
  }

  #servicios_texto {
    width: 73%;
  }

  #servicios_mas_info .mas_info {
    margin-right: 60px;
  }

  #servicios_mas_info .mas_info_cursor {
    right: -38px;
  }
  #servicios_acordeon_derecha img {
    width: 90%;
  }

  #funciona_encabezado {
    padding-top: 50px;
  }

  #funciona_descripcion {
    width: 70%;
  }

  .funciona_paso_icono {
    width: 70px;
    margin-right: 10px;
  }

  .funciona-mini div{
    margin-top: 0px;
    padding-bottom: 80px;
  }

  #servicios_especializados_texto {
    border-right: 288px solid transparent;
  }

  #servicios_especializados_texto article strong {
    color: #EA002A;
  }

  .mas_info_linea {
    margin-top: 5px;
    width: 60px;
    height: 3px;
  }

  .mas_info_cursor {
    width: 30px;
    right: -50px;
    top: 3;
  }

  #equipos_titulo {
    top: 50px;
  }

  #equipos_contenedor h5 {
    margin-top: 200px;
  }

  #equipos_contenedor img {
    width: 55%;
    margin: 30px 0;
  }

  #equipos_contenedor p {
    width: 70%;
  }

  #datos_encabezado {
    padding-top: 50px;
  }

  #datos_numeros {
    height: 65vh;
  }

  #cobertura_encabezado {
    padding-top: 30px;
  }

  #cobertura img {
    width: 80px;
  }

  .cobertura_sedes ul {
    margin: 0;
    margin-top: 0px;
  }

  .cobertura_datos_icono {
    margin-top: 4px;
  }

  #deqsa_app_texto div {
    margin: 0;
    font-weight: 400;
  }

  #recorrido_texto {
    margin-top: 10%;
  }

  #recorrido_texto img {
    width: 90px;
  }

  #recorrido_img {
    height: 76%;
  }

  #contactanos_formulario {
    width: 42%;
    float: left;
    margin-left: 2%;
  }

  #formulario_titulo {

    width: 80%;
    margin-left: 10%;
    margin-top: 120px;
    margin-bottom: 100px;
  }

  #datos_contacto {
    padding-top: 280px;
  }

  #datos_contacto_texto {
    width: 98%;
  }

  #datos_contacto iframe {
    width: 98% !important;
  }

  #formulario_contenedor {
    width: 94%;
    margin-left: 2%;
  }

  #franja_mas_info {
    margin-bottom: 100px;
  }

  footer {
    padding: 0;
    padding-top: 40px;
  }

  #separador_footer {
    margin: 40px auto;
  }

  #footer_logo {
    width: 180px;
  }

  #footer_redes_sociales {
    margin-top: 0px;
    width: 130px;
  }
}

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

  .titulo {
    line-height: 29px !important;
  }

  #equipos_titulo{
      top: 20px
    }
    .mas_info{
      font-size: 2.7vw;
      margin-right: 100px !important;
    }

        #franja_mas_info{
          margin-bottom: 40px;
        }

        #aviso{
          margin-top: 40px;
        }

  .sidenav-trigger{
  display: inline-block;
}

  #menu ul, #dropdown1{
    display: none !important;
  }

  h2 {
    text-transform: uppercase;
    font-size: 5vw;
    font-weight: 700;
    margin: 0;
    padding: 0;
  }

  h3 {
    font-size: 3vw;
    font-weight: 400;
    margin: 0;
    padding: 0;
  }

  #fondo_slider_portada {
    position: absolute;
    width: 100%;
    height: auto;
    background: url(../imagenes/slider.png);
    background-size: cover;
    z-index: 1000;
  }

  #slider_portada_big {
    width: 100%;
    height: auto;
    opacity: .25;
  }

  #slider_portada_big div {
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: auto;
  }

  #logotipo_portada {
    width: 150px;
    position: relative;
    z-index: 1001;
    top: 3vh;
    left: 35vw;
  }

  #contenedor_slider_mini {
    width: 90%;
    height: auto;
    align-items: center;
    top: 8vh;
    display: inline-block;
    position: relative;
    z-index: 1001;
    left: 5%;
    justify-content: space-between;
  }

  #contenedor_slider_mini h2 span {
    color: #EA002A;
  }

  #subrayado_titulo_portada {
    width: 200px;
    background-color: #EA002A;
    height: 2px;
    margin: 8px 0;
  }

  #slider_portada_mini {
    width: 300px;
    height: 300px;
    border-radius: 300px;
    box-shadow: -1px -1px 24px 0px rgba(0, 0, 0, 0.50);
    margin-left: 15%;
    margin-top: 50px;
  }

  #slider_portada_mini div {
    background-size: cover !important;
    background-position: center !important;
    width: 300px;
    height: 300px;
    border-radius: 200px;
  }

  /* Acerca de */
  #acerca_de {
    width: 100%;
    height: auto;
    margin-top: 100px;
  }

  #acerca_de article {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    align-items: center;
  }

  .linea_titulo {
    width: 5px;
    height: 50px;
    margin-right: 20px;
  }

  .titulo {
    margin: 0;
    padding: 0;
    font-size: 4.8vw;
    letter-spacing: normal;
    line-height: 50px;
  }

  #acerca_de_descripcion {
    background-color: #EA002A;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    padding: 30px;
  }

  #acerca_de_descripcion p {
    width: 70%;
    font-size: 3.3vw;
    font-weight: 600;
    text-align: center;
  }

  #acerca_de_descripcion img {
    width: 35px;
  }

  #acerca_de_img {
    background: url(../imagenes/acerca_de.jpg);
    background-position: center;
    background-size: cover;
  }

  #acerca_de_texto {
    flex-direction: column;
    justify-content: center;
    text-align: justify;
    padding-top: 30px;
    padding-bottom: 0;
  }

  #acerca_de_texto p {
    width: 90%;
    font-size: 2.8vw;
    margin: 0;
    font-weight: 400;
  }
  /* Acerca de */

  /* Servicios */

  #servicios_encabezado {
    width: 100%;
    display: block;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
  }

  #servicios_titulo {
    width: 100%;
  }

  #servicios_texto {
    width: 100%;
    padding-top: 20px;
  }

  #servicios_texto p {
    font-size: 3.2vw;
    width: 90%;
  }

  #servicios_texto p span {
    color: #EA002A;
    font-weight: 600;
  }

  #servicios_mas_info {
    width: 100%;
  }

  #servicios_mas_info .mas_info{
    margin-right: 0;
    font-size: 3.5vw;
    left: 45px !important;
    margin-top: 20px;
  }

  #servicios_mas_info .mas_info_cursor{
    right: 80px;
  }



#servicios_acordeon {
  display: block;
  width: 90%;
  padding: 40px 0;
}

#servicios_acordeon .collapsible {
  width: 100%;
}

#servicios_acordeon_espacio {
  width: 0%;
}

#servicios_acordeon_derecha {
  display: none;
}



.collapsible-header h3 {
  font-size: 2.8vw;
}

.servicios_contenedor_info {
  display: flex;
  align-items: center;
}

.collapsible-body{
  padding: 20px;
}

.servicios_contenedor_info_img {
  width: 150px;
  height: 150px;
  border-radius: 150px;
}

.servicios_contenedor_info p {
  width: 90%;
  margin-left: 10%;
  font-weight: 400;
  font-size: 2.8vw;
  /*font-size: 18px;*/
}

.collapsible-header{
  padding: 0;
  height: 45px;
  line-height: 45px;
}

.collapsible-header i{
  margin-right: 5px;
  height: 45px;
  line-height: 45px;
  margin-left: 5px;
}

  /* Servicios */


  /* Como funciona */

  .funciona_numeros {
    width: 100%;
    float: none;
  }

  #funciona_encabezado {
    display: block;
    padding-top: 20px;
  }

  #funciona_descripcion {
    font-size: 3.4vw;
    width: 90%;
    margin-top: 40px;
  }



  .funciona_numeros {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }

  .funciona {
    margin-top: 40px;
    height: auto;
  }

  .funciona_pasos {
    display: inline-block !important;
    justify-content: space-between;
    align-items: center;
    background-color: #F1F1F1;
    height: auto !important;
  }

  .funciona_paso_imagen {
    width: 100%;
    height: 140px;
    border-radius: 0;
  }

  .funciona_paso_texto {
    font-size: 3.3vw;
    color: #575A5D;
    text-align: left;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
  }

  .funciona_paso_icono {
    width: 50px;
    display: inline-block;
    margin-right: 10px;
    padding: 30px 0;
  }

  .funciona_paso_texto span {
    font-weight: 700;
    font-size: 4vw;
    padding-bottom: 20px;
  }

  .funciona-mini{
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 25px; padding-bottom: 40px;
    width: 100%;
  }


  .funciona-mini div{
    font-size: 2.5vw;
  }
  /*.funciona-mini .slick-slide{
    width: 18% !important;
  }*/
  .funciona-mini .slick-track{
    width: 100% !important;
    display: flex;
    justify-content:space-between;
  }
  .funciona-mini .slick-track div{
    width: auto !important;
    min-width: 60px;
  }

  .slick-list{
    padding: 0 !important;
  }

  .funciona-mini div{
    padding-bottom: 0;
  }

  /* Como funciona */

}