/* -----------------------------compartidos---------------------------------------*/
*{
    margin: 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;  
}
a:link   
{   
	text-decoration:none;   
}
body{
	background-image: url(../img/fondo.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #000;
}
h1{
    width: 0;
    height: 0;
    visibility: hidden;
}
#efectopag{
    display: none;
}
.contenedorv1{
    width: 80%;
    margin: 2% auto 0;
	color: #FFF;
}
.subcontenedor{
	background: rgba(0, 0, 0, 0.75);
	padding: 2%;
	margin: 0 0 2%; 
}
.logo{
    text-align: center;
}
.logo a img{
    width: auto;
	height: 90px;
    margin-bottom: 1.5%;
}
#boton-menu{
	display: none;
    font-size: 120%;
}
#boton-menu a{ 
	color: #FFF;
}
#menu{
	text-align: center;
}
#menu ul{
    background: #000;
	padding: 16px 6px;
}
#menu ul li{
    list-style-type: none;
    display: inline;	
}
#menu ul li a{
    padding: 12px 2.2%;
	color: #FFF;	
}
#menu ul li a:hover {
	color: #EBD400;
}

#menu li:hover {
	cursor: pointer;
}

#menu ul li ul{
    display: none;
    cursor: pointer;
    z-index: 100;
    text-align: right;
    margin-right: 10%;
}

#menu li:hover > ul{
    display: block;
}

.activo{
	padding: 12px 2.2%;
    color: #EBD400;
	cursor: default;
}
.simbolo{
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute;
}
.titulo{
    margin-left: 4%;
    font-size: 3em;	
}
.linea{
    width: 96%; 
    margin: 2% auto;
}
.pie{
    font-size: 1.3em;
    background: #000;
	text-align: center;
	padding: 2% 4%;
}
.pie ul{
    margin-top: 2%;
}
.pie ul li{
    list-style-type: none;
    display: inline;	
}
.pie ul li a{
    padding: 4px;
    color: grey;
}
.pie ul li a span{
    font-size: 180%;	
}
.pie ul li a:hover {
	color: #EBD400;
}
.pie ul li a img{
    width: 30px;	
}

.gale{
    display: flex;
    justify-content: center;
}

/* -----------------------------index---------------------------------------*/

.slider{
	display:block;
	position:relative;
	margin:auto;
	width:100%;
	max-width:960px;
	max-height:400px;
	overflow:hidden;	
}

.boton{
	position:absolute;
	display:block;
	bottom:30px;
	margin:0;
	padding:0;
	z-index:999;
	cursor:pointer;
	opacity:0;
}

.boton:nth-child(1){
	left:30px;
}
.boton:nth-child(3){
	left:60px;
}
.boton:nth-child(5){
	left:90px;
}
.boton:nth-child(7){
	left:120px;
}

.slider label{
	position:absolute;
	bottom:20px;
	width:12px;
	height:12px;
	background: rgba(0, 0, 0, 0.6);	
	z-index:100;
	border: 1px solid #777;
}

.slider label:nth-child(2){
	left:30px;
}
.slider label:nth-child(4){
	left:60px;
}
.slider label:nth-child(6){
	left:90px;
}
.slider label:nth-child(8){
	left:120px;
}

.boton:checked + label{
	background: #EBD400;
	border-color: #FFF;
}

.contenedor-img img {
	display: block;
	float: left;
}

.cuatro-imagenes {
	width: 400%;
}

.cuatro-imagenes img {
	width: 25%;
}

.contenedor-img {
	position: relative;
	left: 0;
	-webkit-transition: left .5s ease-in;
	-ms-transition: left .5s ease-in;
	-moz-transition: left .5s ease-in;
	-o-transition: left .5s ease-in;
	transition: left .5s ease-in;
}

.boton:nth-child(1):checked ~ .contenedor-img {
	left: 0;
}

.boton:nth-child(3):checked ~ .contenedor-img {
	left: -100%;
}

.boton:nth-child(5):checked ~ .contenedor-img {
	left: -200%;
}

.boton:nth-child(7):checked ~ .contenedor-img {
	left: -300%;
}

.pdf{
    background: #000;
    text-align: center;
    color: #EBD400;
    font-size: 2em;
}

.pdf img{
    height: 30px;
}

.pdf img, .pdf span{
    display: inline-block;
    vertical-align: middle;
}

.deporte{
    right: 2%;
    top: -4%;
    position: absolute;
}

.deporte img{
    width: 90%;
}

/* -----------------------------nosotros---------------------------------------*/
.subconten-nosot{
	text-align: center;
	padding: 2% 6% 4%;
}
.quienes span, .valores span, .politicas span{
	font-size: 190%;
	color: #EBD400;
}
.quienes p{
	font-size: 120%;
    text-align: justify;
    margin: 2% auto 2%;
}
.valopoli{
	margin-top: 2%;
}
.valores ul, .politicas ul{
	font-size: 120%;
    text-align: left;
    margin-top: 1%;
}
.valores ul{
	font-size: 140%;
}
.visible {
	position:relative;
	height: 70%;
}
.visible img{
	width: 100%;
}
.efecto{
	position: absolute;
	top: 0;
	padding: 20% 6%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.5s 0s ease-in-out;
    -moz-transition: opacity 0.5s 0s ease-in-out;
    -o-transition: opacity 0.5s 0s ease-in-out;
    -ms-transition: opacity 0.5s 0s ease-in-out;
	transition: opacity 0.5s 0s ease-in-out;
}
.misvis{
	font-size: 190%;
	color: #EBD400;
}
.efecto p{
	margin-top: 2%;
	text-align: justify;
	font-size: 110%;
}
.efecto:hover{
   opacity: 1;
   top: 0;
   transition-delay: 0.3s;
   cursor: default;
}

.scrollbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: rgba(0,0,0,0.3);
}

.scrollbar::-webkit-scrollbar
{
	width: 10px;
	background-color: rgba(0,0,0,0.3);;
}

.scrollbar::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #EBD400;
}

/* -----------------------------servicios---------------------------------------*/


.servi h2{
    font-size: 2em;
    color: #EBD400;
}
.servi h2 img{
    width: 50px;
    margin-right: 4%;
}
.servi p{
    margin-top: 2%;
    padding: 0 6%;
    text-align: justify;
    font-size: 1.2em;
}
.servi_margi{
    padding: 2% 4%;
}

/* -----------------------------subservicio---------------------------------------*/

/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    background: #000;
	color: #EBD400;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;    
    margin-top: 1%;	
	font-size: 200%;
	padding: 0.5% 6%;
    
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
    background-color: #EBD400;
    color: #000;
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 18px;
    background-color: #000;
    display: none;
    text-align: center;
}

.titulo_servi{
    margin-top: 2%;	
	font-size: 200%;
	padding: 0.5% 6%;
    background: #000;
	color: #EBD400;
}
.descri_servi{
    background: #000;
    font-size: 120%;
    color: #FFF;
	padding: 2% 2% 3%;
	text-align: center;
    margin: auto;
}
.diagnostico{
    width: 25%;
    margin: auto;
    text-align:justify;
}
.diseno{
    width: 65%;
    margin: auto;
    text-align:justify;
}
.centrar{
    text-align: center;
    margin: 0 auto 2%;
}

/* -----------------------------proyectos---------------------------------------*/
.subconten-proyects{
	margin: 1% 4% 4%;
}

.proyect{
	position: relative;
	filter: grayscale(100%);
	margin-bottom: 10%;
	-webkit-transition: all 1.4s ease;
    -moz-transition: all 1.4s ease;
    -o-transition: all 1.4s ease;
    -ms-transition: all 1.4s ease;
    transition: all 1.4s ease;
    text-align: center;
}
.proyect a img{
    clip: rect(45px, 40px, 45px, 5px);
	width: 100%;	
}
.tipo_proyect{
    color: #EBD400;
    text-align: center;
}
.proyect-info{
	width: 100%;
	background: #000;
	position: absolute;
	text-align: center;
	padding-bottom: 2%;
    left: 0;
    bottom: 0;
    cursor: default;
}
.proyect-info h3{	
	font-size: 1.5em;
	margin: 2%;
}
.proyect:hover{
	position: relative;
	filter: grayscale(0);
}

/* -----------------------------subproyecto---------------------------------------*/

.menu-proyect{
    margin-bottom: 1%;
    text-align: center;
}
.volver{
	background: #000;
	padding: 0.5% 2%;
	color: #FFF;
    margin: 0.5%;
}
.volver:hover{
	color: #EBD400;
}
.volver span{
	margin-right: 6px;
}
.subconten-subproyect{
	margin: 2% 0 2%;
	text-align: center;	
	padding: 0 2%; 
}
.slider{
    max-width: 100%;
    height: 500px;
    margin: 0 auto;
 }
.titulo_proyect{
    margin-top: 2%;
	background: #EBD400;	
	font-size: 200%;
	padding: 0.5% 0;
	color: #000;
}
.descri_proyect{
	color: #FFF;
	margin: 2% 2% 0;
	text-align: justify;
}

/* -----------------------------contacto---------------------------------------*/
.contact{
    width: 100%;
	color: #000;
}
.formulario{
	margin:0 6% 4%;
}    
.boton1{
    padding: 1% 4%;
    color: #000;
    border-radius: 0px;
}

/* -----------------------------trabaje---------------------------------------*/

.banner_trabaje{
    background-image: url(../img/banner_trabaje.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-color: #000;
	margin: 1% 0 0 0;
	padding-bottom: 16%;
    padding-top: 16%;
}
.modal{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(250,250,250,0.5);
    display: none;
}
.ventana{
    width: 50%;
    position:relative;
    margin: 8% auto 0;
    padding: 2%;
    background: #000;
}
.contact2{
    width: 100%;
	color: #000;
    margin-bottom: 1%;    
}
.boton2{
    padding: 1% 4%;
    color: #000;
    border-radius: 0px;
    font-size: 120%;
}
.ventana span{
    color: #EBD400;
}
.abrir{
    background: #EBD400;
    cursor: pointer;
    color: #000;
    width: 40px;
    font-size: 150%;
    text-align: center;
    padding: 1%;
}


/* ----------------------------- @MEDIA QUERIES ---------------------------------------*/

/* ----- @ 1024px ------*/
@media only screen and (max-width: 1024px) {
    .slider{
	max-height: 250px;
    }
    
    .efecto{
	padding: 5% 4%;
    }
 
}
/* ----- @ 768px-900px ------*/
@media screen and (min-width: 768px) and (max-width: 900px) {
    .efecto{
	padding: 2% 4%;    
    } 
    .efecto span{
	font-size: 140%;
	color: #EBD400; 
    }
    .efecto p{
	margin-top: 1%;
	text-align: justify;
	font-size: 100%;
    }
}
/* ----- @ 768px ------*/
@media only screen and (max-width: 768px) {
    .contenedorv1{
    width: 90%;
	}
    
    .slider{
	max-height: 200px;
    }
	
	#menu{
	text-align: center;
	}
	
	.pie{
    font-size: 1em;
    background: #000;
	text-align: center;
	padding: 2% 4%;
	}
	
	.descript{
	padding: 1% 2%;
	margin-bottom: 1%;
    font-size: 1.1em;
	}	
	.bannerdescrip{
	padding: 2px 30px 12px 40px;
	}
	.bannerdescrip span{
    font-size: 2.5em; 
	}
	.bannerdescrip h3{
    font-size: 1.5em; 
    margin-left: 5px;
	}   
    
    .efecto{
	overflow: auto;
    }
}

/* ----- @ 767px-500px ------*/
@media screen and (min-width: 500px) and (max-width: 767px) {
    .visible {
    margin-bottom: 2%; 
    }
    .visible img{
	width: 100%;
    }
    .efecto{
	padding: 15% 6%;
    }
}

/* ----- @ tabla *700px ------*/
@media screen and (max-width: 700px) {
       table {
           width:100%;
       }
       thead {
           display: none;
       }
       th {
           display: none;
       }
       tr:nth-of-type(2n) {
           background-color: inherit;
       }
       tr td:first-child {
           background: #EBD400;
           color: #000;
           font-weight:bold;
           font-size:1.3em;
       }
       tbody td {
           display: block;
           text-align:center;
       }
       tbody td:before {
           content: attr(data-th);
           display: block;
           text-align:center;
       }
       .abrir{
           text-align: center;
           margin: auto;
       }
    
    
    .diagnostico{
    width: 100%;
    margin: auto;
    text-align:justify;
    }
}



/* ----- @ 640px-424px ------*/
@media screen and (min-width: 424px) and (max-width: 640px) {
    .slider{
	max-height:160px;
    }
    
    .letra{
    visibility: hidden;
    width: 0px;
    height: 0px;
    position: absolute;
    }
    .simbolo{
    visibility: visible;
    width: auto;
    height: auto;
    }
}

/* ----- @ 500px ------*/
@media only screen and (max-width: 500px) {
    .visible {
    margin-bottom: 2%; 
    }
    .valores ul, .politicas ul{
	margin: 1% 3% 0;
    }
    
    .slider{
	max-height:160px;
    }
    
     .ventana{
    width: 80%;
    }
}
/* ----- @ 425px ------*/
@media only screen and (max-width: 425px) {
    .contenedorv1{
    width: 100%;
	}	
    
    .logo a img{
    width: auto;
	height: 60px;
    }
	    
	#boton-menu{
	background-color: #000;
	padding: 4px 6px;	
	display: inline;
	float: right;
	position: relative;
	top: 1em;
	cursor: pointer;
	}
	#menu{
	height: 0;
	opacity: 0;
	}
	#menu ul{
	padding: 4px 12px 2px;
	}
	#menu ul li{
    display: block;
	padding: 2% 0;
	border-bottom: grey solid 1px;
	font-size: 1.2em;
	}
	#menu ul li:last-child{
	border-bottom: 0;
	}
	#menu ul li a{
    padding: 12px 2.2%;
	color: #FFF;
	}
	#menu ul li a:hover {
	color: #EBD400;
	}
	.activo{
	padding: 12px 2.2%;
    color: #EBD400;
	cursor: default;
	}
	
	.descript{
	padding: 1% 2%;
	margin-bottom: 1%;
    font-size: 1.1em;
	}
	.descript h4{
	font-size: 1.3em;
	}	
	.bannerdescrip{
	padding: 2px 30px 12px 20px;
	}
	.bannerdescrip h1{
    font-size: 2em;
	}
	.bannerdescrip h3{
    font-size: 1.3em; 
    margin-left: 5px;
	}
}

/* ----- @ 375px ------*/
@media only screen and (max-width: 375px) {
    
   	
}

/* ----- @ 320px ------*/
@media only screen and (max-width: 320px) {
    .slider{
	max-height:140px;
    }
    
    .efecto p{
	font-size: 98%;
    }
}