
@font-face{
	font-family: Montserrat;
	src: url(./fonts/Montserrat-Regular.ttf);

}


* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
/*	overflow:hidden;   */
	   

}



html {
	font-family: 'Montserrat';
	font-size: 10px;
	scroll-behavior: smooth;
/*	background-color: #855372; */

}


/* ================================
   =========  H E A D E R  ========
   ================================  */

header{
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100%;  
	height: 80px;
/*	background-color: #000;  
	background-color: #58a444; */   
	background-color: #6B8E23;
	left: 0;
	top: 0;
	position: fixed;
	z-index: 100;
	display: flex;
  	justify-content: center;

}

/* ================================
   ========= MENU BAR    ==========
   ================================  */

.menu_bar{
	padding-bottom: 10px;
	margin: auto; 
	padding-top: 10px;
	width: 90%;
	height: 80px;
/*	background-color: #399;
	background-color: transparent;  */

}

/* ================================
   ========= NAV LIST    ==========
   ================================  */

.menu_list{
/*	padding-top: 10px;  */


	width: 100%;
	height:80%; 
/*	height: 60px;  */
	float: right;
	float: bottom;
	box-sizing: border-box;
	text-align: right;
/*	background-color: #555;  */

 	display: inline-block;
}

.menu_list a img{
	float: left;
	max-width: 100%;

}

nav ul li a{
	color: #fff;
	font-size: 2em;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 1.5em;
	font-weight: bold;
	letter-spacing: 1px;

}

nav ul li a:hover{
	color: #000; 
/*	color: #dc143c;   */

	transition: 0.5s;

}

nav ul li{
	display: inline;
	text-align: bottom;

}


/* ================================
   ========= S L I D E R ==========
   ================================  */

.slider {
	padding-top: 80px;
	padding-bottom: 0px;
	width: 100%;
	margin: auto; 
	overflow: hidden;

}

.slider ul {
	display: flex;
	width: 400%;
	
	animation: cambio 20s infinite alternate linear;
}

.slider li {
	width: 100%;
	list-style: none;

}

.slider img {
	width: 100%;

}




@keyframes cambio {
	0% {margin-left: 0;}
	20% {margin-left: 0;}
	
	25% {margin-left: -100%;}
	45% {margin-left: -100%;}
	
	50% {margin-left: -200%;}
	70% {margin-left: -200%;}
	
	75% {margin-left: -300%;}
	100% {margin-left: -300%;}
}

/* Fin Slider */



/* Fin Header */


/* ================================
   ========= SERVICIOS   ==========
   ================================  */


#services{
	min-width: 100%;
	max-height: 100%; 
	color: #000;
	background-color: #fff;
/*	width: 100%; */
/*	display: flex;
    justify-content: space-between; 
 	justify-content: center; */
/*	padding-bottom: 100px;
	font-size: 1.7rem; */
	padding-bottom: 50px;

}

.services_title {
	padding-top: 80px;
	min-width: 100%;
/*	background-color: #6B8E23; 
	max-height: 100%;
	min-width: 100%;  */

}

.services_text h1{
/*	background-color: blue;  */
/*	text-transform: uppercase; */
	color: #000;
	font-size: 4em;
	text-decoration: none;
	padding-left: 0px;   
	font-weight: bold;
	letter-spacing: 1px;
	text-align: right;

}

.services_text h4{
/*	background-color: orange;  */
/*	text-transform: uppercase; */ 
	color: #000;
	font-size: 1.5em;
	text-decoration: none;
	padding-left: none;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: right;

}


.control_box{
/* 	background-color: gray; */
    margin-left: 1em;
    margin-right: 1em; 
    display: flex;
    justify-content: space-between;
    overflow-x: hidden;  

}

.services_box{
	background-color: #6B8E23;	
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	color:#fff;
	padding: 0px;
    width: 20%; 
    float: left;
    
}
 
.services_box h2{
/*	height: 100%; */
	padding: 0.5em;
	text-align: center;
 	font-size: 1.5rem;

}


.services_box img{
	width: 100%;
	opacity: 0.8;

}




/* ================================
   ========= A B O U T   ==========
   ================================  */

#about {
	background-color: #6B8E23;

}



.about_title {

}

.about_text h1{
	padding-top: 80px;
/*	background-color: blue;  */
/*	text-transform: uppercase; */
	color: #fff;
	font-size: 4em;
	text-decoration: none;
	padding-left: 0px;   
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;

}



.about_text h4{
/*	background-color: orange;  */
/*	text-transform: uppercase; */ 
	color: #fff;
	font-size: 1.5em;
	text-decoration: none;
	padding-left: 0px;
	padding-right: none;
	padding-top: 10px;
	padding-bottom: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;

}

.control_about{
/* 	background-color: gray;   */
  	width:100%;  
  	padding-left: 2rem;
	display:flex;  
	float: left; 	
 
 /*   justify-content: space-between; */  


}


.about_box_icon{
/*	background:#829900; */

/*
	background-color: gold; 
/*	height: 40%;	
	max-width: 20%; */
/*
	padding-left: 2rem;
	height: 100%;
/*	background-color: #ffffff; 
	color: #000;
	max-width: 100%;
	min-height: 100%; */
/*	max-height: 100%; 
	width: 20%;
/*	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
/*	border-spacing: 0;*/
/*    width:20%; */ 


	padding-top: 5rem;
	float:left;

}

.about_box_icon img{
/*	height: 20%;  */

	width: 100%;
	opacity: 0.8;

}

.about_box_text{
/*	background:#829900; 
	background-color: #403295; */

/*
	background-color: silver; 
/*	height: 40%;  */	
/*
	max-width: 40%;
	border-top-right-radius: 5px; 
	border-bottom-right-radius: 5px;
/*	background-color: #ffffff; 
	color: #000;
	padding: 10rem; */
/*
	height: 100%;
/*	max-width: 100%;
	max-height: 100%; 
/*	max-height: 100%;  
	width: 20%;
/*	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	border-spacing: 0;*/
/*  width:20%; */ 

	padding-top: 5rem;
	float:left;

}



.about_box_text h2{
/*	height: 100%; */

	color: #fff;
	font-size: 1.5em;
	text-decoration: none;
	padding-left: 0px;
	padding-right: none;
	padding-top: 10px;
	padding-bottom: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;




}


.about_image_botom img{
	width: 100%;
	opacity: 0.8;

}

/* ================================
   ======= C O N T A C T ==========
   ================================  */

#contact {   /* REVISADO OK */
	background-color: #fff;
/*	padding-bottom: 20px; */

}

#contact .contact_text h1{	
	padding-top: 80px;
/*	background-color: blue;  */
/*	text-transform: uppercase; */
	color: #000;
	font-size: 4em;
	text-decoration: none;
	padding-left: 15px;   
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;

}


#contact .contact_text h4{  /* REVISADO OK */
/*	background-color: orange;  */
/*	text-transform: uppercase; */ 
	color: #000;
	font-size: 1.5em;
	text-decoration: none;
	padding-left: 25%;
	padding-right: 25%;
	padding-top: 10px;
	padding-bottom: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;

}



#contact .contact_address h1{     /* REVISADO OK */

/*	background-color: lightgreen; */
	color: #000;
	font-size: 3em;
	padding-top: 20px;
	padding-bottom: 20px;
	text-decoration: none;


/*	text-transform: uppercase; */ 


	padding-left: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;

}


/* ================================
   ===== F O R M U L A R I O ======
   ================================  */

.contact_cont{  /* REVISADO OK */
/*	background-color: #ffffff; */
	width: 100%;
	min-height: 100%; 
	display: flex;
	justify-content: center;

}



.contact_int{
/*	background-color: yellow;  
	height: 100%; */
	width: 80%;
	display: inline-block; 
	display:flex;
	justify-content: center; 
	padding-top: 20px;
	padding-bottom: 20px;

}    

.contact_maps{
	width: 100%;
	max-height: 100%;   

}

.contact_form{
/*	background-color: grey; */
	background-color: #6B8E23;   
	padding: 2.5em; 
	border-radius: 8px;

}

form{
	width: 100%;
	max-height: 100%;    


}



/* TEXTO DENTRO DEL CAMPO */


.campo_form {
	width:100%; 
	height:36px; 
 

/* 	margin-left: 0px;    disable
 	margin-right: 2.5em;  disable
 	margin-left: 2.5em;  disable */ 


	margin:2px 2 2px;	
	box-sizing: border-box; 
	border-radius:7px; 
	border:0; 
	font-size:1em;
	padding-left:6px; 
	padding-right: 2.5em;

}

label h3 {
	font-size:2em;
	color: #000;

}


label span {
	color: #f00;

}

textarea {
	min-height: 150px!important;

}

.btn_form {
	margin-top: 10px;
	display: inline-block; 
	border:0; 
	background: #000; 
	height: 46px; 
	line-height: 46px; 
	padding: 0 20px; 
	border-radius: 6px; 
	color:#fff; 
	text-decoration: none; 
	text-transform: uppercase; 
	letter-spacing: 1px;

}

.btn_form:hover {
	background: #444;

}
*/

/* *****************************************
*********** DISABLED MAP SETTINGS **********
********************************************/

/*
.contact_maps iframe{

 	width: 100%;
  	min-height: 100%;     
  	border-radius: 6px; 
  	padding: 2.5em;

}

*/


/* On screens that are less than 700px wide, make the sidebar into a topbar */
@media screen and (max-width: 700px) {



.menu_bar{
	padding-bottom: 10px;
	margin: auto; 
	padding-top: 10px;
	width: 90%;
	height: 80px;
/*	background-color: #399;
	background-color: transparent;  */

}

/* ================================
   ========= NAV LIST    ==========
   ================================  */

.menu_list{
	width: 100%;
	height:80%; 
	float: right;
	float: bottom;
	box-sizing: border-box;
	text-align: right;
/* 	display: inline-block; */
}

.menu_list a img{
	float: left;
	max-width: 100%;

}

nav ul li a{
/*	color: #fff;   */
	color: cyan;
	font-size: 2em;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 1.5em;
	font-weight: bold;
	letter-spacing: 1px;

}

nav ul li a:hover{
	color: red; 
/*	color: #dc143c;   */

	transition: 0.5s;

}

nav ul li{
	display: inline;
	text-align: bottom;

}



}

/* On screens that are less than 400px, display the bar vertically, instead of horizontally */
@media screen and (max-width: 400px) {




}




/*******************************************
****************  F  I  N  *****************
********************************************/

