﻿@charset "utf-8";

/* CSS Document */


html,body{
	height:100%;}
body{
	margin: .5em;
	background-image:url(images/fondo.png);
	padding: 0;
	background-attachment: fixed;

	background-size: contain;
	}
h7{
font-family: "Comic Sans MS";
    font-size: 1.7em;
	text-align:left;
	color: #515E6C;
}

/*h2{
    align-content:center;
 	font-size:1.8em;
	font-family: Harrington;
	background: rgba(199,123,27,1.00);
}*/

h1{
	font-family: "Harrington";
    font-size: 5em;
    
		color: rgba(147,171,59,1.00);
}

/* contenido general*/

	.container {
	width: 97%;
	max-width: 1260px;/* puede que sea conveniente una anchura máxima (max-width) para evitar que este diseño sea demasiado ancho en un monitor grande. Esto mantiene una longitud de línea más legible. IE6 no respeta esta declaración. */
	min-width: 480px;/* puede que sea conveniente una anchura mínima (min-width) para evitar que este diseño sea demasiado estrecho. Esto permite que la longitud de línea sea más legible en las columnas laterales. IE6 no respeta esta declaración. */
	
	margin: 0px auto; /* el valor automático de los lados, unido a la anchura, centra el diseño. No es necesario si establece la anchura de .	container en el 100%. */
	background:rgba(255,255,255,0.9);
	
	
}

.redes{
	
background: #FFE076;
width: 100%;
-webkit-border-radius: 2%;

}
.borde-redes{
	 height: 22px; 
	border-top: dashed  rgba(82,46,13,1.00) 3px; border-bottom: dashed rgba(82,46,13,1.00) 3px;
	text-align:center;
	background: rgba(82,46,13,0.6);
	-webkit-box-shadow: 3px 16px 15px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 16px 15px -11px rgba(0,0,0,0.75);
    box-shadow: 3px 16px 15px -11px rgba(0,0,0,0.75);
	
	}
        
figure.redessociales {
    display: inline-block;
    width: .5%;
	vertical-align: top;
	
	
	
}

.logo{
	background: rgba(255,221,105,0.41);
	
	}


/*menu*/

.menu{
	background-color: transparent;
	width: 100%;
	height: 260px;
	clear: both;
    z-index: 99;
	margin: 0 auto;
	-webkit-box-shadow: 3px 16px 15px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 16px 15px -11px rgba(0,0,0,0.75);
    box-shadow: 3px 16px 15px -11px rgba(0,0,0,0.75);
	 }

div.contenedor{
	width: 15.5%;
	height: 67%;
	float:left;
	-webkit-transition: height .4s;
	-webkit-border-radius: 50%;
	margin: 2%;
	
	
}

div#uno,#dos,#tres,#cuatro, #cinco, #seis{
	background-color: rgba(82,46,13,1.00);
}



img.icon{
	display: block;
	margin:30px auto;
	background-color: rgba(255,255,255,.15);
	width:80px;
	padding:20px;
	padding-top: 25px;
	-webkit-border-radius: 50%;
	-webkit-box-shadow: 0px 0px 0px 30px rgba(255,255,255,0);
	-webkit-transition:box-shadow .4s;
}

p.texto{
	font-size: .95em;
	color: rgba(82,46,13,1.00);
	text-align: center;
	padding-top:0px;
	opacity: .6;
	-webkit-transition: padding-top .4s;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	 
}

div.contenedor:hover{
	height:185px;
}

div.contenedor:hover p.texto{
	padding-top: 8px;
	color: rgba(5,72,127,1.00);
	opacity: 1;
	font-weight:bold;
}

div.contenedor:hover img.icon{
	-webkit-box-shadow:0px 0px 0px 0px rgba(255,255,255,.6);
	
}
/* end menu*/


.carrusel{
	background: rgba(255,221,105,0.41); 
	width:100%;
	
		
	}

.contendor-principal{
	
 
	
	/*background:rgba(255,255,255,0.9)*/}
	
#historia {
    
   	display: inline-block;
	align-content:center;
	margin-left: 4%;
	margin-right: 4%;	
	width: 94%;
	padding: 0;
	margin-bottom: 5%;
	
}	
	

/* ~~ start mision - vision ~~ */

#vision-mision {
    
   display: inline-block;
	align-content:center;
	margin-left: 50px;
	margin-right: 50px;
	width: 100%;
	padding: 0;
	
}

div.contenido-general{
	display: inline-block;
    vertical-align: top;
    width: 40%;
	justify-content:center;
	border: 5px groove #986D00; 
	margin: 10px;
	border-radius: 2%;
	-webkit-border-radius: 2%;
	-moz-border-radius: 2%;
	background:rgba(221,137,0,0.20);}

div.titulo-vision-mision{
	align-content:center;
 	font-size:1.8em;
	font-family: Harrington;
	background: rgba(199,123,27,1.00);
	
	padding: 0;
	margin-top: -60px;
	margin-left: -7px;
	margin-right: -5px;
	border-radius: 15% 15% 0 0;
	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;
	color:#FFFFFF;
	width: 50%;	 
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.55);
	box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.55);
	
	
	background: repeating-linear-gradient(
      45deg,
      rgba(100, 60, 21, 1) 10px,
      rgba(100, 60, 21, 1) 15px,
      rgba(172,126,67,1.00) 15px,
      rgba(172,126,67,1.00) 30px
    );
	}
	
	
div.contenido {
	text-align:justify;
	font-size:1.3em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px;
		}
	

/* ~~ end mision - vision ~~ */


/* ~~ start valores ~~ */

valores{
	width: 100%;
	padding-bottom:2em;
    text-align: center;
    line-height: 1em;
    margin-top: 0.5em;
	
	
} 

figure.valorestxt {
    display: inline-block;
    vertical-align: top;
    width: 26%;
	justify-content:center;
	
}

div.icono  {
	background: rgba(36,84,158,1.00);
	-webkit-border-radius: 50%;
	-moz-border-radius: 100%;
    border-radius: 50%;
	width: 150px;
    height: 150px;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.55);
	box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.55);
		}

figcaption.texto-valores {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    width: 85%;
	padding-top:1em;
	
	font-size:1.3em;
	
	
	-webkit-border-radius: 10px 10px;  /* Safari  */
  	-moz-border-radius:10px 10px;     /* Firefox */
	
}

/* ~~ end valores ~~ */
	
.historia2{
	height: 800px;}	

/*start galeria*/	
	
	ol {
    list-style: none;
	padding: 0;
    margin: 0 auto;
    width: 50%;
	height: 24em;
	position:relative;
}
li {

	height: 20em;
   
    text-align: center;
    cursor: pointer;
}
li.roundabout-in-focus {
    cursor: default;
}
li span {
    display: block;
    
}

#carbonads-container .carbonad {
    margin: 0 auto;
}
	
/*end galeria*/

/*start info contacto*/
	
	section.descripcioncont {
   /* background: rgba(255,221,105,0.41);*/
    color: #444;
    line-height: 1.7em;
    text-align: center;
    width: 100%;
	
	
    margin: 0 auto;
	margin-bottom: 3em;
	
}


article.contact {
	
    
    display: inline-block;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.3em;
    margin-top: .3em;
    text-align: justify;
    width: 40%;
    vertical-align: top;
	margin-left: 1em;
	text-align: left;
	margin-right:1em;
	margin-bottom:1em;

	
	
}

span.naranja {
    color: rgba(5,72,127,1.00);
}

/* end info contacto*/


	
/* Start Formulario Contacto */
.formularioContacto{
	width: 100%;
    margin-bottom: 2em;
}

section.textocontacto{
	width: 70%;
	display: inline-block;
    vertical-align: top;
	margin-top: 2em;
	margin-left: 3em;
	margin-right: 1em;
	margin: 0 auto;
	
}



.contacto{
   
    border-radius: 6px;
    padding: 45px 45px 20px;
    margin-top: .3em;
    
   
	width: 90%;
	display: inline-block;
	margin-left: 1em;
}


.contacto label{
    display: block;
    font-weight: bold;
	font-family:"Arial";
        color:#616161;
}
.contacto div{
    margin-bottom: 15px;
}
.contacto input[type='text'], .contacto textarea{
    padding: 1em .5em;
    width: 100%;
    border: 1px solid #CED5D7;
    resize: none;
    box-shadow:0 0 0 3px #EEF5F7;
    margin: 5px 0;
}
.contacto input[type='text']:focus, .contacto textarea:focus{
    outline: none;
    box-shadow:0 0 0 3px #dcdddd;
}
.contacto input[type='submit']{
    border: 1px solid #CED5D7;
    box-shadow:0 0 0 3px #accad4;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 0px white;
    background: #e4f1f6;
    background: -moz-linear-gradient(top, #e4f1f6 0%, #cfe6ef 100%);
    background: -webkit-linear-gradient(top, #e4f1f6 0%,#cfe6ef 100%);
}
.contacto input[type='submit']:hover{
    background: #edfcff;
    background: -moz-linear-gradient(top, #edfcff 0%, #cfe6ef 100%);
    background: -webkit-linear-gradient(top, #edfcff 0%,#cfe6ef 100%);
}
.contacto input[type='submit']:active{
    background: #cfe6ef;
    background: -moz-linear-gradient(top, #cfe6ef 0%, #edfcff 100%);
    background: -webkit-linear-gradient(top, #cfe6ef 0%,#edfcff 100%);
}








.error{
    background-color: #8CBD11;
    border-radius: 4px 4px 4px 4px;
    color: white;
    font-weight: bold;
    margin-left: 16px;
    margin-top: 6px;
    padding: 6px 12px;
    position: absolute;
}
.error:before{
    border-color: transparent #BC1010 transparent transparent;
    border-style: solid;
    border-width: 6px 8px;
    content: "";
    display: block;
    height: 0;
    left: -16px;
    position: absolute;
    top: 8px;
    width: 0;
}
.result_fail{
    background: none repeat scroll 0 0 #FF951A;
    border-radius: 20px 20px 20px 20px;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
}
.result_ok{
    background: none repeat scroll 0 0 #6EB4FF;
    border-radius: 20px 20px 20px 20px;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
}

/*end Formulario Contacto */

/* start mapa */
.ubicacion{
	background: #EEE;
	width:100%;
	border: 1px solid #fff;
    border-radius: 6px;
}
section.mapa{
	
    vertical-align: top;
	margin-left: 2em;
	margin:0 auto;
	
}

/* end mapa */
	
	
	
	
	
/* ~~ El pie de página ~~ */
.borde{
	height:40px;
	background:#FFE076;
	width:90%;

	margin-right: 5%;
	float: right;
	margin-top: -15px;
	 
	-webkit-box-shadow: 3px 16px 15px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 16px 15px -11px rgba(0,0,0,0.75);
    box-shadow: 3px 16px 15px -11px rgba(0,0,0,0.75);
	}
	

.footer {
	padding: 10px 0;
	background-color: rgba(82,46,13,1.00);
	
	
	-webkit-border-radius: 2%;
	-webkit-box-shadow: 0px 0px 0px 30px rgba(255,255,255,0);
	-webkit-transition:box-shadow .9s;
	/*border-top: 10px solid gray;*/
	border:rgba(47,25,4,1.00) solid 10px;
	
	

	
}

.infofooter{
	background-color: rgba(255,255,255,.15); height: 80px; margin-top: 2%; margin-top: 2%;
	border-top:dashed rgba(47,25,4,1.00) 5px; border-bottom:dashed rgba(47,25,4,1.00) 5px;}

  

	
.footer contacto{
	margin-top:2em;
    display: inline-block;
	/*background: rgba(255,255,255,.15);
	border:rgba(65,32,15,1.00) dashed 5px;*/
	margin-right: 2%;
	margin-left:2%;
    width: 30%;
}

.footer ima-contacto{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    margin-top: 0.9em;
	margin-left: 40%;
	
	
	
}

.info-contacto {
	display:inline-block;
        color: rgba(255,255,255,1.00);
    width: 100%;
	text-align:center;
	margin-top: 5%;
	/*background: rgba(255,255,255,1.00);
	border-top:rgba(65,32,15,1.00) solid 2px;*/
}

.imagen-footer{
	
	
	

	
	float: right;
	margin-top: -350px;
	 margin-right: .5%;
	-webkit-box-shadow: 3px 16px 15px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 16px 15px -11px rgba(0,0,0,0.75);
    box-shadow: 3px 16px 15px -11px rgba(0,0,0,0.75);
	}

/* ~~ End El pie de página ~~ */



    /**GALLERY TATI*//**GALLERY TATI*//**GALLERY TATI*/                                        /**GALLERY TATI*/
/*
section.galeria { 
   padding: .5vw;
   font-size: 0;
   -ms-flex-wrap: wrap;
   -ms-flex-direction: column;
   -webkit-flex-flow: row wrap; 
   flex-flow: row wrap; 
   display: -webkit-box;
   display: flex;
   display: -ms-flexbox; /*IE 10*//*
   margin: 5% ;
}
section.galeria div { 
   -webkit-box-flex: auto;
   -ms-flex: auto;
   flex: auto; 
   width: 200px; 
   margin: .5vw; 
}
section.galeria div img { 
   width: 100%; 
   height: auto; 
}
 /*Media Queries*//*
 @media screen and (max-width: 400px) {
   section.galeria div { 
       margin: 0; 
   }
   section.galeria { 
   padding: 0; 
   }
}









.galeria {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.galeria__img {
  display: block;
  max-width: 100%;
}


.galeria__item {
  width: 80%;
  cursor: pointer;
}
@media (min-width:480px) {
  .galeria__item {
    width: 48%;
    margin: 5px;
  }
}
@media (min-width:768px) {
  .galeria__item {
    width: 30%;
  }
}
@media (min-width:1024px) {
  .galeria__item {
    width: 20%;
    margin: 15px;
  }
}

.modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.7);
  top: 0;
  left: 0;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__img {
  width: 70%;
  max-width: 700px;
}

.modal__boton {
  width: 50px;
  height: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  font-family: monospace;
  line-height: 50px;
  text-align: center;
  background: red;
  border-radius: 50%;
  cursor: pointer;
  
  position: absolute;
  right: 10px;
  top: 10px;
}






section.galeria { 
   padding: .5vw;
   font-size: 0;
   -ms-flex-wrap: wrap;
   -ms-flex-direction: column;
   -webkit-flex-flow: row wrap; 
   flex-flow: row wrap; 
   display: -webkit-box;
   display: flex;
   display: -ms-flexbox; /*IE 10*//*
   margin: 5% ;
}
section.galeria div { 
   -webkit-box-flex: auto;
   -ms-flex: auto;
   flex: auto; 
   width: 200px; 
   margin: .5vw; 
}
section.galeria div img { 
   width: 100%; 
   height: auto; 
   border: 3px rgba(1,1,1,1.00);
}
 /*Media Queries*//*
 @media screen and (max-width: 400px) {
   section.galeria div { 
       margin: 0; 
   }
   section.galeria { 
   padding: 0; 
   }
   
}*/




