@import url(fonts.css); 

body{
	font-family: Helvetica-regular;
}

h1,h2,h3,h4,h5,h6{
	font-weight: bold;
}


header {
	min-height: 160px;
	background-color: #ffcc03;
}

	header .row {
		padding:20px 0;
	}

.social-network-responsive {
		display: none;
}

.logo-ice {
	border-right: 5px solid #000000;
}

	.logo-ice img {
	    height: 120px;
	    display: block;
	    float: right;
	}

.main-sites aside {
	width: 7%;
	min-width: 39px;
	position: relative;
	float: left;
	background-color: #1d1d1b;
	height: 400px;
}

	.main-sites aside .col-md-12 {
		padding-bottom: 35%;
    	padding-top: 35%;
    	padding-right: 0;
    	padding-left: 0;
	}

		.main-sites aside .col-md-12 a {
			display: block;
			margin: 0 auto;
		}

.row {
    margin-right: 0px;
    margin-left: 0px; 
}

.col-md-3 {
	width: 31%;
	height:400px;
	padding: 0;
}

		.col-md-3 img {
			width: 100%;
			height: 100%;
			float: left;
    		object-fit: cover;	
		}

.img-cfl{
	background-image: url(../images/web_GRUPI_ICE-05.png);
	height: 35px;
	width: 35px;
	display: block;
}

	.img-cfl:hover{
		background-image: url(../images/web_GRUPI_ICE-12.png);
	}

.img-ice{
	background-image: url(../images/web_GRUPI_ICE-06.png);
	width: 34px;
	height: 27px;
	display: block;
}

	.img-ice:hover{
		background-image: url(../images/web_GRUPI_ICE-11.png);
	}

.img-racsa{
	background-image: url(../images/web_GRUPI_ICE-07.png);
	width: 34px;
	height: 34px;
	display: block;
}

	.img-racsa:hover{
		background-image: url(../images/web_GRUPI_ICE-10.png);
	}	

.img-cableVision{
	background-image: url(../images/web_GRUPI_ICE-08.png);
	width: 30px;
	height: 35px;
	display: block;
}

	.img-cableVision:hover{
		background-image: url(../images/web_GRUPI_ICE-09.png);
	}	


footer {
	background-color: #3c3c3b;
	border-bottom: 15px solid #ffcc03;
	color: #ffffff;
	padding:20px 0;
}

	footer .left-section {
		text-align: right;
		border-right: 1px solid white;
	}

		footer .responsive-footer{
			display: none;
		}

		footer .left-section p {
			padding: 0;
			margin: 0;
		}

	footer .right-section {
		text-align: left;
	}

		footer .right-section img {
			padding: 5% 15px;
		}

@media (max-width: 994px){
	header {
		text-align: center;
	}

	.logo-ice {
	    border-right: none;
	}

		.logo-ice img {
		    margin: 0 auto;
		    float: none;
		}
}

@media (max-width: 800px){

	.social-network-responsive {
		display: block;
		background-color: #1d1d1b;
		padding: 0!important;
	}

		.social-network-responsive img {
			padding: 4%;
		}

	.main-sites aside {
		height: auto;
	}
	.main-sites aside .col-md-12 {
		height: 175px;
	}

	.col-md-3 {
		width: 94%;
		height: 175px;
		float: left;
	}

	.main-sites aside .col-md-12 a {
	    margin: 50% auto;
	}

	footer {
		background-color: #ffffff;
	}

		footer .responsive-footer{
			display: block;
			color: #000000;
			text-align: center;
			font-weight: bold;
		}

			footer .top-responsive-footer {
				padding: 10px;
				border-bottom: 3px solid #000000;
			}

			footer .bottom-responsive-footer {
				padding: 10px 0;
				font-size: 8pt;
			}

			footer .responsive-footer p {
				margin: 0;
				padding: 0 15%;
			}

		footer .left-section, footer .right-section {
			display: none;
		}
	}

@media (max-width: 668px){
	.main-sites aside {
		width: 15%;
	}

	.col-md-3 {
		width: 85%;
	}
}