

/*--  Estilos para escritorio --*/
@media (min-width: 1024px) {
  body{
    padding: 0px;
    margin: 0px;
  }
  .logo{
    width: 100%;
    height: 70px;
    background-image: url(../assets/logo_rojo.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
  }
  .logo_secondary{
    width: 100%;
    height: 70px;
    background-image: url(../assets/logos/logo_blanco.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
  }
  .logo_blanco{
    width: 100%;
    height: 70px;
    background-image: url(../assets/logos/logo_blanco.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
  }
  .site-header{
    width: 100%;
    height: 70px;
    position: fixed;
    z-index: 1;
    background-color: #fff;
    border-bottom: solid #cdcd 1px;
  }
  .site-header-white{
    width: 100%;
    height: 70px;
    position: fixed;
    z-index: 1;
    background-color: #fff;
    border-bottom: solid #cdcd 1px;
  }
  .site-header-secondary{
    width: 100%;
    height: 70px;
    position: fixed;
    z-index: 9999;
    border-bottom: solid 2px;
    background: rgba(0,0,0,0.2);
    background: -moz-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.2)), color-stop(100%, rgba(0,0,0,0.2)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
  }
  .site-header-secondary .group_buttons a{
    color: #fff;
  }
  .nav_toggle{
    display: none;
  }
  .group_buttons{
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .group_buttons li{
    padding: 2px;
    list-style: none;
    border-bottom: solid transparent;
    transition: all 1s ease;
  }
  .group_buttons li:hover{
    padding: 2px;
    border-bottom: solid #c0ad71;
    transition: all 1s ease;
  }
  .group_buttons a{
    color: #000;
    font-weight: 600;
    font-size: .8rem;
  }
  .group_buttons a:hover{
    text-decoration: none;
  }
  .activo{
    border-bottom: solid #c0ad71 !important;
  }
  .nav_mobil{
    display: none;
  }
  /*--- Footer ---*/
  .site-map{
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
    align-items:  center;
    justify-content: center;
  }
  .list_map{
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .list_map li{
    line-height: 18px;list-style: none;
    transition: all 1s ease;
  }
  .list_map a{
    text-decoration: none;

  }
  .list_map li:hover{
    list-style-type: circle;
    list-style-image: url(../assets/style-list.png);
    transition: all 1s ease;
  }
  .list_map a{
    color: #fff;
    font-size: .8rem;
  }
  .logo_footer{
    width:  80px;
    height: 80px;
    background-image: url(../assets/icon/ICONO_RLM.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .site-footer{
    width: 100%;
    height: 30vh;
    background-color: #330000;
    border-top: solid #c0ad71 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .border_limit{
    border-right: solid #c0ad71 2px;
  }
  .cont-descarga{
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .cont-descarga p{
    color: #fff;
    font-size: .8rem;
    line-height: 0px;
  }
  .cont-descarga a{
    color: #fff;
    font-size: .6rem;
    line-height: 0px;
  }
  .social_cont{
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  .social_01{
    width:  40px;
    height: 40px;
    background-image: url(../assets/icon/BTN_FACEBOOK_NRM.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 1s ease;
  }
  .social_01:hover{
    background-image: url(../assets/icon/btn_facebook_act.svg);
    transition: all 1s ease;
  }
  .social_02{
    width:  40px;
    height: 40px;
    margin-left: 20px;
    background-image: url(../assets/icon/BTN_INSTAGRAM_NRM.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 1s ease;
  }
  .social_02:hover{
    background-image: url(../assets/icon/btn_instagram_act.svg);
    transition: all 1s ease;
  }
  .text_redes{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: .8rem;
    line-height: 0px;
  }
  .author {
    margin-bottom: 20px;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .author a{
    color: #fff;
    font-size: .7rem;
    font-family: Helvetica;
    font-weight: lighter;
    letter-spacing: 1px;
  }
  .author a:hover{
    text-decoration: none;
    color: #BFAC76;
  }
  .author a p{
    margin: 0;
  }
}
/*--  Estilos para phone --*/
@media (min-width: 768px) and (max-width: 1023px){
  body{
    padding: 0px;
    margin: 0px;
  }
  .logo{
    width: 100%;
    height: 70px;
    background-image: url(../assets/logo_rojo.png);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
  }
  .site-header{
    width: 100%;
    height: 70px;
    position: fixed;
    background-color: #fff;
    z-index: 1;
    border-bottom: solid #cdcd 1px;
  }
  .secc-nav{
    display: none;
  }
  .group_buttons{
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .group_buttons li{
    padding: 2px;
    list-style: none;
    border-bottom: solid transparent;
    transition: all 1s ease;
  }
  .group_buttons li:hover{
    padding: 2px;
    border-bottom: solid #c0ad71;
    transition: all 1s ease;
  }
  .group_buttons a{
    color: #000;
    font-weight: 600;
    font-size: .8rem;
  }
  .group_buttons a:hover{
    text-decoration: none;
  }
  .activo{
    border-bottom: solid #c0ad71 !important;
  }
  /*-- Boton burger --*/
  .nav_mobil{
  }
  .btn_burger{
    width: 100%;
    height: 70px;
  }
  .btn_burger ul{
    width: 100%;
    height: 70px;
    padding: 0px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .btn_burger ul li{
    width: 30px;
    height: 3px;
    margin-bottom: 6px;
    list-style: none;
    background-color: #c0ad71;
  }
  /*--- Menu toogle ---*/
  .bg_shadow{
    width: 100%;
    height: 100vh;
    filter: opacity(50%);
    background-color: #000;
    position: fixed;
    z-index: 2;
    transition: all 1s ease;
  }
  .bg_shadow_out{
    width: 100%;
    height: 100vh;
    filter: opacity(0%);
    background-color: #000;
    transition: all 1s ease;
    position: absolute;
  }
  .nav_toggle{
    width: 60%;
    height: 100vh;
    position: fixed;
    background-color: #f6f6f6;
    background-image: url(../assets/bg_menu.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    z-index: 999;
  }
  .menu_movil li{
    list-style: none;
    text-align: center;
    padding: 0px;
    margin: 0px;
  }
  .navMovil{
    margin-top: 50px;
  }
  .navMovil a{
    color: #330000;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .btn_movil{
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .activo_movil{
    background-color: #F1EEEE;
    border-right: solid #BBAE75 8px;
  }
  .anim-view{
    margin-left: 0px;
    transition: all 1s ease;
  }
  .anim-close{
    margin-left: -100%;
    transition: all 1s ease;
  }
  .cont_btn_movil{
    width: 100%;
    height: auto;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;

  }
  .btn_close_movil{
    width:  70px;
    height: 70px;
    padding-top: 5px;
    border: solid #BBAE75 4px;
    border-radius: 100%;
    font-size: 2rem;
    font-weight: normal;
    color: #BBAE75;
    font-family: Helvetica;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /*--- Footer ---*/
  .site-map{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items:  center;
    justify-content: center;
  }
  .list_map{
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .list_map li{
    line-height: 18px;
    list-style-type: circle;
    transition: all 1s ease;
  }
  .list_map a{
    text-decoration: none;

  }
  .list_map li:hover{
    list-style-type: circle;
    list-style-image: url(../assets/style-list.png);
    transition: all 1s ease;
  }
  .list_map a{
    color: #fff;
    font-size: .8rem;
  }
  .logo_footer{
    width:  80px;
    height: 80px;
    background-image: url(../assets/icon/ICONO_RLM.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .anchor_list{
    display: none;
  }
  .site-footer{
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    background-color: #330000;
    border-top: solid #c0ad71 10px;
  }
  .cont-descarga{
    display: none;
  }
  .social_cont{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  .social_01{
    width:  50px;
    height: 50px;
    background-image: url(../assets/icon/BTN_FACEBOOK_NRM.svg);
    background-repeat: no-repeat;
    background-position: center;
  }
  .social_02{
    width:  50px;
    height: 50px;
    margin-left: 20px;
    background-image: url(../assets/icon/BTN_INSTAGRAM_NRM.svg);
    background-repeat: no-repeat;
    background-position: center;
  }
  .text_redes{
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    line-height: 0px;
  }
}

/*--  Estilos para phone --*/
@media (min-width: 300px) and (max-width: 767px){
  body{
    padding: 0px;
    margin: 0px;
  }
  /*-- Fuentes --*/
  @font-face {
    font-family: 'ClioHeavy';
    src: url(../font/LeType_ClioHeavy_Heavy.otf);
  }
  @font-face {
    font-family: 'ClioLigth';
    src: url(../font/LeType_ClioLight_Light.otf);
  }
  @font-face {
    font-family: 'Nexa-Bold';
    src: url(../font/nexa/Nexa-Slab-Bold.otf);
  }
  @font-face {
    font-family: 'Nexa-Black';
    src: url(../font/nexa/Nexa-SlabBlack.otf);
  }
  :root{
    --ClioHeavy: ClioHeavy;
    --ClioLigth: ClioLigth;
    --NexaBold:  'Nexa-bold';
    --NexaBlack: 'Nexa-Black';
  }
  .logo{
    width: 100%;
    height: 70px;
    background-image: url(../assets/logo_rojo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .site-header{
    width: 100%;
    height: 70px;
    position: fixed;
    background-color: #fff;
    z-index: 1;
    border-bottom: solid #cdcd 1px;
  }
  .secc-nav{
    display: none;
  }
  .group_buttons{
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .group_buttons li{
    padding: 2px;
    list-style: none;
    border-bottom: solid transparent;
    transition: all 1s ease;
  }
  .group_buttons li:hover{
    padding: 2px;
    border-bottom: solid #c0ad71;
    transition: all 1s ease;
  }
  .group_buttons a{
    color: #000;
    font-weight: 600;
    font-size: .8rem;
  }
  .group_buttons a:hover{
    text-decoration: none;
  }
  .activo{
    border-bottom: solid #c0ad71 !important;
  }
  /*-- Boton burger --*/
  .nav_mobil{
  }
  .btn_burger{
    width: 100%;
    height: 70px;
  }
  .btn_burger ul{
    width: 100%;
    height: 70px;
    padding: 0px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .btn_burger ul li{
    width: 30px;
    height: 3px;
    margin-bottom: 6px;
    list-style: none;
    background-color: #c0ad71;
  }
  /*--- Menu toogle ---*/
  .bg_shadow{
    width: 100%;
    height: 100vh;
    filter: opacity(50%);
    background-color: #000;
    position: fixed;
    z-index: 2;
    transition: all 1s ease;
  }
  .bg_shadow_out{
    width: 100%;
    height: 100vh;
    filter: opacity(0%);
    background-color: #000;
    transition: all 1s ease;
    position: absolute;
  }
  .nav_toggle{
    width: 80%;
    height: 100vh;
    position: fixed;
    background-color: #f6f6f6;
    background-image: url(../assets/bg_menu.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    z-index: 9999;
  }
  .menu_movil li{
    list-style: none;
    text-align: center;
    padding: 0px;
    margin: 0px;
  }
  .navMovil{
    margin-top: 50px;
  }
  .navMovil a{
    color: #330000;
    font-weight: bold;
  }
  .btn_movil{
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .activo_movil{
    background-color: #F1EEEE;
    border-right: solid #BBAE75 7px;
  }
  .anim-view{
    margin-left: 0px;
    transition: all 1s ease;
  }
  .anim-close{
    margin-left: -100%;
    transition: all 1s ease;
  }
  .cont_btn_movil{
    width: 100%;
    height: auto;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;

  }
  .btn_close_movil{
    width:  50px;
    height: 50px;
    border: solid #BBAE75;
    border-radius: 100%;
    font-size: 1.6rem;
    font-weight: normal;
    color: #BBAE75;
    font-family: Helvetica;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /*--- Footer ---*/
  .site-map{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items:  center;
    justify-content: center;
  }
  .list_map{
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .list_map li{
    line-height: 18px;
    list-style-type: circle;
    transition: all 1s ease;
  }
  .list_map a{
    text-decoration: none;

  }
  .list_map li:hover{
    list-style-type: circle;
    list-style-image: url(../assets/style-list.png);
    transition: all 1s ease;
  }
  .list_map a{
    color: #fff;
    font-size: .8rem;
  }
  .logo_footer{
    width:  80px;
    height: 80px;
    background-image: url(../assets/icon/ICONO_RLM.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .anchor_list{
    display: none;
  }
  .site-footer{
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    background-color: #330000;
    border-top: solid #c0ad71 10px;
  }
  .cont-descarga{
    display: none;
  }
  .social_cont{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  .social_01{
    width:  50px;
    height: 50px;
    background-image: url(../assets/icon/BTN_FACEBOOK_NRM.svg);
    background-repeat: no-repeat;
    background-position: center;
  }
  .social_02{
    width:  50px;
    height: 50px;
    margin-left: 20px;
    background-image: url(../assets/icon/BTN_INSTAGRAM_NRM.svg);
    background-repeat: no-repeat;
    background-position: center;
  }
  .text_redes{
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    font-family: var(--ClioLigth);
    letter-spacing: 2px;
    color: #fff;
    font-size: 1rem;
    line-height: 0px;
  }
}
