/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26 may. 2022, 12:03:22
    Author     : Stikets
*/
.boto_popup_guia_talles{
    background-color: white;
    border: 2px solid #005898;
    color: #005898;
    font-size: 16px ;
    padding: 6px 18px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 25px;
    cursor: pointer;
    height: 20px;
    margin-left: 10px;
}

.boto_popup_guia_talles:hover {
    background-color: #005898;
    color: white;
    transition: all 0.3s ease;
}



#popup_guia_talles{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 101 !important; /* Sit on top */
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
#popup_guia_talles #popup_content_guia_talles{
    opacity: 0;
    height: auto;
    background: #fff;
    position: absolute;
    /*left: 50%;*/
    /*top: 50%;*/
/*    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);*/
    /*transform: translate(-50%,-50%);*/
    /* max-height: 80%; */
    /* max-width: 100%; */
    z-index: 92;
    /* padding: 15px; */
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    width: 35vw; 
    max-height: 65vh;
    overflow: hidden;
    
    transform: scale(0.1);
}

#popup_guia_talles #popup_fons_guia_talles{
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    top: 0;
}

/* The Close Button */
#popup_guia_talles #tancar_popup_guia_talles:before{
    text-align: center;
    content: "\00d7";
    font-size: 40px;
    color: #d3d3d3;
    width: 25px;
    line-height: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
}

#popup_guia_talles #tancar_popup_guia_talles:hover:before,
#popup_guia_talles #tancar_popup_guia_talles:focus:before {
    color: #666;
    text-decoration: none;
    cursor: pointer;
}

.titol_popup_guia_talles{
    font-size: 70px;
    /* font-weight: bold; */
    color: #ea8027;
    line-height: 1;
}
.titol_2_popup_guia_talles{
    font-size: 40px;
    color: #005898;
    font-weight: bold;
    margin-bottom: 20px;
}

.img_popup_guia_talles{
    width: 30vw;
}
.titol_guia_talles{
    font-size: 30px;
    color: #005898;
    width: 100%;
    text-align: left;
    margin-top: 20px;
    
}
.text_guia_talles{
    font-size: 23px;
    color: #666;
    text-align: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 990px){
    #popup_guia_talles #popup_content_guia_talles{
        width: 90vw;
        padding: 30px 10px;
    }
    .titol_popup_guia_talles{
        font-size: 1.9rem;
        text-align: center;
        padding: 0 25px;
    }
    .titol_2_popup_guia_talles{
        font-size: 1.5rem;
    }
    .img_popup_guia_talles {
        width: 100%;
    }
    .div_components_popup_guia_talles {
        width: 85%;
        height: 45px;
        margin: 35px 0px;
    }
    .components_popup_guia_talles{
        font-size: 17px;
    }
    #div_boto_popup_guia_talles{
        width: 92%;
        font-size: 17px;
        padding: 5px;
    }
    .boto_popup_guia_talles{
        margin-left: 0;
        margin-top: 10px;
    }
    .titol_guia_talles{
        font-size: 26px;
    }
    .text_guia_talles{
        font-size: 17px;
    }
    #popup_guia_talles #tancar_popup_guia_talles:before {
        text-align: center;
        content: "\00d7";
        font-size: 45px;
        color: #d3d3d3;
        width: 25px;
        line-height: 30px;
        position: absolute;
        right: 5px;
        top: 5px;
    }
}
