@charset "UTF-8";
/* CSS Document */
/* font-family: 'Viga', sans-serif;
font-family: 'Darker Grotesque', sans-serif;
font-family: 'Antic', sans-serif; */
.servicios h1, .quienes h2, .precios h2, .tipos h3{
	font-size: 22px;
	color: #0F0C0D;
	text-align: center;
	margin: 2% 0 0 0;
		}
.servicios hr, .quienes hr, .precios hr, .tipos hr, #logo2 hr, .promo hr, .contact hr, #construction {
border: 0;
height: 1px;
background: #000;
background-image: -webkit-linear-gradient(left, #fff, #000, #fff);
background-image: -moz-linear-gradient(left, #fff, #000, #fff);
background-image: -ms-linear-gradient(left, #fff, #000, #fff);
background-image: -o-linear-gradient(left, #fff, #000, #fff);
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Antic', sans-serif;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

i{
	display: block;
	width: 20px;
	text-align: center;
}

#third input[type=text], #third input[type=phone], #third input[type=email] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
	background-color: #EAEAEA;
    color: #626262;
	outline: none;
	}
#third input[type=button], input[type=submit], input[type=reset] {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}
#third input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
    background-color: #37843A;
}
#textarea{
	width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
	background-color: #EAEAEA;
    color: #626262;
	outline: none;
}
#pr{
	width: 15%;
    padding: 10px 20px;
    margin: 8px 0;
    box-sizing: border-box;
	background-color: #EAEAEA;
    color: #626262;
	outline: none;
}
table {
    width: 80%;
	margin: 0 10%;
    border-collapse: collapse; 
    border: 1px solid grey; 
	box-sizing: border-box; 
	}
td {
	width: 33%;
}
th {
	width: 20%;
	}



.clear {clear:both; content:""; display:block; height:0; font-size:0;overflow: hidden;}
/* CSS Document */


.header{
	width: 100%;
	}
.header ul{
	width: 100%;
	margin: 0;
	padding-bottom: 1%;
}
.header li{
	float: left;
}
#logo{
	text-align: center;
	float: left;
	list-style: none;
	width: 20%;
	margin-left: 2%;
	}
#logo img{
	margin: 0 0 0 2%;
}

#logo1{
	text-align: center;
	width: 55%;
	float: left;
}
#logo1 p{
	margin: 0;
	padding: 0;
	font-family: 'Darker Grotesque', sans-serif;
	font-size: 30px;
	color: brown;
}
#logo1 a{
	text-decoration: underline;
	font-size: 24px;
	color: #848484;
	margin-right: 10%;
}

#logo1 a:hover{
	color: #229743;
}
#logo2{
	width: 20%;
	font-family: 'Viga', sans-serif;
}
#logo2 div{
	font-family: 'Antic', sans-serif;
	}
#logo2 a{
	font-family: 'Antic', sans-serif;
	font-size: 16px;
	text-decoration: none;
}
#logo2 a:hover{
	color: #4000AB;
}

.top_button{
	display: block;
	margin: 2% 0 0 20%;
	background-color: #3FA43F;
	max-width: 70%;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 13px;
	text-align: left;
}








.center_main{
	width: 100%;
	background-color: #F5F5F5;
}
.center{
	width: 90%;
	margin-left: 5%;
	background-color: #fff;
	
}
.navi{
	margin-top: -1.5%;
	width: 100%;
	background-color: #229743;
	}
.navi ul{
	margin: 0 0 0 5%;
	padding: 0;
	width: 90%;
}
.navi li{
	float: left;
	margin-right: 2%;
	padding: 2% 0 1.5% 0;
}
.navi li a{
	text-decoration: none;
	color: #fff;
}

.image{
	margin: 0;
	width: 100%;
	height: 400px;
	background-image: url(../images/font1.jpg);
	background-size: cover;
}
.image_casas{
	margin: 0;
	width: 100%;
	height: 400px;
	background-image: url(../images/main_gallery1.jpg);
	background-size: cover;
}
.image_oficina{
	margin: 0;
	width: 100%;
	height: 400px;
	background-image: url(../images/main_gallery2.jpg);
	background-size: cover;
}
.image_post{
	margin: 0;
	width: 100%;
	height: 400px;
	background-image: url(../images/postconstruccion.jpg);
	background-size: cover;
}
.image_lavacar{
	margin: 0;
	width: 100%;
	height: 70vh;
	background-image: url("../images/lavacar_main.jpg");
	background-size: cover;
}
.description {
		width: 100%;
			}
#first{
	margin-top: 15%;
	width: 50%;
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	font-family: 'Antic', sans-serif;
	text-align: center;
	padding: 0 3%;
}
#first p{
	font-size: 18px;
	font-weight: normal;
}
#second{
	margin: 15% 0 0 5%;
	width: 15%;
}
#third{
	margin-top: 10%;
	width: 18%;
}
#third p{
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	
}
#third form, #third a{
	display: block;
}
.description li{
	float: left;
	}
.description div{
	font-size: 12px;
	background-color: #4CAF50;
    border: none;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
	}
.description div:hover, .servicios div:hover{
	background-color: #37843A;
}
.description a{
	text-decoration: none;
	color: #FFFFFF;
}
.form_first{
	text-align: right;
	}

.list ul{
	width: 100%;
	box-sizing: border-box;
}
.list li{
	box-sizing: border-box;
	padding: 15px;
	border: 1px solid #229743;
	width: 47%;
    margin: 0 0 2% 0;
	height: 50vh;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	float: left;
}
.list li:first-child{
	margin:0 2% 0 2%;
}
.list p{
	font-size: 18px;
	padding-top: 2%;
}
#main_block div{
	width: 60%;
	    box-sizing: border-box;
	    background-color: #29a71a;
	    margin: 0 0 3% 20%;
	    padding: 10px;
	    text-align: center;
	    border:0.5px solid #888888;  
	    box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
#main_block div:hover{
	    background-color: #1F8413;
}
#main_block a{
	text-decoration: none;
	color: white;
}
.servicios{
	width: 100%;
}
.servicios ul{
	width: 100%;
}
.servicios li{
	box-sizing: border-box; /* Ширина блока с полями */
	display: block;
	text-align: center;
	font-size: 16px;
	color:#fff;
	width: 29%;
	float: left;
	margin: 2%;
	padding: 2%;
	height: 260px;
}
.servicios a{
	text-decoration: none;
	color: #FFFFFF;
}
.servicios p{
	margin: 0 0 5% 0;
	padding: 0;
	font-size: 20px;
	color: #fff;
}

.servicios div{
	margin: 10% 0 0 25%;
	width: 50%;
	background-color: #4CAF50;
    border: none;
    padding: 6px 10px;
    text-decoration: none;
	box-sizing: border-box; /* Ширина блока с полями */
}
.quienes{
	width: 100%;
	}
.quienes p{
	font-size: 18px;
	padding: 0 5%;
}


.promo{
	width: 100%;
}
.promo ul{
	width: 100%;
	box-sizing: border-box;
	margin: 2% 0 0 0;
	padding: 0;
}
.promo li{
	width: 30%;
	border: 1px solid #229743;
	padding: 0 3% 3% 3%;
	margin: 0 2% 0 2%;
	box-sizing: border-box;
	text-align: center;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	float: left;
	height: 60vh;
 }
.promo li img{
	max-width: 100%;
}
#productos img{
	max-width: 100%;
	box-sizing: border-box;
	float: left;
	margin: 2% 1% 1% 1%;
	}
.promo li:nth-child(2){
	width: 31.5%;
	padding: 0;
	margin: 0;
}
.promo li:last-child{
	padding: 0.2%;
}
.promo li img:last-child{
	margin: 0.2% 0 0 0;
}
.promo h3{
	font-family: 'Viga', sans-serif;
	font-size: 20px;
	color: brown;
	margin: 2% 0 0 0;
}
.promo a:last-child{
	display: block;
	width: 50%;
	box-sizing: border-box;
	margin: 4% 0 3% 25%;
	color: #fff;
	background: #4CAF50;
	padding: 3% 5%;
	font-size: 13px;
}
.promo a:last-child:hover{
	background: #229743;
}




.precios{
	width: 100%;
	text-align: center;
	}
.precios ul{
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	}
.precios li{
	display: block;
	width: 29.3%;
	float: left;
	text-align: center;
	box-sizing: border-box;
	margin: 0 2%;
	padding: 0 0 1% 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	border-radius: 2%;
}
.precios h3{
	font-family: 'Viga', sans-serif;
	font-size: 20px;
	color: brown;
	margin: 2% 0 0 0;
}
.precios div{
	box-sizing: border-box;
	width: 50%;
	border-radius: 50%;
	background-color: #FC312C;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 15% 17%;
	margin: 3% 0 3% 25%;
	overflow: hidden;
	}
.precios p, #middle p{
	display: block;
	width: 100%;
	padding: 2%;
	text-align: center;
}

#middle{
	background: #1086D5;
	border-radius: 2%;
	color: #fff;
}
.precios hr{
	border: 0;
height: 1px;
	width: 60%;
background: #000;
background-image: -webkit-linear-gradient(left, #fff, #000, #fff);
background-image: -moz-linear-gradient(left, #fff, #000, #fff);
background-image: -ms-linear-gradient(left, #fff, #000, #fff);
background-image: -o-linear-gradient(left, #fff, #000, #fff);
}
.precios b{
	font-size: 13px; 
	color: red;
}
#middle h3{
	color: #fff;
}
#middle hr{
	border: 0;
height: 1px;
	width: 60%;
background: #fff;
background-image: -webkit-linear-gradient(left, #000, #fff, #000);
background-image: -moz-linear-gradient(left, #000, #fff, #000);
background-image: -ms-linear-gradient(left, #000, #fff, #000);
background-image: -o-linear-gradient(left, #000, #fff, #000);
}
#middle div{
	background: #fff;
		color: #FC312C; 
}
.tipos{
	width: 100%;
	background: #fff;
	}
.tipos div{
	float: left;
	width: 32%;
	box-sizing: border-box;
	padding: 0 2% 2% 2%;
	border: 1px solid #ccc;
	margin: 1%;
	height: 82vh;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	}
.tipos div:nth-child(odd){
	margin: 1% 0 0 0;
	}

.tipos ul{
	display: block;
	margin: 0;
	padding: 2% 0 2% 0;
	}

.tipos li{
	padding: 2% 2% 1% 2%;
	font-size: 15px;
	width: 100%;
		}
.tipos li:nth-child(odd){
	background: #F5F5F5;
}
.tipos ul:nth-child(odd) li:nth-child(odd){
	background: #000;
}
.tipos ul:first-child{
	padding-bottom: 0;
}

.footer{
	width: 100%;
	height: 100px;
	background: #229743;
}
.footer ul{
	width: 100%;
	margin: 0;
	padding: 0;
}
.footer li{
	box-sizing: border-box;
	display: block;
	width: 25%;
	margin: 0;
	padding: 1% 5%;
	float: left;
	color: #fff;
	font-size: 13px;
	
}
#f1, #f2, #f3{
	text-align: center;
	font-size: 20px; 
}


.video_line{
	width: 90%;
	box-sizing: border-box;
	margin: 2% 0 0 5%;
	padding: 0;
	
}
.video_line b{
	display: block;
	font-size: 24px;
	margin-bottom: 2%;
	
}
.video_line li{
	float: left;
	display: block;
	max-width: 33%; 
	list-style: none;
	padding: 1%;
	box-sizing: border-box;
	}

.video_line video{

	max-width: 100%;
	margin: 1% 0 0 0;
	
}







@media all and (max-width: 800px){
	

#hide2, #hide4, #second, #third, #logo1, .description p, #f1, #f2, #f3{
		display: none;
	}

#logo{
		float: none;
		width: 100%;
		margin: 0;
	}
#logo img{
		width: 30%;
	}

#logo2{
		float: none;
		width: 100%;
	    margin-bottom: -4%;
	    	}
#logo2 span{
		display: block;
	    background-color: #916f10;
	    text-align: center;
	    width: 60%;
	    padding: 10px 0;
	    box-sizing: border-box;
	    margin: 2% 0 0 20%;
	   	}
#logo2 div{
	    width: 80%;
	    box-sizing: border-box;
	    background-color: #29a71a;
	    margin: 0 0 2% 10%;
	    padding: 8px 10px;
	    text-align: center;
	    border:0.5px solid #000;
			   	}
	#hide1{
		border: 0;
		background-color: white;
	}
	
#logo2 a{
	     text-decoration: none;
		 color: white;
	     font-size: 20px;
	}

	
	
	
.navi{
		margin: 0;
	    padding: 0;
	    background-color: #FFFFFF;
	    width: 100%;
	box-sizing: border-box;
	}
.navi ul{
	    width: 100%;
	    margin: 0;
	}
.navi li{
	    box-sizing: border-box;
	    float:none;
	    width: 100%;
	    height: 40px;
	    padding: 9px 0 0 20px;
	    background: rgb(201,201,201); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(201,201,201,1) 0%, rgba(246,246,246,1) 2%, rgba(196,197,199,1) 98%, rgba(117,117,119,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(201,201,201,1) 0%,rgba(246,246,246,1) 2%,rgba(196,197,199,1) 98%,rgba(117,117,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(201,201,201,1) 0%,rgba(246,246,246,1) 2%,rgba(196,197,199,1) 98%,rgba(117,117,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#757577',GradientType=0 ); /* IE6-9 */
	}
.navi li:hover{
		background-color: #454547;
	}
.navi li a{
		font-size: 20px;
	    color:#302E2E;
	}
.image{
	    height: 200px;
	    max-width: 100%;
	}
.image_casas{
	height: 200px;
	    max-width: 100%;
}
.image_oficina{
	height: 200px;
	    max-width: 100%;
}
.image_post{
	height: 200px;
	    max-width: 100%;
	}
#first{
	box-sizing: border-box;
	width: 100%;
	margin: 15% 0 0 0;
	padding: 0 2%;
	}
.description{
	    padding: 0;
		width: 100%;
	    text-align: center;
	}

.servicios li{
		float: none;
	    width: 96%;
	    height: 230px;
	}
.servicios li:nth-child(2){
		height: 250px;
	}
.servicios li:nth-child(3){
		height: 190px;
	}
.list li{
		float: left;
		width: 96%;
	    margin-left: 2%;
	    height: 300px;
	}
.list li:first-child{
		height: 260px;
	    margin-bottom: 2%;
	}
.list p{
		margin: 0;
	    font-size: 14px;
	}
#main_block div{
		width: 80%;
	margin: 5% 0 0 10%;
	
	}
.promo li{
		float: none;
		width: 96%;
	     
	}
.promo li:nth-child(2){
	    display: none;
	}
.promo li:first-child{
		height: 380px;
	}
.promo li:last-child{
		height: 345px;
	}
.precios li{
		float: none;
		width: 96%;
	}
.tipos div{
		float: none;
		width: 96%;
	    height: 500px;
	}
.footer li{
	    width: 100%;
	}
.video_line li{
	float: none;
	display: block;
	max-width: 100%; 
	margin-bottom: 2%;
	}

}




@media (max-width: 2560px) and (min-width: 800px){
	#antihide1{
		display: none;
	}
	#logo2 span{
		display: none;
	}
	
}



@media (max-width: 2560px) and (min-width: 1920px){
	
	
}