@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	background: #efefef;
	color: #2f2f2f;
	
}
.image_gallery {
    padding: 5px;
}
.header-splash {
    background-color: #000000;
    border-bottom: #fff solid 3px!important;
}
.header-splash {
    background-color: #000000;
    border-bottom: #fff solid 3px!important;
}
header {
    /* background: #54B820; */
    position: fixed;
    z-index: 5100;
    width: 100%;
    left: 0;
    top: 0;
    border-bottom: 2px solid #fff;
}
header img {
	height: 40px;
	padding: 10px;
}
.main-container {
	padding: 60px 10px
}
.title {
	font-size: 30px;
	font-weight: 600;
	padding: 10px 0px
}
.description {
	font-size: 15px;
}
label {
	float: left;
	white-space: normal;
	line-height: 27px;
	font-weight: 600;
	padding: 5px 0px;
}

select, textarea, label, label, input, input[type=text], input[type=number] {
      width: 100%;
	/* margin: 10px; */
	float: left;
	clear: both;
	-ms-box-sizing: content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}

.image_gallery img {
	width:100%
}
.col-xs-12 .image_gallery img{
	padding: 10px 0px;
}
/* PROMOS */

.home-section .container {
    padding-left: 15px;
    padding-right: 15px;
}


.home-section p {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.2;
    width: 100%;
    margin-bottom: 0;
    margin-top: 15px;
}
.h-cuadritos {
	background-image: url("https://fanatico.fotoc.com.uy/im/fotoc/splash/splash_cuadritos_desktop.jpg");
}
.h-cuadros {
	background-image: url("https://fanatico.fotoc.com.uy/im/fotoc/splash/splash_cuadros_desktop.jpg");
	background-color: #4792a6 !important;
	color: #fff;
}
.home-section a {
    font-weight: 500;
    font-size: 20px;
    margin-top: 30px;
    display: inline-block;
    text-decoration: none;
    color:#c85000;
    line-height: 40px;
}
.home-section a i {
    float: right;
    margin: 4px 0 0 15px;
    font-size: 36px;
}
.home-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-color: #d8d9d9;
    cursor: pointer;
    cursor: hand;
}
.home-section {
    text-align: left;
    display: flex;
    padding: 130px 0 144px 0;
    margin-bottom: 3px;
}
.home-section h2 {
  font-size: 2.5em;
  font-weight: 500;
  text-align: left;
  line-height: .9;
  padding: 0px;
  margin: 0px;
}
@media only screen and (max-width: 35em) {
	.container {
    margin: 0 0 0 0;
		padding: 0px 15px;
}
	.home-section p {
    font-size: 22px;
}
	
	.home-section .container a {
		display: none;
	}
	.home-section .container {
		margin: 0 0 0 0;
	}
	.home-section {
		background-size: contain;
		padding: 30px 0 70% 0;
	}
	  .home-section h2 {
    font-size: 2.35em;


    font-weight: 500;
    text-align: left;
    line-height: .9;
	  }

	.h-cuadros {
		background-image: url("https://fanatico.fotoc.com.uy/im/fotoc/splash/splash_cuadros_mobile.jpg");
	}
	.h-cuadritos {
		background-image: url("https://fanatico.fotoc.com.uy/im/fotoc/splash/splash_cuadritos_mobile.jpg");
	}
	.h-fanaticos {
		background-image: url("https://fanatico.fotoc.com.uy/im/fotoc/splash/splash_fanatico_mobile.jpg");
	}	
}