/*------------- header -------------*/
header{
    margin-bottom:64.33px;
}

.navbar .logo{
    width: 170px;
}
/*------------- header -------------*/

/*------------- footer -------------*/
.subfooter{
    padding-top: 25px;
    padding-bottom: 25px; 
    background-color:#272727;
    color: #FFFFFF;
}

.subfooter hr{
	background-color: #ffffff;
}
.subfooter span{
    font-weight: 700;
}

/* Dirección */
 .subfooter .ftr-dir{
    list-style-type: none;
    font-size: 13px;
    margin-left:-25px;
 }

 .subfooter .ftr-dir .tag-dir{
    font-size: 15px;
 }

 .subfooter .ftr-dir .date-dir{
    margin-top: 0px; 
    margin-bottom: 5px;
 }

.subfooter .ftr-social .ftr-logo{
    width: 100%; 
    max-width: 200px; 
    margin: 0 auto; 
    display: block; 
    margin-top: 20px;
}
.subfooter .ftr-social p{
    text-align: center;
}

.subfooter .ftr-social li{
    margin-right: -8px; 
    margin-left: -8px;
}

.subfooter .ftr-social li a{
    text-decoration: none; font-size: 25px; color: #ffffff;
}

footer{
    background-color: #000000; 
    color: #ffffff;
    padding-top: 1px; 
    padding-bottom: 1px;
}

footer p{
    text-align: center; 
    margin-top: 8px;
}
/* Dirección */


/*--======================================================================
					PUNTOS DE QUIEBRE PERSONALIZADOS
========================================================================*/
/*--======================================================================
            ESCRITORIO GRANDE (LG revisamos en 1366 en adelante)
========================================================================*/

@media (min-width:1200px){

}

/*--======================================================================
	 ESCRITORIO MEDIANO O TABLET HORIZONTAL (MD revisamos en 1024px)
========================================================================*/

@media (max-width:1199px) and (min-width:992px){

}

/*--======================================================================
		ESCRITORIO PEQUEÑO O TABLET VERTICAL (SM revisamos en 768px)
========================================================================*/

@media (max-width:991px) and (min-width:768px){

}

/*--======================================================================
					MOVIL (XS revisamos en 320px)
========================================================================*/

@media (max-width:767px){

}
/*------------- footer -------------*/

/* 5552262663
5569355249 lisbet castrejon cubic 
*/