/*Estilos de letra*/
@import url('https://fonts.googleapis.com/css2?family=Jockey+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amaranth&display=swap');
/*------Estilos Body-------*/
body{
  margin: 0;
  padding: 0;}
hr{
  margin-top:  5vh;
  width: 80%;
  border-color: rgb(84, 190, 204);
  margin-bottom: 5vh;
  margin-left:  auto;
    margin-right: auto;}
html{
  font-size: 16px;
}
/*---------------*/
/*Video Principal*/
.container{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;}
.container p{
  color:#521b60;
  font-size: 1.5rem;
  line-height: 50px;
  margin: 0px;
  text-align: center;
  font-weight: bold;}
  .contenido h4{
  color:#ff48f9;
  font-size: 1rem;
  text-align: center;
  margin: 0px;
  line-height: 0px;
  font-weight: bold;}
.video-container{
  position: absolute;
  left: 0;
  z-index: -3;
  width: 100%;
  height:35vh;
  overflow: hidden;}
.video-container video{
  position: relative;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 35vh;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);}
.contenido{
  
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;}
/*------------*/

/*Mision-Vision-Objetivos*/
.contenedor-principal{
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;}
.contenedor-valores{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 10px;}
.valores{
  width: 100%;
  border-radius: 15px;
  padding: 5px;
  font-size: 1rem;
  background-color: #b493bf;
  color: #521b60;
  font-family: 'Amaranth', sans-serif;}
.valores h2{
  font-size: 1rem;
  color: white;
  font-family: 'Amaranth', sans-serif;}
.valores p{
  font-size: 1rem;
  color: #521b60;
  font-family: 'Amaranth', sans-serif;}
.contenedor-video{  
  width: 100%;}
.contenedor-video video{ 
  width: 100%;}
/**---------------------------*/
.quienes-somos{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;}
.titulo2{
  margin-top: 4vh;
  text-align: center;
  font-family: 'Amaranth', sans-serif;
  font-size: 2rem;
  color: #521b60;}
.text2{
  color: #7c7c7c;
  text-align: center;
  font-family: 'Amaranth', sans-serif;
  font-size: 1.7rem;
  text-align: justify;
  width: 75%;}
.img-logo{
  width: 200px;
  height: 200px;}
.img3{
  margin-top: 2vh;
  height: 100vh;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: contain;
     object-fit: contain;}
.boton-wasap{
  position: fixed;
  width: 55px;
  height: 55px;
  line-height: 55px;
  bottom: 30px;
  right: 30px;
  text-align: center;
  z-index: 100; }
/*-------------------------------------------------------------------------------------*/
/*-------------------------------------Servicios-----------------------------------*/
/*-------------------------------------------------------------------------------------*/
.contentt-service{
  border-radius: 15px;
  margin-top: 4vh;
  left: 500px;
  background-color: white;
  width: 60%;
  padding: 50px 10px;
  margin-left: auto;
  margin-right: auto;
}
  .contentt-service h2{
    font-size: x-large;
    text-align: center;}
  .contentt-service button{
  margin-top: 5vh;
  background-color: #4e3172;
  color: #ffffff;
  padding: 10px 30px;
  font-size: 20px;
  border-radius: 10px;
  border: 1px solid #4e3172;
  letter-spacing: 2px;
  font-family: 'Amaranth', sans-serif;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;}
  .contentt-service button:hover{
  background-color: #a945c7;
  color: #ffffff;
  -webkit-box-shadow: 0 0 10px #4e3172, 0 0 40px #4e3172,
  0 0 80px #4e3172;
          box-shadow: 0 0 10px #4e3172, 0 0 40px #4e3172,
  0 0 80px #4e3172;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;}


.contenedor-servicios{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;}
  .contenedor-servicios button{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
.contenedor-de-imagenes{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}
/*--------------------------------------------------------------*/
/*--------------------------Modal Servicios------------------------*/
/*--------------------------------------------------------------*/
.contenido_a,.contenido_b,.contenido_c{
  background-color: #4e3172;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  padding: 2px 10px;
  border: 1px solid #4e3172;
  font-family: 'Amaranth', sans-serif;
  letter-spacing: 2px;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  }
  .contenido_a:hover.contenido_b:hover,.contenido_c:hover{
    background-color: #a945c7;
    color: #ffffff;
    -webkit-box-shadow: 0 0 10px #4e3172, 0 0 40px #4e3172,
    0 0 80px #4e3172;
            box-shadow: 0 0 10px #4e3172, 0 0 40px #4e3172,
    0 0 80px #4e3172;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
  }


@media screen and (max-width: 300px) {
  .contenido h4{
 
    line-height: 40px;
    }

}



@media screen and (min-width: 980px) {

/*/////////////////////////////////////*/
  .video-container{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .video-container video{
    position: relative;
    top: 50%;
    left: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  }  
  .contenido{
  width: 100%;
   
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; 
  }
  .contenedor-img3{
    width: 55%;
    height: 40vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #f7baf92f;
  }
  .container{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 100vh;
    opacity: 200%;;
    -webkit-box-pack: end;;
        -ms-flex-pack: end;;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; 
  }
  .texto3{
    color: white;
    font-size: 2rem;
  }

  .container p{
    font-size: 5rem;
    line-height: 150px;
    border-radius: 15px;
  }
  .container h4{
    font-size: 3rem;
    border-radius: 15px;
    margin: 0px;
  }
  .text2{
    color: #7c7c7c;
    text-align: center;
    font-family: 'Amaranth', sans-serif;
    font-size: 1.7rem;
    text-align: justify;
    width: 50%;
  }

  .img-logo{
    width: 300px;
    height: 300px;
  }



  /*Mision-Vision-Objetivos*/
  .contenedor-principal{
    width: 90%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .contenedor-valores{
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .valores{
    width: 50%;
    border-radius: 15px;
    padding: 5px;
    font-size: 1rem;
    
  }
  .contenedor-video{  
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;   
  }
  .contenedor-video video{ 
    width: 600px;
    height: 500px;
  }
  /**---------------------------*/
  .servicios{
    text-align: center;
  }
   /*Mision-Vision-Objetivos*/
   .contenedor-servicios-fila{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .servicio{
    width: 25%;
    height: 12vh;
    background-color: #b493bf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 90px;
    margin: 10px;
  
  }
  /*------------------------------*/
}
