@media screen and (min-width: 1100px){
    .fd_column .btn:hover{
        background-color: #ce6f4c;
        color: #56210f;
    }
    .g_phrase .btn:hover{
        background-color: #ce6f4c;
        color:#56210f;
    }
    .f_form .btn:hover{
        color: #ce6f4c;
        background-color: #56210f;
    }
    .i_column.img_full_izq:hover .img_full_int{
        width: 200%;
    }
    .i_column.img_full_der:hover .img_full_int{
        width: 200%;
    }
    .info_slider .puntos li:hover{
        color: #ce6f4c;
    }
    .button_control:hover{
        background-color: #ce6f4c;
        color: #56210f;
    }
    .map_info .btn.btn_descargar:hover{
        background-color: #56210f;
        color: #ce6f4c;
    }
    .cubo_over .btn:hover{
        background-color: #E4DFD9;
        color: #ce6f4c;
    }
    .botonera .btn:hover img{
        filter: brightness(10) grayscale(1);
    }
        
    .botonera .btn:hover{
        background-color: #ce6f4c;
        color: #e4dfd9;
    }    


    .i_column.img_full_izq:hover .flecha_icon{
        opacity: 0;
    }
    .i_column.img_full_der:hover .flecha_icon{
        opacity: 0;
    }

    .info_area_c .i_column:hover .is_phrase{
        opacity: 1;
    }
    .i_column:hover .is_point{
        opacity: 0;
    }

    .area:hover .area_img{
        transform: scale(1.5);
    }
    .area:hover .is_point{
        visibility: hidden;
    }
}

@media screen and (max-width: 1100px){
    .info_area_c .is_phrase{
        opacity: 1;
    }
}
@media screen and (max-width: 900px){
    .btn{
        font-size: 0.8rem;
    }
    .logo img{
        width: 3rem;
    }
    .dalua_img{
        width: 10rem;
    }

    section.goldsmith{
        flex-direction: column;
    }
    .g_column{
        width: 100%;
        min-height: auto;
    }
    .g_image{
        top: 0;
        left: 0;
        min-height: 45vw;
        position: relative;
        height: initial;
    }
    .g_phrase{
        padding: 50px 0;
    }
    html, body{
        font-size: 13px;
    }
    .info_area,
    .info_area.info_area_d{
        flex-direction: column;
    }
    .i_column{
        width: 100%;
        min-height: initial;
        height: auto;
    }
    .info_area .is_phrase{
        min-height: initial;
        padding: 20px 0;
        width: calc(100% - 60px);
    }
    .info_area.info_area_d.portada-goldsmith .i_column:nth-child(2){
        width: 100%;
    }
    .i_column:nth-child(2){
        height:60vw;
    }
    .info_area.info_area_libre .i_image{
        justify-content: center;
    }
    .info_area.info_area_libre .i_image img{
        margin: 0 auto;
        max-width: calc(100% - 10rem);
        width: auto;
        max-height: calc(100vh - 100px);
    }
    .header_int{
        width: calc(100% - 40px);
    }
    .fd_column{
        min-height: initial;
    }
    .fd_column_image{
        min-height: 50vw;
    }
    .info_area_c .is_phrase{
        padding: 10px 0;
    }
    .info_imagen_paneo{
        height: 60vw;
        position: relative;
    }
    .info_area_c .i_column:nth-child(2){
        height: auto;
    }
    .info_area_c .i_column{
        width: 50%;
    }
    .info_area_c{
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .txt{
        width: calc(100% - 120px);
        margin: 100px 30px 4rem 80px;
        max-width: 700px;
    }
    .landing .content{
        width: calc(100% - 40px);
        padding: 0;
    }
    .landing{
        padding-top: 8rem;
        margin-bottom: 0;
    }


    .over_img{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: rgb(0 0 0 / 60%);
        z-index: 30;
    }
    .over_img_int{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        flex-wrap: wrap;
        right: 0;
        bottom: 0;
    }
    .over_cerrar{
        width: 100%;
        height: 100%;
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
    }
    .over_img_int img{
        max-width: calc(100vw - 10vw);
        max-height: calc(100vh - 10vw);
        width: auto;
        height: auto;
        display: block;
        margin: 0;
        position: relative;
    }
    .over_image{
        max-width: calc(100% - 10vw);
        max-height: calc(100% - 10vw);
    }
    .is_point.is_point_responsive{
        display: block;
    }
    .flecha_icon{
        display: none;
    }
    .i_pie{
        pointer-events: none;
    }
    .i_column.img_full_izq .img_full_int,
    .i_column.img_full_der .img_full_int{
        pointer-events: auto;
    }
}

@media screen and (max-width:680px){
    .over_image{
        max-width: calc(100% - 0vw);
        max-height: calc(100% - 10vw);
    }
    .over_img_int img{
        max-width: calc(100vw - 0vw);
        max-height: calc(100vh - 5vw);
        margin: 0 auto;
    }

}

@media screen and (max-width: 680px) and (min-height: 100vw){
    section.portada .content{
        justify-content: center;
        width: 100%;
        z-index: 1;
        position: relative;
    }
    .g_svg_int{
        height: 90vw;
        position: relative;
    }
    .gallery_svg{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        right: 0;
    }
    .logo {
        margin-top: 3vw;
    }
    .logo img {
        width: 2.4rem;
    }
    .header_int{
        width: calc(100% - 60px);
    }
    .content{
        width: calc(100% - 60px);
        margin: 0 auto;
    }
    .info_areas .is_phrase{
        align-items: flex-start;
        width: 100%;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 90px 0;
    }
    .is_phrase h3 span br{
        display: none;
    }
    .is_ii{
        align-items: flex-end;
    }
    .info_areas .is_phrase p{
        width: 100%;
        max-width: 20rem;
    }
    .is_int{
        width: calc(100% - 60px);
        right: 30px;
    }
    .is_int img{
        padding-bottom: 90px;
    }
    section.goldsmith
    .g_column:nth-child(1){
        display: none;
    }   
    .footer_int{
        grid-template-columns: 1fr;
        width: calc(100% - 60px);
        display: block;
    }
    .fecha{
        flex-wrap: wrap;
    }
    .g_phrase{
        margin: 0 auto;
        width: calc(100% - 60px);    
    }

    .f_column:first-child{
        width: 100%;
    }
    .is_phrase p{
        width: 100%;
        max-width: 20rem;
    }
    .info_area{
        justify-content: flex-start;
        min-height: initial;
    }
    .info_area .is_phrase{
        padding: 20px 0 50px;
    }
    .i_pie > *{
        width: 100%;
        padding: 1rem 30px;
    }
    .portada_slider{
        height: 60vw;
    }
    .info_slider .is_phrase{
        padding: 2rem 0;
        width: calc(100% - 60px);
    }
    .info_slider .puntos{
        margin: 0 30px 1rem;
    }
    .info_slider .puntos li{
        display: none;
    }
    .info_slider .puntos li.act{
        display: block;
    }
    .controlador{
        padding: 0 30px;
        grid-template-columns: 1fr;
    }

    .control{
        font-size: 1.3rem;
        margin-bottom: 1.5em;
        height: 2.3em;
    }
    .control_txt{
        padding: 0.5em 0.5em;
        height: 2.3em;
    }
    .control_int{
        height: 2.2em;
    }
    .control .flecha_abajo{
        height: 3rem;
        width: 2rem;
    }
    .map_info li{
        padding: 0.5em 0 0.5em;
    font-size: 1rem;
    }
    .fd_column_image{
        width: 100%;
        min-height: auto;
        padding: 20px 0;
        display: none;
    }
    .fd_column{
        min-height: initial;
        margin: 0 auto;
        width: calc(100% - 60px);
        padding: 30px 0 30px;
    }
    
    .footer_dalua .content{
        flex-direction: column;
    }    
    .map_info{
        grid-row: initial;
    grid-column: initial;
    }
    .map_image{
        grid-column: initial;
        grid-row: initial;
        min-height: 85vw;
    }
    .map_image img{
        position: relative;
    }

    .landing .content{
        grid-template-columns:1fr;
    }
    .area:nth-child(1),
    .area:nth-child(2),
    .area:nth-child(3),
    .area:nth-child(4),
    .area:nth-child(5){
        grid-column: initial;
    }
    .area.area_post{
        display: none;
    }
    .landing .content{
        width: calc(100% - 60px);
        margin-bottom: 2rem;
    }
    .area .area_img{
        height: 0;
        padding-bottom: 120%;
    }
    .f_form label input{
        line-height: 2.5em;
    }
    .btn,
    .f_form .btn,
    .map_info .btn.btn_descargar,
    .fd_column .btn{
        padding: 0.8em 2.4em 0.8em;
        font-size: 1rem;
    }
    .f_form{
        padding: 2rem 1.8rem;
    }
    .botonera .btn{
        padding: 0.7em 1.4em;
        font-size: 0.9rem;
    }
    .botonera{
        bottom: 0.8rem;
        position: absolute;
        top: 0;
        border: initial;
        height: 54px;
        align-items: center;
    }
    .f_select select{
        padding: 0 3em 0 1em;
        line-height: 2.6em;height: 2.6em;
    }
    .f_select .flecha_abajo{
        width: 2rem;
        height: 3rem;
    }
    .f_select .flecha_abajo,
    .f_select select,
    .f_form label input,
    .f_form label span{
        font-size: 1.1rem;
    }
    .dalua_logos{
        font-size: 1rem;
    }
    .dl_img img{
        max-width: 10rem;
        max-height: 6rem;
    }

    .redes{
        justify-content: space-around;
        width: 100%;
    }
    .red img{
        width: 3rem;
    }
    .f_column .redes{
        display: none;
    }
    .redes_rp{
        display: flex;
        margin-top: 2rem;
    }
    .botonera .btn img{
        max-width: 1.6rem;    top: 50%;
        transform: translateY(-50%);
        position: relative;
    }
    .button_control{
        height: 2.3em;
        line-height: 2em;
    }
    .control.visible .control_int{
        height: calc(2.3em * 5);
    }

    .map_info .btn.btn_descargar{
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
    .fd_column .btn{
        width: 100%;
    }
    html, body {
        font-size: 15px;
    }
    .f_column .dalua_logos {
        margin-top: 0;
    }
    .info_slider{
        pointer-events: none;
    }
    .slide{
        height: 60vw;
    }
    .info_slider .puntos li{
        margin: 0;
    }
    .info_slider .puntos{
        display: none;
    }
    .landing_slider{
        display: block;
    }
    .l_sdr{
        position: relative;
        width: 100%;
    }
    .l_slide{
        width: 100%;
        height: 60vw;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .l_slide_pie{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(180deg, rgba(0,0,0,0) 54%, rgba(0,0,0,1) 100%);
        padding: 1rem 30px;
        box-sizing: border-box;
        display: flex;
        align-items: self-end;
        justify-content: flex-start;
    }
    .l_slide_pie p{
        margin: 0;
        color: #fff;
    }
    .cubo_over{
        width: calc(100% - 3rem);
        max-width: 500px;
    }
    .info_area_c{
        flex-direction: column;
        padding-bottom: 30px;
    }
    .info_area_c .is_phrase {
        padding: 10px 0;
    }
    .flecha_scroll{
   
    }
    .f_column{
        height: auto;
    }
    .txt{
        margin: 100px 30px 4rem;
        width: calc(100% - 60px);
    }


    .logo img {
        width: 1.5rem;
    }
    .logo{
        margin: 0;
        padding: 0.6rem 0;
    }
    .header_int{
        height: auto;
    }
    header{
        background: #e8e3de;
    }
    .animacion_parrafo{
        padding-top: 80px;
        width: calc(100% - 60px);
        min-height: initial;
        display: block;
    }
    .animacion_imagenes img{
        bottom: 160px;
    }
    .info_area_c .i_column{
        width: 100%;
    }
    .info_area_grid{
        display: grid;
        grid-template-columns: 1fr;
    }
    .info_area_c .i_column:nth-child(2){
        grid-row: 1;
    }

    @keyframes gsvg_02 {
        0%   {transform: translateY(-15vh);}
        0%   {transform: translateY(-13vh);}
    }
    @keyframes gsvg_03 {
        0%   {transform: translateY(-16vh);}
        0%   {transform: translateY(-14vh);}
    }
    @keyframes gsvg_04 {
        0%   {transform: translateY(14vh);}
        0%   {transform: translateY(16vh);}
    }
    @keyframes gsvg_05 {
        0%   {transform: translateY(15vh);}
        0%   {transform: translateY(18vh);}
    }
    @keyframes gsvg_06 {
    0%   {transform: translateY(13vh);}
    0%   {transform: translateY(16vh);}
    }
    @keyframes gsvg_07 {
    0%   {transform: translateY(100vh);}
    30%   {transform: translateY(-5vh);}
    40%   {transform: translateY(4vh);}
    50%   {transform: translateY(-2vh);}
    60%   {transform: translateY(4vh);}
    70%   {transform: translateY(-5vh);}
    90%   {transform: translateY(100vh);}
    100%   {transform: translateY(100vh);}
    }
    @keyframes gsvg_08 {
    0%   {transform: translateY(-100vh);}
    30%   {transform: translateY(3vh);}
    40%   {transform: translateY(-3vh);}
    50%   {transform: translateY(2vh);}
    60%   {transform: translateY(-4vh);}
    70%   {transform: translateY(2vh);}
    90%   {transform: translateY(-100vh);}
    100%   {transform: translateY(-100vh);}
    }
    @keyframes gsvg_09 {
    0%   {transform: translateX(100vh);}
    20%   {transform: translateX(-5vh);}
    30%   {transform: translateX(4vh);}
    40%   {transform: translateX(-2vh);}
    50%   {transform: translateX(4vh);}
    60%   {transform: translateX(-5vh);}
    80%   {transform: translateX(100vh);}
    100%   {transform: translateX(100vh);}
    }
    @keyframes gsvg_10 {
    0%   {transform: translateY(-100vh);}
    20%   {transform: translateY(6vh);}
    30%   {transform: translateY(-4vh);}
    40%   {transform: translateY(2vh);}
    50%   {transform: translateY(-3vh);}
    60%   {transform: translateY(4vh);}
    80%   {transform: translateY(-100vh);}
    100%   {transform: translateY(-100vh);}
    }
    @keyframes gsvg_11 {
    0%   {transform: translateY(-100vh);}
    30%   {transform: translateY(5vh);}
    40%   {transform: translateY(-4vh);}
    50%   {transform: translateY(2vh);}
    60%   {transform: translateY(-4vh);}
    70%   {transform: translateY(5vh);}
    90%   {transform: translateY(-100vh);}
    100%   {transform: translateY(-100vh);}
    }
    .info_area.info_area_libre .i_image img{
        max-width: calc(100% - 3rem);
    }
    .landing{
        padding-top: 5rem;
    }
    .area:nth-child(2){
        grid-row: 1;
    padding: 0;
    }


    .flecha_scroll{
        display: block;
        bottom: 90px;
    }
    .flecha_scroll-dalua{

    }
    .flecha_scroll-dalua .flecha_icon::after,
    .flecha_scroll-dalua .flecha_icon::before{
        background-color:#fff;
    }
    .flecha_icon{
        display: block;
    }
}
