:root{
     --cGuinda: #A50034;
     --cCafe:#CEB888;
     --cGris:#EDEEF0;
     --cGrisF:#63666A;
     --cAzul:#253746;
     --cMarron: #744F28;

}
@font-face {
    font-family: 'Sublima-Light';
    src: url('../fonts/sublima/Sublima-Light.otf');
}

@font-face {
    font-family: 'Sublima-Bold';
    src: url('../fonts/sublima/Sublima-ExtraBold.otf');
}
/*boton de privacidad k*/
.top-bar-privacidad {
    position: fixed;
    left: 0;
    padding: 0;
    top: 105px;
    z-index: 997;
}
/*boton de 0tolerancia k*/
.top-bar-0tolerancia {
    position: fixed;
    left: 0;
    padding: 0;
    top: 464px;
    z-index: 997;
}


.top-bar-left {
    padding: 0;
    margin-bottom: 0;
    position: fixed;
    left: 0;
    top: 275px;
    z-index: 998;
}
.top-bar-correo {
    padding: 0;
    position: fixed;
    left: -2;
    top: 430px;
    z-index: 999;
}
.top-bar-tolerancia {
    background: #ffffff;
    width: 120px;
    height: 50px;
    border-radius: 0%;
    text-align: center;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5), 3px 3px 3px rgba(0, 0, 0, 0.25);
    position: fixed;
    bottom: 150px;
    right: -10px;
    display: inline-block;
    cursor: default;
    padding: 5px;
    z-index: 10000000000 !important;
}
img {
    max-width: 85%;
    height: auto;
}
img {
    overflow-clip-margin: content-box;
    overflow: clip;
}

/*.modalpriv-header{
    background-color: var(--cCafe);
}*/

/*:::Boton-Modal:::*/

/*:::Ventana Modal:::*/

/*.embed-container {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}*/
.embed-container iframe {
   /* position: absolute;
   top:0;
    left: 0;*/
    width: 960px;
    height: 700px;
}
.close span{
    color: white;
    float: left !important;
}
#btn-modal{
    display: none;
}
.container-modal{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0; left: 0;
/*    background-color: rgba(144, 148, 150, 0.);*/
    background-color: rgba(43,44,45, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
#btn-modal:checked ~ .container-modal{
    display: flex;
}
.content-modal{
    width: 100%;
    max-width: 800px;
/*    padding: 20px;*/
    background-color: #fff;
/*    border-radius: 2em;*/

}

#btn_cerrar_construccion{
    display: block;
    margin: auto;
}

#content_modal{
    background-image: url(../images/fondo_contacto.png);
}
.content-modal h4{
/*    margin-bottom: 18px;*/
    color: white;
    font-family: 'Sublima-Light';
    text-align: center;
    font-size: 20px;
    padding: 4px 0;
}
.content-modal p{
    padding: 0px 0px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.content-titulo{
    background-color: var(--cCafe);
    height: 1.5rem
    margin: 0;
    padding: 15px 10px 5px 10px;
}
.content-contenido{
    margin: 1rem auto;
}
.content-modal .btn-cerrar{
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: center;
}
.content-modal .btn-cerrar label{
    padding: 7px 10px;
    background-color: #5488a3;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: all 300ms ease;
}
.content-modal .btn-cerrar label:hover{
    background-color:#185E83;
}
.cerrar-modal{
    width:100%;
    height: 100vh;
    position: absolute;
    top:0; left: 0;
    z-index: -1;
}

/*:::Fin Ventana Modal:::*/

/*TABS*/

.taabs {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 1rem 4rem;
  
}

.tabs__label {
  width: 50%;
  padding-bottom: 10px;
  cursor: pointer;
  color: var(--cGris);
  font-size: 14px;
  text-align: center;
  border-bottom: 2px solid #CEB888;
  font-family: 'Sublima-Bold';
}

.tabs__radio {
  display: none;
}

.tabs__content {
  order: 1;
  width: 100%;
  font-size: 0.9em;
  display: none;
  margin-top: 10px;
}



.tabs__radio:checked + .tabs__label {
  font-weight: bold;
  color: #253746;
  border-bottom: 2px solid #CEB888;
}

.tabs__radio:checked + .tabs__label + .tabs__content {
  display: initial;
}



/*apartado de estrados*/
.modal{
    width: 100%;
/*    width: auto;*/
}
.modal-header-center{
    display: flex;
    padding:1rem;
/*    background-color: var(--cAzul);*/
    color: white;
}
#privacidad_title{
    background-color: var(--cCafe);
}
#estrados_title{
    background-color: var(--cAzul);
}
#construccion_title{
    background-color:  #63666A;
}
.modal-title{
    margin:auto;
}
/*ajustar tamaño de modal estrado*/
.modal-xl { max-width: 70% !important; }


.grid-estrado{
    display: grid;
/*    grid-template-columns: repeat(2, 1fr);*/
    
    grid-template-columns: 35% 65%; 
    grid-template-rows: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 0px;
    padding: 5px 0;
}
.contenedor-estrado1,
.contenedor-estrado2,
.contenedor-tabla{
    margin: 0;
    padding: 0;
    padding: 0;
    width: auto;
    
}



.contenedor-tabla{
    overflow-y: scroll;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.tabla-estrados{
    border-spacing: 30px 10px;
}
.tabla-estrados thead{
    border-bottom: solid 2px var(--cCafe);
    font-size: 1rem;
    color: black;
    font-family: 'Sublima-Light';
/*    padding: 15px;*/
}
.tabla-estrados tbody{
    font-size: 14px;
    color: black;
    font-family: 'Sublima-Light';
}
.tabla-estrados th{
    padding:  15px 20px;
/*    border-spacing: 30px 10px;*/
}
.tabla-estrados tr{
    cursor: pointer;
}
.tabla-estrados td{
    padding: 15px 10px;
    border-bottom: solid 1px #c8c8c8;
/*    cursor: pointer;*/
}
#body-estrados{
    margin: 1px;
    padding: 0;
}


@media (max-width:1280px){
    .grid-estrado{
        margin: 0;
        display: flex;
        flex-direction: column;
    }
    .contenedor-estrado1{
    
        margin: 0;
        padding: 0;
        width: auto;   
    }
    .contenedor-estrado2{
/*       display: none;*/
    }
    .modal-xl { max-width: 95% !important; }
    .tabla-estrados{font-size: 8px}
    .contenedor-tabla{
/*       justify-content: left;*/        
    }
    .content-contenido{
        margin: .5rem auto;
    }
    .tabs__label {
      
      font-size: 13px;
    }




}


@media (max-width:800px){
    .content-modal{
        width: 80%;
    }
    .taabs {
        margin: auto auto;
        max-width: 400px;
        display: flex;
        text-align: center;

    }
    .content-contenido{
        margin: .5rem 1rem;
    }

    .tabla-estrados tbody{
        font-size: 2% !important;
    }

}



.imgtolerancia2 {
    display: none; /* Oculta la segunda imagen por defecto */
}

/* Media Query para tamaños menores a 600px */
@media (max-width: 600px) {
    .imgtolerancia1 {
        display: none; /* Oculta la primera imagen */
    }

    .imgtolerancia2 {
        display: block; /* Muestra la segunda imagen */
    }
    .top-bar-tolerancia {
        background: #ffffff;
        width: 80px;
        height: 53px;
        border-radius: 0%;
        text-align: center;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5), 3px 3px 3px rgba(0, 0, 0, 0.25);
        position: fixed;
        bottom: 150px;
        right: -12px;
        display: inline-block;
        cursor: default;
        padding: 2px;
        z-index: 10000000000 !important;
    }
}