body{
  position: relative;
}
.textarea{
  width: 60%;
  height: 25px;
  max-width: 60%;
  min-width: 60%;
  max-height: 25px;
  min-height: 100px;
}
/*Whatsapp Modal*/
.whatsapp-container{
  position: fixed;
  width: 100%;
}
.whatsapp-container .child{
  position: fixed;
  width: 100%;
  bottom: 0;
  margin-left: 10px;
  margin-bottom: 5px;
}
@media(max-width: 450px){
 .whatsapp-container{
   margin: -3.5%;
 }
}
.whatsapp{
  z-index: 0;
  position: absolute;
  bottom: 0;
  padding: 5px;
  left: 10px;
    
}
.chat-whatsapp{
  position: relative;
  height: 100%;
  max-width: 400px;
}
.close-container{
  position:absolute;
  top:15px;
  right:20px;
  z-index: 1;
}
.whatsapp-chat{
  z-index: 0;
  position: relative;
  bottom: 0;
  max-width: 100%;
  border-radius: 25px 25px 25px 25px;
}
.close{
  
  position: absolute;
  
}

.whatsapp-img{
  width: 100%;
    max-width: 45px;
    max-height: 45px;
    height: 100%;
}

.ventana{
  background: #04b4ae;
  width: 30%;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
  text-align: center;
  padding: 3%;
  min-height: 15%;
  border-radius: 22px;
  position: absolute;
  left: 35%;
  display: none;
  
}
.vertical{
  writing-mode: vertical-lr;
    transform: rotate(180deg);
}
#cerrar{
  position: absolute;
  right: 6px;
  top: 3px;
}
#table-style {
  padding: 5px;
  background-color: white;
}

#table-body{
  max-width:985px; margin: auto; -webkit-box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.75);
}

.tabla-formulario{
  width: 100%;
}

.contenedor-principal{
  padding-top: 30px;
  padding-bottom: 25px;
  background-color: #ddd;
}

.contenedor-imgtxt{
  padding: 50px;
}

.facturacion-estaciones{
  margin-top: 20px;
}

.contenedor-flotillas{
  background-color: white;
  width: 100%;
  height: 410px;
}


.contenedor-contacto{
  background-color: #ddd;
  padding-top: 20px;
  width: 100%;
}
.table-block{
  width: 60%;
  display: flex;
  float: left;
}
.info-flotillas{
  width: 40%; 
  float: right;
  text-align: center;
}

.responsive-flotilla{
max-width: 600px;
max-height: 300px;
border: 15px white solid;
}



.contenedor {
  width: 100%;
  max-width: 1000px;
  margin:0 auto;
  overflow: hidden;
}

#contenedor{
  width:1000px;
  }  
.slider-wraper {
  width: 100vw;
  height: 100vh;
}
small {
  font-size: .7em;
  font-family: Arial;
}

.animation {
  animation-duration: 3s;
}

.slider--item {
  width: auto;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
}

.slick-slide {
  position: relative;
  outline: none;
  z-index: 1;
}
.slick-slide.slick-current {
  z-index: 2;
}

.slick-arrow {
  position: absolute;
  width: 150px;
  top: 0;
  height: 100%;
  border: none;
  outline: none;
  background-color: rgba(255, 255, 255, 0);
  text-indent: -9999px;
  z-index: 999;
  cursor: pointer;
}
.slick-arrow:before {
  content: "";
  position: absolute;
  display: block;
  width: 42px;
  height: 42px;
  top: 50%;
  margin-top: -21px;
  -webkit-transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
  -khtml-transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
  -moz-transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
  -ms-transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
  -o-transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
  transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
  
}
.slick-arrow:after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 160px;
  top: 50%;
  background-color: white;
  -webkit-transition: all, 0.4s 0.1s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
  -khtml-transition: all, 0.4s 0.1s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
  -moz-transition: all, 0.4s 0.1s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
  -ms-transition: all, 0.4s 0.1s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
  -o-transition: all, 0.4s 0.1s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
  transition: all, 0.4s 0.1s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
  opacity: 0;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev:before {
  border-top: 2px solid white;
  border-left: 2px solid white;
  left: 50px;
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slick-arrow.slick-prev:after {
  left: 300px;
}
.slick-arrow.slick-prev:hover:before {
  left: 120px;
}
.slick-arrow.slick-prev:hover:after {
  left: 113px;
  opacity: 1;
  width: 80px;
}


.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next:before {
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  right: 50px;
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slick-arrow.slick-next:after {
  right: 300px;
}
.slick-arrow.slick-next:hover:before {
  right: 120px;
}
.slick-arrow.slick-next:hover:after {
  right: 113px;
  opacity: 1;
  width: 80px;
}

.slick-dots {
  padding: 0;
  margin: 0;
  width: 100%;
  position: absolute;
  bottom: 15px;
  text-align: center;
}



.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}
.slick-dots li.slick-active button {
  background-color: white;
  height: 14px;
  width: 14px;
}
.slick-dots li.slick-active button:hover {
  background-color: white;
}
.slick-dots li button {
  outline: none;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid white;
  background-color: rgba(255, 255, 255, 0);
  text-indent: -9999px;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all, 0.2s, ease-in 1s ease-in-out;
  -khtml-transition: all, 0.2s, ease-in 1s ease-in-out;
  -moz-transition: all, 0.2s, ease-in 1s ease-in-out;
  -ms-transition: all, 0.2s, ease-in 1s ease-in-out;
  -o-transition: all, 0.2s, ease-in 1s ease-in-out;
  transition: all, 0.2s, ease-in 1s ease-in-out;
}
.slick-dots li button:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

#enviarFormulario {
  font-family: Arial;
  font-weight: bold;
  cursor: pointer;
  margin: 0 10px 20px 0;
  border: 3px solid #04b4ae;
  background: #04b4ae;
  color: white;
  border-radius: 8px 8px 8px 8px;
}

#enviarFormulario:hover {
  background: white;
   color: #04b4ae;
   font-family: Arial;
 
}

#boton-flotilla {
  font-family: Arial;
  font-weight: bold;
  cursor: pointer;
  margin: 0 10px 20px 0;
  border: 3px solid #04b4ae;
  background: #04b4ae; 
  color: white;
  border-radius: 8px 8px 8px 8px;
  font-size: medium;
}
#whatsapp-id{
  border: #01e675;
  background: #01e675;
  border-radius: 25px 25px 25px 25px;
  position: fixed;
}
#whatsapp-id-send{
  border: #2e8c7d;
  background: #2e8c7d;
  border-radius: 25px 25px 25px 25px;
 
}


.button-design{
  padding: 12px;
}

#boton-flotilla:hover {
  background: white;
   color: #04b4ae;
   font-family: Arial;
}

#boton-mensaje {
  font-family: Arial;
  font-weight: bold;
  cursor: pointer;
  margin: 0 10px 20px 0;
  border: 3px solid white;
  background: white;
  color: #04b4ae;
  border-radius: 8px 8px 8px 8px;
  font-size: medium;
}

#boton-mensaje:hover {
  background: white;
   color: #04b4ae;
   font-family: Arial;
}

.table-container
{
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1em;
}
.table-container::-webkit-scrollbar
{
-webkit-appearance: none;
width: 14px;
height: 14px;
}


.table-container::-webkit-scrollbar-thumb
{
border-radius: 8px;
border: 3px solid #fff;
background-color: #04b4ae;
}


.responsive-logo {
width: 100%;
max-width: 300px;
max-height: 150px;
height: 100%;
}
 

.formato-tamaño {
  font-size: 1.3rem;
}
.responsive-red {
  width: 100%;
  max-width: 50px;
  max-height: 50px;
  height: 100%;
  border: 3px white solid;
  }

  .letra-flotilla{
    font-size: 10pt;
    padding: 5px;
    margin-top: 20px;
    margin-bottom: 30px;
    }
.letralogo {
font-size: 1.2rem;
margin: 10px;
}
.letra-slider {
  font-size: 14pt;
  padding: 20px;
  margin: 20px;
  }
  .letrakybel {
    font-size: 10pt;
    padding: 5px;
    }
  .letravinculo {
    font-size: 1.7rem;
    text-align: center;
  }
.letramapa
{
  font-size: 1.5rem;
  padding: 0;
}

/* letras de direccion */
  @media screen and (max-width: 700px){
    body{
    font-size:.5rem;
    margin: 5px;
    }
    .letralogo{
      font-size: .5rem;
      margin: 5px;
      font-size: x-small;
    }
    }
    @media screen and (max-width: 400px){
      body{
        font-size:.5rem;
        margin: 5px;
        }
        .letralogo{
          font-size: .5rem;
          margin: 5px;
          font-size: x-small;
        }
        }
       
        /* letras de slide */
      @media screen and (max-width: 700px){
        body{
          font-size:.8rem;
          }
        .letra-slider{
          font-size: .8rem;
        }
        }
        @media screen and (max-width: 400px){
         body{
          font-size:.8rem;
          }
        .letra-slider{
          font-size: .8rem;
        }
        }
        @media screen and (max-width: 940px){
          body{
            font-size:.8rem;
            }
          .info-flotillas{
            width: 100%;
            font-size: .8rem;
          }
          }
        @media screen and (max-width: 700px){
          body{
            font-size:.8rem;
            }
          .info-flotillas{
            width: 100%;
            font-size: .8rem;
          }
          }
          @media screen and (max-width: 400px){
           body{
            font-size:.8rem;
            }
            .info-flotillas{
            font-size: .8rem;
            width: 100%;
          }
          }

    /* letras de flotilla */
  @media screen and (max-width: 700px){
    .info-flotilla{
    width: 40%; 
    float: right;
    text-align: center;
    }
    }
    @media screen and (max-width: 400px){
      .info-flotilla{
        width: 40%; 
        float: right;
        text-align: center;
        }
        }
    
        /* letras de kybel */
  @media screen and (max-width: 700px){
    body{
      font-size:.5rem;
      }
    .letrakybel{
      font-size: .5rem;
    }
    }
    @media screen and (max-width: 400px){
     body{
      font-size:.5rem;
      }
    .letraslider{
      font-size: .5rem;
    }
    }

      /* letras de vinculo*/
  @media screen and (max-width: 700px){
    body{
      font-size:.9rem;
      text-align: center;
      }
    .letravinculo{
      font-size: .9rem;
      text-align: center;
    }
    }
    @media screen and (max-width: 400px){
     body{
      text-align: center;
      font-size:.9rem;
      }
      .letravinculo{
      font-size: .9rem;
      text-align: center;
    }
    }
      /* letras de mapa*/
  @media screen and (max-width: 700px){
    body{
      font-size:.8rem;
      }
    .letramapa{
      font-size: .8rem;
    }
    }
    @media screen and (max-width: 400px){
     body{
      font-size:.8rem;
      }
      .letramapa{
      font-size: .8rem;
    }
    }
     /* formato*/
  @media screen and (max-width: 700px){
    body{
      font-size:.9rem;
      }
    .formato-tamaño{
      font-size: .9rem;
    }
    }
    @media screen and (max-width: 400px){
     body{
      font-size:.9rem;
      }
      .leformato-tamaño{
      font-size: .9rem;
    }
    }
  /* Logo */
    @media screen and (max-width: 700px){
       .responsive-logo {
    max-width: 100px; 
    max-height: 50px; 
      }
      }
      @media screen and (max-width: 400px){
        .responsive-logo {
          max-width: 100px; 
          max-height: 50px; 
            }
            }
            @media screen and (max-width: 700px){
              .responsive-control {
                max-width: 60px; 
                 max-height: 25px; 
             }
             }
             @media screen and (max-width: 400px){
               .responsive-control {
                 max-width: 60px; 
                 max-height: 25px; 
                   }
                   }

              /* Redes*/
    @media screen and (max-width: 700px){
      .responsive-red {
   max-width: 22px; 
   max-height: 22px; 
     }
     }
     @media screen and (max-width: 400px){
       .responsive-red {
        max-width: 22px; 
        max-height: 22px;
           }
           }
           @media screen and (max-width: 700px){
            .whatsapp-img {
         max-width: 30px; 
         max-height: 30px; 
           }
           }
           @media screen and (max-width: 400px){
             .whatsapp-img {
              max-width: 30px; 
              max-height: 30px;
                 }
                 }
               
                
                 @media screen and (max-width: 700px){
                  .whatsapp-chat {
                    /*width: 70%; 
                    height: 30%;*/ 
                 }
                 }
                 @media screen and (max-width: 400px){
                   .whatsapp-chat {
                      /*width: 98%; 
                      height: 30%;*/
                    }
                  }

           @media screen and (max-width:940px){
            .responsive-flotilla {
              margin-left: 25%;
             
            }
          }
          @media screen and (max-width:900px){
          
            .responsive-flotilla {
              margin-left: 23%;
             
            }
          }
          @media screen and (max-width:850px){
          
            .responsive-flotilla {
              margin-left: 20%;
             
            }
          }
          @media screen and (max-width:800px){
          
            .responsive-flotilla {
              margin-left: 13%;
             
            }
          }
          @media screen and (max-width:750px){
          
            .responsive-flotilla {
              margin-left: 13%;
             
            }
          }
          @media screen and (max-width:700px){
          
            .responsive-flotilla {
              width: 168%;
              height: 100%;
             margin-left: 0;
            }
          }
          
          
          @media screen and (max-width:400px){
          
            .responsive-flotilla {
              width: 168%;
              height: 100%;
              margin-left: 0;
              
            }
          }
          @media screen and (max-width:700px){

            .ventana {
              padding: 0%;
              min-height: auto;
            }
          }
          
          @media screen and (max-width:400px){
          
            .ventana {
              padding: 0%;
              min-height: auto;
            }
          }
          /* conetedor flotilla */
@media screen and (max-width:940px){

  .contenedor-flotillas {
    width: 100%;
    height: 615px;
  }
}

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

  .contenedor-flotillas {
    width: 100%;
    height: 585px;
  }
}

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

  .contenedor-flotillas {
    width: 100%;
    height: 565px;
  }
}
@media screen and (max-width: 700px){
  
  .slick-arrow:before{
    display: none !important;
  }
  .slick-arrow.slick-prev:after{
    display: none !important;
  }
  .slick-arrow:after{
    display: none !important;
  }
  .slick-arrow.slick-prev{
    display: none !important;
  }
  .slick-arrow.slick-prev:before{
    display: none !important;
  }
  .slick-arrow.slick-prev:hover:after{
    display: none !important;
  }
  .slick-arrow.slick-prev:hover:before{
    display: none !important;
  }
  .slick-arrow.slick-next{
    display: none !important;
  }
  }
  @media screen and (max-width: 400px){
    
    .slick-arrow:before{
      display: none !important;
    }
    .slick-arrow:before{
      display: none !important;
    }
    .slick-arrow.slick-prev:after{
      display: none !important;
    }
    .slick-arrow:after{
      display: none !important;
    }
    .slick-arrow.slick-prev{
      display: none !important;
    }
    .slick-arrow.slick-prev:before{
      display: none !important;
    }
    .slick-arrow.slick-prev:hover:after{
      display: none !important;
    }
    .slick-arrow.slick-prev:hover:before{
      display: none !important;
    }
    .slick-arrow.slick-next{
      display: none !important;
    }
    }
    @media screen and (max-width: 700px){
      .slick-dots {
        padding: 0;
        margin: 0;
        width: 100%;
        position: absolute;
        bottom: 5px;
        text-align: center;
     }
     }
     @media screen and (max-width: 400px){
      .slick-dots {
        padding: 0;
        margin: 0;
        width: 100%;
        position: absolute;
        bottom: 5px;
        text-align: center;
     }
     }
     /* letras de direccion */
@media screen and (max-width: 700px){
  
  .slick-dots li button{
  width: 4.5px;
  height: 12.5px;
  }
  }
  @media screen and (max-width: 400px){
    
      .slick-dots li button{
        width: 4.5px;
        height: 12.5px;
      }
      }
 
      @media screen and (max-width: 995px){
        .table-container{
          width: 100;
          overflow-y: auto;
          _overflow: auto;
          margin: 0 0 1em;
        }
        }
        
       
          