@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;800&display=swap');

      * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        
      }

      body{
        font-family: 'Open Sans', sans-serif;
      }
      a {
        color: black;
        display: inline-block;
        padding-left: 1rem;
        padding-right: 1rem;
        text-decoration: none;
      }

      p {
        font-size: 18px;
      }

      /* estilos nuevos del header */
      .header{
        background-color: #67a6ff;
        background-image: url(../img/radio-1012471.jpg);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: left;
        position: relative;
        width: 100%;
        height: 90vh;
        
      }
      .sombreado{
        background-color: #180459cf;
        height: 100%;
        left: 0;
        opacity: .8;
        position: absolute;
        top: 0;
        width: 100%;
        
        
      }

      
      
      .header .contenedor-header{
        margin: auto;
        max-width: 1200px;
        min-width: 310px;
        top: 10px;
        position: relative;
        width: 90%;
        z-index: 1;
        
        
      }

      .header .contenedor-header .contenedor-header-menu{
        align-items: center; 
        display: flex;
        justify-content: space-between;
      }

      
      .header figure{
        
        width: 120px;
      }
      
      .header figure .header-img--logo{
        object-fit: cover;
        width: 100%;
      }
      
    /* prueba nav */
    .nav {
      align-items: center;
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      max-width: 1028px;
      min-width: 310px;
      width: 100%; 
      
    }
    
    .nav-link {
      color: white;
      text-decoration: none;
    }
    
    .logo {
      font-size: 30px;
      font-weight: bold;
      line-height: 80px;
      padding: 0 40px;
    }
    
    .nav-menu {
      display: flex;
      list-style: none;
    }
    
    .nav-menu-item {
      font-size: 18px;
      margin: 0 10px;
      /* line-height: 80px; */
      text-transform: uppercase;
      width: max-content;
    }

    
    
    .nav-menu-link {
      padding: 8px 12px;
      border-radius: 3px;
    }
    
    .nav-menu-link:hover,
    .nav-menu-link_active {
      background-color: #cae1f1;
      transition: 0.5s;
    
    }

  
    /* TOGGLE */
    .nav-toggle {
      
      
      background-color: #4A4192;
      border: none;
      border-radius: 5px;
      color: white;
      cursor: pointer;
      display: grid;
      font-size: 30px;
      display: none;
      height: 40px;
      place-content: center;
      width: 40px;
      right: 37px;
      position:fixed;
      z-index: 6;
      
      
      
    }
    
    
    /* prueba nav */

      .contenedor-header .texto{
        width: 90%;
        min-width: 310px;
        height: 500px;
        margin: auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
        
        
      }

      .contenedor-header .texto .contenedor-texto-titulo h1{
        color: azure;
        font-size:  3rem;
        font-weight: 700;
        text-align: center;
        
        
      }
      .home-title{
        color: white;
        position: relative;
        overflow: hidden;
        display: block;
        line-height: 1.2;
      }
    

      .boton-header{
        display: flex;
        justify-content: center;
        align-items: center;
        display: none;
      }
      
      .btn-header{
        border-radius: 5px;
        border: none;
        cursor: pointer;
        font-size: 22px;
        padding: 1rem;
        
      }

      .btn-header:hover{
        background-color: #4776b8;
        transition: all .3s ease;
        color: aliceblue;
      }


      /* contenedor imagen el faro */
      .contenedor-faro {
        text-align: center;
        padding-bottom: 3rem;
      }

      .contenedor-faro  h2 {
        font-size: 4rem;
        font-weight: bold;
        padding-bottom: 2.6rem;
      }

       .contenedor-faro .contenedor-faro__figure {
        width: 100%;
      }


      figure img {
        width: 100%;
        
      }



      /* contenedor imagen el faro */


      /* cuerpo main */
      main {
        width: 100%;
        height: auto;
      }

      main .contenedor {
        width: 90%;
        max-width: 1024px;
        margin: auto;
      }

      

      /* seccion donar */
      .seccion-donacion {
        text-align: center;
      }

      .seccion-donacion .seccion-donacion-titulo {
          font-size: 34px;
          font-weight: bold;
        
      }

    

      .seccion-donacion span {
        display: block;
        font-size: 50px;
        font-weight: 600;
        margin-bottom: 1rem;
      }

      .seccion-donacion .seccion-donacion__texto-somos{
        font-size: 24px;
        padding-top: .8rem;
      }

      .seccion-donacion .seccion-donacion-texto{
          padding-top: .5rem;
          padding-bottom: 1rem;
          font-size: 30px;
      }

      .seccion-donacion button {
        background-color: rgb(38, 208, 255);
        border: none;
        border-radius: 20px;
        box-shadow: 0px 24px 38px 3px rgba(0,0,0,0.14) , 0px 9px 46px 8px rgba(0,0,0,0.12) , 0px 11px 15px -7px rgba(0,0,0,0.2) ;
        color: aliceblue;
        cursor: pointer;
        display: inline-block;
        font-size: 25px;
        font-weight: 800;
        height: 100px;
        margin-bottom: 3rem;
        max-width: 500px;
        width: 80%;
      }

      .seccion-donacion button:hover{
        background-color: rgb(32, 175, 215);
        transition: all .4s ease;
      }

      

      .seccion-donacion-iconTarjetas i {
        font-size: 3rem;
        margin-bottom: 2rem;
        margin-right: 2rem;
        
      }
      .seccion-donacion-iconTarjetas i:nth-child(1) {
        color: #F7A518;
      }


      .seccion-donacion-iconTarjetas i:nth-child(2) {
        color: #292D72;
      }
      .seccion-donacion-iconTarjetas img {
        width: 70px;
        height: 72px;
        object-fit: cover;
        position: relative;
        top:-26px;
        
        padding-top: 1.4rem;
        border-radius: .4rem;
        object-fit: cover;
      
      }

      .estilos--yappy{
       
        margin-left: 2rem;
        object-fit: cover;
        
      }

      /* seccion apps */
      .seccion-apps {
        background-image: url(../img/cyber-3400789_1920.jpg);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        width: 100%;
        height: auto;
        padding-bottom: 3rem;
        position: relative;
        
      }

      .contenedor-apps{
        text-align: center;
        
      }

      /* svg en seccion apps */
      svg.img-svg {
        position: absolute;
        bottom: -1px;
        left: 0;
        z-index: 1;
      }
      svg.img-svg-apps {
        position: absolute;
        bottom: -1px;
        left: 0;
        z-index: 1;
      }

      /* svg en seccion apps */

      .contenedor-apps-article{
        padding-top: 2rem;
      }
      .contenedor-apps article h2 {
        color: azure;
        font-size: 40px;
        padding-top: 1rem;
      }

      .contenedor-apps article p {
        padding-top: .3rem;
        color: azure;
        font-size: 22px;
      }

      .contenedor-apps--img {
        width: 100%;
        text-align: center;
        padding-bottom: 3rem;
      }

      
      .contenedor-apps--img img {
        width: 80%;
        max-width: 600px;
        max-height: 80px;

      }

      .contenedor-apps__figure{
        padding-top: 2.6rem;
      }

    
      /* seccion estilos nosotros */
      .seccion-nosotros  h2 {
        text-align: center;
        font-size: 50px;
        padding: 2rem 0;
      }

      .seccion-nosotros .container {
        width: 90%;
        height: auto;
        margin: auto;
        border-radius: 3px;
      }

      .seccion-nosotros .container figure {
        width: 100%;
        height: 500px;
        border-radius: .3rem;
        overflow: hidden;
        margin-top: 2rem;
        background-color: rgba(7, 30, 70, 0.699);
        position: relative;
        box-shadow: 3px 6px 26px -4px rgba(0,0,0,0.75);
      }

      .seccion-nosotros .container figure:hover .efecto-overlay {
        height: 100%;
        cursor: pointer;
        transition: all 0.3s ease;
      }

      .efecto-overlay {
        background-color: #2f65b167;
        color: #fff;
        display: grid;
        height: 0;
        left: 0;
        transition: 0.5 ease;
        overflow: hidden;
        position: absolute;
        top: 0;
        place-content: center;
        width: 100%;
        transition: all 0.5s ease-in-out;
        
      }

      .efecto-overlay p{
        padding: 1.2rem;
      }

      .overlay-btn--link {
        border: 3px solid #fff;
        color: #fff;
        display: block;
        padding: 0.5rem;
        margin-left: 1rem;
        text-align: center;
        width: 90px;
      }

      .overlay-btn--link:hover {
        color: #dc2e56;
        text-decoration: none;
        transition: all 0.5s;
      }

      .seccion-nosotros .container figure .seccion-nosotros--img {
        height: 100%;
        object-fit: cover;
        width: 100%;
      }

      /* seccion nosotros */

      /* seccion formulario */

      .seccion-formulario .contacto-titulo{
        text-align: center;
        padding-top: 6rem;
        padding-bottom: 5rem;
        width: 90%;
        min-width: 310px;
        margin: auto;
      }
      .seccion-formulario .contacto-titulo h2{
        font-size: 50px;
      }
      .seccion-formulario .contacto-titulo p{
        font-size: 28px;
      }

      .contenedor-formulario{
        background-color: aliceblue;
        width: 90%;
        margin: auto;
        box-shadow:  0px 8px 17px 2px rgba(0,0,0,0.14) , 0px 3px 14px 2px rgba(0,0,0,0.12) , 0px 5px 5px -3px rgba(0,0,0,0.2)  ;
        border-radius: 5px;
        height: auto;
        
      }

      .formulario-input{
        font-size: 22px;
        color: azure;
        padding: 1.2rem;
        background-color: #385C8D;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
      }

      .formulario-contenido{
        padding-top: 3.8rem;
        
      }

      .formulario-contenido .contact-info{
        text-align: center;
        padding-bottom: 1.6rem;
      }
      .formulario-contenido .contact-info span{
        display: block;
        font-size: 2rem;
        font-weight: bold;
        color: #385C8D;
      }

      .formulario-contenido .contact-info a{
        
        font-size: 1.2rem;
        font-style: italic;
        
        
      }

      .formulario-contenido a{
        margin-bottom: 1.5rem;
      }

      .formulario-contenido .social-links{
        font-size: 50px;
        
      }

      .formulario-contenido .fa-facebook{
        color: #67a6ff;
      }
      .formulario-contenido .fa-whatsapp{
        color: #1dc629;
      }
      .formulario-contenido .fa-youtube-play{
        color: #fb1f1f;
      }
      


      .formulario-input--input
       {
        width: 100%;
        display: block;
        padding: 1rem;
        border-radius: 5px;
        border: none;
        margin-bottom: 1rem;
      }

      textarea{
        width: 100%;
        height: 194px;
        padding: 1rem;
      }

      .btn-formulario{
        border: none;
        width: 150px;
        margin-top: 1rem;
        padding: .5rem;
        border-radius: 5px;
        background-color: #67a6ff;
        cursor: pointer;
        color: azure;
        font-size: 20px;
        transition: .3s all ease;
      }

      .btn-formulario:hover{
        background-color: aliceblue;
        transition: .3s all ease;
        color: #67a6ff;
      }
      /* seccion formulario */

      /* seccion mapa */

      .seccion-ubicacion {
        margin-top: 3.4rem;
        width: 100%;
        height: auto;
      }

      .seccion-ubicacion iframe {
        width: 100%;
        height: 70vh;
      }

      /* footer estilos */
      footer {
        width: 100%;
        height: auto;
      }

      footer .footer-redes{
        width: 90%;
        margin: auto;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 1rem;
      }

      .footer-redes-btn__redes{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 1rem 0;
      }

      .footer-redes-btn__redes p{
        
        font-weight:  400;
      }

      .contenedor-btn__redes{
        width: 40px;
        height: 40px;
        background-color: #4776b8;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .contenedor-btn__redes i{
        color: aliceblue;
      }

      .footer-autor {
        display: grid;
        place-content: center;
        height: 60px;
        background-color: #315989;
        color: #fff;
        
      }

      /* footer estilos */