*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    scroll-behavior: smooth;
}

body{
    font-family: 'Open Sans', sans-serif;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
  }
  
  .navbar {
    color: #000;
    height: 100px;
    font-weight: bold;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    position: fixed;
    z-index: 99;
    text-align: center;
    top:0;
    width: 100%;
  }

  .navbar-brand {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
  }
  
  .navbar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    text-align: center;
  }
  
  .navbar-menu-red{
    list-style: none;
    float: right;
    display: flex;
    text-decoration: none;
    color: black;
    justify-content: space-between;
  }

  .navbar-menu-red li{
    margin: 0 20px;
    color: #000;
    text-decoration: none;
    transform: scale(1.5);
  }

  .navbar-menu-red li i{
    color: #000;
  }
  .navbar-menu li {
    margin-left: 90px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    color: #000;
    transform: scale(1.15);
  }

  .navbar-menu li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
  }
  
  .navbar-menu li a:hover {
    color: blue;
  }

  #logo{
    width: 80px;
    border-radius: 50%;
    height: auto;
    margin-right: 40%;
  }

  ul.dropdown{
    list-style-type: none;
    display: inline-block;
    display: none;
    position: absolute;
    top: 45px;
    right: -110px;
    z-index: 1;
    box-shadow:rgba(48, 127, 228, 0.5) 0 0 50px;
    background:#fff;
    /* background-color: rgb(48, 127, 228, 0.7); */
    border-radius: 25%;
    padding: 0px 100px 50px 0px;
  }

  ul.dropdown li a div{
    color: rgb(0, 0, 0, 0.85);
  }

  ul.dropdown li a div:hover{
    color: rgba(48, 127, 228, 0.5);
  }
  .navbar-menu li a:hover  + .dropdown{
    display: block;
  }

  ul.dropdown:hover{
    display:block;
  }

/*Menu de Quienes somos*/
.headerqs{
  width: 150%;
  background-color:rgb(48, 127, 228, 0.3);
}
.navbarqs{
  color: #000;
  height: 60px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  position: fixed;
  z-index: 99;
  text-align: center;
  top:0px;
  padding-left: 50%;
  transition: top 1s;
  width: 100%;
  background-color:rgb(48, 127, 228, 0.3);
}

.navbar-menuqs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  text-align: center;
  width: 100%;
}

.navbar-menuqs li {
  margin-left: 90px;
  padding-left: 15px;
  padding-right: 15px;
  width: fit-content;
  background-color: white;
  color: #000;
  border-radius: 30px;
  vertical-align: top;
  padding-top: 3px;
}

.navbar-menuqs li a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

.navbar-menuqs li a:hover {
  color: blue;
}
/* Imagen de fondo */

  
  
  
/*inicio */

.hero {
    position: relative;
    width: 100%;
    height: 100vh; /* Ajusta la altura según tus necesidades */
}

.hero video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* La imagen se ajustará al tamaño del contenedor */
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #000; /* Color del texto */
}

.hero-text img{
  border-radius: 50%;
  transform: scale(0.75);
  margin-top: 20%;
  transition: opacity 2s ease-in-out;
}

.transparente{
  opacity: 0.25;
}
div.hero div.hero-text h1 {
    font-size: 3rem; /* Tamaño del texto de encabezado */
    margin-bottom: 1rem;
    color: #000 !important; 
}

.hero-text p {
    font-size: 1.5rem; /* Tamaño del texto de descripción */
}

.background img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* texto principal */


/* logo */

/* Barra de menu */



/* Secciones */
.verse-section{
    position: relative;
    text-align: center;
}
.video-section {
    background-color: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 100%;
  }
  
  .video-section h2, .video-section h3{
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 60px;
    color: rgb(48, 127, 228);
    width: 95vw;
    padding: 0 auto;
    text-align: center;
  }
  
  .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 20px;
  }
  
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  @media (max-width: 767px) {
    .video-section h2 {
      font-size: 30px;
      margin-bottom: 40px;
    }
  }

  .verse-section {
    background-color: #f2f2f2;
    padding: 20px;
  }
  
  .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
  }
  
  .section-title {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  #dailyVersesWrapper {
    background-color: #fff;
    padding: 60px;
    font-style: oblique;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(145, 15, 15, 0.1);
    font-size: 20px;
    border-radius: 20px;
    
  }
  
/* Estilos para el diseño personalizado */
.contenedor {
    width: 90%;
    max-width: 1200px;
    overflow: hidden;
    margin: auto;
    padding: 60px 0;
  }
  
  .header {
    height: 100vh;
    background-image: linear-gradient(to top, rgba(251, 194, 235, 0.486) 0%, hsla(218, 68%, 79%, 0.514) 100%), url(img/woman.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  .head {
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #fff;
  }
  
  .hamburguer {
    position: fixed;
    top: 30px;
    right: 30px;
    background: #fff;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .5);
  }
  
  .menu-navegacion {
    position: fixed;
    top: 0;
    width: 30vw;
    height: 100%;
    background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    right: 0;
    transform: translateX(110%);
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 0 6px rgba(0, 0, 0, .5);
  }
  
  .spread {
    transform: translateX(0);
  }
  
  .menu-navegacion a {
    color: #fff;
    text-decoration: none;
  }
  
  .titulo {
    font-size: 60px;
    margin-bottom: 15px;
  }
  
  .copy {
    font-weight: 300;
    font-size: 25px;
  }
  


/* Services */

.subtitulo{
    color: rgb(48, 127, 228);
    font-size: 40px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
}

.contenedor-servicio{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.contenedor-servicio img{
    width: 40%;
}

.checklist-servicio{
    width: 45%;
}

.service{
    margin-bottom: 20px;
}

.n-service{
    margin-bottom: 7px;
    color: rgb(48, 127, 228);
}

.number{
    display: inline-block;
    /* 02 */
    background-image: linear-gradient(to top, #9c9a00 0%, #e5ff00 100%);
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    color: #fff;
    font-weight: 700;
}
  
.gallery{
    background: #f2f2f2;
}

.contenedor-galeria{
    display: flex;
    flex-direction: column; /* Cambiamos la dirección principal a columna */
    align-items: center;
    margin-top: 30px;
    text-align: center; 
}

.contenedor-galeria h4{
  margin-bottom: 15px;
}

.img-galeria{
    width: 70%;
    height: auto;
    margin-bottom: 15px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .6);
    border-radius: 10px;
    text-align: center;
}

.imagen-light{
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.534);
    transform: translate(100%);
    transition: transform .2s ease-in-out;
}

.agregar-imagen{
    width: 60%;
    transform: scale(0);
    border-radius: 10px;
    transition: transform .3s .2s;
}

.showImage{
    transform: scale(1);
}

.show{
    transform: translate(0);
}

.close{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    cursor: pointer;
}

.experts{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.cont-expert{
    width: 30%;
    text-align: center;
    margin-bottom: 20px;
}

.cont-expert img{
    display: block;
    margin: auto;
    width: 80%;
}

.n-expert{
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    font-weight: 400;
}

/* vivo facebook */
.vibrate-1 {
	-webkit-animation: vibrate-1 0.3s linear infinite both;
	        animation: vibrate-1 0.3s linear infinite both;
}

 @-webkit-keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}


/* footer */
footer{
    background: rgb(48, 127, 228);
    padding-bottom: 0.1px;
}

.footer-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 40px;
}


.contact-us{
    width: 60%;
    color: #fff;
}

.brand{
    font-weight: 500;
    font-size: 40px;
}

.brand+p{
    font-weight: 500;
}

.social-media{
    width: 40%;
    display: flex;
    justify-content: flex-end;
}

.social-media-icon{
    display: inline-block;
    margin-left: 20px;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}

.social-media-icon i{
    font-size: 30px;
    line-height: 60px;
}

.line{
    width: 90%;
    max-width: 1200px;
    margin: auto;
    height: 2px;
    background: #fff;
    margin-bottom: 60px;
}

.social-media-icon:hover{
    background: #fff;
    color: rgb(48, 127, 228);
}

.menuoculto{
  visibility: hidden;
  display: flex;
  list-style-type: none;
  gap: 1rem;
}

.menuoculto li a{
  text-decoration: none;
  color: black;
}


@media screen and (max-width: 800px){
  /* Menuoculto */
    .navoculto{
      opacity: 1;
      visibility: visible;
      position: relative;
      padding: 2rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1rem;
      color: #000;
    }

    .menuoculto{
      flex-direction: column;
      align-items: center;
      color: #000;
    }
    .menuoculto li a{

      width: max-content;
      border-radius: 10%;
      cursor: pointer;
      color: #000 !important;
    }

    .menuoculto hr{
      margin: 0 auto;
      height: 3px;
      background-color: #000;
      width: 70%;
    }

    /* Seccion quienes somos */
    .navbarqs{
      padding: 0 !important;
      margin: 0 !important;
    }
    .navbar-menuqs{
      position: relative !important;
      left: 0 !important;
      transition: none !important;
      transform: translateX(0%) !important;
      will-change: unset !important;
      padding: 0 !important;
      margin: 0 !important;
    }
    /* Fin de quienes somos */
    .menu-navegacion{
        width: 50vw;
    }

    .background{
      padding: 0;
      background-image: url('img/imagen principal.jpg'); 
      background-size: cover;
      background-size: contain; 
      height: 100vh;
    }

    .hero-text .scale-in-center{
      width: 90%;
      height: auto;
    }

    .hero-text h1{
      font-size: 20px
    }

    .navbar{
      display: none;
      padding: 0;
      margin: 0;
      align-items: center;
      background: transparent;
    }

    .navbar ul li{
      text-align: center;
      padding-left: 0;
      margin-left: 5px;
    }

    .menuoculto{
      visibility: visible;
      display: flex;
      justify-content: space-around;
      list-style: none;
      margin: 10px;
    }

    .menuoculto li a{
      color: white;
      text-decoration: none;
    }
    .titulo{
        font-size: 40px;
    }

    .contenedor-servicio img{
        width: 80%;
        margin-bottom: 40px;
    }
    
    .checklist-servicio{
        width: 80%;
    }

    .service{
        margin-bottom: 30px;
    }

    .img-galeria{
        width: 45%;
    }
    
    .agregarImagen{
        width: 80%;
    }

    
    .cont-expert{
        width: 80%;
    }
    
    .footer-content{
        justify-content: center;
    }

    .social-media{
        width: 80%;
        justify-content: space-evenly;
    }

    .social-media-icon{
        margin-left: 0;
    }

    .contact-us{
        text-align: center;
        width: 80%;
        margin-bottom: 40px;
    }
    
}


@media screen and (max-width: 500px){
    .menu-navegacion{
        width: 65vw;
    }

    .hamburguer{
        top: 20px;
        right: 20px;
    }

    .titulo{
        font-size: 30px;
    }

    .subtitulo{
        font-size: 30px;
    }

    .img-galeria{
        width: 95%;
    }
    
    .agregar-imagen{
        width: 90%;
    }

    .social-media{
        width: 100%;
        justify-content: space-evenly;
    }

    .social-media-icon{
        margin-left: 0;
    }

    .contact-us{
        text-align: center;
        width: 95%;
        margin-bottom: 40px;
    }
    
}

/*Stilos de Testimonios*/
main.mtest div.item{
  width: 95%;
  height: 100%;
  display:block;
  box-shadow: 0px 0px 15px rgba(48, 127, 228, 0.8);
  padding: 50px 50px 50px 50px;
  margin: 20px;
  position: relative;
  overflow: hidden;
  top: -90px;
}

main.mtest div.item i{
  font-size: 44px;
  color: #f1c40f;
  display: inline-block;
  text-align: center;
  margin-bottom: 15px;
}

main.mtest div.item p {
  font-size: 16px;
  font-style: italic;
}

main.mtest div.item h4 {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 600;
  position: relative;
}

main.mtest div.item span {
  margin-top: 5px;
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: rgb(48, 127, 228);
}

/*Fin de Testimonios*/

/* estilos de grupos */
.contBanner{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  display: inline-flex;
}
.color-banner {
  display: inline-flex;
  color: rgb(0, 0, 0); /* Color del texto */
  padding: 20px; /* Espacio interno alrededor del texto */
  border-radius: 10px; /* Bordes redondeados */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra para darle un efecto de cartel */
  text-align: center; /* Alineación del texto */
  font-size: 18px; /* Tamaño de la fuente */
  border: 1px solid rgb(247, 217, 48); /* Borde amarillo para detalles */
  box-sizing: border-box;
  text-align: center;
  margin-left: 80px;
  width: 40%;
}

#box1 {
  background-color: #FF6347; /* Tomate */
}

#box2 {
  background-color: #FFD700; /* Amarillo dorado */
}

#box3 {
  background-color: #40E0D0; /* Turquesa */
}

#box4 {
  background-color: #FF69B4; /* Rosa fuerte */
}

#box5 {
  background-color: #8A2BE2; /* Azul violeta */
}

#box6 {
  background-color: #3CB371; /* Verde medio */
}

div.color-banner:hover{
  background-color: rgba(240, 244, 245, 0.5);
  cursor: pointer;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.subtitulobanner{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; /* Fuente del texto */
    font-size: 25px; /* Tamaño de la fuente */
    font-weight: 800; /* Peso de la fuente */
    margin: 20px 0; /* Espacio superior e inferior */
    padding: 10px; /* Espacio interno */
    text-align: center; /* Centrar el texto */
}

section.contenedor div.item3{
  position: absolute;
  top: 700px;
  left: 50px;
}

section.contenedor div.item4{
  position: absolute;
  top: 990px;
  left: 620px;
}

section.contenedor div.item6{
  position: absolute;
  top: 1520px;
  left: 50px;
  width: 82%;
}

section.contenedor div.item5{
  position: absolute;
  top: 1150px;
  left: 50px;
}

/* Resposible Disign menu despleglable */

footer.oculto{
  display: none;
  color: white;
  list-style-type: none;
}

.toculto {
  text-align: center; /* Centra el texto horizontalmente dentro de cada elemento */
  font-size: 25px; /* Tamaño de fuente */
  display: flex; /* Usar flexbox */
  flex-direction: column; /* Organiza los ítems verticalmente */
  align-items: center; /* Alinea los ítems horizontalmente en el centro */
  padding: 0; /* Elimina el padding predeterminado */
  margin: 0; /* Elimina el margin predeterminado */
  list-style-type: none; /* Elimina las viñetas */
}

.toculto li {
  margin: 5px 0; /* Espaciado vertical entre ítems */
}

.toculto a {
  text-decoration: none; /* Elimina el subrayado en los enlaces */
  color: white; /* Color del texto de los enlaces */
}

.toculto div {
  line-height: 40px; /* Espaciado entre líneas dentro del div */
}

div.contenedor div.ocultar{
  display: block;
}

section.contenedor div.ocultar{
  display: block;
}

section.gallery h2.ocultar{
  display: block;
}
.ocultar{
  display: none;
}

section.gallery div.body div.container form div.form-group h2.oculto{
  display: none;
}

div.ocultar {
  height: 800px;
  position: relative;
}

@media (max-width: 600px) {
  div.ocultar {
    display: none;
    background-color: transparent;
    position: absolute;
  }
}
/* Resposible Disign footer */

@media (max-width: 600px) {
  .social-media-icon {
      font-size: 18px; /* Tamaño de los iconos reducido para pantallas pequeñas */
  }
  img.imgapp{
    max-width: 60%;
  }
  footer.oculto{
    display: flex;
    flex-direction: column;
    color: white;
  }
  .moculto{
    display: none;
  }
  .ocultar{
    display: none;
  }

  section.gallery div.body div.container form div.form-group h2.oculto{
    display: flex;
    flex-direction: column;
  }

  .boxcel{
    width: 80%;
    margin: 10px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .boxitem1{
    position: relative;
    display: flex;
  }
  section.contenedor div.item3{
    width: 80%;
    margin: 10px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
  }
  section.contenedor div.item4{
    width: 80%;
    margin: 10px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
  }
  section.contenedor div.item5{
    width: 80%;
    margin: 10px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
  }
  section.contenedor div.item6{
    width: 80%;
    margin: 10px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
  }
  .boxcont{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
  }
}

/* Media Query para pantallas más grandes */
@media (max-width: 600px) {
  .footer-content {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
  }

  .contact-us {
      margin-bottom: 0;
  }

  img.imgapp{
    max-width: 60%;
  }

  footer.oculto, #footerm,footer.oculto, #footerm, main.mtest .oculto{
    display: flex;
    flex-direction: column;
    color: white;
  }
  .moculto{
    display: none;
  }

  section.gallery div.body div.container form div.form-group h2.oculto{
    display: flex;
    flex-direction: column;
}

  .ocultar{
    display: none;
  }

  .boxcel{
    width: 80%;
    margin: 10px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .boxitem1{
    position: relative;
    display: flex;
  }
  section.contenedor div.item3{
    width: 80%;
    margin: 10px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
  }
  section.contenedor div.item4{
    width: 80%;
    margin: 10px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
  }
  section.contenedor div.item5{
    width: 80%;
    margin: 10px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
  }
  section.contenedor div.item6{
    width: 80%;
    margin: 10px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
  }
  .boxcont{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
  }
  body div.ocultar{
    display: none;
    background-color: transparent;
    position: absolute;
  }
}



