/* Home */
@media (min-width: 1024px) {
  .section-youtube {
    width: 100%;
    position: relative;
  }
  .section-youtube::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #f00;
  }
  #left-content,
  #right-content {
    position: relative;
    z-index: 1;
  }
  .section-spotify {
    width: 100%;
    position: relative;
  }

  .section-spotify::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #00d95f;
  }

  #left-content-s,
  #right-content-s {
    position: relative;
    z-index: 1;
  }
  .section-portada{
    height:100vh;
  }
}
#video-bgvid{
  object-fit: cover;
  height: 100vh;
}
#bgvid2 .portado-texto {
  position: absolute;
  top: auto;
  bottom: 50px;
  left: 0;
}
.section-especies-mobile .card-moobile-especie{
  height: calc(25vh - 41.8px);
}
.section-especies-mobile .card-moobile-especie .title-especie-card{
  font-size: calc(1.1rem + .1vw);
}
.section-especies-mobile .card-moobile-especie img{
  width: 100%;
  height: 68%;
  object-fit: contain;
}
#bgvid,
#bgvid2{
  height: 100dvh;
  min-height: 100dvh;
}
#bgvid,
#bgvid2,
.section-portada .d-lg-block{
  display:block !important;
}
#video-bgvid,
#video-bgvid2{
  height: 100dvh;
  object-fit: cover;
}
.section-portada{
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.section-portada .content-0{
  position: relative;
  margin:0 auto;
  display: table;
}
.section-portada .portado-texto{
  margin-top: 0 !important;
  top: 0 !important;
  width: 100%;
}
.section-portada .box-central{
  position: absolute;
  bottom:12vh;
  left:0;
  width: 100%;
  z-index: 2;
}
.section-portada .white-text{
  padding-right: 0 !important;
}
@media (min-width:1500px){
  .section-portada .content-0{
    transform: scale(1.1);
    transform-origin: center;
  }
  .section-portada .box-central {
    bottom: 14vh;
  }
  .section-portada .container{
    max-width: 1340px;
  }
}
@media (min-width:1700px){
  .section-portada .content-0{
    transform: scale(1.2);
  }
}
@media (min-width:1910px){
  .section-portada .content-0{
    transform: scale(1.3);
  }
}
@media (max-width:500px){
  .section-portada .white-text{
    padding-right: 0 !important;
  }
  .section-portada .box-central{
    bottom:0;
    padding: 0 5px;
  }
  .section-portada h1{
    font-size: calc(1.6rem + 1.3vw) !important;
  }
  .section-portada h6{
    font-size: 16px !important;
  }
  .section-portada .btn-saber-mas{
    line-height: 2rem;
    padding: 0 0.8rem;
  }
  #bgvid .portado-texto{
    top:-80px !important;
    display:block !important;
  }
}
@media (max-width:1030px){
  .section-portada .content-0{
    max-width: 965px;
  }
  #video-bgvid{
    object-position: bottom;
  }
}
.text-coincidencia{
  text-align: center;
  color: #1a3096;
  font-family: var(--font-Exo2-Black);
  letter-spacing: 1px;
  font-size: 18px;
}
.location-close{
  pointer-events: none;
}
#header-nav-2{
  transition: all 0.3s;
}
#header-nav-2.header-bg .btn-effect::before{
  background: #fff;
}
#header-nav-2.header-bg .btn-effect:hover{
  color: var(--color-azul);
  border-color:#fff;
}
@media (max-width: 500px) {
  .section-portada .box-central {
    bottom: -20px;
  }
}
.ul-certificado-2{
  list-style: circle inside;
  font-size: 13px;
  padding-left: 10px;
  margin-bottom: 5px;
}
.card-certificado-item{
  border: 1px solid var(--color-azul);
  overflow: hidden;
  position: relative;
  border-radius: 25px;
}
.card-certificado-item p{
  margin-bottom: 8px;
}
.card-certificado-item *:not(.titulo-certificado){
  font-size: 13px;
}
.card-certificado{
  height: calc(100% + -25px);
}
.card-certificado-item .ul-certificado{
  margin: 0;
  margin-top: auto;
}
.card-certificado-item{
  flex-direction: column;
  display: flex;
}
.card-certificado-item .image-certificado{
  max-width: 150px;
  width: 100%;
}
@media (max-width: 1200px){
  .section-certificado .col-caja{
    width: 33.33333%;
  }
}
@media (max-width: 991px){
  .section-certificado .col-caja{
    width: 50%;
  }
  .card-certificado-item .titulo-certificado br{
    display: none;
  }
}
@media (max-width: 575px){
  .section-certificado .col-caja{
    width: 100%;
  }
}
@media (min-width: 1850px){
  .section-certificado .container-inner{
    max-width: 2500px;
  }
  .section-certificado .col-caja{
    width: 14.22222%;
  }
}
.p-relative{
  position: relative;
}
.overhidden{
  position: relative;
  overflow: hidden;
}
.section-mapa-2{
  padding: 0 20px 50px 20px;
}
.section-mapa-2 .fila-top{
  padding: 35px 0 40px 0;
}
.section-mapa-2 .columna-1{
  width: 600px;
}
.section-mapa-2 .columna-2{
  width: calc(100% - 600px);
}
.section-mapa-2 #map{
  height: 570px;
  border-radius: 20px;
}
#count-distribuidor{
  background: #013096;
  color: #fff;
  padding: 3px 0;
  margin-bottom: 11px;
}
#count-distribuidor p{
  font-family: var(--font-Exo2-Black);
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
}
.section-mapa-2 .container-locations{
  height: 515px !important;
}
.section-mapa-2 .card-locations{
  width: 100%;
  background: #f5f7f7;
  border: 0;
  border-radius: 0;
  margin-bottom: 15px;
  padding: 17px 0 15px 0;
  overflow: hidden;
  position: relative;
}
.section-mapa-2 .card-locations .navy-text{
  font-family: var(--font-Exo2-Black);
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 4px;
  padding-right: 15px;
}
.section-mapa-2 .card-locations p,
.section-mapa-2 .card-locations .text-card-location{
  font-family: var(--font-Exo2-Bold);
  color: #013096;
  font-size: 15px;
}
.section-mapa-2 .card-locations .ico-loc-1,
.section-mapa-2 .card-locations .ico-loc-2,
.section-mapa-2 .card-locations .ico-loc-3{
  width: 34px;
  height: 34px;
  position: absolute;
  top: 7px;
  right:0;
  border-radius: 50%;
  z-index: 1;
  background-size: cover;
}
.section-mapa-2 .card-locations .ico-loc-1{
  background-image: url('https://vimifos.com/assets2/imgs/brands/ico-whatsapp.png');
  right: 50px;
}
.section-mapa-2 .card-locations .ico-loc-2{
  background-image: url('https://vimifos.com/assets2/imgs/brands/ico-telefono.png');
  right: 7px;
}
.section-mapa-2 .card-locations .ico-loc-3{
  background-image: url('https://vimifos.com/assets2/imgs/brands/ico-location.png');
  right: 7px;
  top: 53px;
  border-radius: 0;
  width: 36px;
  height: 36px;
}
.section-mapa-2 .card-locations .p-relative{
  padding-right: 97px;
}
.section-mapa-2 .form-group{
  display: inline-block;
  max-width: 220px;
  width: 100%;
  margin: 0 5px;
  position: relative;
}
.section-mapa-2 .form-group input[type="text"],
.section-mapa-2 .form-group select{
  background-color: #f5f7f7;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  padding: 10px 15px;
}
.section-mapa-2 .form-group-input{
  max-width: 300px;
}
.section-mapa-2 .form-group-input input{
  padding-right: 48px;
}
.section-mapa-2 .form-group-input .btn{
  position: absolute;
  top: 5px;
  right: 6px;
  background-image: url('https://vimifos.com/assets2/imgs/brands/ico-search.png');
  width: 34px;
  height: 34px;
  padding: 0;
  background-size: cover;
  border-radius: 50%;
}
.section-mapa-2 .form-group .d-block-select select {
  background-image: none;
  padding-right: 27px;
}
.section-mapa-2 .form-group  .d-block-select::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #013096;
}
.section-mapa-2 .text-coincidencia {
  text-align: center;
  font-size: 24px;
  margin: 10px auto 20px auto;
}
.section-mapa-2 .fila-top .title-form{
  font-family: var(--font-Exo2-Black);
  font-size: 19px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 15px 0 0;
  text-align: right;
  color: #013096;
  border-right: 2px solid #013096;
  padding-right: 20px;
}
.section-mapa-2 .fila-top .caja-centro{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1580px){
  .section-mapa-2 .columna-1 {
    width: 500px;
  }
  .section-mapa-2 .columna-2 {
    width: calc(100% - 500px);
  }
}
@media (max-width: 1200px){
  .section-mapa-2 .columna-1 {
    width: 450px;
  }
  .section-mapa-2 .columna-2 {
    width: calc(100% - 450px);
  }
}
@media (max-width: 991px){
  .section-mapa-2 .columna-1,
  .section-mapa-2 .columna-2{
    width: 100%;
  }
  .section-mapa-2 .columna-1{
    order: 1;
    margin: 25px 0 0 0;
  }
  .section-mapa-2 .container-locations,
  .section-mapa-2 #map{
    height: 375px !important;
  }
  .section-mapa-2 #map{
    margin: 0 -20px;
    border-radius: 0;
  }
  .section-mapa-2 .card-locations{
    width: 49.3%;
  }
}
@media (max-width: 900px){
  .section-mapa-2 .fila-top .title-form{
    flex: 1 1 100%;
    text-align: center;
    margin: 0 0 15px 0;
    border: 0;
    padding: 0;
  }
  .section-mapa-2 .form-group-input{
    flex: 1 1 25%;
  }
}
@media (max-width: 767px){
  .section-mapa-2 .card-locations{
    width: 100%;
  }
}
@media (max-width: 640px){
  .section-mapa-2 .form-group-input{
    flex: 1 1 100%;
  }
  .section-mapa-2 .fila-top .caja-centro{
    display: block;
  }
  .section-mapa-2 .form-group{
    max-width: 100% !important;
    margin: 0;
    margin-bottom: 8px;
  }
  .section-mapa-2 .fila-top {
    padding: 15px 0 5px 0;
  }
  .section-mapa-2 .columna-1 {
    padding: 0;
  }
  .section-mapa-2 .card-locations .navy-text {
    font-size: 16px;
  }
  .section-mapa-2 .card-locations p,
  .section-mapa-2 .card-locations .text-card-location {
    font-size: 14px;
  }
  .section-mapa-2 .card-locations .ico-loc-1,
  .section-mapa-2 .card-locations .ico-loc-2{
    width: 30px;
    height: 30px;
  }
  .section-mapa-2 .card-locations .ico-loc-2 {
    top: 45px;
    width: 28px;
    height: 28px;
  }
  .section-mapa-2 .card-locations .ico-loc-3 {
    width: 33px;
    height: 33px;
    top: 80px;
  }
  .section-mapa-2 .card-locations .ico-loc-1 {
    right: 7px;
  }
  .section-mapa-2 .card-locations .p-relative {
    padding-right: 51px;
  }
  .section-mapa-2 .card-locations{
    min-height: 166px;
  }
  .section-titulo{
    padding: 0.65rem 0;
  }
  .section-titulo .h1-titulo{
    font-size: 2rem !important;
  }
}
@media (max-width: 499px){
  .section-mapa-2 .container-locations,
  .section-mapa-2 #map{
    height: 470px !important;
  }
}
.d-none{
  display: none;
}
.toggle-group {
  display: inline-flex;
  border: 2px solid var(--color-azul);
  border-radius: 7px;
  overflow: hidden;
}
.toggle-group input[type="radio"] {
  display: none;
}
.toggle-group label {
  padding: 5px 11px;
  cursor: pointer;
  background-color: white;
  color: var(--color-azul);
  font-weight: bold;
  transition: all 0.2s ease;
  font-size: 14px;
}
.toggle-group input[type="radio"]:checked + label {
  background-color: var(--color-azul);
  color: white;
}
.range-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: sans-serif;
  margin-left: 10px;
}
.range-label {
  font-weight: bold;
  color: var(--color-azul);
}
.range-wrapper input[type="range"] {
  -webkit-appearance: none;
  width: 150px;
  height: 6px;
  background: #e3e3e3;
  border-radius: 4px;
  outline: none;
}
.range-wrapper input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: var(--color-azul);
  border-radius: 50%;
  cursor: pointer;
}
.range-wrapper input[type="range"]::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: var(--color-azul);
  border-radius: 50%;
  cursor: pointer;
}
.range-wrapper output{
  min-width: 30px;
  text-align: center;
  font-weight: bold;
  color: var(--color-azul);
  border: 1px solid #ccc;
  padding: 5px 0 4px 0;
  background: white;
  line-height: 1;
}
.form-group-input.oculto{
  display: none !important;
}
#section-mapa-0.modo-ip #form-group-location,
#section-mapa-0.modo-ip #form-group-ubicacion{
  display: none;
}
#section-mapa-0.modo-ip .fila-2-form{
  display: block !important;
  margin-top: 20px;
}
.section-mapa-2 .fila-2-form .btn{
  background-image: url(https://vimifos.com/assets2/imgs/brands/ico-search.png);
  width: 34px;
  height: 34px;
  padding: 0;
  background-size: cover;
  border-radius: 50%;
  margin-left: 10px;
}
.section-mapa-2 #form-group-filtro-por{
  margin: 5px 0 0 5px;
}
.section-mapa-2 #form-group-ip{
  margin: 0 2px 0 0;
}
@media (max-width: 767px){
  #section-mapa-0.modo-ip .fila-2-form {
    max-width: 400px;
    margin: 15px auto 0 auto;
  }
  #section-mapa-0 .mostrar-mi-ip{
    margin-top: 15px;
  }
  .section-mapa-2 .fila-top .caja-centro,
  .section-mapa-2 .fila-top .title-form{
    display: block;
  }
  .section-mapa-2 #form-group-filtro-por {
    margin: 15px auto 0 auto;
    display: table;
  }
  .section-mapa-2 #mostrar-mi-ip{
    margin-top: 15px;
  }
  #section-mapa-0.modo-ip .form-group {
    max-width: 355px !important;
    margin-bottom: 8px;
  }
  .toggle-group label{
    min-width: 125px;
  }
  #section-mapa-0.modo-ip #mostrar-mi-ip,
  #section-mapa-0.modo-ip #mostrar-ip-custom{
    margin-bottom: 15px;
    margin-top: 15px;
  }
  #section-mapa-0.modo-ip #form-group-filtro-por {
    margin: 11px auto 0 auto;
  }
}
@media (max-width: 340px){
  .range-wrapper input[type="range"] {
    width: 130px;
  }
}
.btn-effect{
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.btn-effect::before{
  content:'';
  display: block;
  position: absolute;
  left: -101%;
  top:0;
  background: var(--color-azul);
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.btn-effect:hover::before{
  left:0;
}
.btn-effect:hover{
  border-color:var(--color-azul);
  transition-delay: 0.2s;
}
.btn-effect.btn-especies{
  position: absolute !important;
}
