.cajas{
    width: 100%;
    float: left;
    height: auto;
    padding-bottom: 3%;
}

.caja1{
    width: 47%;
    float: left;
    height: auto;
    margin-right: 3%;
}

.caja1 img{
    width: 100%;
    border-radius: 2.5%;
}

.caja2, .caja3, .caja4{
    width: 50%;
    float: left;
    height: auto;
    margin-bottom: 2%;
}

.caja2 a{
    color: black;
}

.lista div img{
    width: 245px;
    height: 150px;
    display: block;
    float: left;
    border-radius: 5%;
}

.lista div h5{
    width: 55%;
    padding: 2%;
    margin-top: 7%;
    float: left;
}


.caja4{
    margin-bottom: unset;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Bitter', serif;
    margin-bottom: 0px;
}

p{
   font-family: 'Raleway', sans-serif;
}

.caja1 h3{
    padding: 2% 0%;
}

.titulo-cajas{
    padding: 3% 0%;
    font-size: 38px;
    font-weight: 900;
}

.caja-mensaje{
    width: 100%;
    float: left;
    background-color: rgba(2, 84, 142, .1);
    border-radius: 10px;
    margin-bottom: 4%;
}

.caja-mensaje h2{
    width: 70%;
    float: left;
    padding: 3% 0%;
    margin-left: 4%;
}

.caja-mensaje i{
    font-size: 40px;
    margin-right: 1%;
}

.btn-visitar{
    font-family: 'Bitter', serif;
    font-size: 20px;
    float: right;
    margin-right: 4%;
    margin-top: 3%;
}

.btn-sus{
    font-family: 'Bitter', serif;
    font-size: 20px;
}

.banner{
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin-top: 155px;
}

nav{
    width: 100%;
    float: left;
    height: auto;
    position: fixed;
    background-color: white;
    z-index: 5;
}


footer{
    width: 100%;
    padding-top: 3%;
    padding-bottom: 2%;
    height: auto;
    float: left;
    background-color: #02548e;
    color: white;
}

.redes{
    width: 80%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 5% 0%;
    text-align: center;
    font-size: 20px;
    grid-gap: 20px;
}


.redes a{
    width: 50px;
    height: 50px;
    display: block;
    line-height: 50px;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 50%;
}

.fa-phone{
    transform: scaleX(-1);
}

.contenedor-footer{
    width: 100%;
    height: auto;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}


.contenedor-footer div h4{
    margin-bottom: 10%;
}

.contenedor-footer ul{
    list-style: none;
    font-family: 'Raleway', sans-serif;
    padding: 0px;
}

.contenedor-footer li{
    margin-bottom: 4%;
    font-size: 15px;
}

.contenedor-footer a{
    color: white;
    text-decoration: none;
}

.linea-footer{
    width: 100%;
    float: left;
    padding: 4% 0%;
    padding-bottom: 0px;
    color: white;
    text-align: center;
    font-size: 14px;
}

.logo{
    width: 100%;
    padding: .5% 0%;
    float: left;
    background-color: white;
}

.logo img{
    width: 140px;
    margin: auto;
    display: block;
}

.banner-letras{
    width: 45%;
    position: absolute;
    top: 0%;
    margin-top: 5%;
    left: 5%;
}

.portada-img{
    width: 100%;
    display: block;
}

.contenedor-img{
    width: 100%;
    position: relative;
    float: left;
    top: 0px;
    left: 0px;
}

.container{
    position: relative;
}

.contenedor-banner{
    width: 100%;
    float: left;
    background-color: rgba(2, 84, 142, .1);
}

.navegacion{
    width: 100%;
    height: 70px;
    float: left;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin: 1% 0px;
    margin-top: 0px;
}

.navegacion-ul{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 0px;
}

.navegacion-li{
    text-align: center;
    list-style: none;
    height: 70px;
    /*font-family: 'Raleway', sans-serif;*/
    /*font-weight: 900;*/
    font-family: 'Bitter', serif;
    cursor: pointer;
}

.navegacion-li a{
    width: 100%;
    line-height: 70px;
    float: left;
    color: black;
    text-decoration: none;
}

.navegacion-li .nav-enlance-a{
    float: left;
    height: 70px;
    line-height: unset;
    padding-top: 10px;
}

.navegacion-li .caja-ul-submenu{
    width: 100%;
    float: left;
    background-color: white;
    margin: 0px;
    padding: 0px;
    z-index: 2;
    position: relative;
    box-shadow: rgb(0 0 0 / 15%) 0px 7px 25px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-family: 'Raleway', sans-serif;
    display: none;
}

.caja-ul-submenu li{
   width: 100%;
   float: left;
   list-style: none;
   margin: 0px;
   padding: 0px;
}

.caja-ul-submenu a{
    width: 100%;
    height: auto;
    float: left;
    line-height: unset;
    margin: 0px;
    padding: 5%;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-size: 15px;
}

.caja-ul-submenu a:hover{
    text-decoration: underline;
}

.banner-letras2{
    display: none;
}

.general{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 50px;
    margin: 4% 0px;
    margin-bottom: 0px;
}

.h2-articulos{
    width: 100%;
    padding: 2% 0px;
    float: left;
}

.general div{
    background-color: #f7f9fa;
    margin-bottom: 50px;
    padding-bottom: 5%;
}

.general div img{
    width: 100%;
    display: block;
}

.general div .contenedor-img-general{
    width: 100%;
    display: block;
    overflow: hidden;
    max-height: 205.8px;
    margin-bottom: 0px;
    padding: 0px;
}

.general div h4{
    padding: 5%;
    padding-bottom: 0px;
}

.general div p{
    padding: 5%;
    padding-top: 1%;
}

.general div a{
    color: black;
    text-decoration: none;
}

.contenedor-general{
    width: 100%;    
    float: left;
    margin-top: 155px;
    padding: 4% 0px;
}

#articulo .contenedor-articulo{
    margin-top: 155px;
}

.portada-articulo{
   width: 100%;
   float: left;
   height: 400px;
   overflow: hidden;
   border-radius: 15px;
   margin: 1% 0px;
   margin-bottom: 0px;
}

.titulo-articulo{
  width: 100%;  
  float: left;
  padding: 2% 0px;
}

.texto-articulo{
    width: 100%;
    float: left;
    margin-bottom: 4%;
}

.texto-articulo p{
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.texto-articulo h5{
    width: 100%;
    float: left;
    margin: 2% 0px;
}

.portada-articulo img{
    width: 100%;
    display: block;
}

.contenedor-articulo{
    width: 100%;
    float: left;
}

.compartir-redes{
    width: 100%;
    float: left;
}

.compartir-redes i{
    color: white;
    font-size: 25px;
    line-height: 60px;
}

.caja-redes-articulo div{
    width: 60px;
    height: 60px;
    margin: 1%;
    float: left;
    text-align: center;
    background-color: #02548e;
    border-radius: 50%;
    overflow: hidden;
}

.general .texto-caja-puntos{
    width: 100%;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    padding: 5%;
    padding-bottom: 0px;
    margin: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

.general .texto-caja-puntos p{
    padding: 0px;
}


#inicio .texto-caja-puntos{
    width: 100%;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    padding-bottom: 0px;
    margin: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

#inicio .texto-caja-puntos p{
    padding: 0px;
}


.a-redes{
    width: 100%;
    float: left;
}

.btn-twitter{
    background-color: #1d9bf0;
}

.btn-correo{
    background-color: #f14336;
}

.img-ver,.img-ver2{
    display: none;
    position: absolute;
    width: auto;
    height: 210px;
    top: 20px;
    right: 0px;
    left: 0px;
    margin: auto;
    z-index: 1;
}

.img-ver-editar,.img-ver-editar2{
    display: block;
}

.contenedor-miniatura{
    position: relative;
}

.contenedor-input-file{
    width: 100%;
    height: 250px;
    position: relative;
    border: 2px dashed #c3c3c3;
}

.caja-miniatura{
    width: 100%;
    height: 250px;
    text-align: center;
    position: absolute;
    opacity: 1;
    top: 0px;
    z-index: 1;
}

.caja-miniatura div{
    margin-top: 40px;
}

.caja-miniatura div i{
    font-size: 3em;
    text-align: center;
    color: #696767;
    background-color: #dfdddd;
    height: 100px;
    width: 100px;
    margin-bottom: 20px;
    border-radius: 50%;
    padding: 25px 20px;
}

.input-file-miniatura{
    background-color: #f14336;
    height: 250px;
    position: relative;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

/*-----------login-------------------------*/
.abs-center {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
  }
 
  /*
  .form {
    width: 450px;
  }
  */

  .contenedor-img-login{
    width: 35%;
    float: left;
  }

  .contenedor-form{
    width: 65%;
    padding: 8%;
    float: left;
  }

  .img-login{
    width: 100%;
    display: block;
  }

  .login-logo{
    width: 125px;
    display: block;
    margin-bottom: 5%;
  }


  .contennedor-caja-form{
    width: 100%;
    float: left;
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px 0 rgb(172 168 168 / 43%);
  }

  .body-login{
    background-color: rgba(2, 84, 142, .1);
  }

  .contenedor-form input{
    height: 45px;
    font-family: 'Raleway', sans-serif;
  }

/*-----------login-------------------------*/


/*---------------panel------------------*/


.fondo-panel{
    background-color: rgba(2, 84, 142, .1);
}

.columna-izq{
    width: 20%;
    height: 100vh;
    position: fixed;
    float: left;
    background-color: white;
    box-shadow: 1px 0px 20px rgba(0,0,0,0.08);
}

.logo-panel{
    width: 160px;
    display: block;
    margin: auto;
    padding: 5% 0px;
}

.columna-der{
    width: 80%;
    height: 900px;
    float: right;
    position: relative;
}

.barra{
    width: 100%;
    height: auto;
    float: left;
    background-color: white;
    margin-bottom: 5%;
}

.ul-panel{
    width: 100%;
    float: left;
    list-style: none;
    padding: 0px;
}

.ul-panel li{
    width: 99%;
    height: 50px;
    float: left;
    line-height: 50px;
    border-left: 4px solid #02548e;
}

.ul-panel li i{
    font-size: 20px;
    margin-right: 2.5%;
    margin-left: 10%;
}

.contenedor-datos{
    width: 100%;
    float: left;
}

.panel-datos{
    width: 90%;
    margin: auto;
    margin-bottom: 4%;
    background-color: white;
}

.barra1{
    width: 100%;
    height: 50px;
    float: left;
    background-color: #02548e;
}

.barra2{
    width: 100%;
    padding: 2% 5%;
    height: auto;
    float: left;
    background-color: white;
}

.barra2 h3{
    margin: 0px;
    line-height: 44px;
    float: left;
}

.barra2 .btn-agregar{
    float: right;
    font-family: 'Bitter', serif;
    font-size: 20px;
}

.btn-agregar-dos{
    font-family: 'Bitter', serif;
    font-size: 20px;
}

.avatar{
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 50%;
    text-align: center;
    float: left;
    margin-top: 10px;
    margin-right: 10%;
    color: #02548e;
}

.avatar i{
    line-height: 30px;
    display: block;
}

.salir-panel{
    width: 100%;
    float: left;
}

a:hover{
    text-decoration: none;
}

.salir-panel span{
    color: white;
}

.contenedor-admin{
    width: 150px;
    height: 50px;
    float: right;
    line-height: 50px;
    margin-right: 5%;
}

.letra-admin{
    color: white;
    line-height: 30px;
    padding: 0px;
    margin: 0px;
}

.letra-admin:hover{
    color: white;
    text-decoration: none;
}

.caja-form-panel{
    width: 100%;
    background-color: white;
    float: left;
    padding: 5%;
    margin-bottom: 5%;
}

.contenedor-alert{
    width: 45%;
    text-align: center;
    float: left;
}

.icono-menu{
    display: none;
}

.icono-cerrar{
    display: none;
    font-size: 35px;
    text-align: right;
    line-height: 70px;
    margin-right: 4%;
}

.icono-flecha{
    margin-left: 2%;
    display: none;
}

.caja-mensaje-inicio{
    width: 100%;
    float: left;
    padding: 2% 0px;
}

.caja-mensaje-inicio-columna{
    width: 50%;
    float: left;
}

/*---------------panel------------------*/


@media screen and (max-width:1200px){
    .caja1{
        width: 100%;
        float: left;
        margin-right: 0%;
    }

    .lista div{
        width: 100%;
    }

    .contenedor-footer{
        grid-template-columns: repeat(2, 1fr);
    }


}

@media screen and (max-width:800px){

    .columna-izq{
        display: none;
    }

    .columna-der{
        width: 100%;
    }

    .navegacion-li .caja-ul-submenu{
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .icono-flecha{
        display: inline-block;
    }

    nav{
        height: 70px;
    }

    .banner{
        margin-top: 70px;
    }

    .icono-menu{
        display: block;
        font-size: 35px;
        text-align: right;
        line-height: 70px;
        margin-right: 4%;
    }
    
    .logo{
        height: 70px;
    }


    .general{
        grid-template-columns: repeat(1,1fr);
    }

    .portada-articulo{
        height: auto;
    }

    .logo img{
        float: left;
        margin-left: 4%;
        margin-top: 5px;
        display: block;
    }

    .h1-titulo{
      display: none;
    }

    .caja-btn{
        width: 100%;
        float: left;
        text-align: center;
    }

    .caja-mensaje h2{
        width: 100%;
        padding: 2%;
        font-size: 20px;
        text-align: center;
        margin: 0px;
        float: left;
    }

    .btn-visitar{
        text-align: center;
        margin: auto;
        float: unset;     
        margin-bottom: 5%;
    }

    .banner-letras2{
        width: 40%;
        position: absolute;
        float: left;
        margin-top: 7%;
        left: 7%;
        display: block;
    }

    .banner-letras2 h1{
        font-size: 20px;
    }

    .caja1{
        width: 100%;
        float: left;
        margin-right: 0%;
    }

    .lista div{
        width: 100%;
        margin-bottom: 6%;
    }

    .lista div img{
        width: 245px;
        height: 150px;
        float: unset;
        margin: auto;
        border-radius: 5%;
    }

    .lista div h5{
        width: 100%;
        margin-top: 0px;
        text-align: center;
    }

    .contenedor-footer{
        width: 100%;
        height: auto;
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(1, 1fr);
    }

    .banner-letras{
        width: 100%;
        padding: 5% 0px;
        padding-top: 0px;
        left: unset;
        float: left;
        position: relative;
        text-align: center;
        margin-top: 3%;
    }

    .banner-letras h1{
        font-size: 20px;
    }

    .btn-sus{
        margin: auto;
        display: block;
    }

    .navegacion{
        height: auto;
        display: none;
        z-index: 2;
        position: absolute;
        top: 70px;
        left: 0px;
        background-color: white;
        border-top: none;
        border-bottom: none;
        margin-bottom: 0px;
    }

    .navegacion-ul{
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .navegacion-li{
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        height: auto;
    }

    .contenedor-footer li{
        text-align: center;
    }

    .contenedor-footer div h4{
        text-align: center;
    }

    .redes{
        width: 100%;
    }

    .redes div{
        text-align: center;
    }

    .redes a{
        margin: auto;
    }

    footer{
        padding-top: 10%;
    }
}