/* CSS Document */
body{
    background-color: #666666;
    color: #FFFFFF
}
@media (max-width: 767px)
{
	.marginxs
	{
	    margin-left:15px;
	}
	.logo-horizontal
	{
	    background-image: url(../images/logo-horizontal.png);
	}
	.logo-vertical
	{
	    height: 0px;
	}
}
@media(min-width: 768px)
{
	.logo-horizontal
	{
	    height: 0px;
	}
	.logo-vertical
	{
	    background-image: url(../images/logo-vertical.png);
	}
}
.bloques{
	margin: 50px 0;
}
.bloques .item{
	flex-direction: column;
    background: #0e0e0e;
    border-radius: 3px;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 28px 28px;
	margin-bottom: 20px;
    min-height: 235px;
}

.bloques .item h2{
	font-size: 17px;
    line-height: 24px;
    font-weight: 700;	
}
 
.bloques .item .icono{
	margin: 0 auto;
	width: 48px;
    height: 48px;    
    fill: #fff;
    color: #fff;
		
}

/* footer */

footer{
	border-top: 1px solid #ebebeb;
	padding: 48px 0 54px;	
}

.lista{	
    font-size: 15px;
    line-height: 28px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.lista_contacto {
    font-size: 15px;
    line-height: 20px;
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
}

.lista_contacto li{
	padding: 4px 0;
    position: relative;
}



.listar_sociales{
	display: flex;
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
    position: relative;
    margin-left: -16px;
}

.listar_imagenes{
	display: flex;
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
    position: relative;
    margin-left: -8px;
    margin-top: -20px;
}


.link_li{
    font-size: 15px;
    line-height: 28px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.lista_link{
	color: #FFFFFF;
}

footer .titulo {
	color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 25px;
}

footer .subtitulo {
	margin-top: 20px;
    margin-bottom: 0;
}

footer h5, h6 {
    font-weight: 700;
}

footer h5 {
    font-size: 20px;
}


/* redes */
.rsociales a {
   
	color: #FFFFFF
}


.listar_sociales li {
    font-size: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: inherit;
    width: 34px;
    height: 34px;
    border-radius: 17px;
    transition: all .2s;
	
}


.facebook{
	margin-left: 7px;
	background: #3c599900;
}

.youtube{
	margin-left: 7px;
	background: #e52e2e;
}

.instagram{
	margin-left: 7px;
	background: #805dc700;
}
.whatsapp{
	margin-left: 7px;
	background: rgba(95, 95, 95, 0);
}

.Copyright{
	font-size: 14px;
	margin-top: 30px;
}

@media (max-width: 991px) and (min-width: 480px){
	.bloques .item{
		min-height: 200px;
	}
}

   