@charset "utf-8";

/* --------------------- Clima --------------------- */
clima {
	width: 70%;
	float: left;
	margin: 0 0 0 70%;
	
}

/* --------------------- Menú --------------------- */
ul {
    list-style-type: none;
    margin: 15px;
    padding: 0;
    overflow: hidden;
    background-color:#268E11;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color:#12CCE3;
}


/*  --------------------- 3 imagenes ---------------------*/
/* Toda la zona de las imagenes */
.column {
	margin: 15px 15px 0 35px;
	padding: 0;
	/* border: solid #E32714 1px; */

}
/* q abarque lo de el texto */
.column:last-child {
	padding-bottom: 40px;
	
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
/* Aqui van las fotos */
.column div {
	position: relative;
	float: left;
	width: 300px;
	height: 200px;
	margin: 0 0 0 25px;
	padding: 0;
	
}
.column div:first-child {
	margin-left: 0;
}
/* Aqui va texto*/
.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 300px;
	margin: 0;
	padding: 0;
	color: #268E11;
	font-size: 20px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}
figure {
	width: 100%;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
	border: solid #268E11 1px;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

/* Flashing */
.hover13 figure:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
/* --------------------- Filosofía --------------------- */


* {box-sizing:border-box}
body {font-family: Verdana,sans-serif;margin:0}
.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #268E11;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}



/* ---------------------   NEWS --------------*/
.TitNews {
    margin: auto;
    border: 1px solid gray;
    padding: 8px;
    background-color:#268E11;
	color: #FFFFFF;
	text-align: center;
}
.ContNews{
	margin:0 20px 0 60px;
	padding: 10px;
	width: 40%;
	height: 100%;
	float: left;

	/* border: solid #E32714 1px; */
}

.ContNews h1{
	text-align: center;
	float: auto;
	margin: 5px;
	padding: 5px;
	font-size: 20px;
	color: #268E11;
	text-decoration: none;
}
.ContNews img{
	margin: 0;
	padding: 10px;
	width:200px;
	height:200px;
    float: left;
	
}

.ContNews p{
	margin: 0;
	padding: 10px;
	text-align: justify;
	font: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 14px;
	color: blue;
	text-indent: 50px;	
	float: auto;
	
}

.ContNews a:link {
    color: #268E11;
    background-color: transparent;
    text-decoration: none;
}
.ContNews a:visited {
    color: #268E11;
    background-color: transparent;
    text-decoration: none;
}
.ContNews a:hover {
    color: #268E11;
    background-color: transparent;
    text-decoration: underline;
}
.ContNews a:active {
    color: #268E11;
    background-color: transparent;
    text-decoration: underline;
}
/* --------------------- Contact Us --------------------- */
input[type=text], select, textarea{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

input[type=submit] {
    background-color: #268E11;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
	width: 100%;
	align: center;
	
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}

body {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}



/* ------------------ foot  ----------------------- */
.footer{
    position:inherit;
	margin-top: 10px;
	padding-top: 10px;
	width: 100%;
    height: 50px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-align:right;
	color:#FFFFFF;
	background:#268E11;
	letter-spacing: 3px;
	word-spacing: 10px;
	line-height: 0.7;
	font-size: 15px;
}

/* ------------------ SOMOS  ----------------------- */
.container {
  position: relative;
  width: 60%;
  float: left;
  margin: 10px 0px 0px 50px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
   border-radius: 50%;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  background-color: #268E11;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
   border-radius: 50%;
}

.container:hover .overlay {
  width: 100%;
  left: 0;
}

.textF {
  white-space: nowrap; 
  color: white;
  font-size: 14px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
	text-align: center;
}