/*    GENERALES.     */
body{
	font-family: 'regular';
	font-size: 20px!important;
	color: #606060;
}

header {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.tex_center{
	text-align: center;
}

.tex_left{
	text-align: left;
}

.parallax{
	background: black fixed no-repeat 50% 50%; 
	background-size: cover;
}

.margin-seccion{
	margin-top: 100px;
}

.tex_impor{
	color: #0aa3ab;
	font-family: 'semibold'
}
/*    FIN GENERALES.     */


/*.   MENU.    */
.bg-light {
  box-shadow: 0 0px 9px rgba(0,0,0,.5)!important;
}

.menu{
	margin-bottom: 5px!important;
}

.logo_menu{
	width:35vw;
}

.nav-link {
	font-family: 'regular';
    color: white!important;
    font-size: 0.8em;
    text-align: center;
}

.nav-link:hover {
    color: #0aa3ab!important;
}
/*.   FIN MENU.    */





.sidebar {
    position: fixed;
    height: 175px;
    top: 175px;
    right: 0;
    background-color: #1e2227;
    overflow-x: hidden;
    transition: 0.4s;
    padding: 1rem 0;
    box-sizing: border-box;
    z-index: 9999;
    -webkit-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.75);
    border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	width:0
}

.sidebar .boton-cerrar {
    position: absolute;
    top: 0.5rem;
    right: 20%;
    font-size: 2rem;
    display: block;
    padding: 0;
    line-height: 1.5rem;
    margin: 0;
    height: 32px;
    width: 32px;
    text-align: center;
    vertical-align: top;
}

.sidebar ul, .sidebar li{
    margin:0;
    padding:0;
    list-style:none inside;
}

.sidebar ul {
    margin: 4rem auto;
    display: block;
    width: 80%;
    min-width:200px;
}

.sidebar a {
    display: block;
    font-size: 120%;
    color: #eee;
    text-decoration: none;
    
}

.sidebar a:hover{
    color:#fff;
    background-color: #0aa3ab;

}

#contenido {
    position: fixed;
    top: 100px;
    z-index: 99;
    right: 0;
    background: #0aa3ab;
    width: 70px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.75);
	margin-left:0
}

.abrir-cerrar {
    color: #2E88C7;
	font-size:1rem;   
	cursor: pointer;
}

#abrir {
    
}
#cerrar {
    display:none;
}








/*.   SLIDER.    */
.carrusel{
	position: relative;
	margin-top: 60px;
}
.slider {
	width: 100%;
	height: auto;
    z-index: -1;
    overflow: hidden;
}

.slider ul {
	display: flex;
	padding: 0;
	width: 400%;
	margin-top: 0;
	animation: cambio 20s infinite alternate linear;
}

.slider li {
	width: 100%;
	list-style: none;
}

.slider img {
	width: 100%;
}

.elementos_slider {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	text-align: center;
	width: 55%;
    height: auto;
}

.elementos_slider img{
	width: 70%;
}


@keyframes cambio {
	0% {margin-left: 0;}
	20% {margin-left: 0;}
	
	25% {margin-left: -100%;}
	45% {margin-left: -100%;}
	
	50% {margin-left: -200%;}
	70% {margin-left: -200%;}
	
	75% {margin-left: -300%;}
	100% {margin-left: -300%;}
}
/*.   FIN SLIDER.    */


/*.   NOSOTROS.    */
#nosot {
	background: #1e2227;
    margin: -30px 0 0px;
    padding: 30px 0 90px;
    -webkit-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.75);
	z-index: 1

}

#nosot img{
	width: 100%;
}

.nosot p{
	color: white;
}

.tex_nosotros{
	color: white;
	font-size: 1.1em;
}

#titu_nos p{
	font-family: 'semibold';
	font-size: 1.3em;
	border-top: 12px solid #0aa3ab;
	border-left: 12px solid #0aa3ab;
	padding: 57px 21px;
}

#titu_val p{
	font-family: 'semibold';
	font-size: 1.3em;
	border-bottom: 12px solid #0aa3ab;
	border-left: 12px solid #0aa3ab;
	padding: 57px 21px;
}

.mis_vis {
    text-align: right;
    font-size: 0.7em;
}

#mision{
	border-bottom: 1px solid #0aa3ab;
	padding-bottom: 21px;
}


.mis_vis span {
    font-size: 1.3em;
}

.valores{
    margin-top: 50px;
}

.valores p{
    text-align: center;
    font-size: 0.9em;
    color: white;
}
/*.   FIN NOSOTROS.    */


/*.   SERVICIOS.    */
#servicios {
    text-align: center;
    padding-bottom: 100px;
}

.num_servi{
	font-size: 2em
}

#titu_ser p{
	font-family: 'semibold';
	font-size: 1.3em;
	border: 12px solid #0aa3ab;
	padding: 57px 21px;
}

.img_servi{
	width: 100%;
	border-bottom: 10px solid #0aa3ab;
}

/*.   FIN SERVICIOS.    */

/*.   CONTACTO.    */
#contacto{
	background: #1e2227;
	padding-bottom: 50px;
	text-align: center;
}

#contacto h1{
    color: white;
    font-family: 'semibold';
    font-size: 2em;
}

form label{
	width:72px;
	font-weight:bold;
	display:inline-block;
}

form input[type="text"],
form input[type="email"]{
	width: 100%;
    padding: 3px 10px 6px;
    border: 1px solid #0aa3ab;
    border-radius: 3px;
    background-color: white;
    margin: 8px 0;
    display: inline-block;
    height: 30px;
    color: #0aa3ab;
    font-family: 'regular';
    font-size: 1em;
}

form input::placeholder { color: #0aa3ab; font-family: 'regular'; }

form input[type="submit"]{
	width:100%;
	padding:8px 16px;
	margin-top:15px;
	border:1px solid #0aa3ab;
	border-radius:5px;
	display:block;
	color:#fff;
	background-color:#0aa3ab;
	color: white;
    font-family: 'regular';
    font-size: 1em;
} 

form input[type="submit"]:hover{
	cursor:pointer;
	border:1px solid #0aa3ab;
	background-color:#0aa3ab;
}

textarea{
	width:100%;
	height:100px;
	padding: 3px 10px;
	border:1px solid #0aa3ab;
	border-radius:3px;
	background-color:white;			
	margin:8px 0;
	resize:none;
	display:block;
	color: #0aa3ab;
    font-family: 'regular';
    font-size: 1em;
}

textarea::placeholder { color: #0aa3ab; font-family: 'regular'; }

.datos{
	font-size: .8em;
    border: 12px solid #0aa3ab;
    text-align: left;
    color: white;
    padding: 31px 25px;
    margin-top: 7px;
}

.datos img{
	width: 150%;
}
/*.   FIN CONTACTO.    */


/*.   FOOTER.    */
footer {
  text-align: center;
  background-color: #0aa3ab;
  box-shadow: 0 0px 9px rgba(0,0,0,.5);
  color: white;
  font-size: .8em;
  text-align: center;
}

footer p{
    width: 260px;
    margin: 0 auto;
    padding-top: 20px;
}

.redes{
	width:30%;
    display:flex;
    justify-content: space-around;
    margin:0 auto;
}

.redes img{
	width: 40px;
}

.ico_redes{
	float:left;
	margin: 10px;
}
/*.   FIN FOOTER.    */



@media (max-width: 576px) {

	.logo_menu {
    	width: 75vw;
	}

	.slider {
		display: none;
	}

	#texto_slider {
		background-image: url(../img/back_movil.png);
	    margin-top: -100px;
	    margin-bottom: 29px;
	    padding: 70px 0;
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-color: #464646;
	}

	#titu_nos p{
		text-align: center;
	}

	.elementos_slider {
	    position: static;
	    left: 0;
	    top: 0;
	    transform: translate(0, 0);
	    -webkit-transform: translate(0, 0);
	    text-align: center;
	    width: 100%;
	    margin-top: 70px;
	}

	.tex_prin{
	    width: 84%;
	    margin: auto;
	    padding-bottom: 20px;
	}

	#nosot {
    	padding-top: 0;
	}

	.logo_nos {
    	margin-top: 20px;
	}

	.text_nos {
    	text-align: justify;
	}

	#titu_nos p {
    	border-right: 12px solid #0aa3ab;
	}

	#titu_val p {
	    border-top: 12px solid #0aa3ab;
	    border-bottom: 0;
	    border-left: 12px solid #0aa3ab;
	    border-right: 12px solid #0aa3ab;
	    padding: 57px 21px;
	}

	.text_blog {
    	margin-bottom: 25px;
	}

	.fila_servi{
		margin-bottom: 0;
	}

	.datos{
		font-size: 1em;
	    margin-top: 50px;
	}

	.datos img{
		width: 100%;
	}

}


