body{
    background-color: #efeae6;
    margin: 0;
}

@font-face{
    font-family: 'Margarine';
    src:url('../fonts/Margarine.otf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face{
    font-family: 'Istok Web';
    src:url('../fonts/Istok_Web/IstokWeb-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}
@font-face{
    font-family: 'Century Gothic';
    src:url('../fonts/CenturyGothic/07558_CenturyGothic.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

.section_blog_background_enfrent_ela{
    background-image: url('https://storage.googleapis.com/develops_assets.airmedia.com.mx/revela/imagenes/fondo_blog_nuevo.png');
    background-position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
}

/* MENU */
.logo{
    width: 198px;
    height: 35px;
}

.main_container_menu{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    background-color: white;
}

.navbar{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 30px 80px 30px 80px;
}

.container_div_menu{
    width: 850px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menu_items_container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 60%;
}

/* CON EL MENÚ COMPLETO DESCOMNTAR ESTO */
/* .menu_items_container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
} */

.menu_items_container a{
    text-decoration: none;
}

.item_menu{
    font-family: 'Margarine', cursive;
    color: #9A9898;
    font-size: 1.125rem;
}

.header-menu-select {
    border: none;
    font-family: 'Margarine', cursive;
    color: #2ABC77;
    font-size: 1.125rem;
    cursor: pointer;
    width: 160px;
}

.header-menu-select option:disabled {
    display:none;
}

.header-menu-select option:hover,
.header-menu-select option:focus,
.header-menu-select option:checked {
    background-color: #EED677!important;
}

.header-menu-select:focus{
    outline: none;
}

/* Eliminar flecha por default del select */
.header-menu-select::-ms-expand {
    display: none;
}

/* Nuevo botón */
.header-menu-select {
    background-image: url('https://storage.googleapis.com/develops_assets.airmedia.com.mx/revela/imagenes/flecha_select_menu.png');
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.item_menu_button{
    font-family: 'Margarine', cursive;
    color: white;
    font-size: 1.125rem;
    border-radius: 20px;
    background: #2ABC77;
    display: flex;
    width: 167px;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
}

.item_menu_button_heart{
    margin-left: 10px;
}

/* HAMBURGUER BUTTON */
.hamburguer{
    display: none;
    margin-right: 20px;
}

.hamburguer_img{
    width: 40px;
    height: 35px;
    cursor: pointer;
}

ul{
    display: none;
}

ul a{
    color: white;
    /* font-family: 'body'; */
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}
      
input:checked  ~ ul{
    display:block;
}
      
.hamburguer input {
    display: none;
}
      
label {
    position: absolute;
    right: 75px;
    top: -80px;
} 
      
ul{
    width: 100%;
    padding: 0px;
    margin-top: 0px;
}
      
li {
    /* width: 100%; */
    text-align: center;
    display: block;
    margin: 0;
    padding: 10px;
    list-style: none;
    border-bottom: 1px solid grey;
    background-color: white;
}

/* li:hover{
    background-color: #EFEAE6;
    cursor: pointer;
} */

/* FOOTER */
.main_container_footer{
    width: 100%;
    height: 170px;
    background-image: url('https://storage.googleapis.com/develops_assets.airmedia.com.mx/revela/imagenes/fondo_verde.png');
    justify-content: center;
    display: flex;
}

.container_footer{
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 38px 80px 38px 80px; */
}

.text_footer{
    font-family: 'Margarine', cursive;
    color: white;
    font-size: 1.125rem;
}

.text_contact{
    font-family: 'Istok Web', sans-serif;
    color: white;
    text-align: right;
    font-size: 0.9375rem;
    margin: 0px;
}

.direction_social_media{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.container_icon_social_media{
    width: 128px;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* HOME */
/* SECTION1 */
.home_container_section1{
    background-image: url('https://storage.googleapis.com/develops_assets.airmedia.com.mx/revela/imagenes/fondo_geometrico.png');
    background-position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
}

.home_section_position{
    display: flex;
    justify-content: center;
    padding: 80px 0px 80px 0px;
    /* align-items: center; */
}

.home_image_burbuja{
    width: 638px;
}

.home_text_section1{
    width: 581px;
    font-family: 'Istok Web', sans-serif;
    color: #7B7A7A;
    font-size: 1.5625rem;
    font-weight: 400;
}

.home_text_section1_responsive{
    display: none;
    width: 90%;
    font-family: 'Istok Web', sans-serif;
    color: #7B7A7A;
    font-size: 1.5625rem;
    font-weight: 400;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin: auto auto 80px auto;
}

.home_text_green_section1{
    color: #2ABC77;
}

/* SECTION2 */
.home_container_section2{
    background-image: url('https://storage.googleapis.com/develops_assets.airmedia.com.mx/revela/imagenes/fondo_verde.png');
}

.home_section_position_section2{
    display: flex;
    justify-content: center;
    padding: 30px 0px 30px 0px;
}

.home_position_text_section2{
    margin-left: 50px;
}

.home_text_title_section2{
    font-size: 3.125rem;
    font-family: 'Margarine', cursive;
    color: white;
    margin-bottom: 0px;
}

.home_text_title2_section2{
    color: #EED677;
    font-size: 3.125rem;
    font-family: 'Margarine', cursive;
}

.home_text_subtitle_section2{
    font-family: 'Istok Web', sans-serif;
    color: white;
    font-size: 1.5625rem;
    margin-top: 0px;
}

.home_text_subtitle2_section2{
    color: #EED677;
    font-size: 25px;
    font-family: 'Margarine', cursive;
}

.home_text_little_text_section2{
    font-family: 'Istok Web', sans-serif;
    color: white;
    font-size: 0.875rem;
    text-align: right;
    margin: 60px 0px 0px 0px;
    padding-right: 10px;
}

/* SECTION3 */
.home_container_section3{
    padding: 80px 0px 80px 0px;
    background-image: url('https://storage.googleapis.com/develops_assets.airmedia.com.mx/revela/imagenes/fondo_geometrico.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home_text_section3{
    width: 70%;
    margin: auto;
    font-family: 'Istok Web', sans-serif;
    color: #7B7A7A;
    font-size: 1.875rem;
    text-align: center;
}

.home_subtext_section3{
    font: 30px;
    color: black;
    font-family: 'Margarine', cursive;
}

/* SECTION4 */
.home_container_section4{
    padding: 80px 0px 80px 0px;
    background-color: #EED677;
}

.home_image_persons_section4{
    width: 95vw;
    max-width: 980px;
}

.home_position_section4{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.home_text_section4{
    font-size: 8.8vw;
    color: #2ABC77;
    font-family: 'Margarine', cursive;
    margin: 0px;
}

.home_subtext_section4{
    font-family: 'Istok Web', sans-serif;
    color: black;
    font-size: 1.875rem;
    margin: 0;
    text-align: center;
    text-align: center;
}

.home_little_text_section4{
    font-family: 'Istok Web', sans-serif;
    color: #7B7A7A;
    font-size: 1.125rem;
    margin: 0px;
}

/* SECTION5 */
.image_boy_section5{
    width: 95vw;
    max-width: 1200px;
}

.image_boy_mobile_section5{
    width: 95vw;
    max-width: 600px;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: auto;
    display: none;
}

.home_container_section5{
    padding: 80px 0px 80px 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.home_container_stadistics{
    width: 90%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 50px;
}

.home_container_stadistic{
    width: 336px;
    height: 99px;
    border-radius: 10px;
    background-image: url('https://storage.googleapis.com/develops_assets.airmedia.com.mx/revela/imagenes/fondo_verde.png');
    background-repeat: none;
    background-size: cover;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 10px;
}

.home_text_porcentaje{
    font-size: 3.125rem;
    color: #EED677;
    font-family: 'Margarine', cursive;
    margin: 0px;
}

.home_text_porcent{
    font-size: 1.5625rem;
    color: white;
    font-family: 'Istok Web', sans-serif;
    margin: 0px;
}

/* SECTION6 */
.home_container_section6{
    padding: 80px 0px 80px 0px;
    background-image: url('https://storage.googleapis.com/develops_assets.airmedia.com.mx/revela/imagenes/fondo_figura_geometrica.png');
    background-color: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.home_title_section6{
    font-size: 1.875rem;
    color: #2ABC77;
    font-family: 'Margarine', cursive;
}

.home_title2_section6{
    font-size: 1.875rem;
    color: black;
    font-family: 'Margarine', cursive;
}

.home_text_title_section6{
    font-size: 1.875rem;
    color: #7B7A7A;
    font-family: 'Istok Web', sans-serif;
    margin: 0px;
    text-align: center;
}

.home_position_section6{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.home_div_emerge{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
}

.home_text_emerge{
    font-size: 1.875rem;
    color: #7B7A7A;
    font-family: 'Istok Web', sans-serif;
    margin: 0px;
    text-align: center;
}

.home_text_porentage_emerge{
    font-size: 3.125rem;
    color: black;
    font-family: 'Margarine', cursive;
    margin: 0px;
    text-align: center;
}

.home_text_porcentage_section6{
    font-size: 3.125rem;
    color: #2ABC77;
    font-family: 'Margarine', cursive;
    margin: 0px;
    text-align: center;
}

.home_image_section6{
    margin: 50px 0px 30px 0px;
}

.home_position_tip_section6{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 180px;
}

.home_backgound_tip_section6{
    background-color: #EED677;
    border-radius: 30px;
    padding: 30px 30px 30px 85px;
    width: 70%;
}

.home_text_tip_section6{
    font-size: 1.25rem;
    color: black;
    font-family: 'Istok Web', sans-serif;
    margin: 0px;
    text-align: left;
}

.home_image_tip_section6{
    margin-right: -50px;
    z-index: 9;
}

/* SECTION7 */
.home_container_section7{
    padding: 120px 0px 80px 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.home_position_lines_title{
    display: flex;
    align-items: center;
}

.home_line_green{
    background: #2ABC77;
    width: 162px;
    height: 0px;
    border: #2ABC77 solid;
    margin: 0px 20px 0px 20px;
}

.home_title_affect{
    font-size: 1.875rem;
    color: black;
    font-family: 'Margarine', cursive;
    margin: 0px;
}

.home_background_affect{
    background-color: #efd97f;
    width: 400px;
    border-radius: 20px;
    padding: 30px 30px 30px 30px;
    z-index: 9;
}

.home_text_affect{
    font-size: 1.5625rem;
    color: #7B7A7A;
    font-family: 'Istok Web', sans-serif;
    margin: 0px;
    text-align: center;
}

.home_position_text_affect{
    display: flex;
    justify-content: center;
    margin-top: 50px;
    align-items: flex-start;
    width: 100%;
}

.home_position_text_affect_responsive{
    display: none;
}

.home_text_strong_section7{
    font-size: 20px;
    color: black;
    font-family: 'Istok Web', sans-serif;
    margin: 0px;
    text-align: center;
    font-weight: bold;
}

.home_image1_affect{
    margin-right: -120px;
    margin-top: 100px;
    width: 50vw;
    max-width: 420px;
}

.home_image2_affect{
    margin-left: -80px;
    margin-top: 100px;
    width: 50vw;
    max-width: 370px;
}

.home_image1_affect_responsive{
    margin-right: -120px;
    margin-top: 100px;
    width: 50vw;
    max-width: 420px;
}

.home_image2_affect_responsive{
    margin-left: -80px;
    margin-top: 100px;
    width: 42vw;
    max-width: 355px;
}

.home_text_know_more{
    font-size: 1.5625rem;
    color: black;
    font-family: 'Margarine', cursive;
}

.home_subtext_know_more{
    font-size: 1.5625rem;
    color: #2ABC77;
    font-family: 'Margarine', cursive;
}

.home_position_buttons_section7{
    display: flex;
    width: 80%;
    justify-content: space-evenly;
    margin-top: 50px;
    align-items: center;
}

.home_button_section7{
    font-size: 1.5625rem;
    color: black;
    font-family: 'Margarine', cursive;
    background-color: #EED677;
    border-radius: 20px;
    padding: 10px 10px 10px 10px;
    border: none;
    margin: 10px;
}

.home_button_section7:hover{
    color: white;
    background-color: #2ABC77;
    cursor: pointer;
}

/* BUTTON TOP */
#button_scroll_up {
    display: inline-block;
    background-color: #2ABC77;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    position: fixed;
    bottom: 250px;
    /* right: 30px; */
    right: 20px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}

#button_scroll_up::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button_scroll_up:hover {
    cursor: pointer;
    background-color: #EED677;
}

#button_scroll_up:active {
    background-color: #EED677;
}

#button_scroll_up.show {
    opacity: 1;
    visibility: visible;
}

/* QUE ES REVELA -SECTION1 */
.whatsrevela_container_section1{
    padding: 80px 0px 0px 0px;
}

.whatsrevela_container_section1{
    background-image: url('https://storage.googleapis.com/develops_assets.airmedia.com.mx/revela/imagenes/fondo_geometrico_pensando.png');
    background-position: initial;
    background-size: cover;
    background-repeat: no-repeat;
}

.whatsrvela_position_img_person{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.whatsrevela_position_section1{
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    width: 100%;
}

.whatsrvela_position_section_person_text{
    width: 45vw; 
    margin-bottom: 10vw;
}

.whatsrevela_title_section1{
    font-size: 3.75rem;
    color: black;
    font-family: 'Margarine', cursive;
}

.whatsrevela_title2_section1{
    font-size: 3.75rem;
    color: #2ABC77;
    font-family: 'Margarine', cursive;
}

.whatsrevela_text_title_Section1{
    font-size: 1.25rem;
    color: black;
    font-family: 'Istok Web', sans-serif;
    width: 90%;
    margin:0px;
}

.whatsrevela_img_section1{
    width: 48vw;
    max-width: 600px;
}

/* QUE ES REVELA - SECTION2 */
.whatsrvela_container_section2{
    background-image: url('https://storage.googleapis.com/develops_assets.airmedia.com.mx/revela/imagenes/fondo_verde.png');
    padding: 250px 0px 250px 0px;
}

.whatsrevela_position_img_section2{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.whatsrevela_position_title_section2{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.whatsrvela_title_section2{
    font-size: 2.5rem;
    color: white;
    font-family: 'Margarine', cursive;
    text-align: center;
    margin: 0px;
}

.whatsrvela_title2_section2{
    font-size: 2.5rem;
    color: #EED677;
    font-family: 'Margarine', cursive;
    text-align: center;
    margin: 0px;
}

.whatsrevela_position_text_section2{
    margin-top: 40px;
}

.whatsrevela_text_section2{
    font-size: 1.25rem;
    color: white;
    font-family: 'Istok Web', sans-serif;
    text-align: center;
    width: 725px;
    margin: auto;
}

/* QUE ES REVELA - SECTION3 */
.whatsrevela_container_position_secction3{
    display: flex;
    justify-content: space-evenly;
    padding: 250px 0px 80px 0px;
}

.whatsrevela_position_secction3{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.whatsrvela_position_section3{
    margin-left: 10px;
    width: 50%;
}

.whatsrevela_img_section3{
    width: 90%;
    margin: auto;
    display: flex;
}

.whatsrevela_title_section3{
    font-size: 1.875rem;
    color: black;
    font-family: 'Margarine', cursive;
}

.whatsrevela_title2_section3{
    font-size: 1.875rem;
    color: #2ABC77;
    font-family: 'Margarine', cursive;
}

.whatsrevela_text1_setion3{
    font-size: 1.25rem;
    color: black;
    font-family: 'Istok Web', sans-serif;
    font-weight: bolder;
}

.whatsrevela_text_section3{
    font-size: 1.25rem;
    color: black;
    font-family: 'Istok Web', sans-serif;
}

/* QUE ES REVELA -SECTION4 */
.whatsrvela_container_section4{
    background-image: url('https://storage.googleapis.com/develops_assets.airmedia.com.mx/revela/imagenes/fondo_geometrico_pensando.png');
    padding: 250px 0px 0px 0px;
    background-repeat: no-repeat;
    background-position: center;
}

.whatsrevela_title_section4{
    font-size: 1.875rem;
    color: black;
    font-family: 'Margarine', cursive;
    text-align: center;
}

.whatsrevela_title2_section4{
    font-size: 1.875rem;
    color: #2ABC77;
    font-family: 'Margarine', cursive;
    text-align: center;
}

.whatsrevela_position_title_setion4{
    margin-bottom: 80px;
}

.whasrvela_text_section4{
    font-size: 1.25rem;
    color: black;
    font-family: 'Istok Web', sans-serif;
    text-align: center;
    width: 60%;
    margin: auto;
}

.whatsrevela_position_text_sction4{
    margin-bottom: 80px;
}

.whatsrevela_box_white_section4{
    background-color: white;
    width: 70%;
    display: flex;
    justify-content: center;
    padding: 60px 50px 60px 50px;
    margin: auto auto 80px auto;
}

.whasrvela_text_box_white_section4{
    font-size: 1.875rem;
    color: black;
    font-family: 'Margarine', cursive;
    text-align: center;
}

.whasrvela_text2_box_white_section4{
    font-size: 1.875rem;
    color: #2ABC77;
    font-family: 'Margarine', cursive;
    text-align: center;
}

.whatsrevela_box_yellow_section4{
    background-color:#EED677;
    border-radius: 30px;
    width: 66%;
    margin: auto auto 80px auto;
    padding: 20px 50px 20px 50px;
}

.whasrvela_text_box_yellow_section4{
    font-size: 1.25rem;
    color: black;
    font-family: 'Istok Web', sans-serif;
    text-align: center;
}

/* QUE ES REVELA - SECTION5 */
.whatsrvela_container_section5{
    padding: 80px 0px 80px 0px;
}

.whatsrevela_title_section5{
    font-size: 1.875rem;
    color: black;
    font-family: 'Margarine', cursive;
    text-align: center;
}

.whatsrevela_title2_section5{
    font-size: 1.875rem;
    color: #2ABC77;
    font-family: 'Margarine', cursive;
    text-align: center;
}

.whatsrevela_subtitle_Section5{
    font-size: 1.5625rem;
    color: black;
    font-family: 'Istok Web', sans-serif;
    text-align: center;
    width: 65%;
    margin: auto;
    margin-top: 80px;
}

.whatsrevela_container_green_boxes{
    display: flex;
    justify-content: space-evenly;
    margin-top: 100px;
}

.whatsrevela_green_box{
    background-color: #2ABC77;
    width: 40%;
    max-width: 470px;
    border-radius: 32px;
    padding: 28px 23px 28px 23px;
}

.whatsrvela_text_green_box{
    font-size: 1.25rem;
    color: white;
    font-family: 'Istok Web', sans-serif;
    text-align: center;
}

.whatsrvela_position_title_team{
    margin-top: 100px;
}

.whatsrevela_title_team{
    font-size: 1.875rem;
    color: black;
    font-family: 'Margarine', cursive;
    text-align: center;
    margin: 0px;
}

.whatsrevela_title2_team{
    font-size: 1.875rem;
    color: #2ABC77;
    font-family: 'Margarine', cursive;
    text-align: center;
}

.whatsrevela_container_img_team{
    display: flex;
    justify-content: space-evenly;
    margin-top: 80px;
}

/* QUE ES REVELA - SECTION6 */
.whatsrvela_container_section6{
    padding: 80px 0px 80px 0px;
    background-color: #F1F1F1;
}

.whatsrevela_position_title_sectio6{
    margin-top: 100px;
}

.whatsrevela_title_sction6{
    font-size: 1.875rem;
    color: black;
    font-family: 'Margarine', cursive;
    text-align: center;
}

.whatsrevela_title2_sction6{
    font-size: 1.875rem;
    color: #2ABC77;
    font-family: 'Margarine', cursive;
    text-align: center;
}

.whaatsrevela_container_info_director{
    display: flex;
    justify-content: space-evenly;
    margin-top: 120px;
}

.whatsrvela_section_info_director{
    display: flex;
    flex-direction: column;
    align-items: center;

}

.whatsrvela_text_director{
    font-size: 1.5625rem;
    color: black;
    font-family: 'Istok Web', sans-serif;
    text-align: center;
    margin: auto 0px 0px 0px;
}

.whatsrvela_text2_director{
    font-size: 1.5625rem;
    color: #2ABC77;
    font-family: 'Margarine', cursive;
    text-align: center;
    margin: 0px;
}

.whatsrevela_section_text_director{
    width: 680px;
    margin-left: 10px;
}

.whatsrevela_text_about_director{
    font-size: 1.5625rem;
    color: black;
    font-family: 'Istok Web', sans-serif;
}

.whatsrevela_button_socialmedia_director{
    font-family: 'Margarine', cursive;
    color: white;
    font-size: 1.125rem;
    border-radius: 10px;
    background: #2ABC77;
    display: flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
}

/* NICO REVELA - SECTION1 */
.nicorevel_container_section1{
    display:flex;
    justify-content: space-evenly;
    align-items: center;
}

.nicorevel_title_section1{
    font-size: 3.75rem;
    color: black;
    font-family: 'Margarine', cursive;
    margin: 0px;
}

.nicorevel_title2_section1{
    font-size: 3.75rem;
    color: #2ABC77;
    font-family: 'Margarine', cursive;
}

.nicorevel_text_section1{
    font-size: 1.25rem;
    color: black;
    font-family: 'Istok Web', sans-serif;
    text-align: left;
    width: 330px;
}

.nicorevel_button_section1{
    font-family: 'Margarine', cursive;
    color: white;
    font-size: 1.125rem;
    border-radius: 10px;
    background: #2ABC77;
    display: flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
}

.nicorevel_img_pirnicpal{
    max-width: 660px;
    width: 50vw;
    padding: 50px 0px 50px 0px;
}

.nicorevel_position_section1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nicorevel_position_botton_section1 {
    display: flex;
    justify-content: flex-start;
    width: 95%;
}

/* NICO EVELA - SECTION2 */
.nicorevel_container_section2{
    background-image: url('https://storage.googleapis.com/develops_assets.airmedia.com.mx/revela/imagenes/fondo_nico_nuevo.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.nicorevel_green_box_section2{
    background-color: #2ABC77;
    border-radius: 17px;
    width: 646px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0px 50px 0px;
}

.nicovel_text_interrogation{
    font-family: 'Margarine', cursive;
    color: white;
    font-size: 6.25rem;
    margin: 0px;
}

.nicorevel_text_green_box{
    font-family: 'Margarine', cursive;
    color: white;
    font-size: 2.5rem;
    margin: 0px 30px 0px 30px;
    text-align: center;

}

.nicorevel_text2_green_box{
    font-family: 'Margarine', cursive;
    color: #EED677;
    font-size: 2.5rem;
    margin: 0px;
}

.nicorevel_position_container_section2{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.nicorevel_principal_text_section2{
    font-size: 1.25rem;
    color: black;
    font-family: 'Istok Web', sans-serif;
    text-align: justify;
    width: 834px;
}

/* NICO REVELA -SECTION3 */
.nicorevel_section3{
    padding: 80px 0px 80px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nicorevel_text_blog_title{
    font-size: 1.875rem;
    color: black;
    font-family: 'Istok Web', sans-serif;
    padding-left: 50px;
    width: 90%;
}

.nicorevel_container_blog_card{
    background-color: #D9D9D9;
    width: 418px;
}

.nicorevel_date{
    font-size: 1.125rem;
    color: black;
    font-family: 'Istok Web', sans-serif;
    padding-right: 20px;
}

.nicorvel_title_blog{
    font-size: 1.875rem;
    color: black;
    font-family: 'Istok Web', sans-serif;
}

.nicorevel_button_blog{
    font-size: 1.125rem;
    color: black;
    font-family: 'Istok Web', sans-serif;
    border-radius: 50px;
    background-color: transparent;
    display: flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    cursor: pointer;
    width: 230px;
    margin-bottom: 50px;
}

.nicorevel_position_date_card{
    display: flex;
    justify-content: right;
}

.nicorevel_position_blog_card{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.nicorevel_position_container_blog{
    display: flex;
    justify-content: space-evenly;
}

.nicorevel_img_photo{
    width: 100%;
}

/* ECOS - SECTION1 */
.ecos_background_section1{
    background-image: url('https://storage.googleapis.com/develops_assets.airmedia.com.mx/revela/imagenes/fondo_figura_ecos.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.ecos_position_section1{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 90%;
}

.ecos_position_text_section1{
    display: flex;
    flex-direction: column;
}

.ecos_title_section1{
    font-family: 'Margarine', cursive;
    color: #2ABC77;
    font-size: 5rem;
    margin-bottom: 0px;
}

.ecos_text_section1{
    font-family: 'Istok Web', sans-serif;
    color: black;
    font-size: 1.5625rem;
    width: 80%;
    margin-bottom: 100px;
}

.ecos_img_section1{
    max-width: 537px;
    width: 46vw;
}

/* ECOS - SECTON2 */
.eco_background_section2{
    width: 100%;
    background-color: white;
    padding-top: 70px;
}

.eco_card_background_section2{
    background-color: #EED677;
    width: 627px;
    border-radius: 15px;
    padding: 50px 0px 50px 0px;
    margin-top: 50px;
    height: 700px;
}

.eco_position_card_section2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.eco_title_card{
    font-family: 'Margarine', cursive;
    color: black;
    font-size: 2.5rem;
}

.eco_title2_card{
    font-family: 'Margarine', cursive;
    color: #2ABC77;
    font-size: 2.5rem;
}

.eco_text_card_Section2{
    font-family: 'Istok Web', sans-serif;
    color: black;
    font-size: 1.25rem;
    text-align: center;
    width: 70%;
}

.eco_button_card_section2{
    font-family: 'Istok Web', sans-serif;
    color: white;
    font-size: 1.5625rem;
    border-radius: 10px;
    background: #2ABC77;
    display: flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    margin: 50px 0px 0px 0px;
}

.eco_button2_card_section2{
    font-family: 'Istok Web', sans-serif;
    color: white;
    font-size: 1.5625rem;
    border-radius: 10px;
    background: #2ABC77;
    display: flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    margin: 160px 0px 0px 0px;
}

.eco_button3_card_section2{
    font-family: 'Istok Web', sans-serif;
    color: white;
    font-size: 1.5625rem;
    border-radius: 10px;
    background: #2ABC77;
    display: flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    margin: 130px 0px 0px 0px;
}

.eco_position_cards_sction2{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
}

.eco_single_text_card_section2{
    font-family: 'Margarine', cursive;
    color: black;
    font-size: 1.5625rem;
    text-align: center;
}

.eco_position_last_text_section2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 100px 0px 100px 0px;
}

.eco_last_text_section2{
    font-family: 'Istok Web', sans-serif;
    color: black;
    font-size: 1.875rem;
    text-align: center;
    margin: 0;
}

.eco_black_last_text_section2{
    font-family: 'Margarine', cursive;
    color: black;
    font-size: 1.875rem;
    text-align: center;
    margin: 0;
}

.eco_black_last_text2_section2{
    font-family: 'Margarine', cursive;
    color:#2ABC77;
    font-size: 1.875rem;
    text-align: center;
    margin: 0;
}

.eco_title_bottom_section2{
    font-family: 'Margarine', cursive;
    color:black;
    font-size: 2.5rem;
    text-align: center;
    margin: 0px 0px 50px 0px;
}

.eco_title2_bottom_section2{
    font-family: 'Margarine', cursive;
    color:#2ABC77;
    font-size: 2.5rem;
    text-align: center;
    margin: 0;
}

.eco_text_bottom_section2{
    font-family: 'Margarine', cursive;
    color:black;
    font-size: 1.5625rem;
    text-align: center;
    margin: auto;
    width: 90%;
}

.eco_text_bottom2_section2{
    font-family: 'Margarine', cursive;
    color:black;
    font-size: 1.875rem;
    text-align: center;
    margin: 50px 0px 0px 0px;
}

.ecos_last_section{
    padding: 150px 0px 100px 0px;
}

.eco_position_hash{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.eco_text_hash{
    font-family: 'Margarine', cursive;
    color:black;
    font-size: 3.75rem;
}

.eco_text2_hash{
    font-family: 'Margarine', cursive;
    color:#2ABC77;
    font-size: 3.75rem;
}

.eco_yellow_box{
    background-color: #EED677;
    border: 20px;
    padding: 50px;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 200px;
}

.eco_text_yellow_box{
    font-family: 'Istok Web', sans-serif;
    color: black;
    font-size: 1.5625rem;
    text-align: center;
    margin: 0;
}

.eco_button_yellow_box{
    font-family: 'Margarine', cursive;
    color: white;
    font-size: 1.5625rem;
    border-radius: 10px;
    background: #2ABC77;
    display: flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    margin: 50px 0px 0px 0px;
}

/* DONATION */
.donation_background_greey{
    background-image: url('https://storage.googleapis.com/develops_assets.airmedia.com.mx/revela/imagenes/fondo_figura_ecos.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.donation_background_white{
    background-color: white;
    margin-top: 150px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.donation_text_title{
    font-family: 'Margarine', cursive;
    color:#2ABC77;
    font-size: 3.75rem;
    text-align: center;
    margin-top: 100px;
}

.donation_subtitle{
    font-family: 'Margarine', cursive;
    color: black;
    font-size: 1.5625rem;
    text-align: center;
}

.donation_subtitle2{
    font-family: 'Margarine', cursive;
    color:#2ABC77;
    font-size: 1.5625rem;
    text-align: center;
}

.donation_text{
    font-family: 'Istok Web', sans-serif;
    color: black;
    font-size: 1.5625rem;
    text-align: center;
    margin: 0px;
}

.donation_text_subtitle{
    font-family: 'Margarine', cursive;
    color:#2ABC77;
    font-size: 1.875rem;
    text-align: center;
}

.donation_text2_subtitle{
    font-family: 'Margarine', cursive;
    color: black;
    font-size: 1.875rem;
    text-align: center;
}

.donation_position_counter{
    display: flex;
    justify-content: center;
    align-items: center;
}

.donation_text_simbol{
    font-family: 'Margarine', cursive;
    color:#EED677;
    font-size: 6.25rem;
    margin: 50px 0px 50px 0px;
}

.donation_counter{
    font-size: 62px;
    font-family: 'Margarine', cursive;
    border: none;
    outline: none;
    text-align: center;
    width: 300px;
    display: flex;
    justify-content: center;
}

.donation_container_counter{
    width: 100%;
    display: flex;
    justify-content: center;

}

#donation_counter::-webkit-inner-spin-button {
    opacity: 1;
}

.donation_button{
    font-family: 'Istok Web', sans-serif;
    color: white;
    font-size: 1.5625rem;
    border-radius: 10px;
    background: #2ABC77;
    display: flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    margin: 50px 0px 100px 0px;
}

.donation_container_final_text{
    margin:100px 0px 100px 0px;
    width: 90%;
}

.donation_last_text{
    font-family: 'Margarine', cursive;
    color: black;
    font-size: 1.875rem;
    text-align: center;
}

.donation_last_subtext{
    font-family: 'Istok Web', sans-serif;
    color: black;
    font-size: 1.5625rem;
    text-align: center;
    margin: 0px;
}

.donation_position_text{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    flex-direction: column;
}

/* NICO BOT */
/* #nico_bot {
    display: flex;
    text-align: center;
    position: fixed;
    top: 100px;
    right: 20px;
    z-index: 999;
}

.text_nicobot{
    background-color: #2ABC77;
    color: white;
    font-family: 'Margarine', cursive;
    font-size: 1.125rem;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 24px;
    border-radius: 30px;
}

.img_nicobot{
    margin-right: -81px;
    z-index: 9;
} */

/* NICO BOT */
.nicobot_button {
    display: flex;
    text-align: center;
    position: fixed;
    top: 100px;
    right: 20px;
    z-index: 999;
    border: none;
    background-color: transparent;
    padding: none;
    cursor:pointer;
    
  }
  
  .nico_bot_button:hover {
    opacity: .5;
  }
  
  .text_nicobot {
    background-color: #2ABC77;
    color: white;
    font-family: 'Margarine', cursive;
    font-size: 22px;
    width: 160px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 20px 0px 10px;
    border-radius: 30px;
    margin: none;
  }
  
  .img_nicobot {
    margin-right: -81px;
    z-index: 9;
  }
  
  
  .nicobot_chat_box {
      height: 70vh;
      max-width: 100%;
      max-height: 500px;
      width: 350px;
      background-color: #d0cdcd;
      position: fixed;
      bottom: 20px;
      right: 20px;
      display:none;
      z-index: 9999;
      border-radius: 15px;
      box-shadow: 0 0 50px rgba(0,0,0,.45);
  }
  
  .nicobot_chat_box_header {
    padding: 10px 20px;
    background-color: #2ABC77;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    text-align:center;
    font-family: 'Margarine', cursive;
    font-size: 22px;
    color: #fff;
    display: flex;
    align-items: center;
  }
  .nicobot_chat_box_header img {
    width:40px;
    height: 40px;
    margin-right: 10px;
  }
  
  .nicobot_chat_exit_button {
    font-size: 1.4rem;
    color: #FFF;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 20px;
  }
  
  .nicobot_chat_exit_button i {
    font-size: 20px;
    color: #FFF;
  }
  
  .nicobot_chat_box_body {
    padding: 16px;
    height: calc(100% - 140px);
    overflow-y: scroll;
    scroll-behavior: smooth;
    display: flex;
    flex-direction: column;
    } 
  
  .nicobot_chat_box_footer {
      max-width: 100%;
      height: 80px;
      position: absolute;
      bottom: -31px;
  }
   .nicobot_chat_box_footer input {
        max-width:100%;
            width: 270px;
      padding: 15px 15px 14px;
      border-bottom-left-radius: 15px;
      font-family: 'Margarine', cursive;
      border: none;
      position: fixed;
      background-color: #eee;
      font-size: 16px;
  }
  .nicobot_chat_box_footer input:focus {
          outline: none;
        }
  
  .nicobot_chat_box_footer input::placeholder {
    font-family: 'Margarine', cursive;
        }
  
  
    .nicobot_chat_box_footer button {
      position: absolute;
      bottom: 30px;
      font-size: 1.4rem;
      background: #fff;
      box-shadow: none;
      border: none;
      border-bottom-right-radius: 16px;
      color: #2ABC77;
      padding: 12px 15px;
      left: 300px;
      cursor: pointer;
  }
  .nicobot_chat_box_footer button:focus{
          outline: none;
        }
  .nicobot_chat_message {
    padding: 10px;
    max-width: 60%;
    margin: 7px 0px;
    border-radius: 5px;
    font-family: 'Istok Web', sans-serif;
  }
  
  .nicobot_chat_message.nico {
    background-color: #fff;
  }
  
  .nicobot_chat_message.user {
    background-color: #74c29d;
    align-self: flex-end;
  }
  
  .nicobot_chat_message.nico.question_option {
    color: #2ABC77;
    cursor: pointer;
  } 
  .nicobot_chat_message.nico.confirmation_options {
    background-color: #EED677;
    text-align: center;
    cursor: pointer;
  }


/* RESPONSIVE */
@media(max-width: 1245px){
    /* MENU HAMBURGUER */
    .container_div_menu{
        display: none;
    }
    .hamburguer{
        display: flex;
        width: 100%;
        position: absolute;
        top:100px;
    }
    .navbar{
        margin: 30px 10px 30px 10px;
    }
    label{
        right: 10px;
    }
}

@media(max-width: 960px){
    .home_text_section1{
        display: none;
    }
    .home_text_section1_responsive{
        display: flex;
    }
    .home_image_burbuja{
        width: 58vw;
    }
    .home_image_person_muletas{
        width: 28vw;
    }
    .home_section_position{
        padding: 80px 0px 40px 0px;
    }
    .home_section_position_section2{
        flex-direction: column;
        align-items: center;
    }
    .home_text_title_section2{
        text-align: center;
    }
    .home_text_subtitle_section2{
        text-align: center;
    }
    .home_text_little_text_section2{
        text-align: center;
    }
    .home_text_title_section2{
        text-align: center;
        margin: auto;
    }
    .home_image_persons{
        width: 35vw;
        max-width: 240px;
    }
    .home_position_text_section2{
        margin-left: 0px;
        width: 90%;
    }
    .home_text_section3{
        width: 90%;
    }
    .home_container_stadistics{
        flex-direction: column;
    }
    .home_text_title_section6{
        width: 90%;
    }
    .home_position_section6{
        width: 90%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .home_image_section6{
        width: 35vw;
        max-width: 180px;
    }
    .home_div_emerge{
        width: 90%;
    }
    .home_position_tip_section6{
        flex-direction: column;
    }
    .home_backgound_tip_section6{
        padding: 85px 30px 30px 30px;
    }
    .home_text_tip_section6{
        text-align: center;
    }
    .home_image_tip_section6{
        margin-right: 0px;
        margin-bottom: -50px;
    }
    .home_position_tip_section6{
        margin-top: 100px;
    }
    .home_position_text_affect_responsive{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        width: 100%;
    }
    .home_image1_affect{
        display: none;
    }
    .home_image2_affect{
        display: none;
    }
    .home_position_buttons_section7{
        flex-direction: column;
        margin-top: 0px;
    }
    .home_line_green{
        width: 10vw;
        margin: 0px 5px 0px 5px;

    }
    .container_footer{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 30px;
    }
    .main_container_footer{
        height: 100%;
    }
    .footer_position_logo{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .direction_social_media{
        align-items: center;
        padding: 10px;
    }
    .text_contact{
        padding: 10px 0px 5px 0px;
    }
    .container_icon_social_media{
        margin-bottom: 10px;
    }
    .home_image_persons_section4{
        width: 86vw;
    }
    .home_image1_affect_responsive{
        margin-top: 30px;
    }
    .home_image2_affect_responsive{
        margin-top: 30px;
    }
    .logo{
        max-width: 35vw;
        height: auto;
    }
    .home_text_section4{
        font-size: 20vw;
    }
    .home_position_section4{
        width: 90%;
        margin: auto;
    }
    .home_background_affect{
        width: 70%;
    }
    .whatsrevela_position_section1{
        flex-direction: column;
        align-items: center;
    }
    .whatsrevela_title_section1{
        text-align: center;
        width: 100%;
        margin: 20px 0px 10px 0px;
    }
    .whatsrvela_position_section_person_text{
        width: 90%;
    }
    .whatsrevela_text_title_Section1{
        text-align: center;
        width: 90%;
        margin: auto;
    }
    .whatsrevela_position_text_section2{
        width: 90%;
        margin: 40px auto auto auto;

    }
    .whatsrevela_text_section2{
        width: 100%;
    }
    .whatsrevela_container_position_secction3{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 80px 0px 80px 0px;
    }
    .whatsrvela_position_section3{
        width: 90%;
        text-align: center;
    }
    .whatsrevela_container_green_boxes{
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        /* height: 700px; */
    }
    .whatsrevela_green_box{
        width: 70%;
        margin:20px
    }
    .whatsrevela_container_img_team{
        flex-direction: column;
        align-items: center;
        height: 700px;
    }
    .whaatsrevela_container_info_director{
        flex-direction: column;
        align-items: center;
        margin-top: 80px;
    }
    .whatsrevela_section_text_director{
        width: 90%;
    }
    .whatsrevela_text_about_director{
        text-align: center;
    }
    .whatsrevela_position_button{
        display: flex;
        justify-content: center;
    }
    .whatsrvela_container_section2{
        padding: 80px 0px 80px 0px;
    }
    .whatsrvela_container_section4{
        padding: 0px 0px 0px 0px;
    }
    .whatsrevela_title_section4{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .whasrvela_text_section4{
        width: 90%;
    }
    .whatsrvela_container_section5{
        padding: 0px 0px 0px 0px;
    }
    .whatsrevela_subtitle_Section5{
        margin-top: 50px;
    }
    .whatsrevela_container_img_team{
        margin-top: 0px;
    }
    .whatsrvela_container_section6{
        padding: 20px 0px 80px 0px;
    }
    .whatsrevela_title_sction6{
        margin-bottom: 0px;
    }
    .whatsrvela_text_director{
        margin-top: 50px;
    }
    .text_footer{
        text-align: center;
    }
    .nicorevel_container_section1{
        justify-content: center;
        flex-direction: column-reverse;
        width: 90%;
        align-items: center;
    }
    .nicorevel_green_box_section2{
        width: 90%;
        padding: 20px;
    }
    .nicorevel_principal_text_section2{
        width: 100%;
    }
    .nicorevel_text_green_box {
        margin: 0px 10px 0px 10px;
    }
    .nicorevel_img_photo{
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 85%;
    }
    .nicorevel_img_pirnicpal{
        width: 60vw;
    }
    .nicorevel_text_section1{
        text-align: center;
        width: 90%;
    }
    .nicorevel_position_botton_section1{
        justify-content: center;
    }
    .ecos_position_section1{
        flex-direction: column-reverse;
    }
    .ecos_img_section1{
        width: 60vw;
        margin-top: 90px;
    }
    .ecos_title_section1{
        text-align: center;
    }
    .ecos_text_section1{
        text-align: center;
        width: 90%;
        margin: 50px auto 100px auto;
    }
    .eco_card_background_section2{
        width: 90%;
        height: 100%;
    }
    .eco_position_hash{
        flex-direction: column;
        justify-content: center;
        width: 90%;
        text-align: center;
        margin: auto;
    }
    .eco_text_hash {
        font-size: 2.1rem;
        text-align: center;
        margin: 20px 0px 0px 0px;
    }
    .eco_text2_hash {
        font-size: 2.1rem;
        text-align: center;
        margin: 20px 0px 0px 0px;
    }
    .ecos_last_section{
        padding: 150px 0px 50px 0px;
        width: 90%;
    }
    .eco_yellow_box{
        margin-top: 150px;
        width: 65%;
    }
    .image_boy_section5{
        display: none;
    }
    .image_boy_mobile_section5{
        display: flex;
    }
    .home_container_stadistic{
        width: 90%;
    }
    .home_container_stadistic{
        width: 90%;
    }
    .donation_position_counter{
        width: 90%;
        margin: auto;
    }
    .donation_counter{
        width: 90%;
    }
    .img_alexa{
        width: 80%;
    }
    .main_general_container_home{
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: auto;
    }
    .main_general_container_whatsrvela{
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: auto;
    }
    .whatsrvela_position_title_team{
        margin: 100px auto auto auto;
        width: 90%;
    }
    .whatsrevela_img1_team{
        width: 90vw;
    }
    .main_general_container_nicorevela{
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: auto;
    }
    .nicorevel_title_section1{
        text-align: center;
        width: 90%;
        margin: auto;
    }
    .nicorevel_position_container_section2{
        width: 80%;
        margin: 0px;
    }
    .nicorevel_text_green_box{
        font-size: 1.5rem;
    }
    .nicorevel_text2_green_box{
        font-size: 1.5rem;
    }
    .nicovel_text_interrogation{
        font-size: 3.25rem;
    }
    .nicorevel_text_blog_title{
        text-align: center;
        padding-left: 0px;
    }
    .nicorevel_position_container_blog{
        margin: auto;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .nicorevel_container_blog_card{
        width: 100%;
    }
    .nicorevel_section3{
        width: 90%;
    }
    .main_general_container_ecos{
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: auto;
    }
    .eco_position_last_text_section2{
        width: 90%;
        margin: 100px auto 100px auto;
    }
    .eco_button2_card_section2{
        margin: 0px;
    }
    .eco_button3_card_section2{
        margin:0px;
    }


}



/*Seccion top con imagen ancho completo*/
.top-one-image-section {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

/*Seccion top con background-imagen ancho completo*/
.top-background-image-section {
    aspect-ratio: 3.5/1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

/*Blog*/


.top-one-image-section-img {
    width: 100%;
    height:auto;
    display:block;
}
.blog-int-all-blog-notes-section {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding: 50px 0px 35px;
}
.blog-int-all-blog-notes-container {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    width:90%;
    padding:50px 0px;
}
.blog-int-all-blog-note {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:100%;
    margin-bottom: 15px;
    border: 1px solid #AEAEAE;
    background: #FFF;
}
.blog-int-all-blog-note-title-container {
    width:100%;
    padding: 20px 0px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.blog-int-all-blog-note:nth-child(even) {
    background: linear-gradient(0deg, #fff 50%, #EED677 50%);
    background-color:#EED677;
}

.blog-int-all-blog-note:nth-child(even) .blog-int-all-blog-note-title-container {
    background-color:#EED677;
} 

.blog-int-all-blog-note:nth-child(odd) {
    background: linear-gradient(0deg, #fff 50%, #2ABC77 50%);
}

.blog-int-all-blog-note:nth-child(odd) .blog-int-all-blog-note-title-container {
    background-color:#2ABC77;
}
.blog-int-all-blog-note-title {
    text-align: center;
    font-family: 'Margarine', cursive;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin:0px;
    width:90%;
}
.blog-int-all-blog-note:nth-child(odd) .blog-int-all-blog-note-title {
    color: #FFF;
}
.blog-int-all-blog-note:nth-child(even) .blog-int-all-blog-note-title {
    color: #000;
}

.blog-int-all-blog-note-background-img {
    width:100%;
    height: 159px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position:center;
    border-bottom: 1px solid #AEAEAE;
}
.blog-int-all-blog-note-meta-container {
    width:100%;
    padding: 8px 0px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
.blog-int-all-blog-note-meta {
    width:90%;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.blog-int-all-blog-note-meta-author {
    margin:0px;
    max-width:calc(50% - 18px);
    color: #000;
    font-family: 'Istok Web', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* max-width:505; */
    padding: 6px 18px 6px 0px;
    border-right: 1px solid #AEAEAE;
}
.blog-int-all-blog-note-link-container {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:48%;
}
.blog-int-all-blog-note-link {
    padding: 1px;
    width: 109px;
    border-radius: 50px;
    border: 1px solid #AEAEAE;
    color: #000;
    text-align: center;
    font-family: 'Istok Web', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor:pointer
}
.blog-int-all-blog-note-link:hover {
    color: #2ABC77;
    border: 1px solid #2ABC77;
}

.blog-int-all-blog-notes-container.only-green .blog-int-all-blog-note {
    background: linear-gradient(0deg, #fff 50%, #2ABC77 50%)!important;
}

.blog-int-all-blog-notes-container.only-green .blog-int-all-blog-note-title-container {
    background-color: #2ABC77 !important;
}

.blog-int-all-blog-notes-container.only-green .blog-int-all-blog-note-title {
    color: #fff !important;
}

.blog-int-all-blog-notes-container.only-yellow .blog-int-all-blog-note {
    background: linear-gradient(0deg, #fff 50%, #EED677 50%);
}

.blog-int-all-blog-notes-container.only-yellow .blog-int-all-blog-note-title-container {
    background-color:#EED677 !important;
}

.blog-int-all-blog-notes-container.only-yellow .blog-int-all-blog-note-title {
    color: #000 !important;
}
@media(min-width:650px) {
    .blog-int-all-blog-notes-container {
        justify-content: flex-start;
    }
    .blog-int-all-blog-note {
        width:47%;
        margin:7px;
        max-width: 400px;
    }
}
@media(min-width:1000px) {
    .blog-int-all-blog-note {
        width:31%;
    }
}

.b-goback-button {
    border-radius: 0px 0px 8px 8px;
    background: #2ABC77;
    color: #FFF;
    text-align: center;
    font-family: 'Istok Web', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 125px;
    height: 39px;
    text-decoration: none;
    position: absolute;
    transform: rotate(270deg);
    top: 90px;
    left: -43px;
}
.b-goback-button-arrow {
    margin-right: 15px;
    transform: rotate(90deg);
}


/*Nota blog interno*/
.nota-bi-content-section {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding: 35px 0px;
    /* margin-bottom: 100px; */
    position: relative; 
}
.nota-bi-content {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width: 80%;
    max-width:1097px;
}
.nota-bi-title-container {
    display:flex;
    align-items:center;
    justify-content:center;
    width: 100%;
    margin: 15px 0px;
}
.nota-bi-title {
    color: #000;
    font-family: 'Margarine', cursive;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin:0px;
}
.nota-bi-title-container img {
    margin-left: 15px;
    width: 48px;
    height: auto;
}
.nota-bi-metadata {
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    width: 100%;
    color: #000;
    font-family: 'Century Gothic';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 15px 0px;
}
.nota-bi-metadata-author {
    margin: 0px;
}
.nota-bi-metadata-hr {
    width:100%;
    height: 1px;
    border: none;
    background-color: #000;
    margin: 10px 0px;
}
.nota-bi-metadata-date {
    margin: 0px;
}
.nota-bi-header-hr {
    width: 100%;
    height: 1px;
    background: #000;
    border: none;
    margin: 15px 0px;
    display: none;
}
.nota-bi-article {
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    width: 100%;
    padding: 10px 0px 30px;
}
.nota-bi-article-h3-icon-container {
    display:flex;
    align-items:center;
    justify-content:flex-start;
    width: 100%;
}
.nota-bi-article-h3-icon {
    margin: 0px 15px 0px 0px !important;
}
.nota-bi-article-h3 {
    font-family: 'Margarine', cursive;
    color: #000;
    text-align: justify;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.nota-bi-article p {
    color: #000;
    font-family: 'Istok Web', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: justify;
    width: 100%;
}
.nota-bi-article img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 20px 0px;
}
.nota-bi-article-reference {
    color: #000;
    font-family: 'Istok Web', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: justify;
}
.nota-bi-article-reference span {
    color: #2ABC77;
}
.nota-bi-refrerence-hr {
    width: 100%;
    background: #2ABC77;
    height: 1px;
    margin: 35px 0px;
}
.other-notes-bi-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 0px;
}
.other-notes-bi-container {
    display: none;
    justify-content: space-between;
    width: 90%;
}

.other-notes-bi-container .blog-int-all-blog-note {
    width: 31%;
}

.other-notes-bi-container.only-dark-color .blog-int-all-blog-note {
    background: linear-gradient(0deg, #fff 50%, #2ABC77 50%)!important;
}

.other-notes-bi-container.only-dark-color .blog-int-all-blog-note-title-container {
    background-color: #2ABC77 !important;
}

.other-notes-bi-container.only-dark-color .blog-int-all-blog-note-title {
    color: #fff !important;
}

.other-notes-slider-mobile {
    width:90%;
    max-width: 500px;
}
.other-notes-slider-mobile .slick-arrow {
    position: absolute;
    border: none;
    background: transparent;
    cursor: pointer;
}
.other-notes-slider-mobile .slick-arrow i {
    color: #2ABC77;
    font-size: 42px;
}

.other-notes-slider-mobile .slick-prev {
    right: calc(100% + 5px);
    top: calc(50% - 42px);
}
.other-notes-slider-mobile .slick-next {
    left: calc(100% + 5px);
    top: calc(50% - 42px);
} 
.other-notes-slider-mobile .slick-dots {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    width: fit-content;
    margin: auto;
}

.other-notes-slider-mobile .slick-dots li {
    background: none;
    border: none;
}

.other-notes-slider-mobile .slick-dots li button {
    background: #b4aeae;
    border: none;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    color: transparent;
    font-size:0px;
    cursor: pointer;
}

.other-notes-slider-mobile .slick-dots .slick-active button {
    background: #2ABC77;
}

.other-notes-slider-mobile.only-dark-color .blog-int-all-blog-note-title-container {
    background-color: #2ABC77 !important;
}

.other-notes-slider-mobile.only-dark-color .blog-int-all-blog-note-title {
    color: #fff !important;
}

.other-notes-slider-mobile .blog-int-all-blog-note {
    width:auto;
    max-width:none;
}

@media(min-width:600px) {
    .nota-bi-title-container {
        justify-content:flex-start;
    }
    .nota-bi-title-container img {
        width: 40px;
    }
    .nota-bi-title {
        font-size: 28px;
    }
    .nota-bi-metadata {
        flex-direction: row;
        justify-content:flex-start;
        font-size: 16px;
    }
    .nota-bi-metadata-hr {
        width: 1px;
        height: 20px;
        margin: 0px 10px;
    }
    .nota-bi-header-hr {
        display: block;
    }
    .nota-bi-article-h3 {
        font-size: 24px;
    }
    .nota-bi-article-p {
        font-size: 18px;
    }
    .nota-bi-article-reference {
        font-size: 18px;
    }
}
@media(min-width:700px) {
    .other-notes-slider-mobile {
        max-width: 100%;
    }
}

@media(min-width:900px) {
    .nota-bi-title-container {
        margin: 20px 0px;
    }
    .nota-bi-title-container img {
        width: 48px;
    }
    .nota-bi-title {
        font-size: 42px;
    }
    .nota-bi-metadata {
        font-size: 18px;       
        margin:18px 0px;
    }
    .nota-bi-article {
        padding: 10px 0px 30px;
    }
    .nota-bi-article-h3 {
        font-size: 28px;
    }
    .nota-bi-article-p {
        font-size: 20px;
    }
    .nota-bi-article-reference {
        font-size: 20px;
    }
}
@media (min-width:1000px) {
    .other-notes-bi-container {
        display:flex;
    }
    .other-notes-slider-mobile {
        display:none;
    }
}

@media(min-width:1200px) {
    .nota-bi-title-container {
        margin: 25px 0px;
    }
    .nota-bi-title {
        font-size: 50px;
    }
    .nota-bi-title-container img {
        width: 56px;
    }
    .nota-bi-metadata {     
        margin:25px 0px;
    }
    .nota-bi-article-h3 {
        font-size: 30px;
    }
}

/*Two columns top section*/
.top-two-columns-text-image-section {
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    width: 100%;
    padding: 50px 0px;
}
.top-two-columns-text-image-container {
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    width: 90%;
}
.top-two-columns-text-container {
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    width: 100%;
}
.top-two-columns-title {
    color: #000;
    font-family:'Margarine', cursive;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
    text-align: center;
}
.top-two-columns-title span {
    color: #2ABC77;
}
.top-two-columns-text-p {
    color: #000;
    font-family: 'Istok Web', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 479px;
    text-align: center;
}
.top-two-columns-img-container {
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    width: 100%;
}
.top-two-columns-img {
    max-width: 250px;
    width:90%;
    height: auto;
}

@media(min-width:600px) {
    .top-two-columns-title {
        font-size: 36px;
    }
    .top-two-columns-text-p {
        font-size: 20px;
    }
}

@media(min-width:700px) {
    .top-two-columns-text-image-container {
        flex-direction: row;
        justify-content:space-around;
        max-width: 1400px;
    }

    .top-two-columns-text-container {
        width: 65%;
    }

    .top-two-columns-img-container {
        width: 33%;
    }

}

@media(min-width:900px) {
    .top-two-columns-title {
        font-size: 48px;
    }
    .top-two-columns-text-p {
        font-size: 22px;
    }
}

@media(min-width:1000px) {
    .top-two-columns-title {
        text-align: start;
    }
    .top-two-columns-text-p {
        text-align: start;
    }
    .top-two-columns-text-container {
        align-items: flex-start;
        width: 60%;
    }

    .top-two-columns-img-container {
        align-items: flex-start;
        width: 38%;
    }
}

@media(min-width:1200px) {
    .top-two-columns-img {
        max-width: 428px;
    }
    .top-two-columns-title {
        min-width: 700px;
    }


    .top-two-columns-title {
        font-size: 60px;
        text-align: start;
    }
    .top-two-columns-text-p {
        font-size: 25px;
        text-align: start;
    }
}

/* Revela simple text*/
.revela-simple-title {
    color: #000;
    text-align: center;
    font-family: 'Margarine', cursive;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.revela-simple-title span {
    color: #2ABC77;
}
.revela-simple-text-p {
    color: #000;
    text-align: center;
    font-family: 'Istok Web', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.revela-simple-text-p span {
    color: #2ABC77;
}
@media(min-width:600px) {
    .revela-simple-title {
        font-size: 28px;
    }
    .revela-simple-text-p {
        font-size: 18px;
    }
}
@media(min-width:900px) {
    
    .blog-intro-title {
        font-size: 30px;
    }
    .blog-intro-text-p {
        font-size: 20px;
    }
}

/*Blog.php*/


.blog-notes-topics-section {
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    width: 100%;
    padding: 0px;
}
.blog-notes-topic-item {
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    width: 90%;
    padding: 30px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.blog-notes-topic-item:nth-child(3n+1) {
    background: #EED677;
}
.blog-notes-topic-item:nth-child(3n+3) {
    background: #2ABC77;
}
.blog-notes-topic-item-content {
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    width: 90%;
    padding: 30px 0px;
}
.blog-notes-topic-question {
    color: #2ABC77;
    font-family: 'Margarine', cursive;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
    text-align: center;
}
.blog-notes-topic-item.dark-bgd .blog-notes-topic-question {
    color: #EED677;
}
.blog-notes-topic-title {
    color: #000;
    font-family: 'Istok Web', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
    text-align: center;
}
.blog-notes-topic-item.dark-bgd .blog-notes-topic-title {
    color: #FFF;
}
.blog-notes-topic-text-p {
    color: #000;
    text-align: justify;
    font-family: 'Istok Web', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 50px 0px;
}
.blog-notes-topic-item.dark-bgd .blog-notes-topic-text-p {
    color: #FFF;
}
.blog-notes-topic-link-buton {
    border-radius: 8px;
    background: #2ABC77;
    width: 150px;
    height: 40px;
    color: #FFF;
    text-align: center;
    font-family: 'Istok Web', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    text-decoration: none;
    cursor: pointer;
}
.blog-notes-topic-link-buton:hover {
    opacity:.5;
}

.blog-notes-topic-item.dark-bgd .blog-notes-topic-link-buton {
    background: #EED677;
}

.blog-info-section {
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    width: 100%;
    padding: 50px 0px;
}
.blog-intro-container {
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    width: 90%
}
.blog-intro-title {}
.blog-intro-text-p {}
.blog-info-columns-container {
    flex-direction: column;
    display:flex;
    align-items: center;
    justify-content:center;
    width: 90%;
    padding: 30px 0px;
}
.blog-info-column {
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    width: 100%;
    margin: 30px 0px
}
.blog-info-column-title {
    color: #000;
    text-align: center;
    font-family: 'Margarine', cursive;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0px;
}
.blog-info-column-title span {
    color: #2ABC77;
}
.blog-info-column-link {
    border-radius: 10px;
    background: #2ABC77;
    display: flex;
    width: calc(100% - 50px);
    padding: 10px 25px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: 'Margarine', cursive;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    cursor: pointer;
}

.blog-info-column-link img {
    margin-left: 15px;
}

.blog-info-column-link:hover {
    opacity: .5;
}



@media(min-width:600px) {
    .blog-info-section {
        padding: 80px 0px;
    }
    /* .blog-info-column-title {
        font-size:28px;
    }
    .blog-info-column-link {
        font-size: 20px;
    } */
}

@media(min-width:700px) {
    .blog-notes-topic-item-content {
        align-items:flex-start;
    }
    .blog-notes-topic-question,
    .blog-notes-topic-title {
        font-size: 32px;
        text-align: start;
    }
    .blog-notes-topic-text-p {
        font-size: 18px;
    }
    .blog-notes-topic-link-buton {
        width: 181px;
        height: 56px;
        font-size: 18px;
    }
    .blog-info-columns-container {
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
    }
    .blog-info-column {
        justify-content: space-between;
        width: 48%;
    }
}

@media(min-width:900px) {
    .blog-notes-topic-item {
        padding: 50px 0px;
    }
    .blog-notes-topic-item-content {
        padding: 50px 0px;
    }
    .blog-notes-topic-question {
        font-size: 36px;
    }
    .blog-notes-topic-title {
        font-size: 36px;
    }
    .blog-notes-topic-text-p {
        font-size: 20px;
    }
    .blog-info-section {
        padding: 100px 0px;
    }
    .blog-info-column-title {
        font-size:30px;
    }
    .blog-info-column-link {
        font-size: 25px;
    }
}

/*Nota de blog php*/
.sn-blog-content-section {
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    width: 100%;
    padding: 50px 0px;
    position: relative;
}
.sn-blog-title-container {
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    width: 90%;
    position: relative;
    padding: 30px 0px;
}
.sn-blog-title {
    color: #000;
    text-align: center;
    font-family: 'Margarine', cursive;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px 0px 25px;
}
.sn-blog-date-container {
    background: #2ABC77;
    width: 85%;
    max-width: 550px;
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    padding: 15px 0px;
}
.sn-blog-date-day {
    color: #FFF;
    text-align: center;
    font-family: 'Istok Web', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
}
.sn-blog-date-m-y {
    color: #FFF;
    font-family: 'Istok Web', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
}
.sn-blog-article {
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    width: 90%;
    font-family: 'Istok Web', sans-serif;
    font-size: 16px;
    font-style: normal;
}
.sn-blog-article p {
    color: #000;
    text-align: justify;
    font-family: 'Istok Web', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
}
.sn-blog-article a {
    color: #2ABC77;
}
.sn-blog-author-container {
    display:flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content:center;
    width: 90%;
}
.sn-blog-author {
    color: #000;
    font-family: 'Istok Web', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.sn-blog-author-hr {
    width: 100%;
    height: 1px;
    background: #AEAEAE;
    margin: 0px;
}

.other-notes-bi-title.snb-other-nb {
    color: #000;
    text-align: center;
    font-family: 'Margarine', cursive;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 90%;
}

@media(min-width:600px) {
    .sn-blog-title {
        font-size: 36px;
    }
    .sn-blog-date-day {
        font-size: 28px;
    }
    .sn-blog-date-m-y {
        font-size: 18px;
    }
    .sn-blog-article p {
        font-size: 18px;
    }
    .sn-blog-author {
        font-size: 18px;
    }
}
@media(min-width:700px) {}
@media(min-width:900px) {
    .sn-blog-title {
        font-size: 48px;
        margin: 0px;
        max-width: 60%;
    }
    .sn-blog-date-container {
        width: 159px;
        min-height: 159px;
    }
    .sn-blog-date-day {
        font-size: 32px;
    }

    .sn-blog-date-container {
        width: 159px;
        min-height: 159px;
        position: absolute;
        top:0px;
        left: 0px;
        padding: 0px;
    }
    .sn-blog-article {
        margin-top: 50px;
    }
}
@media(min-width:1000px) {}
@media(min-width:1200px) {
    .sn-blog-title {
    font-size: 60px;
}
.sn-blog-date-container {
    width: 159px;
    min-height: 159px;
}
.sn-blog-date-day {
    font-size: 35px;
}
.sn-blog-date-m-y {
    font-size: 20px;
}
.sn-blog-article p {
    font-size: 20px;
}
.sn-blog-author {
    font-size: 20px;
}}

/*Directorio Revela*/

.top-two-columns-text-container{}
.top-two-columns-img-container{}

.dRev-banner-d-section {
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0px;
}
.dRev-banner-d-columns-container {
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    width: 90%;
    padding: 30px 0px;
}
.dRev-banner-d-img-container {
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    margin: 0px 0px 30px;
}
.dRev-banner-d-img {
    width: 80px;
    height: auto;
}
.dRev-banner-d-text-container {
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    width: 100%;
}
.dRev-banner-d-title {
    color: #FFF;
    font-family: 'Margarine', cursive;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0px;
    text-align: center;
    margin: 0px 0px 20px;
    width: 90%;
}
.dRev-banner-d-title span {
    color: #EED677;
}
.dRev-banner-d-text-p {
    color: #FFF;
    font-family: 'Istok Web', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin: 0px;
    width: 90%;
}
.dRev-orgs-section {
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    width: 100%;
    padding: 50px 0px;
    background-image: url('https://storage.googleapis.com/develops_assets.airmedia.com.mx/revela/imagenes/fondo_blog_nuevo.png');
    background-position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
}
.dRev-simple-text-container {
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    width: 90%;
    padding: 30px 0px;
}
.dRev-simple-text-container .revela-simple-title {
    width: 90%;
}
.dRev-simple-text-container .revela-simple-text-p {
    font-size: 18px;
    width: 90%;
}
.dRev-orgs-container {
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    width: 90%;
}
.dRev-org-info-item {
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    width: 100%;
    margin-top: 50px;
}
.dRev-org-info-column {
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    width: 100%;
    margin: 25px 0px;
}
.dRev-org-info-column.card {
    border-radius: 30px;
    padding-bottom: 30px;
}
.dRev-org-icon-container {
    background-color: #FFF;
    border-radius: 50%;
    border: 1px solid #2ABC77;
    aspect-ratio : 1 / 1;
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -10%;
}
.dRev-org-icon {
    width: 90%;
}
.dRev-org-info-country {
    color: #000;
    font-family: 'Istok Web', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 20px 0px 0px;
    width: 90%;
    text-align: center;
}
.dRev-org-info-name {
    color: #000;
    font-family: 'Istok Web', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
    text-align: center;
    width: 90%;
}
.dRev-org-info-hr {
    width: 90%;
    height: 1px;
    border: none;
    background: #2ABC77;
    margin: 20px 0px;
}
.dRev-org-info-link-p {
    color: #000;
    text-align: center;
    font-family: 'Istok Web', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    width: 90%;
}
.dRev-org-info-link {
    color: #2ABC77;
}
.dRev-org-info-text-p {
    color: #000;
    text-align: justify;
    font-family: 'Istok Web', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
    width: 90%;
}

.dRev-org-info-column.card.dark-bgd .dRev-org-info-country,
.dRev-org-info-column.card.dark-bgd .dRev-org-info-name ,
.dRev-org-info-column.card.dark-bgd .dRev-org-info-link-p,
.dRev-org-info-column.card.dark-bgd .dRev-org-info-link {
    color: #FFF;
}


.dRev-info-contacto-section {
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    width: 100%;
    padding: 30px 0px;
}
.dRev-org-info-column.card.dark-bgd .dRev-org-info-hr {
    background: #EED677;
}

.dRev-simple-text-container.yellow-card {
    border-radius: 30px;
    background: #EED677;
    padding: 40px 0px;
}

.dRev-simple-text-container.spacing {
    margin: 50px 0px;
}

.dRev-linea-vida-container {
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0px;
}
.dRev-simple-text-container.dark-bgd .revela-simple-title,
.dRev-simple-text-container.dark-bgd .revela-simple-text-p,
.dRev-simple-text-container.dark-bgd .dRev-org-info-link {
    color: #fff;
    text-align: center;
    width: 90%;
}
.dRev-simple-text-container.dark-bgd .revela-simple-title span,
.dRev-simple-text-container.dark-bgd .revela-simple-text-p span {
    color: #EED677;
}
.dRev-linea-vida-yellow-big-text {
    color: #EED677;
    text-align: center;
    font-family: 'Margarine', cursive;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 10px 0px;
}

.dRev-rt-container {
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    width: 90%;
}
.dRev-rt-link-container  {
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    width: 100%;
    max-width: 470px;
    border-radius: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0px;
}

.dRev-rt-link-name {
    text-align: center;
    font-family: 'Istok Web', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #000;
    width: 90%;
}
.dRev-rt-link-container.dark-bgd .dRev-rt-link-name {
    color: #FFF;
}
.dRev-rt-link {
    text-align: center;
    font-family: 'Istok Web', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    color: #000;
    width: 90%;
    overflow-wrap: break-word;
}
.dRev-rt-link-container.dark-bgd .dRev-rt-link {
    color: #FFF;
}

.dRev-rt-central-img {
    width: 90%;
    margin: 50px 0px;
    height: auto;
}

.dRev-resources-container {
    width:90%;
    display:flex;
    flex-direction:column;
    align-items:center;
    border-radius: 20px;
    padding: 50px 0px 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.dRev-resources {
    width:90%;
    color: #FFF;
    font-family: 'Istok Web', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: justify;
    overflow-wrap: break-word;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.dRev-resources-img-container {
    margin-bottom: 30px;
}

@media(min-width:600px) {
    .dRev-banner-d-columns-container {
        flex-direction: row;
    }
    .dRev-banner-d-img-container {
        width: 20%;
        margin: 0px;
    }
    .dRev-banner-d-img {
        width: 90%;
        max-width: 189px;
    }
    .dRev-banner-d-text-container {
        width: 80%;
    }
    .dRev-banner-d-title,
    .dRev-banner-d-text-p {
        text-align: start;
    }
    .dRev-banner-d-title {
        font-size: 28px;
    }
    .dRev-simple-text-container .revela-simple-text-p {
        font-size: 20px;
    }
    .dRev-org-info-country {
        font-size: 26px;
    }
    .dRev-org-info-name {
        font-size: 26px;
    }
    /* .dRev-org-info-link-p {
        font-size: 18px;
    }
    .dRev-org-info-text-p {
        font-size: 18px;
    } */
    .dRev-linea-vida-yellow-big-text {
        font-size: 42px;
    }
    .dRev-rt-link-name, .dRev-rt-link  {
        font-size: 18px;
    }
    .dRev-resources {
        font-size: 20px;
    }
    
}

@media(min-width:700px) {
    .dRev-org-info-item {
        justify-content: space-between;
        align-items: flex-start;
        margin: 50px 0px;
    }
    .dRev-org-info-item:nth-child(odd) {
        flex-direction: row;
    }
    .dRev-org-info-item:nth-child(even) {
        flex-direction: row-reverse;
    }
    .dRev-org-info-column {
        width: 49%;
    }
    .dRev-org-icon-container {
        width: 30%;
        margin-top: -15%;
        margin-bottom: 10px;
    }
    .dRev-simple-text-container.spacing {
        margin: 80px 0px;
    }
    .dRev-resources-container {
        padding: 50px 0px 0px;
    }
    .dRev-resources {
        display: block;
    }
    .dRev-resources-img-container {
        float: right;
        height: 100%;
        margin-bottom: 0px;
        margin-left: 15px;
        display: flex;
        align-items: flex-end;
        shape-outside: inset(calc(100% - 250px) 0 0);
    }
}

@media(min-width:900px) {
    .dRev-banner-d-img {
        width: 120px;
    }
    .dRev-banner-d-title {
        font-size: 30px;
    }
    .dRev-banner-d-text-p {
        font-size: 18px;
    }
    .dRev-simple-text-container .revela-simple-text-p {
        font-size: 23px;
    }
    .dRev-orgs-container {
        padding: 50px 0px;
    }
    .dRev-org-info-item {
        margin: 80px 0px;
    }
    .dRev-org-info-country {
        font-size: 28px;
    }
    .dRev-org-info-name {
        font-size: 28px;
    }
    .dRev-org-info-link-p {
        font-size: 18px;
    }
    .dRev-org-info-text-p {
        font-size: 18px;
    } 
    .dRev-linea-vida-yellow-big-text {
        font-size: 52px;
    }
    .dRev-rt-link-name, .dRev-rt-link  {
        font-size: 20px;
    }
    /* .dRev-resources {
        font-size: 23px;
    } */
}

@media(min-width:1000px) {
    .dRev-rt-container {
        position: relative;
    }
    .dRev-rt-link-container  {
        position: absolute;
        width: 33%;
    }
    .dRev-rt-link-container:nth-child(3n+1)  {
        left: 0px;
        top: 0px;
    }
    .dRev-rt-link-container:nth-child(3n+3)  {
        right: 0px;
        bottom: 0px;
    }
    .dRev-rt-link-name, .dRev-rt-link  {
        font-size: 18px;
    }
    .dRev-rt-central-img {
        width: 70%;
    }
    
}

@media(min-width:1200px) {
    .dRev-banner-d-img {
        width: 180px;
    }
    .dRev-banner-d-title {
        font-size: 36px;
        margin-bottom: 30px;
    }
    .dRev-banner-d-text-p {
        font-size: 20px;
    }
    .dRev-simple-text-container .revela-simple-text-p {
        font-size: 25px;
    }
    
    .dRev-orgs-container {
        padding: 80px 0px;
    }
    .dRev-org-info-item {
        margin: 100px 0px;
    }
    .dRev-org-icon-container {
        width: 178px;
        margin-top: -89px;
        margin-bottom: 20px;
    }
    .dRev-org-info-country {
        font-size: 30px;
    }
    .dRev-org-info-name {
        font-size: 30px;
    }
    .dRev-org-info-link-p {
        font-size: 20px;
    }
    .dRev-org-info-text-p {
        font-size: 20px;
    }
    .dRev-linea-vida-yellow-big-text {
        font-size: 60px;
    }

    .dRev-rt-link-name, .dRev-rt-link  {
        font-size: 20px;
    }

    /* .dRev-resources {
        font-size: 25px;
    } */
}