:root {
  --button: bold 14px/22px var(--fontBase);
  --gradient: radial-gradient(41.48% 11.48% at 2.38% 8.52%, #4e5be9 0%, rgba(12, 109, 219, 0) 100%), linear-gradient(135deg, #16e5ec 0%, #4545cc 100%);
  --azul: #00a4e1;
  --fondo: #c7e0e7;
  --gris: #ced5ce;
  --white: rgb(255, 255, 255);
}
  @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600');


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  /*---------------------------------------
      HOME              
  -----------------------------------------*/
  .slider .container {
    margin: 0;
    width: 100%;
  }

   .slider .owl-dots {
      position: absolute;
      top: 250px;
      width: 100%;
      justify-content: center;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: transparent;
  } 

  .slider .item {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height:600px;
  }

  .slider .item-first {    
    background-image: url(../img/pexels-photo-88674334.jpeg);
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;    
  }

  .video-container {
    position: absolute;
    width: 50%;
    height: 100%;
    
}

.video-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Ajusta el ancho según sea necesario */
    height: 100%;
    background: linear-gradient(to right, #004e8d, rgba(0, 0, 0, 0));
    pointer-events: none; /* Permite la interacción con el video */
    object-fit: cover;
}

.content-text{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;  
  width: 100%;
  height: 100%;
}
  .slider-summary-2-index {        
    position: relative;
    text-align: center;  
    font-size: 24px;
    font-weight: 500;
    width: 50%;
    height: 50%;    
    z-index: 3;
    /* margin-left: 8px; */
  }
  .slider-summary-2-index .logo__teso {
    margin: 0 auto;
    width: 40%;    
  }

  .slider-summary-2-index .slider-summaryText-index {
    color: var(--white);  
    font-size: 40px;
              
  }
  
  .slider .item-second {
    background-image: url(../img/banner2.jpg);
  }

  .slider .item-third {
    background-image: url(../img/banner3.jpg);
  }

  .slider .item-thir {
    background-image: url(../img/pexels-4349823.jpeg);
  }
  
.slider-text-banner-two {
  color: rgb(255, 255, 255);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
}
  .slider-temperature {
    color: var(--gris);
    font-weight: 200;
    font-size: 7em;
  }
  .slider-summary {  
    /* color: var(--white); */
    font-weight: 300;
    /* width: 500px; */
    margin-top: -16px;
    padding-bottom: 16px;
    margin-left: 8px;
  }
  
  .slider-summary p {
    font-size: 42px;
    text-align: center;
    color: var(--white);
  }
  


  #slider-right-one {
    color: white;
  }

  .slider-summary-2 #text-slider-right {
    font-size: 18px;
    padding-top: 16px;
  }
  .slider-summaryText {
    font-size: 42px;
    margin: 0;
    /* margin-left: 56px; */
  }
  

.precipitation-slider {
  width: 50%;
  color: white;
  text-align: left;
  font-size: 1.6em;
  font-weight: 300; 
  margin-top: 16px;
  margin-left: 25px;
}
  
.precipitation-slider-2 {
  width: 50%;
  color: white;
  text-align: left;
  font-size: 1.6em;
  font-weight: 300; 
  margin-top: 16px;
  margin-left: 25px;
}

@media screen and (max-width: 1200px){
  .slider .item-first {    
    background-image:linear-gradient(rgba(34, 34, 34, 0.8),rgba(41, 41, 41, 0.8)), url(../img/1633909507614.png);
  }

  .slider .item-thir {
    background-image:linear-gradient(rgba(3, 9, 75, 0.568),rgba(5, 4, 66, 0.596)), url(../img/pexels-4349823.jpeg);
  }
  

  .slider-summary-2 {      
    width: 100%;
  }

  .slider-summary-2 #text-slider-right {
    font-size: 18px;
    padding-top: 0px;
    margin: 0 auto;
    text-align: center;
  }

  .precipitation-slider {
    width: 100%;
    text-align: center;
  }
  .precipitation-slider-2 {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }    
  .slider-summaryText {
    font-size: 29px;
    margin: 0;
    text-align: center;
  }  
}