@media screen and (max-width: 480px){
  .banner, .fondo, .banner2, .fondo2{
    height: 100%;
  }

  .tit{
    font-size: 22px;
    font-weight: bold;
    width: 100%;
    padding: 0px 10px;
    background: rgba(255, 255, 265, 0.7);
  }

  .logo{
     float: none !important;
    margin: auto;
    width: 35%;
    padding: 15px 0px;
  }

  .leyenda p{
    font-size: 20px;
  }


  .menu{
    margin:0px;
  }

  nav{
    float: none !important;
    position: fixed;
    width: 80%;
    top: 0px;
    right: 0px;
    margin:0px;
    z-index: 3;
    height: 100%;
    display: none;
    overflow-x: auto;
  }

  nav ul{
    padding: 0px;
    height: 100%;
    background: #fff;;
  }

  nav ul .selector{
    color: #000 !important;
    display: block;
    text-align: center;
    margin: 0px;
  }

    nav ul a{
      border-bottom: 1px rgba(0,0,0,.1) solid;
    }

  nav ul a:hover{
      border-bottom: 2px rgba(0,0,0,0.9) solid;
  }

  .openclose{
    position: fixed;
    padding: 5px 10px;
    font-size: 25px;
    background: #fff;
    top: 10px;
    left: 10px;
    z-index: 2;
    cursor: pointer;
    display: block;
  }


  .iconos{
    text-align: center;
    font-size: 10px;
  }

  .cont-pe{
    padding: 10px 0px;
  }

  .tit-pe{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }

  .delete-br{
    display: block;
  }

  .txt-pe{
    text-align: justify;
  }

  .texto{
    font-size: 25px;
  }

  .texto2{
    font-size: 20px;
  }

  .tit-qh{
    font-size: 25px;
    font-weight: bold;
  }

  .txt-qh{
    text-align: justify;
  }

  .imagen, .imagen2, .imagen3, .imagen4, .imagen5, .imagen6{
    border-radius: 50% ;
    height: 200px;
    width: 200px;
    margin: auto;
  }

  .tit-prcnec{
    font-size: 20px;
  }

  .txt-prcnec{
    text-align: justify;
    padding: 10px 0px 10px 0px;
  }

  .delete-br-d{
    display: none;
  }

  .tit-cc{
    text-align: center;
    font-size: 25px;
  }

  form{
    /* border: 2px solid red; */
    width: 80%;
    margin: auto;
  }


  footer{
    height: 100%;
  }

  footer p{
    padding: 10px 5px;
    margin: 0px;
    font-size: 18px;
  }
}

@media screen and (max-width: 599px) and (min-width: 481px) {
  .banner, .fondo, .banner2, .fondo2{
    height: 100%;
  }

  .tit{
    font-size: 22px;
    font-weight: bold;
    width: 100%;
    padding: 0px 10px;
    background: rgba(255, 255, 265, 0.7);
  }

  .logo{
     float: none !important;
    margin: auto;
    width: 35%;
    padding: 15px 0px;
  }

  .leyenda p{
    font-size: 20px;
  }


  .menu{
    margin:0px;
  }

  nav{
    float: none !important;
    position: fixed;
    width: 80%;
    top: 0px;
    right: 0px;
    margin:0px;
    z-index: 3;
    height: 100%;
    display: none;
    overflow-x: auto;
  }

  nav ul{
    padding: 0px;
    height: 100%;
    background: #fff;;
  }

  nav ul .selector{
    color: #000 !important;
    display: block;
    text-align: center;
    margin: 0px;
  }

    nav ul a{
      border-bottom: 1px rgba(0,0,0,.1) solid;
    }

  nav ul a:hover{
      border-bottom: 2px rgba(0,0,0,0.9) solid;
  }

  .openclose{
    position: fixed;
    padding: 5px 10px;
    font-size: 25px;
    background: #fff;
    top: 10px;
    left: 10px;
    z-index: 2;
    cursor: pointer;
    display: block;
  }


  .iconos{
    text-align: center;
    font-size: 10px;
  }

  .cont-pe{
    padding: 10px 0px;
  }

  .tit-pe{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }

  .delete-br{
    display: block;
  }

  .txt-pe{
    text-align: justify;
  }

  .texto{
    font-size: 25px;
  }

  .texto2{
    font-size: 20px;
  }

  .tit-qh{
    font-size: 25px;
    font-weight: bold;
  }

  .txt-qh{
    text-align: justify;
  }

  .imagen, .imagen2, .imagen3, .imagen4, .imagen5, .imagen6{
    border-radius: 50% ;
    height: 200px;
    width: 200px;
    margin: auto;
  }

  .tit-prcnec{
    font-size: 20px;
  }

  .txt-prcnec{
    text-align: justify;
    padding: 10px 0px 10px 0px;
  }

  .delete-br-d{
    display: none;
  }

  .tit-cc{
    text-align: center;
    font-size: 25px;
  }

  form{
    /* border: 2px solid red; */
    width: 80%;
    margin: auto;
  }


  footer{
    height: 100%;
  }

  footer p{
    padding: 10px 5px;
    margin: 0px;
    font-size: 18px;
  }
}

@media screen and (max-width: 799px) and (min-width: 600px) {
  .banner, .fondo, .banner2, .fondo2{
    height: 100%;
  }

  .tit{
    font-size: 22px;
    font-weight: bold;
    width: 100%;
    padding: 0px 10px;
    background: rgba(255, 255, 265, 0.7);
  }

  .logo{
     float: none !important;
    margin: auto;
    width: 35%;
    padding: 15px 0px;
  }

  .leyenda p{
    font-size: 20px;
  }


  .menu{
    margin:0px;
  }

  nav{
    float: none !important;
    position: fixed;
    width: 80%;
    top: 0px;
    right: 0px;
    margin:0px;
    z-index: 3;
    height: 100%;
    display: none;
    overflow-x: auto;
  }

  nav ul{
    padding: 0px;
    height: 100%;
    background: #fff;;
  }

  nav ul .selector{
    color: #000 !important;
    display: block;
    text-align: center;
    margin: 0px;
  }

    nav ul a{
      border-bottom: 1px rgba(0,0,0,.1) solid;
    }

  nav ul a:hover{
      border-bottom: 2px rgba(0,0,0,0.9) solid;
  }

  .openclose{
    position: fixed;
    padding: 5px 10px;
    font-size: 25px;
    background: #fff;
    top: 10px;
    left: 10px;
    z-index: 2;
    cursor: pointer;
    display: block;
  }


  .iconos{
    text-align: center;
    font-size: 10px;
  }

  .cont-pe{
    padding: 10px 0px;
  }

  .tit-pe{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }

  .delete-br{
    display: block;
  }

  .txt-pe{
    text-align: justify;
  }

  .texto{
    font-size: 25px;
  }

  .texto2{
    font-size: 20px;
  }

  .tit-qh{
    font-size: 25px;
    font-weight: bold;
  }

  .txt-qh{
    text-align: justify;
  }

  .imagen, .imagen2, .imagen3, .imagen4, .imagen5, .imagen6{
    border-radius: 50% ;
    height: 200px;
    width: 200px;
    margin: auto;
  }

  .tit-prcnec{
    font-size: 20px;
  }

  .txt-prcnec{
    text-align: justify;
    padding: 10px 0px 10px 0px;
  }

  .delete-br-d{
    display: none;
  }

  .tit-cc{
    text-align: center;
    font-size: 25px;
  }

  form{
    width: 80%;
    margin: auto;
  }


  footer{
    height: 100%;
  }

  footer p{
    padding: 10px 5px;
    margin: 0px;
    font-size: 18px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 800px) {
  .fondo, .banner{
    height: 300px;
  }

  .logo{
    width: 150px;
  }

  .tit{
    font-size: 35px;
    width: 100%;
    padding: 0px 10px;
  }
}


@media screen and (max-width: 1280px) and (min-width: 1024px) {      /* mac*/
  .tit{
    font-size: 55px;
    width: 100%;
  }

}
/* @media screen and (max-width: 1366px) and (min-width: 1024px) { } */

@media screen and (min-width: 1367px) { }
