.suscripcion{
    background-image: url("../img/index/background.png"),linear-gradient(rgb(245 8 8), rgb(245 8 8));
    background-repeat: no-repeat;
    background-size: cover;
    height: 625px;
    color:white;
}
.textoSuscrpcion{
    width: 739px;
    margin-left:10%;
}
.inputSuscripcion{
    width:31.9em;
    height: 82px;
    background: #EFF0F1;
    border:none;
    float: left;
}
::placeholder { 
    color: #9A999E;
    padding-left:53px;
  }
  .boton_suscripcion{
    width: 164px;
    height: 82px;
    background: #353535;
    color:white;
    border: none;
  }
.pie{ 
    height: 463px;
    background: #353535;
    color:#727176;
    display:grid;
    grid-template-columns: 30% 13% 19% 19% 19%;
    grid-template-rows: 63% 37%;  
   /* grid-template-areas: 
    'a b c d e'
    'a f g' ; */
}
.l{
    grid-column: 1 ;
	grid-row: 1 / 3;
}

.t17{font-size: 17px;}
.t15{font-size: 15px;}
.t13{font-size: 13.8px;}
.w528{width: 528px;}
.dosElem{
    display: grid;
    grid-template-rows: 1fr 1fr;
   /* padding-bottom: 10px;    */
}
.pb21{padding-bottom: 21px;}
.cVertHor {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.mt26{margin-top:26px;}
div{
    cursor: pointer;
}
/*
#footer-img{ grid-area:a;}
#footer-opciones{ grid-area:b;}
#footer-direccion{ grid-area:c;}
#footer-telefono{ grid-area:d;}
#footer-correo{ grid-area:e;}
{ grid-area:f;}
#footer-redes{ grid-area:g;}
*/
#footer-texto{
    grid-column: 2/5;
    padding-top: 2em;
}
#footer-redes{
    grid-column: 5 ;
}
@media only screen and (min-width: 800px) and (max-width: 1281px) { 
    .pie{ 
        height: 708px;
        background: #353535;
        color:#727176;
        display:grid;
        grid-template-columns: 33% 33% 33%;
        grid-template-rows: 33% 33% 33%;
        padding: 53px 108px 53px 108px;  
    }
    .l{
        grid-column: 1 ;
        grid-row: 1 ;
    }
    .p2{grid-column: 3;}
    .p3{grid-column: 1;}
    .p4{grid-column: 2;}
    .p5{grid-column: 3;}
    .copyright{ 
        grid-column: 1/3 ;
        display: flex;
        align-items: center;
    }
    .cpredes{ grid-column: 3 ; grid-row: 3 ;}
    .btgris{ border-top: 1px solid #727176;}
    #footer-texto{
        grid-column: 1/3;
    }
    #footer-redes{
        grid-column: 3 ;
    }
} 
@media only screen and (max-width: 799px){ 
    .textoSuscrpcion {
        width: auto; 
        margin-left: 0;
        padding: 10%;
    }
    .mt100 {
         margin-top: 0 !important;
    }
    .inputSuscripcion {
        width: 100%;
        height: 82px;
        background: #EFF0F1;
        border: none;
        float: left;
        margin-top: 3em;
    }
    .boton_suscripcion {
        width: 164px;
        height: 82px;
        background: #353535;
        color: white;
        border: none;
        border-radius: 50px;
        margin-top: 3em;
    }
    .suscripcion{      
        text-align: center;
    }
    .pie{ 
        height: 463px;
        background: #353535;
        color:#727176;
        display:grid;
        grid-template-columns: 100%;
        grid-template-rows: auto auto auto;
        place-items: center;
        padding: 2em 0em;     
    }
   
#footer-opciones{ display:none;}
#footer-direccion{ display:none;}
#footer-telefonos{ display:none;}
#footer-correo{ display:none;}
#texto-copyright{display:none;}
#footer-texto{
    grid-column: 1 ;
    grid-row: 3;
    text-align: center;
}
#footer-redes{
    grid-column: 1 ;
    grid-row: 2;
}
#footer-img{ 
    grid-column: 1 ;
    grid-row: 1;
    padding-bottom: 2em;
}
#botones-redes{
border-top:2px solid #727176;
padding:1em;

}

} 