:root{
   --cGuinda: #A50034;
   --cCafe:#CEB888;
   --cGris:#5D5F5F;
   --cCafeFuerte:#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');
}
*,
*::before,
*::after{
  margin:0;
  padding: 0;
  box-sizing: inherit;
}



#titulo{
font-family: 'sublima_bold';
font-size: 40px;
color: var(--cCafe);
/* margin-bottom: 0; */
bottom: 80px;
margin-left: 16rem;
position: relative;
/* left: 350px; */

}


#body-descargas{
margin-top: 4rem;
}


#encabezado_imagen {
   width: 2500px;
   max-width: 100%;
   /* height: 110px; */
 }

.grid-tarjeta{
   padding: 0;
   margin-left: 1rem;
   margin-right: 2rem;       
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   grid-template-rows: 1fr;
   grid-column-gap: 0px;
   grid-row-gap: 12px;
 }

 .texto_titular{
  text-align: justify;
  font-family: 'Sublima-Light';
  font-size: 20px;

 }
 #rectangulo {
  position: relative;
  left: -3.5rem;
  margin-top: 1rem;
  max-width: 35% !important;
  height: auto;
 }
 #nombre_titular{
  color: var(--cCafeFuerte);
  /* font-family: 'Sublima-bold'; */
  font-size: 45px;
  margin-top: -6rem;
 }

 .tarjeta_texto{
  
     /* background-color: #F2F4F4; */
     text-align: right;
     width: auto;
     padding: 0;
     margin: 8rem;
     height: auto;
 
 }
 .contenedor{
  margin-bottom: 30px;
 }
 .imagen_osfe{
  max-width: 100%;
  margin: auto;
  margin-top: 4rem;
  margin-left: 14rem;
  border: solid 23px white ;
 }
   @media (max-width:950px){
      .grid-tarjeta{
            padding: 3rem;
            display: grid;
            margin-left: 0;
            margin-right: 0;    
            grid-template-columns: 1fr;
            grid-template-rows: repeat(1, 1fr);
            grid-column-gap: 20px;
            grid-row-gap: 20px;
      }
      .imagen_osfe{
         max-width: 200%;
         margin-left: 1rem;
         border: solid 8px white;
         
      }
      #rectangulo {
         position: relative;
         /* left: -2rem; */
         margin-top: 1rem;
      }
      .tarjeta_texto{
      
         /* background-color: #F2F4F4; */
         text-align: center;
         width: auto;
         padding: 0;
         margin: 1rem;
         height: auto;
      
      }
      .texto_titular{
      text-align: justify;
      font-family: 'Sublima-Light';
      font-size: 18px;

      }
      #encabezado_imagen{
         width:2500px;
         max-width:100%;
         /* margin-top: 3rem; */
         height: 85px;

      }
      #nombre_titular{
         color: var(--cCafeFuerte);
         font-family: 'Sublima-bold';
         font-size: 25px;
         margin-top: 1rem;
      }
      body{
         box-sizing: border-box;
       }
       .chaco-container__plan {
         /* background-color: #5D5F5F; */
         background-color: #7b0414;
         border: none;
         height: 110%;
         width: 50%;
         /* position: absolute; */
       }
       .chaco-flyer {
           position: absolute;
           right: -21px;
           top: 70px;
           z-index: 10;
           border: solid 13px white ;

           
       }
       #titulo{
         font-family: 'sublima_bold';
         font-size: 36px;
         color: var(--cCafe);
         /* margin-bottom: 0; */
         bottom: 70px;
         margin-left: 6rem;
         position: relative;
         /* left: 350px; */
         
         }
         #encabezado_imagen {
            width: 2500px;
            max-width: 100%;
            /* height: 110px; */
          }
   }

@media only screen and (min-width: 1251px) and (max-width: 1280px) {
   #encabezado_imagen{
      width:2500px;
      max-width:100%;
      /* margin-top: 0.5rem; */
   }
   body{
      box-sizing: border-box;
      /* background-image: linear-gradient(to right,#7b0414 35%,white 35% 50% ); */
      background-image: linear-gradient(to right,#5D5F5F 35%,white 35% 50% );
      z-index: 995;
    /*    min-height: 100vh;*/
    }
    #titulo{
      font-family: 'sublima_bold';
      font-size: 40px;
      color: var(--cCafe);
      /* margin-bottom: 0; */
      bottom: 100px;
      margin-left: 16rem;
      position: relative;
      /* left: 350px; */
      
      }

}

@media only screen and (min-width: 1281px) and (max-width: 1550px) {
   #encabezado_imagen{
      width:2500px;
      max-width:100%;
      /* margin-top: 1rem; */
   }
   body{
      box-sizing: border-box;
      background-image: linear-gradient(to right,
      #7b0414 35%,
      white 35% 50% );
      /* background-image: linear-gradient(to right,#5D5F5F 35%,white 35% 50% ); */
      z-index: 995;
    /*    min-height: 100vh;*/
    }

      
}

@media (max-width:450px) {
   #encabezado_imagen{
      width:2500px;
      max-width:100%;
      margin-top: 0.5rem;
      height: 85px;

   } 
   #titulo{
      font-family: 'sublima_bold';
      font-size: 28px;
      color: var(--cCafe);
      margin-left: 3rem;
      position: relative;
      margin-top: 0rem;
      
      }
}

@media only screen and (min-width: 1551px) and (max-width: 2000px) {
   body{
      box-sizing: border-box;
      background-image: linear-gradient(to right,
      #7b0414 35%,
      white 35% 50% );
      /* background-image: linear-gradient(to right,#5D5F5F 35%,white 35% 50% ); */
      z-index: 995;
    /*    min-height: 100vh;*/
    }
 
 }
 