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

a{
    width: auto;
    height: 100%;
    text-decoration: none !important;
}

body{
    width: 100vw;
    height: 100vh;
}

body::-webkit-scrollbar {
	width: 15px;
}

body::-webkit-scrollbar-thumb {
	background: rgba(237,201,40,1);
    background: -moz-linear-gradient(top, rgba(237,201,40,1) 0%, rgba(231,169,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,201,40,1)), color-stop(100%, rgba(231,169,0,1)));
    background: -webkit-linear-gradient(top, rgba(237,201,40,1) 0%, rgba(231,169,0,1) 100%);
    background: -o-linear-gradient(top, rgba(237,201,40,1) 0%, rgba(231,169,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,201,40,1) 0%, rgba(231,169,0,1) 100%);
    background: linear-gradient(to bottom, rgba(237,201,40,1) 0%, rgba(231,169,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc928', endColorstr='#e7a900', GradientType=0 );
    border-radius: 20px;
}

.contenedor{
    width: 100vw;
    height: auto;
    background: url(../img/fondo_blog_8.jpg)no-repeat center center;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.imagen1{margin-bottom: 30px !important;}

.text_large{
    width:100%;
    text-align: left;
}

.mid{
    width: 100%;
    height: 800px;
    transition: all ease-in-out 0.2s;
    padding-top: 120px !important;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.left{
    width: 80%;
    height: 90%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.separacion{
    padding-right: 0 20px !important;
}

.left_tit1{
    width: 35%;
    height: 85%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding:20px !important;
}

.left_tit1 p{
    font-size: 50px;
    color: rgba(46,26,71,1);
    font-family: 'Proxima Nova Th';
    font-weight: 800;
    padding-bottom: 0 !important;
    line-height: 50px;
    text-align: right;
    width: 80%;
}

.left_txt1{
    width: 65%;
    height: 85%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding:20px !important;
    overflow: scroll;
    flex-direction: column;
    font-family: 'Quicksand';
    font-weight: 400;
}

.left_txt1::-webkit-scrollbar {
	width: 10px;
	background: rgb(245, 245, 245);
}

.left_txt1::-webkit-scrollbar-thumb {
	background: rgba(46,26,71,1);
    border-radius: 20px;
}

.item_1{
   width: 100%;
   height: 200px;
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 0 5% !important;
}

.graf_1{
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:20px !important; 
}

.text_1{
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:20px !important; 
}

.right{
    width: 20%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.next{

    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(138,36,134,1);
    color: rgba(231,169,0,1);
    font-weight: bold;
    font-family: 'Quicksand';
    font-size: 20px;
}

.next a{
    height: auto !important;
}


.mid2{
    width: 100%;
    height: 460px;
    transition: all ease-in-out 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.mid2 p{
    margin-bottom: 0 !important;
}

.contenedor_blogs{
    width: 82%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.graf_2{
    width: 24%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding:20px !important; 
    flex-direction: column;
}

.text_2{
    width: 18%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding:20px !important; 
    flex-direction: column;
}

.text_2_top{
    
    font-size: 40px;
    color: rgba(46,26,71,1);
    font-family: 'Proxima Nova Th';
    font-weight: 800;
    padding-bottom: 0 !important;
    line-height: 40px;
    text-align: right;
}

.text_2_bot{
    
    font-size: 20px;
    color: rgba(46,26,71,1);
    font-family: 'Proxima Nova Th';
    font-weight: 800;
    padding-bottom: 0 !important;
    line-height: 20px;
    text-align: right;
}

.top_img{
    width: 100%;
    height: 80%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.bot_text{
    width: 100%;
    height: 20%;
    display:flex;
    justify-content:center;
    align-items:center;
    background: rgba(231,169,0,1);
    flex-direction: column;
    padding: 20px !important;
}

.bot_text p{
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    font-family: 'Quicksand';
    font-weight: bold;
    width: 100%;
}

.bot_text a{
    width: 100%;
    color: rgba(138,36,134,1) !important;
}


.articulo1{
    background: url(../img/blog1.jpg)no-repeat center center;
    background-size: cover;
}

.articulo2{
    background: url(../img/blog2.jpg)no-repeat center center;
    background-size: cover;
}

.articulo3{
    background: url(../img/blog3.jpg)no-repeat center center;
    background-size: cover;
}

.articulo4{
    background: url(../img/blog4.jpg)no-repeat center center;
    background-size: cover;
}


.footer{
    width: 100%;
    height: 200px;
    background: rgba(46,26,71,1);
    margin-top: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer_top{
    width: 1000px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_top_left{
    width: 400px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_top_right{
    width: 150px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.redes1{
    height: 50%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.redes1 div{
    height: 100%;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-in-out 0.4s;
    margin-right: 5px !important;
}

.face1{
    background: url(../img/face_blanco.png)no-repeat center center;
    background-size: contain;
}

.inst1{
    background: url(../img/inst_blanco.png)no-repeat center center;
    background-size: contain;    
}

.link1{
    background: url(../img/link_blanco.png)no-repeat center center;
    background-size: contain;    
}

.twit1{
    background: url(../img/twit_blanco.png)no-repeat center center;
    background-size: contain;
    cursor:pointer    
}

.foot_eslogan{
    height: 50%;
    width: 100%;
    background: url(../img/eslogan.png)no-repeat center center;
    background-size: contain;
}

.foot_logo{
    width: 100px;
    height: 100%;
    background: url(../img/logo_vertical.png)no-repeat center center;
    background-size: contain;
}

.foot_txt1{
    width: 280px;
    color: white;
    font-family: 'Quicksand';
    font-weight: 300;
    font-size: 15px;
    margin-left: 20px !important;
    text-align: left;
}

.foot_txt1 p{
    line-height: 15px;
    margin-bottom: 0px !important;
}

.footer_mid{
    width: 1000px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/linea.png)no-repeat center center;
    background-size: cover;
}
.footer_bot{
    width: 1000px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_bot p{
    font-family: 'Quicksand';
    font-weight: 300;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 0px !important;
    color: white;
}

.menu{
    width: 100%;
    height: 120px;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -0%);
    -webkit-transform: translate(-50%, -0%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:20px 0 !important;
}

.logo{
    height: 100%;
    width: 200px;
    background: url(../img/logo1.png)no-repeat center center;
    background-size: contain;
    margin-left: 30px !important;
}

.lista{
    height: 100%;
    width: 830px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 !important;
    list-style-type: none;
}

.lista li a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Quicksand';
    position: relative;
    cursor: pointer;
    text-decoration: none;
}

.lista li a:hover{
    color: rgba(237,201,40,1);
}

.lista li a::after{
    content: '';
    width: 0%;
    height: 3px;
    background:rgba(231,169,0,1);
    position: absolute;
    bottom: -60%;
    left: 0%;
    border-radius: 10px;
    transition: all 500ms ease;
}
.lista li a:hover::after{
    left: 0%;
    width: 100%;
    
}

.redes{
    height: 100%;
    width: 150px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-right: 30px !important;
}

.redes div{
    height: 80px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-in-out 0.4s;
}

.face1{
    background: url(../img/face_blanco.png)no-repeat center center;
    background-size: contain;
}

.inst1{
    background: url(../img/inst_blanco.png)no-repeat center center;
    background-size: contain;    
}

.link1{
    background: url(../img/link_blanco.png)no-repeat center center;
    background-size: contain;    
}

.twit1{
    background: url(../img/twit_blanco.png)no-repeat center center;
    background-size: contain;
    cursor:pointer    
}

/*-----------------------------MENU DESPLEGABLE------------------------------------------------*/

.menu_responsive{
    height: 100%;
    width: 70px;
    justify-content: center;
    align-items: center;
    margin-right: 30px !important;
    display: none;
    cursor: pointer;
}

.menu_desplegable{
    background: rgba(46,26,71,1);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -120%;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all ease-in-out 0.5s;
}

.cerrar{
    width: 20px;
    height: 20px;
    background: url(../img/cerrrar.png)no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 40px;
    right: 40px;
    position: absolute;
    cursor: pointer;
}

.logo_desplegable{
    height: 10%;
    width: 100%;
    background: url(../img/logo1.png)no-repeat center center;
    background-size: contain;
    margin-bottom: 30px !important;
}

.lista_desplegable{
    height: 60%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 !important;
    list-style-type: none;
    margin-bottom: 30px !important;
}

.lista_desplegable li{
    
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px !important;
}

.lista_desplegable li a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Quicksand';
    position: relative;
    cursor: pointer;
    text-decoration: none;
}

.redes2{
    height: 5%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.redes2 div{
    height: 80px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-in-out 0.4s;
    margin: 0px 10px !important ;
}

.face2{
    background: url(../img/face_blanco.png)no-repeat center center;
    background-size: contain;
}

.inst2{
    background: url(../img/inst_blanco.png)no-repeat center center;
    background-size: contain;    
}

.link2{
    background: url(../img/link_blanco.png)no-repeat center center;
    background-size: contain;    
}

.twit2{
    background: url(../img/twit_blanco.png)no-repeat center center;
    background-size: contain;
    cursor:pointer    
}

/*-----------------------------MENU DESPLEGABLE------------------------------------------------*/


@media only screen and (max-width: 1366px) {
    
    .footer_top{
        width: 90%;
    }

    .footer_mid{
        width: 100%;
    }
    .footer_bot{
        width: 100%;
    }
    
    .mid{
        width: 100%;
        height: 700px;
        transition: all ease-in-out 0.2s;
        padding-top: 120px !important;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    
    .left{
        width: 80%;
        height: 90%;
        background: white;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    
    .left_tit1{
        width: 30%;
        height: 85%;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        padding:20px !important;
    }
    
    .left_tit1 p{
        font-size: 40px;
        color: rgba(46,26,71,1);
        font-family: 'Proxima Nova Th';
        font-weight: 800;
        padding-bottom: 0 !important;
        line-height: 40px;
        text-align: right;
        width: 80%;
    }
    
    .left_txt1{
        width: 70%;
        height: 85%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding:20px !important;
        overflow: scroll;
        flex-direction: column;
        font-family: 'Quicksand';
        font-weight: 400;
    }
    
    .left_txt1::-webkit-scrollbar {
        width: 10px;
        background: rgb(245, 245, 245);
    }
    
    .left_txt1::-webkit-scrollbar-thumb {
        background: rgba(46,26,71,1);
        border-radius: 20px;
    }
    
    .item_1{
       width: 100%;
       height: 200px;
       display: flex;
       justify-content: center;
       align-items: center;
       padding: 0 !important;
    }
    
    .graf_1{
        width: 40%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding:20px !important; 
    }
    
    .text_1{
        width: 60%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding:20px !important; 
    }
    
    .right{
        width: 20%;
        height: 90%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    
    .next{
    
        width: 100%;
        height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(138,36,134,1);
        color: rgba(231,169,0,1);
        font-weight: bold;
        font-family: 'Quicksand';
        font-size: 20px;
    }
    
    .next a{
        height: auto !important;
    }
    
    
    .mid2{
        width: 100%;
        height: 350px;
        transition: all ease-in-out 0.2s;
        display: flex;
        justify-content: center;
        align-items: center;
        background: white;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    
    .mid2 p{
        margin-bottom: 0 !important;
    }
    
    .graf_2{
        width: 24%;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding:20px !important; 
        flex-direction: column;
    }
    
    .text_2{
        width: 18%;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        padding:20px !important; 
        flex-direction: column;
    }
    
    .text_2_top{
        
        font-size: 40px;
        color: rgba(46,26,71,1);
        font-family: 'Proxima Nova Th';
        font-weight: 800;
        padding-bottom: 0 !important;
        line-height: 40px;
        text-align: right;
    }
    
    .text_2_bot{
        
        font-size: 20px;
        color: rgba(46,26,71,1);
        font-family: 'Proxima Nova Th';
        font-weight: 800;
        padding-bottom: 0 !important;
        line-height: 20px;
        text-align: right;
    }
    
    .top_img{
        width: 100%;
        height: 70%;
        display:flex;
        justify-content:center;
        align-items:center;
    }
    
    .bot_text{
        width: 100%;
        height: 30%;
        display:flex;
        justify-content:center;
        align-items:center;
        background: rgba(231,169,0,1);
        flex-direction: column;
        padding: 20px !important;
    }
    
    .bot_text p{
        font-size: 12px;
        line-height: 14px;
        text-align: left;
        font-family: 'Quicksand';
        font-weight: bold;
        width: 100%;
    }
    
    .bot_text a{
        width: 100%;
        color: rgba(138,36,134,1) !important;
    }
    
    
    .articulo1{
        background: url(../img/blog1.jpg)no-repeat center center;
        background-size: cover;
    }
    
    .articulo2{
        background: url(../img/blog2.jpg)no-repeat center center;
        background-size: cover;
    }
    
    .articulo3{
        background: url(../img/blog3.jpg)no-repeat center center;
        background-size: cover;
    }
    
    .articulo4{
        background: url(../img/blog4.jpg)no-repeat center center;
        background-size: cover;
    }



  }

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

    
      .lista{
          display: none;  
      }
      
      .redes{
          display: none;
      }
  
      .menu_responsive{
          display: flex;
      }
  
      .menu_desplegable{
          display: flex;
      }
      
      .footer_top{
          width: 90%;
      }
  
      .footer_mid{
          width: 100%;
      }
      .footer_bot{
          width: 100%;
      }
      
      
      .mid{
          width: 100%;
          height: 700px;
          transition: all ease-in-out 0.2s;
          padding-top: 120px !important;
          display: flex;
          justify-content: center;
          align-items: flex-end;
      }
      
      .left{
          width: 80%;
          height: 90%;
          background: white;
          display: flex;
          justify-content: center;
          align-items: flex-end;
          flex-direction: column;
          padding: 0 40px !important;
      }
      
      .left_tit1{
          width: 100%;
          height: auto;
          display: flex;
          justify-content: flex-end;
          align-items: flex-start;
          padding:40px !important;
      }
      
      .left_tit1 p{
          font-size: 50px;
          color: rgba(46,26,71,1);
          font-family: 'Proxima Nova Th';
          font-weight: 800;
          padding-bottom: 0 !important;
          line-height: 50px;
          text-align: right;
          width: 80%;
      }
      
      .left_txt1{
          width: 100%;
          height: 85%;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          padding:20px !important;
          overflow: scroll;
          flex-direction: column;
          font-family: 'Quicksand';
          font-weight: 400;
      }
      
      .left_txt1::-webkit-scrollbar {
          width: 10px;
          background: rgb(245, 245, 245);
      }
      
      .left_txt1::-webkit-scrollbar-thumb {
          background: rgba(46,26,71,1);
          border-radius: 20px;
      }
      
      .item_1{
         width: 100%;
         height: 200px;
         display: flex;
         justify-content: center;
         align-items: center;
         padding: 0 0 !important;
      }
      
      .graf_1{
          width: 40%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          padding:20px !important; 
      }
      
      .text_1{
          width: 60%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          padding:20px !important; 
      }
      
      .right{
          width: 20%;
          height: 90%;
          display: flex;
          justify-content: center;
          align-items: flex-end;
      }
      
      .next{
      
          width: 100%;
          height: 80px;
          display: flex;
          justify-content: center;
          align-items: center;
          background: rgba(138,36,134,1);
          color: rgba(231,169,0,1);
          font-weight: bold;
          font-family: 'Quicksand';
          font-size: 16px;
          padding: 0 40px !important;
      }
      
      .next a{
          height: auto !important;
      }
      
      
      .mid2{
          width: 100%;
          height: auto;
          transition: all ease-in-out 0.2s;
          display: flex;
          justify-content: center;
          align-items: flex-start;
          background: white;
          padding-top: 30px !important;
          padding-bottom: 30px !important;
      }
      
      .mid2 p{
          margin-bottom: 0 !important;
      }

      .contenedor_blogs{
          width: 70%;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          flex-wrap: wrap;
          align-content: flex-start;
      }
      
      .graf_2{
          width: 250px;
          height: 300px;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          padding:20px !important; 
          flex-direction: column;
      }
      
      .text_2{
          width: 30%;
          height: 100%;
          display: flex;
          justify-content: flex-start;
          align-items: flex-end;
          padding:20px !important; 
          flex-direction: column;
      }
      
      .text_2_top{
          
          font-size: 40px;
          color: rgba(46,26,71,1);
          font-family: 'Proxima Nova Th';
          font-weight: 800;
          padding-bottom: 0 !important;
          line-height: 40px;
          text-align: right;
      }
      
      .text_2_bot{
          
          font-size: 20px;
          color: rgba(46,26,71,1);
          font-family: 'Proxima Nova Th';
          font-weight: 800;
          padding-bottom: 0 !important;
          line-height: 20px;
          text-align: right;
      }
      
      .top_img{
          width: 100%;
          height: 70%;
          display:flex;
          justify-content:center;
          align-items:center;
      }
      
      .bot_text{
          width: 100%;
          height: 30%;
          display:flex;
          justify-content:center;
          align-items:center;
          background: rgba(231,169,0,1);
          flex-direction: column;
          padding: 20px !important;
      }
      
      .bot_text p{
          font-size: 12px;
          line-height: 14px;
          text-align: left;
          font-family: 'Quicksand';
          font-weight: bold;
          width: 100%;
      }
      
      .bot_text a{
          width: 100%;
          color: rgba(138,36,134,1) !important;
      }
      
      
      .articulo1{
          background: url(../img/blog1.jpg)no-repeat center center;
          background-size: cover;
      }
      
      .articulo2{
          background: url(../img/blog2.jpg)no-repeat center center;
          background-size: cover;
      }
      
      .articulo3{
          background: url(../img/blog3.jpg)no-repeat center center;
          background-size: cover;
      }
      
      .articulo4{
          background: url(../img/blog4.jpg)no-repeat center center;
          background-size: cover;
      }
  
  
  
    }


  @media only screen and (max-width: 768px) {
  
    .lista{
        display: none;
    }
    
    .redes{
        display: none;
    }
    
  
    .menu_responsive{
        display: flex;
    }
  
    .menu_desplegable{
         display: flex;
    }


    .mid{
        width: 90%;
    }

    .footer{
        height: 450px;
    }
    
    .footer_top{
        width: 100%;
        flex-direction: column;
        height: auto;
    }

    .footer_mid{
        width: 100%;
        height: 30px;
    }
    .footer_bot{
        width: 80%;
        margin: 20px 0 !important;
    }

    .footer_top_left{
        width: 90%;
        height: 150px;
        flex-direction: column;
        margin-bottom: 20px !important;
    }
    
    .footer_top_right{
        width:90%;
        height: 150px;
    }
    
    .redes1{
        height: 50%;
        width: 100%;
    }
    
    .redes1 div{
        width: 35px;
        margin-right: 10px !important;
    }
    
    .face1{
        background: url(../img/face_blanco.png)no-repeat center center;
        background-size: contain;
    }
    
    .inst1{
        background: url(../img/inst_blanco.png)no-repeat center center;
        background-size: contain;    
    }
    
    .link1{
        background: url(../img/link_blanco.png)no-repeat center center;
        background-size: contain;    
    }

    .twit1{
        background: url(../img/twit_blanco.png)no-repeat center center;
        background-size: contain;
        cursor:pointer    
    }
    
    .foot_eslogan{
        height: 60px;
        width: 100%;
    }
    
    .foot_logo{
        width: 50%;
        height: 100%;
        margin-bottom: 10px !important;
    }
    
    .foot_txt1{
        width: 90%;
        margin-left: 0px !important;
        text-align: center;
    }
    
    .foot_txt1 p{
        line-height: 15px;
        margin-bottom: 0px !important;
    }

    body{
        width: 100vw;}

    .contenedor{
        width: 100vw;
        background: url(../img/fondo_blog_8.jpg)no-repeat top center;
        background-size: 100% auto;
        overflow: hidden;
    }
      
      
    .mid{
        width: 100%;
        height: 700px;
        transition: all ease-in-out 0.2s;
        padding-top: 180px !important;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-direction: column;
    }
    
    .left{
        width: 100%;
        height: 90%;
        background: white;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-direction: column;
        padding: 0 40px !important;
    }
    
    .left_tit1{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        padding:40px !important;
    }
    
    .left_tit1 p{
        font-size: 50px;
        color: rgba(46,26,71,1);
        font-family: 'Proxima Nova Th';
        font-weight: 800;
        padding-bottom: 0 !important;
        line-height: 50px;
        text-align: right;
        width: 80%;
    }
    
    .left_txt1{
        width: 100%;
        height: 85%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding:20px !important;
        overflow: scroll;
        flex-direction: column;
        font-family: 'Quicksand';
        font-weight: 400;
    }
    
    .left_txt1::-webkit-scrollbar {
        width: 10px;
        background: rgb(245, 245, 245);
    }
    
    .left_txt1::-webkit-scrollbar-thumb {
        background: rgba(46,26,71,1);
        border-radius: 20px;
    }
    
    .item_1{
       width: 100%;
       height: 200px;
       display: flex;
       justify-content: center;
       align-items: center;
       padding: 0 0 !important;
    }
    
    .graf_1{
        width: 40%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding:20px !important; 
    }
    
    .text_1{
        width: 60%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding:20px !important; 
    }
    
    .right{
        width: 100%;
        height: 90%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    
    .next{
    
        width: 100%;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(138,36,134,1);
        color: rgba(231,169,0,1);
        font-weight: bold;
        font-family: 'Quicksand';
        font-size: 16px;
        padding: 0 0 !important;
    }
    
    .next a{
        height: auto !important;
        margin-top: -15px !important;
    }
    
    
    .mid2{
        width: 100vw;
        overflow: hidden;
        height: auto;
        transition: all ease-in-out 0.2s;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        background: white;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    
    .mid2 p{
        margin-bottom: 0 !important;
    }

    .contenedor_blogs{
        width: 70%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        align-content: flex-start;
    }
    
    .graf_2{
        width: 230px;
        height: 230px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding:20px !important; 
        flex-direction: column;
    }
    
    .text_2{
        width: 30%;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        padding:20px !important; 
        flex-direction: column;
    }
    
    .text_2_top{
        
        font-size: 40px;
        color: rgba(46,26,71,1);
        font-family: 'Proxima Nova Th';
        font-weight: 800;
        padding-bottom: 0 !important;
        line-height: 40px;
        text-align: right;
    }
    
    .text_2_bot{
        
        font-size: 20px;
        color: rgba(46,26,71,1);
        font-family: 'Proxima Nova Th';
        font-weight: 800;
        padding-bottom: 0 !important;
        line-height: 20px;
        text-align: right;
    }
    
    .top_img{
        width: 100%;
        height: 65%;
        display:flex;
        justify-content:center;
        align-items:center;
    }
    
    .bot_text{
        width: 100%;
        height: 35%;
        display:flex;
        justify-content:center;
        align-items:center;
        background: rgba(231,169,0,1);
        flex-direction: column;
        padding: 20px !important;
    }
    
    .bot_text p{
        font-size: 12px;
        line-height: 14px;
        text-align: left;
        font-family: 'Quicksand';
        font-weight: bold;
        width: 100%;
    }
    
    .bot_text a{
        width: 100%;
        color: rgba(138,36,134,1) !important;
    }
    
    
    .articulo1{
        background: url(../img/blog1.jpg)no-repeat center center;
        background-size: cover;
    }
    
    .articulo2{
        background: url(../img/blog2.jpg)no-repeat center center;
        background-size: cover;
    }
    
    .articulo3{
        background: url(../img/blog3.jpg)no-repeat center center;
        background-size: cover;
    }
    
    .articulo4{
        background: url(../img/blog4.jpg)no-repeat center center;
        background-size: cover;
    }
  
  
  }


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

    .logo{
        margin-left: 10px !important;
    }

    .menu_responsive{
        margin-right: 10px !important;
    }
  
    .lista{
        display: none;
    }
    
    .redes{
        display: none;
    }
  
    .menu_responsive{
        display: flex;
    }
  
    .menu_desplegable{
         display: flex;
    }

    .mid{
        width: 90%;
    }

    .footer{
        height: 450px;
    }
    
    .footer_top{
        width: 100%;
        flex-direction: column;
        height: auto;
    }

    .footer_mid{
        width: 100%;
        height: 30px;
    }
    .footer_bot{
        width: 80%;
        margin: 20px 0 !important;
    }

    .footer_top_left{
        width: 90%;
        height: 150px;
        flex-direction: column;
        margin-bottom: 20px !important;
    }

    .footer_top_right{
        width:90%;
        height: 150px;
    }
    
    .redes1{
        height: 50%;
        width: 100%;
    }
    
    .redes1 div{
        width: 35px;
        margin-right: 10px !important;
    }
    
    .face1{
        background: url(../img/face_blanco.png)no-repeat center center;
        background-size: contain;
    }
    
    .inst1{
        background: url(../img/inst_blanco.png)no-repeat center center;
        background-size: contain;    
    }
    
    .link1{
        background: url(../img/link_blanco.png)no-repeat center center;
        background-size: contain;    
    }

    .twit{
        background: url(../img/twit_blanco.png)no-repeat center center;
        background-size: contain;
        cursor:pointer    
    }
    
    .foot_eslogan{
        height: 60px;
        width: 100%;
    }
    
    .foot_logo{
        width: 50%;
        height: 100%;
        margin-bottom: 10px !important;
    }
    
    .foot_txt1{
        width: 90%;
        margin-left: 0px !important;
        text-align: center;
    }
    
    .foot_txt1 p{
        line-height: 15px;
        margin-bottom: 0px !important;
    }

    .contenedor{
        width: 100vw;
        background: url(../img/fondo_blog_8.jpg)no-repeat top center;
        background-size: 100% auto;
        overflow: hidden;
    }
      
      
    .mid{
        width: 100%;
        height: auto;
        transition: all ease-in-out 0.2s;
        padding-top: 180px !important;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-direction: column;
    }
    
    .left{
        width: 100%;
        height: 90%;
        background: white;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-direction: column;
        padding: 0 40px !important;
    }
    
    .left_tit1{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        padding:0 !important;
        padding-top: 20px !important;
    }
    
    .left_tit1 p{
        font-size: 40px;
        color: rgba(46,26,71,1);
        font-family: 'Proxima Nova Th';
        font-weight: 800;
        padding-bottom: 0 !important;
        line-height: 35px;
        text-align: right;
        width:100%;
    }
    
    .left_txt1{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding:0 !important;
        overflow: visible;
        flex-direction: column;
        font-family: 'Quicksand';
        font-weight: 400;
        text-align: justify;
        line-height: 14px;
        font-size: 14px;
    }
    
    .left_txt1::-webkit-scrollbar {
        width: 10px;
        background: rgb(245, 245, 245);
    }
    
    .left_txt1::-webkit-scrollbar-thumb {
        background: rgba(46,26,71,1);
        border-radius: 20px;
    }
    
    .item_1{
       width: 100%;
       height: auto;
       display: flex;
       justify-content: center;
       align-items: center;
       flex-direction: column;
       padding: 0 0 !important; 
       margin-top: 10px !important;
    }

    .revez{
        flex-direction: column-reverse;
    }
    
    .graf_1{
        width: 100%;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding:0 !important; 
    }
    
    .text_1{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 !important; 
    }
    
    .right{
        width: 100%;
        height: 90%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    
    .next{
    
        width: 100%;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(138,36,134,1);
        color: rgba(231,169,0,1);
        font-weight: bold;
        font-family: 'Quicksand';
        font-size: 16px;
        padding: 0 0 !important;
    }
    
    .next a{
        height: auto !important;
        margin-top: -5px !important;
    }
    
    
    .mid2{
        width: 100vw;
        overflow: hidden;
        height: auto;
        transition: all ease-in-out 0.2s;
        display: flex;
        justify-content: center;
        align-items: center;
        background: white;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        flex-direction: column;
    }
    
    .mid2 p{
        margin-bottom: 0 !important;
    }

    .contenedor_blogs{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        align-content: flex-start;
    }
    
    .graf_2{
        width: 90%;
        height: 230px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding:20px !important; 
        flex-direction: column;
    }
    
    .text_2{
        width: 90%;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        padding:0 !important; 
        flex-direction: column;
    }
    
    .text_2_top{
        
        font-size: 40px;
        color: rgba(46,26,71,1);
        font-family: 'Proxima Nova Th';
        font-weight: 800;
        padding-bottom: 0 !important;
        line-height: 40px;
        text-align: right;
    }
    
    .text_2_bot{
        
        font-size: 20px;
        color: rgba(46,26,71,1);
        font-family: 'Proxima Nova Th';
        font-weight: 800;
        padding-bottom: 0 !important;
        line-height: 20px;
        text-align: right;
    }
    
    .top_img{
        width: 100%;
        height: 65%;
        display:flex;
        justify-content:center;
        align-items:center;
    }
    
    .bot_text{
        width: 100%;
        height: 35%;
        display:flex;
        justify-content:center;
        align-items:center;
        background: rgba(231,169,0,1);
        flex-direction: column;
        padding: 20px !important;
    }
    
    .bot_text p{
        font-size: 12px;
        line-height: 14px;
        text-align: left;
        font-family: 'Quicksand';
        font-weight: bold;
        width: 100%;
    }
    
    .bot_text a{
        width: 100%;
        color: rgba(138,36,134,1) !important;
    }
    
    
    .articulo1{
        background: url(../img/blog1.jpg)no-repeat center center;
        background-size: cover;
    }
    
    .articulo2{
        background: url(../img/blog2.jpg)no-repeat center center;
        background-size: cover;
    }
    
    .articulo3{
        background: url(../img/blog3.jpg)no-repeat center center;
        background-size: cover;
    }
    
    .articulo4{
        background: url(../img/blog4.jpg)no-repeat center center;
        background-size: cover;
    }
  
  }
