/*DEFINIENDO FUENTE ROBOTO*/
@font-face {
    font-family: Roboto;
    src: url(../fonts/roboto/Roboto-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Robotob;
    src: url(../fonts/roboto/Roboto_Condensed-ExtraBold.ttf);
    font-weight: bold;
    font-style: normal;
}

.modal-backdrop.show {
  background-color: rgba(255, 255, 255, 0.92); /* más oscuro */
}

*{
    font-family: Roboto;
}

body{
    overflow-x: hidden;
    font-family: Roboto !important;
}

/* MENU */

.bar_contain{
    margin-bottom: 3rem;
}

.menu_bar{
    padding-left: 5rem;
    padding-right: 5rem;
}

.initial_div{
    padding-top: 1rem !important;
}

.logo{
    width: 3.5rem !important;
}

.logo_m_svg{
    width: 1.6rem !important;
}

.menu{
    display: inline;
}

.menu_opt, .menu_redes{
    padding-top: 1.5rem;
    padding-left: 0 !important;
}

.menu_redes{
    text-align: right;
}

.menu_link{
    color: #003c75;
    text-decoration: none;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2rem;
    padding-bottom: .5rem;
    border-bottom-style: solid;
    border-width: 2.4px;
    margin-right: -0.3rem;
    border-bottom-color: #003c75 ;
    font-weight: 500;
    transition: 0.5s;
    font-family: Roboto;
}

.checkbox-wrapper-46{
    text-align: center !important;
}

.menu_link:hover{
    border-bottom-color: #f4e72f;
    color: #003c75;
    transition: 0.5s;
}

.menu_selected{
    border-bottom-color: #f4e72f !important;
    font-weight: 700;
    font-family: Roboto;
}

.link_ecommerce{
    background-color: #003c75;
    color: white;
    text-decoration: none;
    padding: 0.6rem;
    padding-left: 2.3rem;
    padding-right: 2.3rem;
    border-radius: 8px;
    transition: 0.5s;
}

.link_ecommerce:hover{
    background-color: #f4e72f;
    color: #003c75;
    transition: 0.5s;

}

.icon_menu_red {
    width: 1.8rem;
}

.icon_menu_red:hover{
    cursor: pointer;
    filter: contrast(190%);

}

.car_index{
    padding-top: 3rem;
}

.btn_banner1{
    position: absolute;
    top: 24rem;
    left: 6rem;
    color: #003c75;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.7rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 0.2rem;
    padding-top: 0.5rem;
    transition: 0.2s;
    background-color: #f4e72f;
}

.btn_banner1:hover{
    border-color: #f4e72f;
    border-style: solid;
    border-width: 2px;
    color: #003c75;
    transition: 0.2s;
    background-color: transparent;
}

/*CAROUSEL DE PRODUCTOS */

.slider-container {
    position: relative;
    width: 85%;
    margin: auto;
    overflow: hidden;
    padding-top: 2rem;
  }
  
  .slider {
    display: flex;
    transition: transform 0.3s ease-in-out;
  }
  
  .product {
    min-width: 200px;
    height: 200px;
    margin: 0 10px;
    flex: 0 0 200px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 10px;
  }
  
  .slider-btn {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    background: #003c75;
    color: #f4e72f;
    border: none;
    padding: 15px;
    cursor: pointer;
    z-index: 1;
    width: 3.4rem;
    border-radius: 35px;
    opacity: 0.8;
  }

  .img_product_csel{
    width: 200px;
  }

  .img_product_csel:hover{
    cursor: pointer;
  }
  
  .prev {
    left: 0;
  }
  
  .next {
    right: 0;
  }

  .name_prod {
    margin-top: 10px;
    background-color: transparent;
    color: #003c75;
    padding: 4px 8px;
    font-size: 17px;
    border-radius: 5px;
    font-weight: bold;
    position: absolute;
    top: 9.5rem;
  }
  
/* BANNER BLOG */

.bann_mid{
    padding-left: 2rem !important;
    padding-top: 3rem !important;
}

.img_banner_mid{
    width: 50rem;
}

.bann_link{
    padding-top: 5.5rem;
    padding-left: 8rem !important;
    font-family: Roboto;
}

.etiqueta_link_blog{
    color: #004c75;
    font-weight: 400;
    font-size: 1.6rem;
}

.Link_aqui_m {
    position: absolute;
    top: 5.5rem;
    left: 22rem;
}

.jalisco:focus{
    border-style: none;
}

.btn_banner2{
    color: #003c75;
    font-weight: 800;
    font-size: 1.6rem;
    text-decoration: none;
    transition: 0.2s;

}

.btn_banner2:hover{
    border-bottom-style: solid;
    padding: 0.2rem;
    border-color: #f4e72f;
    transition: 0.2s;
}

/* VIDEO */

.text_video{
    color : #757575;
    padding-left: 2rem;
    padding-top: 5rem;
}

.video_inner{
    padding-top: 3rem;
}

.tutub{
    width: 40rem;
}

.link_more{
    color: #003c75;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.3rem;
    transition: 0.2s;
    padding: 0.6rem;
    background-color: #f4e72f;
}

.link_more:hover{
    border-style: solid;
    padding: 0.6rem;
    border-color: #f4e72f;
    transition: 0.2s;
    cursor: pointer;
    background-color: transparent;
}

.link_more_contain{  
    padding-left: 20rem;
}

/*MAPA */


.jalisco, .qro, .yuca, .mty, .chih, .df, .tij, .vrz{
    fill: #f4e72f !important;
}


.jalisco:hover, .qro:hover, .yuca:hover, .mty:hover, .chih:hover, .df:hover, .tij:hover, .vrz:hover{
    fill: #003c75 !important;
}

.map_contain{
    padding-top: 4rem;
}

.map_title{
    text-align: center;
}

.etiqueta_map{
    color: #003c75;
    font-size: 3.5rem;
}

.subrayado{
    text-decoration: underline;
    text-decoration-color: #f4e72f;
}

.map{
    padding-top: 4rem;
    padding-left: 9rem;
}

/*Valores */

.info_contain{
    padding-top: 4rem;
}

.info_title{
    text-align: center;
}

.text_info{
    color: #003c75;
    font-size: 2.5rem;
}

.img_info_contain{
    padding-top: 4rem;
}

.img_info{
    width: 16rem;
}

/*Asesores*/
.img_btn_s{
    width: 26rem;
}

.link_card{
    cursor: pointer;
}

.img_btn_s:hover{

    -webkit-filter: drop-shadow(0 0 0.75rem 003c75);
    filter: drop-shadow(0 0 0.75rem #003c75);

}

.asesores_contain{
    padding-top: 4rem;
    padding-bottom: 5rem;
}

.txt_asesores{
    color: #003c75;
    font-size: 3.3rem;
}

.back_line{
    background-color: #f4e72f;
    width: 100%;
    height: 4.5rem;
    position: absolute;
    left: 0;
    top: 207rem;
    z-index: -1;
}

/*VALORACIONES*/

.valoraciones_back{
    padding-top: 2rem;
    background-color: #003c75;
    padding-bottom: 4rem;
}

.img_item_service{
    width: 23rem;
}

.title_valoraciones{
    color: white;
    font-size: 3.6rem;
}

.title_val{
    text-align: center;
    padding-bottom: 2rem;
}

/* SUSCRIBETE */

.sub_contain{
    background-color: #f4e72f;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}

.subs{
    display: inline-block;
    position: relative;
}

.txt_subs{
    color: #003c75;
    font-size: 2rem;
}

.form_sub{
    padding-top: 1.5rem;
}

.subs_in{
    width: 37rem;
    padding: 10px;
    border: none;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.text_contain{
    text-align: right;
}

.btn_sub{
    background-color: #003c75;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    right: 0;
    transition: .9s ease;
}

.btn_sub:hover{
    transform: scale(1.1);
    color: rgb(255, 255, 255);
    background-color: #003c75;
}

/*FAMILIA*/

.title_empresas{
    text-align: center;
    padding-top: 2rem;
}

.txt_empresas{
    font-size: 2.6rem;
    color: #003c75;
    font-weight: 700;
}

.empresas{
    padding-top: 2rem;
    padding-left: 5rem;
}

.faster_l{
    width: 15rem;
}

.handy_l{
    width: 17rem;
}

.logo_faster_i{
    padding-top: 1rem;
}

.birt_l{
    width: 15rem;
}

.maxi_img{
    width: 15rem;
}

.ert_l{
    width: 13rem;
}

.baner_help_container{
    padding-top: 4rem;
    padding-left: 5rem;
    padding-bottom: 2rem;
}

.img_ayuda{
    width: 56rem;
}

/* FOOTER */

.footer_contain{
    padding-top: 1rem;
    background-color: #003c75;
    padding-bottom: 1rem;
}

.rey_logo_foot{
    padding-left: 4rem;
}

.logo_elrey_footer{
    width: 13rem;
}

.text-col1, .text-col2, .text-col3{
    color: white;
    padding-top: 2.5rem;
    text-align: center;
}

.fot_tit{
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
}

.principal_foot_link, .cli_foot_link, .dis_foot_link, .dis_foot_link{
    list-style: none;
    padding-left: 0 !important;
    text-align: center;
    font-size: 0.9rem;
}

.link_l {
    text-decoration: none;
    color: white;
    font-weight: 300;
}

.link_l:hover{
    color: #f4e72f;
}

.icon_foot{
    width: 1.6rem;
    transition: 0.3s;
}

.icon_foot:hover{
    filter: contrast(0) brightness(2);
    transition: 0.3s;
}

.foot_redes{
    padding-top: 11rem;
}

.copy_r{
    font-size: 0.8rem;
    font-weight: 300;
    color: white;
    padding-left: 2rem;
    opacity: 0.5;
}

/*BOTON WATS*/
.btn_wats_contain{
    position: fixed;
    left: 80rem;
    top: 27rem;
    cursor: pointer;
}

.btn_wats_contain:hover{
    filter: drop-shadow(0 0 0.75rem #003c75);
}


.img_tornillo{
    width: 12rem;
}

/*Apagando divs para movil */
.m_movil_ppal,.banner_container_movil, .empresas_movil_contain, .banner_img_help_movil, .img_info_contain_movil, .footer_iner_movil{
    display: none;
}

.part1_nosotros_movil_contain, .dividido_valores_movil, .banner_catalogo_img_movil{
    display: none;
}

.banner_blogs_fondo_movil{
    display: none;
}


@media(min-width: 1920px) and (max-width: 1924px){
    .btn_banner1{
        top: 30rem;
    }

    .btn_wats_contain {
        position: fixed;
        left: 103rem;
        top: 41rem;
        cursor: pointer;
    }

    .back_line{
        top: 218rem;
    }

    .banner_img_help_movil{
        display: none;
    }

}