/* CSS Document */


body{	
	position:relative;
}

#cabecera{
/*    border: solid 2px orange;*/
    padding: 0px;
    margin:0px;
    
}

h2{
    text-align: center;
}

/* ----- Separar las cajas (row) verticalmente  ------- */

    /* Vertical-Offset-Bottom, no existe por defecto en bootstrap */

	.vert-offset-bottom-2{
		margin-bottom: 2em;
	}	
    
    /* más separación en pantallas grandes */
@media (min-width: 768px){
	.vert-offset-bottom-2{
		margin-bottom: 6em;
	}
}
/* fin . . . . Separar */



/* ///////////////////// BARRA NAVEGACIÓN //////////////////// */

/* ////////////////////////////////////////////////////////// */

/* ---- affix para el menú ----*/
.affix {
		position:fixed;
		top: 0;
		width: 100%;
		z-index: 100; /* !!!!! Para que los divs con col-..-.. no se vean por encima del nav !!*/
}

/* cambiar el color de fondo al Nav */
nav.navbar {
/*  background-color: rgba(255, 255, 255, 0); Se lo doy con jquery*/
    border: none;
/*	border:solid 2px grey;	*/
	
}

/* Poniendole padding a <a> acerco la línea de abajo a texto del botón */
.navbar-default .navbar-nav a{
    padding: 5px;    
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2em;
}

/* cambiar el color al texto hover del Nav */
nav.navbar ul.nav li a:hover{
	color:#33cc99;
    
}

/* cambiar colores al boton activo del nav */

    .navbar-default .navbar-nav > .active > a, 
    .navbar-default .navbar-nav > .active > a:hover, 
    .navbar-default .navbar-nav > .active > a:focus {
        color: #33cc99;
/*        background-color: rgba(255, 255, 255, 0);*/
/*        border-bottom: solid 2px #33cc99;*/
/*        margin-top: -20px;*/       

    }


@media (min-width: 768px){
    .navbar-default .navbar-nav > .active > a, 
    .navbar-default .navbar-nav > .active > a:hover, 
    .navbar-default .navbar-nav > .active > a:focus {        
        background-color: rgba(255, 255, 255, 0);    
    }
}



/* Centra los links del nav siempre que la pantalla sea de 768 como min, así no modifica la disposición de los links en la versión colapsada */

@media (min-width: 768px){
	.navbar-nav {
		width: 100%;
		text-align: center;
        
		}
	.navbar-nav li {
        float: none;
        display: inline-block;
        margin-top: -20px;  /*separacion entre los botones y la parte superior */
        margin-bottom: 14px
		}
}


/* suaviza las transformaciones del menú */
#mi_logo{
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari and Chrome */
    -o-transition: all 1s; /* Opera */
		}

/* clases para menú logo grande */

.large {
	width: 90px;
    height: 78px;
    margin-top: 25px;
    
}

/* clases para menú logo peq. */

.small { 
    width: 58px; 
    height: 51px; 
    margin-top: 25px;
    
}

.logo-colapsado{
    margin: 10px;
}

.transparente {
    background-color: rgba(255, 255, 255, 0);
}

.blanco {
    background-color: rgb(255, 255, 255);
}

/* ///////////////////// HEADER //////////////////// */

/* ////////////////////////////////////////////////////////// */



#cabecera {
	background: url(../images/imagen-header-1600-2.jpg) no-repeat center top;
	padding-top: 100px;
/*	background-attachment: relative;*/
	background-position: center center;
	min-height: 1000px;
/*	width: 100%;*/
	color: white;
	
/*    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%; */

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
        
}

#contenido-cabecera {
    margin-top: 18%;
    font-size: 1.2em;
    font-style: italic
}

/*@@@@@@@@@@@@@@@@@@@@@@@*/

@media(max-width:767px){
    #cabecera {
	background: url(../images/imagen-header-768-2.jpg) no-repeat center top;
	padding-top: 100px;
/*	background-attachment: relative;*/
	background-position: center center;
	min-height: 850px;
/*	width: 100%;*/
	color: white;
	
/*    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%; */

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
        
    }
    
    #contenido-cabecera {
    margin-top: 55%;
  
    }
}




/* ///////////////////// PRESENTACIÓN //////////////////// */

/* ////////////////////////////////////////////////////////// */

#presentacion{
    padding-top: 80px;
    padding-bottom: 80px;
}

#presentacion h2 {
    color: #33cc99;
}

#texto-presentacion{
    margin-top: 60px;
    text-align: center;
}

#texto-presentacion p {
    text-align: center;
    font-size: 1.5em;
}

#texto-presentacion hr {
    width: 100px;
    background-color: #33cc99;
}

#texto-presentacion a {
    font-size: 1.3em;
}

/*@@@@@@@@@@@@@@@@@@@@*/
@media(max-width:767px){
    #texto-presentacion{
        margin-top: 20px;
    }
}

/* ///////////////////// ENCUENTROS //////////////////// */

/* ////////////////////////////////////////////////////////// */

#encuentros{
    background-color: #233632;
    padding-top:80px;
    margin-left: -20px;
    margin-right: -20px;
}

#encuentros h2{
    color: #ccffcc;
    margin-bottom: 100px;
}

.cont-superpuesto-encuentros{
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
/*	height: 100%;	*/
/*	display: block;*/    
    top: 80%;
    
    color: white;
    text-align: center;    
/*    border: solid 1px pink;*/
}

.cont-superpuesto-encuentros h3{
    background-color: rgba(5, 5, 5, 0.5);
    font-size: 1.4em;
}

#encuentros .cortina .inner {
	display: block;
	text-align: center;
/*    vertical-align: middle;*/
    font-size: 1.2em;
	position: relative;
    margin-top: 40%;
/*	top: 50%;*/
/*	left: 35%;*/
/*    background-color: hotpink;*/
    
}

#encuentros .cortina .inner a{
	background-color: #F5E78B;
	-webkit-transition: background-color 0.1s ease-out, color 0.1s ease-out;
	-moz-transition: background-color 0.1s ease-out, color 0.1s ease-out;
	-o-transition: background-color 0.1s ease-out, color 0.1s ease-out;
	transition: background-color 0.1s ease-out, color 0.1s ease-out;
	padding: 4px 20px;
	color: black !important;
	
	font-weight: 600;
	-moz-border-radius: 50px;
	border-radius: 50px;
	cursor: pointer;
	background-color: #E5E5E5;    
}

#anteriores {
    margin-bottom: 50px;    
}

#anteriores a {
    color: white;
}


/*@@@@@@@@@@@@@@@@@@@@@@@*/
@media(max-width:767px){
    #encuentros h2{        
        margin-bottom: 60px;
    }
}

/* ///////////////////// PROYECTOS //////////////////// */

/* ////////////////////////////////////////////////////////// */

#proyectos{
    padding-top: 80px;
}

#proyectos h2{
    margin-bottom: 100px;
    color: #33cc99;
}


/*========== Contenedor imagen ==========*/
.contenedor-imagen-y-cortina {
	position: relative;
	width: 100%;
	height: 100%;
/*	cursor: pointer;*/
	border: none;
    
}

.contenedor-imagen-y-cortina > img {
	width: 100%!important; /* La imagen ocupará todo el ancho */
}


/*========== Cortina ==========*/
.cortina {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: block;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	-moz-transition: opacity 0.25s ease-out;
	-o-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
/*    text-align: center;*/
}
#proyectos .cortina .inner {
	display: block;
	text-align: center;
/*    vertical-align: middle;*/
	position: relative;
    margin-top: 20%;
/*	top: 50%;*/
/*	left: 35%;*/
    
}
.cortina:hover {
	-webkit-transition: background-color 0.1s ease-out, color 0.1s ease-out;
	-moz-transition: background-color 0.1s ease-out, color 0.1s ease-out;
	-o-transition: background-color 0.1s ease-out, color 0.1s ease-out;
	transition: background-color 0.1s ease-out, color 0.1s ease-out;
	opacity: 1;
}


/*------ inner cortina-----*/
.contenedor-imagen-y-cortina .cortina .inner h3{
    color:white;
}

.contenedor-imagen-y-cortina .cortina .inner a:hover {
	color: #61c168;
	text-decoration: none;
}
.contenedor-imagen-y-cortina .cortina .inner a {
	color: white;
	text-decoration: none;
}

/*========== ventana modal ==========*/

.modal-header{
    
}

#proyecto-1 {
    top:10%;
}


/*@@@@@@@@@@ Proyectos @@@@@@@*/
@media(max-width:767px){
    #proyectos h2{
        margin-bottom: 60px;
    }
    
    #proyectos {
        margin-bottom: 70px;
    }
    
    #proyectos h3 {
        font-size: 1.5em;
    }
}


/* ///////////////////// LUGAR ////////////////////////////// */

/* ////////////////////////////////////////////////////////// */
#lugar h2{
    color: #ccffcc;
}

#lugar{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #233632;
    margin-left: -20px;
    margin-right: -20px;
}

#texto-lugar{
    margin-top: 60px;    
}

#texto-lugar p {
    text-align: center;
    font-size: 1.5em;
    color: white;
}

/*@@@@@@@@@@@@@@@@@*/
@media(max-width:767px){
    #texto-lugar{
        margin-top: 25px;    
}
}


/*========== mapa ==========*/

#contenedor-mapa{ 
       
}

#mapa{
    padding: 0px;
    margin-bottom: -4px;
}

/*========== footer ==========*/

footer{
    margin-top: 0px;
}

#bloque_1{
    height:100px;
/*    border: solid 1px red;*/
}

#titulo-footer{
    text-align: left;
    margin-left: 10%;
    margin-bottom: 10px;
/*    border: solid 1px orange;*/
    font-size: 1.4em;
    width: auto;
}

#direccion-footer{
    float: right;
    text-align: left;
/*    border: solid 1px pink;*/
    font-size: 1.5em; 
    margin-left: 5%;
}

#direccion-footer ul{
    list-style:none;
}
    
#linea_pie{
    font-size: 1.2em;
    margin-top: 65px;
}

#direccion {
	background: url(../images/footer-inicio-1600.jpg) no-repeat center top;
	padding-top: 100px;
/*	background-attachment: relative;*/
	background-position: center center;
	min-height: 500px;
/*	width: 100%;*/
	color: white;
	
/*    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%; */

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
        
}


.centered {
    text-align: center
}

/* @@@@@@@@@@@@@@@@@@@@@@ */

@media (max-width:767px){
    
    #direccion {
	background: url(../images/footer-inicio-768.jpg) no-repeat center top;
	padding-top: 100px;
/*	background-attachment: relative;*/
	background-position: center center;
	min-height: 500px;
/*	width: 100%;*/
	color: white;
	
/*    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%; */

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
        
    }
    
    #titulo-footer{
        text-align: left;
        margin-left: 7%
    }
    
    #direccion-footer{
        float: none;
        text-align: left;
        margin-left: 7%;
        font-size: 1.3em;
    }
    
    #linea_pie{
        font-size: 1.2em;
        margin-top: 75px;
    }


}





