/*
330

1680
1024
768
480
*/


@charset "utf-8";
/* CSS Document */

/*reseteo universal*/
*{
	border:0;
	margin:0 auto;
	padding:0;
}

article, figcaption, figure, footer, header, hgroup, nav, section{
	display:block;
}

/* Estilos del sitio

/* Fuentes si se requiere 
@font-face{
	font-family:Chalet;
	src:url(fonts/Chalet.eot) format('truetype'); 
	/*embedded-opentype -> es para que los navegadores viejos la puedan interpretar bien
	src:url(fonts/Chalet.eot?#iefix) format('embedded-opentype'),
		url(fonts/Chalet.woff) format('woff'),
		url(fonts/Chalet.ttf) format('truetype'),
		url(fonts/Chalet.svg#Chalet) format('svg');
	font-weight: normal;
	font-style:normal;
}

@font-face{
	font-family:Pecita;
	src:url(fonts/Pecita.eot) format('truetype'); 
	/*embedded-opentype -> es para que los navegadores viejos la puedan interpretar bien
	src:url(fonts/Pecita.eot?#iefix) format('embedded-opentype'),
		url(fonts/Pecita.woff) format('woff'),
		url(fonts/Pecita.ttf) format('truetype'),
		url(fonts/Pecita.svg#Pecita) format('svg');
	font-weight: normal;
	font-style:normal;
}
*/


body {
	background:#666;
	background-image: url(../gal/shattered.png);
	font-family: 'PT Sans', sans-serif;
}
 
header{
	/* [disabled]margin-top:20px; */
	width: 100%;
}
 
header nav {
	width:80%;
	max-width:968px;
	float: right;
}

header nav ul {
	overflow:hidden;
	list-style:none;
}
 
header nav ul li {
	float:left;
	width:20%;
	background:#1c4255;
}
 
header nav ul li a{
	color:#A7DAE9;
	padding:11px;
	display:block;
	text-decoration:none;
}
 
header nav ul li span {
	margin-right:10px;
}
header nav ul li a:hover span {
	margin-right:10px;
	color:#0F303F;
} 
header nav ul li a:hover {
	background:#A7DAE9;
	color:#0F303F;
}


iframe.ytb-embed {
	max-width: 95% !important;
	display: block;
	margin: 10px auto;
	}

form{
	padding: 3%;
	padding-bottom: 3%;
	border: 1px solid #0F303F;
	}

footer{
	clear:both;
	background-color: #1C4255;
	}

section {
	padding:20px;
}

.formulario{
	padding-top: 80px;
	color:#A7DAE9;
}

.formulario input[type="text"], .formulario textarea {
  	display: block;
  	margin: 0;
  	width: 100%;
  	font-family: sans-serif;
 	font-size: 18px;
  	appearance: none;
  	box-shadow: none;
  	border-radius: none;
}
.formulario input[type="text"]:focus,.formulario  textarea {
  	outline: none;
}
/*
 .style-1 input[type="text"] {
  padding: 10px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
}
.style-1 input[type="text"]:focus,
.style-1 input[type="text"].focus {
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}*/


.container{
	background-color:#1c4255;
	min-width:320px;
	max-width:960px;
}

.contacto{
	float: right;
	background-color:#FDBF2D;
}

.active{
	background-color:#0F303F;
	}
.active:hover{
	background-color:#a7dae9;
	cursor:default;
	}

.content{
	clear:both;
	max-width:100%;
	background-color:#1C4255;
	}
/*Webmaster*/	
.copy_desktop{
	background-color:#0F303F;
	float:left;
	width:36%;
	font-size:0.688em;
	color:#A7DAE9;
	text-align:center;
	}
.copy_movil{
	background-color:#0F303F;
	color:#A7DAE9;
	font-size:0.688em;
	display:none;
	}
/*dirección*/
.dir{
	background-color:#0F303F;
	color:#A7DAE9;
	float:left;
	width:34%;
	text-align:center;
	font-size:0.688em;
	color:#A7DAE9;
	}
.icon-home{
	margin-left:20%;
	}

.images{
	background-color:#360;
	}
	
.info{
	float:right;
	width:30%;
	background-color:#FDBF2D;
	}

.info article{
	text-align:justify;
	}

.info aside{
	margin-top:12px;
	}
	
.info aside a img{
	padding:1%;
	width:30%;
	}

	
.lista_servicios{
	background-color:#FDBF2D;
	width:80%;
	}	

.lista_ul{
	text-align:left;
	}
	
.lista_ul li{
	display:inline;
	text-align:center;
	margin-right:9px;
	font-style:oblique;
	color: #222222
	}
	
.lista_ul li a {
	color:#222222;
   	text-decoration: none;
}

.lista_ul li a:hover {
	cursor:pointer;
    text-decoration:underline;
	
}

.lista_ul li a:active {
	cursor:pointer;
    text-decoration:underline;
}
	
	
.logo{
	float:left;
	max-width:20%;
	text-align:center;
	margin:auto;
	background-color:#1c4255;
	}

.logo img{
	margin: 2%;
	max-width:96%;
	max-height:94%;
	background-color:#1c4255;
	}

.menu_bar{
	display:none;
}

.nosotros{
	/* [disabled]background-color:#393; */
	max-width: 90%;
	}




.slider{
	width: 59%;
	float: left;
	/* [disabled]background-color:#063; */
	}
	
.slider_servicios{
	width: 70%;
	float: center;
	/* [disabled]background-color:#063; */
	}
/*Logos*/
.rrss{
	background-color:#0F303F;
	float:left;
	font-size:1.438em;
	width:30%;
	text-align:center;
	color:#A7DAE9;
	}
.rrss a{
	padding:0 5px;
	}
.rrss a:hover span{
	color:#FFF !important;
	}

.accordion-content div{
	margin: 0 2%;
}	

.accordion-content .images {
	display: block;
	float: left;	
	height: auto;
	width: 46%;
}

.accordion-content .images img {
	display: block;
	float: left;
	height: auto;
	margin: 3%;
	width: 44%;
}
@media screen and (max-width:320px ) {	

	.accordion-content div{
		margin: 3%;
	}
	
	.accordion-content .images {
		width: 94%;
	}	
	.accordion-content .images img {
		margin: 3%;
		width: 44%;
	}

	.contacto{
		clear: both;
		margin-top: 20px;
		padding: 5%;
		width:90%;
	}

	.copy_movil{
		float:right;
		text-align:center;
		width:100%;
		}
	.copy_desktop{
		display:none;
		}
	.copy_movil{
		display:block;
		}	
	.dir{
		float:left;
		text-align:center;
		width:100%;	
		}

	
	.formulario{
		width: 88.5%;		
	}
			
	.info{
		clear:both;
		width:88.5%;
		background-color:#fdbf2d;
	}
	
	
	.rrss{
		float:right;
		width:100%;
	}

	.rrss a:hover span{
	color:#FFF !important;
	}

	.slider{
		height:auto;
		margin:68px auto 0 auto;
		width:87.5%;
		background-color:#fff;
	}


}

@media screen and (min-width:321px) and (max-width: 480px){	

	.accordion-content div{
		margin: 2%;
	}
	.accordion-content .images {
		width: 96%;
	}	
	.accordion-content .images img {
		margin: 2%;
		width: 21%;
	}

	.contacto{
		clear: both;
		margin-top: 20px;
		padding: 5%;
		width:90%;
	}

	.copy_desktop{
		display:none;
	}
		
	.copy_movil{
		display:block;
		text-align:center;
		width:100%;
		color:#A7DAE9;
		font-size:0.688em;
	}
		
	.dir{
		float:left;
		text-align:center;
		width:100%;
	}

	.formulario{
		width: 88.5%;		
	}
	
	.info{
		float: left;
		clear:both;
		width:92%;
	}
	
	.info article{
	/* [disabled]background-color:#093; */
	}
	
	.rrss{
		float:right;
		width:100%;
	}
   .rrss a:hover span{
	color:#FFF !important;	
	}		

	.slider{
		height:auto;
		margin:68px auto 0 auto;
		width:92%;
		background-color:#fff;
	}
}
@media screen and (min-width:481px) and (max-width: 768px){	
	article{
		float:left;
		width:45%;
		}
			
	iframe{
		width:50%;
		}
		
	iframe.ytb-embed {
		max-width: 85% !important;
		display: block;
		margin: 10px auto;
	}
	
	aside iframe{
		width: 100%;
	}
	
	.contacto{
		clear: both;
		padding: 5%;
		width:90%;
		margin-top: 20px;
	}

	.copy_desktop{
		display:none;
		}
	
	.copy_movil{
		display:block;
		float:right;
		text-align:center;
		width:100%;
	}
	
	.dir{
		float:left;
		text-align:center;
		width:100%;
	}	

	.formulario{
		width: 88.5%;		
	}

	.info{
		clear:both;
		width:auto;
	}	
	
	
	#img_prov{
		max-width:11%;
		margin:auto 1%;
	}
	
	.slider{
		height:auto;
		margin:68px auto 0 auto;
		width:auto;
		background-color:#FFF;
	}
	
	.rrss{
		float:right;
		width:100%;
	}
	 .rrss a:hover span{
	color:#FFF !important;
	}		
}


@media screen and (min-width:769px){
	
	aside iframe{
		margin:0 2.5%;
		width: 45%;
	}	
	
	iframe.ytb-embed {
		width:268px;
		height:162px;
		display: block;
		margin: 17% auto;
	}

	footer{
		height: 96px;
		background-color: #0F303F;
	}
	
	.formulario{
		float: left;
		margin:0 2.5%;
		padding-top: 10px;		
		width: 45%;
		margin:0 2.5%;
	}
	
	.contacto{
		float: left;
		margin:10px 2.5%;
		padding: 3%;
		width: 39%;
	}

	.provider_right{
		display: none;
	}
	.provider_down{
		float: left;
		width: 59.5%;
		color: #fff;
		padding-left:3%;
	}

	.provider_down #img_prov{
		padding-top:1%;
		background-color: #1C4255;	
		max-width:13.5%;
		margin:auto 1%;
	}
	
	.slider{
	background-color: #FFF;
	height: auto;
	margin: 0 auto;
	}
	.rrss{
				
	}
	.rrss a{
		text-decoration: none;
		outline-style: none;
	}

	.rrss a:hover span{
	color:#FFF !important;
	}

	.accordion-content{
		height: 100%;
	}
		
}

/*--- Exclusivo Menu ---*/
@media screen and (max-width:768px ) {
		

	header{
		margin:0;
		position:fixed;
		width:100%;
		height:auto;
		z-index:11;
		}
	
	header nav {
		width:80%;
		height:auto;
		left:-100%;
		margin:0;
		position: fixed;
	}

	header nav ul li {
		display:block;
		float:none;
		border-bottom:1px solid rgba(255,255,255, .3);
		width:100%;
	}
	
	.galeria{
	padding-top: 70px;
	}

	.icon-home{
	margin-left:0;
	}
	
	.logo{
	display:none;
		}
		
	.menu_bar {
		display:block;
		width:100%;
		background:#ccc;
	}

	.menu_bar .bt-menu {
		display:block;
		padding:20px;
		background:#1c4255;
		color:#fff;
		text-decoration:none;
		font-weight: bold;
		font-size:25px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		cursor:pointer;
	}

	.menu_bar span {
		float:right;
		font-size:40px;
	}
	
	.nosotros{
	/* [disabled]background-color:#393; */
	max-width: 90%;
	padding-top: 80px;
	}

	.provider_down{
		display: none;
	}
	
	.rrss a:hover span{
	color:#FFF !important;
	
	}
}


/*----Nosotros----*/

.accordion-container {
	background-color:#CCC;
    width: 100%;
    clear:both;
}
 
.accordion-titulo {
    position: relative;
    display: block;
    padding: 10px;
    font-size: 24px;
    font-weight: 300;
    background: #333;
    color: #fff;
    text-decoration: none;
	margin-bottom:10px;
}

.accordion-content img {
    display: block;
    float: left;
    margin: 0 15px 10px 0;
    width: 50%;
    height: auto;
	
}

.accordion-content p{
   text-align:justify;
   padding:0 20px 20px 20px;
}



 
@media (max-width: 480px) {
 
	.accordion-titulo {
		padding: 20px;
	}
	.accordion-titulo.open {
	    background: #16a085;
	    color: #fff;
	}
	.accordion-titulo:hover {
	    background: #1abc9c;
	}
	 
	.accordion-titulo span.toggle-icon:before {
	    content:"+";
	}
	 
	.accordion-titulo.open span.toggle-icon:before {
	    content:"-";
	}
	 
	.accordion-titulo span.toggle-icon {
	    position: absolute;
	    top: 10px;
	    right: 20px;
	    font-size: 38px;
	    font-weight:bold;
	}
	 
	.accordion-content {
	    display: none;
	    padding: 20px;
	    overflow: auto;
	}

}

/* Botones de la galeria */
.row_cinco{
	bottom: -120px;
}

.row_cuatro{
	bottom: -100px;
}

.row_tres{
	bottom: -80px;
}

.row_dos{
	bottom: -60px;
}



