
/* XXXXXXXX ABRE SECCION FOTO GRANDE GATO PANCHO */
/* Estas reglas permiten mostrar la imagen al límite de sus bordes */

/* === === === */
/* NUEVOS COLORES GATO PANCHO */
:root{
/* color claro */
--colorGatoPanchoTxt: #f7d1a9;
/* color oscuro	*/
--colorGatoPanchoFondo: #925630;
/* color intermedio	*/
--colorGatoPanchoIntermedio: #a78a48;
}

.claseGatoPancho{ color: var(--colorGatoPanchoTxt); }
.colorFondoGatoPancho{ background-color: var(--colorGatoPanchoFondo); }
.colorBordeGatoPancho{ border: 1px solid var(--colorGatoPanchoIntermedio); }

@media (min-width: 570px){
.carpa-txto-info-01, 
.carpa-txto-info-011{
  border-left: 1px 
  solid var(--colorGatoPanchoIntermedio);
}
}

/* === === === === === ===  */

.fotoGrandeee-copernico-gato{
/* FOTO 00 */
/* cuidar palabras de cada folder */
background-image: url("../img-lacarpa/obra-teatro-el-gato-pancho/central-obra-teatro-el-gato-pancho-00.png");
border-radius: 15px;
background-color: #b69c5e;
height: 600px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
border: 2px solid #b69c5e;
}


/* TEXTO PARA TODAS LAS FOTOS GRANDE */
.subTituloFotoHero00-copernico-gato{
/*width: max(25.3%, 30%, 60px);*/
width: 80%;
line-height: min(11.08rem, 1.3rem);
font-family: arial;
color: white;
font-size: clamp(0.8rem, 0.8rem, 1rem);
/*padding: 26px 0px 0px 3.5rem;*/
/*position: relative;*/
text-align: center;
margin: 0 auto;
}

/* FOTO 01 HASTA 530px  */
@media (min-width: 530px){
.fotoGrandeeecopernico-gato{
background-image: url("../img-lacarpa/obra-teatro-el-gato-pancho/central-obra-teatro-el-gato-pancho-01.png");}
}

/* FOTO 02 HASTA 710px  */
@media (min-width: 710px){
.fotoGrandeee-copernico-gato{
background-image: url("../img-lacarpa/obra-teatro-el-gato-pancho/central-obra-teatro-el-gato-pancho-02.png");}
}

/* FOTO 03 HASTA 810px */
@media (min-width: 810px){
.fotoGrandeeecopernico-gato{
background-image: url("../img-lacarpa/obra-teatro-el-gato-pancho/central-obra-teatro-el-gato-pancho-03.png");
max-width: 84%;margin: 0 auto;}
}

/* FOTO 04 HASTA 1200px */
@media (min-width: 1200px){
.fotoGrandeee-copernico-gato{
background-image: url("../img-lacarpa/obra-teatro-el-gato-pancho/central-obra-teatro-el-gato-pancho-03.png");

max-width: 1100px;margin: 0 auto;}
/*.subTituloFotoHero00-copernico-gato {width: 17%;}*/
}

/* XXXXXXXX CIERRA SECCION FOTO GRANDE XXXXXXXX */
/**/
/**/