@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #14152d;
	text-decoration: none;
}
/* CSS Document */

/*menu*/
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: #ffffff;
	box-shadow: 0 4px 25px -22px black;
	z-index: 2;
}

.header-content{
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.logo{
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}.logo h1 b{
	color:aqua;
}
.menu{
	height: 80px;
}
.menu nav{
	height: 100%;
}
.menu nav ul{
	height: 100%;
	display: flex;
	list-style: none;
}
.menu nav ul li{
	height: 100%;
	margin: 0px 20px;
	justify-content: center;
	align-items: center;
	display: flex;
	position: relative;
}
.menu-selected:before{
    content: '';
	width: 100%;
	height: 4px;
	background:#000066;
	position: absolute;
	top: 0;
	left: 0;
}

.menu nav ul li  a{
	color:#ff6600;
	transition: color 300ms;
}

.menu nav ul li  a:hover{
color:#333333;
}
.menu .text-menu-selected{
	color:#000066;
}
/*icono*/
#icon-menu{
	width: 50px;
	height: 50px;
	position: absolute;
	right: 20px;
	top:20px;
	padding: 10px;
	font-size: 20px;
	background: #fafafa;
	border-radius: 100%;
	color: #ff6600;
	display: none;
	justify-content:center;
	align-items: center;
	cursor: pointer;
}
#icon-menu:hover{
	opacity: 0.8;
}
/*icono*/

.logo-cabecera{
	width: 300px;
}

/*responsive design*/
@media screen and (max-width:1200px){
	.header-content{
		max-width: 1000px;
		padding: 0 20px;
	}
}

@media screen and (max-width:900px){
	body{
		overflow-x: hidden;
	}
	
	.logo-cabecera{
		width: 200px;
	}
	.container-all{
		transition: all 300ms;
		
	}
	
	.move-container-all{
		transform: translateX(300px);
		transition: all 300ms cubic-bezier(1,0,0,1);
	}
	.menu{
		width: 0px;
		height: 100vh;
		position: fixed;
		top: 80px;
		left: 0;
		background: #ffffff;
		overflow: hidden;
		transform: translateX(-350px);
		box-shadow: 10px 0 20px -25px black;
		transition: all 300ms cubic-bezier(1,0,0,1);
}
	
	.show-lateral{
		width: 300px;
		transform: translateX(0px);
		
	}
	.menu nav ul {
		flex-direction: column;
	}
	.menu nav ul li{
		max-width: 200px;
		height: 50px;
		justify-content:flex-start;
	}
	.menu-selected:before{
		width: 0;
	}
	/*
	.menu nav ul li a{
		width: 28px;
	}*/
	
	#icon-menu{
		display: flex;
	}
	}
/*menu*/




.container-servicios {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: center;
}
.container-tresservicios {
	width: auto;
	height: auto;
	margin:10px 10px;
	padding: 20px;
	border: 2px solid #ff6600;
		border-radius: 10%;
	
}
/*tamaño de imagen*/
.container-tresservicios img{
	height: 200px;
	width: auto; 
}
/*tamaño de imagen*/

/*alinear imagen al centro*/
.container-tresservicios{
	display: flex;
	align-content: center;
	justify-content: center;
}
/*alinear imagen al centro*/

@media (max-width:850px){
.container-tresservicios {
	width: auto;
	height: auto;
	margin:10px 10px;
	padding: 20px;
	border: 2px solid #ff6600;
	}
	
	@media (max-width:850px){
		h1{
		font-size: 20px;}
	}
	
.container-servicios {
	
	width: 100%;
	max-width: 300px;
	margin: auto;
	display: block;
	justify-content: center;
}

	}
.container-img-titu-txt {
	width: auto;
	height: auto;
	display: block;

	margin: 10px;
	max-width: 300px;
	border-radius: 25px;
}
/*font titulos*/
.container-img-titu-txt .titu h2{
	
	font-size: 18px;
}
.titu {
    width: auto;
	height: auto;
	margin: 0 10px;
	padding: 20px;
	text-align: center;
	
}
.txt{
	 width: auto;
	height: auto;
	margin: 0 10px;
	padding: 20px;
	text-align:left;
	border-top: 3px solid #ff6600;
}

/*foother*/
.contenedor-footer {
	width: 100%;
	
	background:  #F1F1F1;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	justify-content:center;
	

}

.icono-texto {
	margin: 20px 20px;
}

.img-icon {
	
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	
}

.footer-txt {

	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.img-icon img{
	width: 40px;
	height: 40px;
	margin: 20px;
}
@media (max-width:960px){
	
	.contenedor-footer {
	width: 100%;
	max-width: 1200px;
	background:  #F1F1F1;
	display: block;
	align-items: center;
	justify-content:center;		
}
	.img-icon{
		margin: 15px;
	}
	.img-icon img{
		width: 80px;
		height: 80px;
	}

}

.Legales-footer {
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content:center;
	text-align: center;
}


.margin-txt-footer {
	color:#000066;
	margin-bottom: 20px;
}


.responsive {
	width: 100%;
  max-width: 1200px;
  height: auto;
}
/*foother*/
.linea-color {
	width: 100%;
	height: 3px;
	background: -webkit-linear-gradient(left, #ff6600, #f9c432, #ff6600);
    background: -moz-linear-gradient(left, red, blue, #82B2EE);
    background: -o-linear-gradient(left, red, blue, #82B2EE);
	margin-top: 20px;
	margin-bottom: 20px;
}
.container-titu-principal {
	width: 100%;
	max-width: 1120px;
	text-align: center;
	align-content: center;
	justify-content: center;
	margin: auto;
	margin-top: 100px;
}

.contacto-datos-form {
	max-width: 1200px;
	width: 100%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
		
}

.datos {
	max-width: 540px;
	width: 100%;
	height: auto;
	display: block;
	margin: 10px;
	
}

.form {
	max-width: 540px;
	width: 100%;
	height: auto;
	display: flex;
	/*margin: 10px;*/
	
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 20px;
}

.img-contacto {
	width: 60px;
	margin: 20px;
}

.datos-portres {
	width: auto;
	max-width: 500px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}


/*formulario*/
.formu{
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 2px;
	margin-top: 10px;
	margin-bottom: 20px;
}
input, textarea {
    width:430px;
    height:30px;
    padding:5px;
    margin-top:10px;
	margin-left: 10px;
	margin-right: 10px;
    font-size:13px;
    color:#3a3a3a;
	background:#efefef;
    border:2px solid #ff6600;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
	}

input{
	width:439px;
    height:30px;
    padding:5px;
    margin-top:10px;
    font-size:13px;
    color:#3a3a3a;
	background:#efefef;
    border:2px solid #ff6600;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
input:focus, textarea:focus {
    border:2px solid  #000066;
}

textarea {
	height:95px;
}

#comentarios{
	width:439px;
    height:150px;
}
#submit {
    width:200px;
    height:38px;
  background-color: #ff6600;
    border:none;
    margin-top:5px;
	margin-bottom: 10px;
    cursor:pointer;
	text-align: center;
}

	#submit:hover {
	    opacity:.9;
	}
label {
    display:block;
    margin-top:10px;
    letter-spacing:2px;
}
fieldset{
	border-color: #ff6600; 
	border: 3px solid  #ff6600;
	border-radius:10px;
	}
@media (max-width:960px){
	input, textarea {
    width:320px;
    height:30px;
    padding:5px;
    margin-top:10px;
    font-size:13px;
    color:#3a3a3a;
	background:#efefef;
    border:3px solid #ff6600;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
	}
	
	.contacto-datos-form {
	max-width: 600px;
	width: 100%;
	margin: auto;
	display: block;
	align-items: center;
	justify-content: center;
	margin: auto;
}
	.datos-portres {
	width: auto;
	max-width: 350px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-left: 10px;
	margin-right: 10px;
	margin-top:10px;
	margin-bottom: 30px;
}
	.datos{
		display: none;
	}
}
.contactadcr {
	max-width: 400px;
}
/*formulrio*/
.btn-primary {
	 width:200px;
    height:38px;
    background-color: #ff6600;
    border:none;
    margin-top:5px;
	margin-bottom: 10px;
    cursor:pointer;
	text-align: center;
	  font-size:13px;
	
	border:2px solid #ff6600;
	 -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

