@import url('https://fonts.googleapis.com/css?family=Encode+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700');

/*
font-family: 'Encode Sans Condensed', sans-serif;
font-family: 'Roboto Slab', serif;
*/

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    border:0;
    margin: 0;
}

body {
    position: absolute;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.volver {
    z-index: 1000;
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    top: inherit;
    bottom: 30px;
    right: 30px;
    opacity: .2;
    transition: all .3s;
}

.volver:hover {
    opacity: 1;
}

.cont_header {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0px;
    z-index: 1000;
    display: table;
    clear: both;
    margin: 0 auto;
}

.menu_responsive {
    display: none;
}

.slide_responsive {
    display: none;
    }

.menu_hmb {
    display: block;
}   

.menu{
    display: inline-block;
    height: 30px;
}

.menu img {
	width: 175px;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
}

.menu a{
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    transition: all .3s;
}

.menu ul {
	list-style: none;
	float: right;
	margin-top: 33px;
}

.menu li {
	float: left;
	margin-left: 55px;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 18px;
}

.menu a:hover {
	color: #ffdb15!important;
}

#slidingFeatures {
	height: 600px!important;
}

/* SLIDE */ 

.background {
    background-color:#FFF;
    background-position: top center;
    background-repeat: no-repeat; 
    background-size: contain;
    background-size: 100% auto; /*290px auto*/
    /*max-height: 582px;*/
}

.contentSlide {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

h1 {
	color: #00d8ec;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 700;
	font-size: 70px;
	line-height: 65px;
}

h2 {
	color: #00d8ec;
	text-align: center;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 70px;
	line-height: 200px;
}

p {
	color: #4d4d4d;
	font-family: 'Encode Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 24px;
	width: 750px;
	margin: auto;
	padding: 15px 0;
}

.empresa,.aniversario,.ubicaciones,.galeria {
	width: 100%;
	margin: auto;
	text-align: center;
	padding-bottom: 50px;
    clear: both;
}

.aniversario h1 {
    padding-top: 40px;
}

.textos {
    margin-top: 40px;
    padding-bottom: 0;
}

.parallax_empresa {
    /* The image used */
    background-image: url("images/par_empresa.jpg"); /*img/parallax.jpg*/

    /* Set a specific height */
    min-height: 200px; /*500px*/

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax_ubicaciones {
    /* The image used */
    background-image: url("images/par_ubicaciones.jpg"); /*img/parallax.jpg*/

    /* Set a specific height */
    min-height: 200px; /*500px*/

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ubicaciones {
    height: 1040px;
    background-image: url('images/doteado.png');
    background-repeat: repeat;
}

.ubicaciones_cont {
    margin: auto;
    width: 75%;
}

.ubicaciones p {
    width: 32%;
    float: left;
    font-size: 28px;
    text-align: left;
    padding-top: 200px;
}

.ubicaciones img {
    float: right;
    padding-top: 20px;
    margin-bottom: 30px;
}

.ubicaciones a {
    text-decoration: none;
}

.ubicaciones p text {
    color: #4d4d4d;
    background-color: #00d8ec;
    padding: 8px 20px;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    transition: all .3s;
}

.ubicaciones p text:hover {
    background-color: #ffdb15;
}

.parallax_galeria {
    /* The image used */
    background-image: url("images/par_galeria.jpg"); /*img/parallax.jpg*/

    /* Set a specific height */
    min-height: 200px; /*500px*/

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.flexslider  {
    display: block;
    margin: auto!important;
    text-align: center;
    width: 720px;
    margin-top: 50px!important;
}

.flex-control-nav,.flex-control-paging {
    display: none;
}

.parallax_clientes {
    /* The image used */
    background-image: url("images/par_clientes.jpg"); /*img/parallax.jpg*/

    /* Set a specific height */
    min-height: 200px; /*500px*/

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.clientes_logos {
    width: 1000px;
    margin: auto;
    text-align: center;
}

.clientes_top {
    margin-top: 50px;
}

.clientes_bottom {
    margin-bottom: 50px;
}

.clientes img {
    height: 112px;
    margin: 10px 25px;
}

.contacto {
    background-color: #00d8ec;
    height: 680px;
    width: 100%;
    margin: auto;
    padding: 50px 0;
    clear: both;
    background-image: url('images/back_contacto.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    background-position-x: 20px; 
}

.contacto img {
    width: 210px;
}

.contacto h2 {
    padding-top: 30px;
    color: #4d4d4d;
    line-height: 0;
}
.formulario {
    width: 800px;
    margin: auto;
    margin-top: 50px;
}

.formu_izq {
    float: left;
    display: block;
    width: 250px;
    height: 400px;
    margin-top: 120px;
}

.formu_izq p {
    font-family:'Roboto Slab', sans-serif!important;
    font-size: 14px;
    color: #4d4d4d;
    display: block;

}

.formu_izq a {
    font-family:'Roboto Slab', sans-serif!important;
    text-decoration: none;
    color: #ffdb15;
    font-size: 16px;
}

.formu_der {
    width: 460px;
    float: right;
    margin-top: 50px;
    font-family:'Roboto Slab', sans-serif;
}

.formu_der p {
    width: 430px;
}

#btenvio{
    width: 30%;
    height:33px; 
    display:block;
    text-decoration: none;
    color:#4d4d4d;
    background-color: #ffdb15; 
    border-radius:0px; 
    font-size: 16px; 
    line-height: 33px;
    font-weight: 700; 
    text-align:center;
    margin-left: 10px;
    transition: all .3s;
}

#btenvio:hover{ 
    color:#ffdb15;
    background-color: #4d4d4d;
}

#btenvio:active{
    background-color: #00486f;
}

#frm_Contacto p {
    padding: 10px 0;
}

#frm_Contacto label {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 13px;
}
#frm_Contacto input, #frm_Contacto textarea  {
    width: 100%;
    float: left;
    /*text-align: left;*/
    margin-bottom: 15px;
    font-size: 14px;
    color: #4d4d4d;
}

#frm_Contacto {
    width: 450px;
}

#msj_flotante{
    height:30px;   
    position: relative; 
    z-index:1001; 
    margin:auto;
    top: -37px;  
    padding: 10px; 
    text-align: right; 
}

#msj_flotante p { 
    font-family: 'Roboto Slab', sans-serif!important;
    font-size:15px; 
    color:#fff;
    font-weight: 400;
    text-transform: uppercase; 
}

#msj_flotante p {
    font-family: 'Roboto Slab', sans-serif;
    font-size:15px; 
    color:#fff;
    font-weight: 400;
    text-transform: uppercase;
}

label{
    font-weight:300;
    color:#00486f;
}

input[type="text"], textarea{ 
    font-family:'Roboto Slab', sans-serif; 
    background:#00d8ec;
    border-bottom:1px solid #4d4d4d;
}

::-webkit-input-placeholder { /* Chrome */
  color: #00486f;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #00486f;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #00486f;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #00486f;
  opacity: 1;
}

.mapa {
    background-color: #00d8ec;
    width: 100%;
    margin: auto;
    text-align: center;
    clear: both;
    padding-bottom: 30px;
}

footer {
    width: 100%;
    height: 60px;
    text-align: center;
    background-color: #00d8ec;
}



