/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13/02/2019, 04:30:44 PM
    Author     : Mariana Kira Escobar
*/

.loading-lang{
    opacity: 0;
}
.loading-lang.show{
    opacity: 1;
}
body {
    position: relative;
    margin: 0;
  }
  .sect {
    width: 100%;
    min-height: 500px;
  }
  #sect1,
  #sect3 {
    background-color: #3333337d;
    color: #fff;
  }
  #sect2 {
    background-color: #dddddd7d;
    color: #333;
  }
  

  
  
  #videof {
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
  }
  #video1 {
  
    width:100%;
  

  }


    
  #mapa{
    width: 100%;
  }
  .stroke {
    width: 100%;
    text-align:center;
    color: rgb(255, 255, 255);
   /* background: #eee;*/
    font-family: impact;
    font-size: 30px;
    letter-spacing: 0;
    text-shadow: -3px -3px 3px #292929, 3px -3px 3px #000000, -3px 3px 3px #000000, 3px 3px 3px #000000;
    }
    .stroke1{
      margin: 20px;
      padding: 20px;
      text-align:center;
      color: #ff0000;
      font-family: impact;
      font-size: 46px;
      letter-spacing: 12px;
      text-shadow: -2px -2px 1px rgb(0, 0, 0), 2px 2px 1px rgb(0, 0, 0), -2px 2px 1px rgb(0, 0, 0), 2px -2px 1px rgb(0, 0, 0);
      }

      
    .strokeke {
      margin: 100px;
padding: 100px;
text-align:center;
color: #ffffff;
font-family: impact;
font-size: 25px;
letter-spacing: 4px;
text-shadow: -2px -2px 1px rgb(255, 0, 0), 2px 2px 1px rgb(255, 0, 0), -2px 2px 1px rgb(255, 0, 0), 2px -2px 1px rgb(255, 5, 5);
}

.contenedor{
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
   
}
 

.centrado{
    position: absolute;
    top: 40%;
  
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.redondo {
  /* cambia estos dos valores para definir el tamaño de tu círculo */
  height: 350px;
  width: 100px;
  /* los siguientes valores son independientes del tamaño del círculo */
  background-repeat: no-repeat;
  background-position: 10%;
  border-radius: 20%;
  background-size: 100% auto;
}


#ajuste{
  height: 100%;
}





#cerrar{
  position: absolute;
  right: 3px;
  top: 1px;

}
.modal-content {
  background: rgb(95, 0, 0);
  
  color: #fff;
}
.textt {
  font-family:verdana;
  font-size:20px;
  color:white;
  text-shadow: 1px  0px 0px black,
               0px  1px 0px black,
              -1px  0px 0px black,
               0px -1px 0px black;
}


  .li {
    text-align: center;
    color: white;
    font-family: impact;
    font-size: 26px;
    letter-spacing: 1px;
    text-shadow: -2px -2px 0px #000000, 2px -2px 0px #000000, -2px 2px 0px #000000, 2px 2px 0px #000000;
    }

    .redon {
      /* cambia estos dos valores para definir el tamaño de tu círculo */
      height: 100px;
      width: 100px;
      /* los siguientes valores son independientes del tamaño del círculo */
      background-repeat: no-repeat;
      background-position: 10%;
      border-radius: 50%;
      background-size: 100% auto;
    }




    .responsive{
   
        margin: 0;
    
    }
    /* Diseño para celulares */


.borde {
  font-family:verdana;
  background: rgb(0, 0, 0);

  color:rgb(0, 0, 0);
  text-shadow: 1px  0px 0px rgb(255, 255, 255),
               0px  1px 0px rgb(0, 0, 0),
              -1px  0px 0px rgb(0, 0, 0),
               0px -1px 0px rgb(0, 0, 0);
}
.bordee {
  font-family:verdana;
  background: rgb(124, 120, 120);

  color:rgb(255, 255, 255);
  text-shadow: 1px  0px 0px rgb(248, 248, 248),
               0px  1px 0px rgb(0, 0, 0),
              -1px  0px 0px rgb(0, 0, 0),
               0px -1px 0px rgb(255, 255, 255);
}


.lii {
  text-align: center;
  color: rgb(255, 192, 192);
  font-family: impact;
  font-size: 20px;
  letter-spacing: 1px;
  text-shadow: -2px -2px 0px #000000, 2px -2px 0px #000000, -2px 2px 0px #000000, 2px 2px 0px #000000;
  }

  .foto2 {
     padding: 10px; margin: 10px; border: 2px solid black; float: right; width: 250p
  }

  .centra{
    
      margin-top: 35%;
    
  }
    @media screen and (max-width: 480px) {
      .centra{
        margin-top: 120px;
      }
    }
  