

body{
	margin: 0;
	font-family: calibri;
}

/* ENCABEZADO Y BARRA DE NAVEGACION*/

.titulo{
	font-size: 25px;
}

.titulo{
	display: flex;
	height: 150px;
	background: white;
	color: #006400;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	text-align: center;

	width: auto;
	height: auto;
}

.logo{
	display: flex;
	align-items: center;
}

.logo img {
	height: 150px;
	margin-right: 40px;
	border-radius: 90px;
}

.barra{
	background: #255000;
	height: auto;
	width: auto;
	font-family: monserrat;

}



.nav{
	display: flex;
	justify-content: space-between;
	margin-right: 40px;
	margin-left: 60px;
	font-size: 20px;
	margin: 0 10px;
	line-height: 30px;
	max-width: 992px;
	margin: 0 auto;
	
}
.nav-link{
	color: white;
	text-decoration: none;
	padding: 20px 20px;
	border-radius: 4px;


}

.nav-link:hover{
	background-color: #789D63;
	transition: 0.5s;
	border-bottom: 10px solid #728C69;
	}

.menu-horizontal{
	list-style: none;
	display: flex;
	justify-content: space-around;
    
}
.menu-horizontal > li > a{
	display: block;
	padding: 20px 20px;
	color: white;
	text-decoration: none;


}
.menu-horizontal > li:hover{
	background-color: #789D63;
}
.menu-vertical{
	position: absolute;
	display: none;
	list-style: none;
	width: 200px;
	background-color: rgba(0, 0, 0, .5);
}
.menu-horizontal li:hover .menu-vertical{
	display: block;
}
.menu-vertical li:hover{
	background-color: black;
}

.menu-vertical li a{
	display: block;
	color: white;
	text-decoration: none;
	padding: 15px 15px 15px 20px;
}



.active {
  background-color: #789D63;
  
}

/* PAGINA INICIO*/

.main{
	background: #789D63;
	width: auto;
	height: auto;
	display: flex;
	padding: 15px;
	justify-content: space-between;
}

.section{
	background: white;
	width: 2100px;
	height: 2520px;
	margin-top: 3px;
	margin-left: 25px;
	margin-right: 25px; 
}

.titulo1 {
	color: white;
	font-size: 38px;
	text-align: center;
	margin-bottom: 30px;
	background-color: #255000 ;
	font-family: monserrat;
	margin-top: 10PX;

}

.intro{
	font-size: 25px;
	line-height: 1.8;
	margin-top: 10px;
 	margin-bottom: 10px;
  	margin-right: 20px;
  	margin-left: 20px;
  	font-family: monserrat;
  	color: #255000;
    text-align: justify;
  	
}
.fotos{
	width: 1000px;
	height: 644px;
}
.fotos img {
	width: 100%;
 }
      
.intro1{
	font-size: 25px;
	line-height: 1.8;
	margin-top: 10px;
 	margin-bottom: 10px;
    margin-right: 20px;
    margin-left: 20px; 
    font-family: monserrat;
  	color: #255000;
    text-align: justify;

}
.contenedor{
	display: flex;
}

.text-boxh2 {
	text-align: center;
	font-family: monserrat;
    font-style: italic;
  	color: #255000;
  	justify-content: right;
    margin-right: 70px;
    font-size: 30px;
    margin-top: 60px;
}
.text-box{
	text-align: center;
	font-family: monserrat;
    font-style: italic;
  	color: #255000;
  	text-orientation: left;
  	justify-content: right;
    margin-right: 70px;
    font-size: 30px;
    margin-top: 60px;
    float: left;
    border: 10px solid #789D63;
    margin-left: 50px;
    font-size: 30px;
}
 .imgmensaje{
 	margin-top: 20px;
 	max-width: 320px;
 	float: center;
 }




.sub0{
	
	font-family: monserrat;
	color: #255000;
    text-align: center;
    font-size: 25px;
    margin-top: 3px;
}

.parrafo0{
	font-size: 20px;
	text-align: center;
	line-height: 2;
	padding: 15px;
	margin-top: 10px;
 	margin-bottom: 10px;
  	margin-right: 20px;
  	margin-left: 20px;
  	background-color: #255000;
  	color: white;

}

.parrafos{
	font-size: 17px;
	text-align: center;
	line-height: 2;
	padding: 15px;
	margin-top: 10px;
 	margin-bottom: 10px;
  	margin-right: 20px;
  	margin-left: 20px;
  	background-color: #255000;
}

/* PIE DE PAGINA*/

.footer{
	background:#006400;
	color: white;
	justify-content: space-between;
	width: auto;
	height: 75px;
	font-size: 20px;
	text-align: center;
	font-family: monserrat;
	margin-top: 80px;

}

.contactar{
	color: white;
	font-size: 20px;
	text-align: left;
	font-family: monserrat;
	margin-left: 26px;
	float: center;

}

.comentar{
	color: white;
	text-decoration: none;
	padding: 50px;
	margin-left: 80px;
	margin-left: 80px;
	align-items: center;
	font-size: 20px;
	line-height: 50px;
}

/* PAGINA CONTABILIDAD*/
.section p{
	padding: 20px;
	font-size: 20px;
	
}


.main2 .articles{
	width: 100%;
	margin-right: 1.5%;
	float: left;
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;

}
.main2 .articles article{
	padding: 40px;
	margin-bottom: 80px;
	text-align: center;

}
.slides{
	width: 70%;
	align-content: center;
}
.slides img {
	width: 100%;
}
.slidesjs-pagination{
	background: #167f26;
	list-style: none;
	overflow: hidden;
}
.slidesjs-pagination li{
	float: left;
}
.slidesjs-pagination li a{
	display: block;
	padding: 10px 20px;
	color: #6cb177;
	text-decoration: none;
}
.slidesjs-pagination li a:hover{
	background: #9bdea6;
}
.slider .active{
	background: #789D63;
}
.slidesjs-navigation{
	background: ##255000;
	color: #0d8921;
	text-decoration: none;
	display: inline-block;
	padding: 20px 20px;
	float: right;
}



.recom{
	font-size: 20px;
	line-height: 1.8;
}



/* PAGINA CONTACTO*/
#mapa{
	width: 100%;
	height: auto; overflow: hidden;
	padding: 20px;
	
}
.cuadro1{
	background: #98FB98;
}

.facebook{
 width: 40px; /* tamaño del icono*/
 height: 40px;
 border-radius: 80%;
 display: flex;
 transition: transform 0.3s ease;
}
.facebook:hover{
	transform: scale(1.0);
}



.flex-container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	background: Lightcyan;
	margin: 50px 50px;
	padding: 30px;
}

.form2 {
	min-width: 400px;
	flex: 1;
	text-align: center;
	padding: 30px;
}


.form__imput{
	width: 100%;
	padding: 7px;
	margin: 9px 0;
	border: none;
	border-bottom: 3px solid green;
	background: white;
}

.form__imput:focus {
	background: #FFA07A;
	outline: none;
}

.form2 textarea{
	min-height: 130px;
	font-size: 20px;
}

.form-img{
	flex: 1;
	padding: 10px;
	display: flex;
}

.img-container {
	padding: 50px;
	margin: auto;
	background-color: #fff;
	border-radius: 50%;
}

.form-img {
	margin: 50;
}

.form2 input[type="submit"] {
	background: green;
	color: white;
	font-size: 18px;
}


.flex-container2 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	background: Lightcyan;
	margin: 50px 50px;
	padding: 30px;
}

.form3 {
	min-width: 400px;
	flex: 1;
	text-align: center;
	padding: 30px;
	order: 5;
}


.form__imput2{
	width: 100%;
	padding: 7px;
	margin: 9px 0;
	border: none;
	border-bottom: 3px solid green;
	background: white;
	font-size: 20px;
}
.form__imput3{
	width: 100%;
	padding: 15px;
	margin: 15px 0;
	border: none;
	border-bottom: 3px solid white;
	background: white;
	font-size: 40px;
}


.form__imput2:focus {
	background: #a432;
	outline: none;
}
.form__imput3:focus {
	background: #a432;
	outline: none;
}

.form3 textarea{
	min-height: 130px;
	font-size: 20px;
	resize: vertical;
	max-height: 200px;
	min-height: 150px;
}

.form-img2{
	flex: 1;
	padding: 10px;
	display: flex;
	min-width: 350px;
	max-width: 500px;
	order: 2;
}

.img-container2 {
	padding: 50px;
	margin: auto;
	background-color: #fff;
	border-radius: 90%;
}

.form-img2 {
	margin: 50;
}

.form3 input[type="submit"] {
	background: #FFA07A;
	color: black;
	font-size: 18px;
}

.form3 input[type="submit"]:hover {
	background: #04AA6D;
	cursor: pointer;}
}

.mensaje-container {
    display: flex; 
    flex-direction: column; /* Apila elementos en columna */
    align-items: center; /* Centra todo horizontalmente */
    text-align: center; 
}

.mensaje-texto {
    font-size: 20px; /* Ajusta el tamaño del texto */
    text-align: justify;
    max-width: 80%; /* Ajusta el ancho del texto */
}

.contenedor-imagen {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-top: 20px; /* Espaciado opcional */
}

.nombre {
    position: relative;
    top: 10px; /* Ajusta según necesidad */
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.7); /* Fondo semitransparente */
    padding: 5px 10px;
    font-weight: bold;
    color: darkgreen;
    font-size: 18px;
    border-radius: 5px;
    text-align: center;
}

.imgmensaje {
    width: 300px; /* Ajusta el tamaño de la imagen */
    height: auto; /* Mantiene la proporción */
    border-radius: 10px; /* Bordes redondeados */
}
.seccion-especial {
  background-image: url('../IMG/organig.jpg');  /* asegúrate que la ruta sea correcta */
  background-size: contain;                   /* esto evita que se corte y no se agrande demasiado */
  background-repeat: no-repeat;
  background-position: center;
  height: 725px;                              /* altura más controlada */
  padding: 2rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
