/* Universal classes */
@import url(http://fonts.googleapis.com/css?family=Lato:300);
html{
	scroll-behavior: smooth;
}
body{
	background: url('../fongo.jpg') no-repeat;
	background-size: 140%;
}

.titulo{
	color: white;
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
}


.titulo1{
	color: white;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
}

.texto{
	color: white;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
}

#back{
	padding-top: 0px;
	padding-bottom: 100px;
	background-color: rgba(0, 0, 0, 0.4);
}

.leftspc{
	margin-left:20px;
}
.alerta{
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alerta-success {
  color: #;
  background-color: #;
  border-color: #;
}
#imghover{
	transition: all 1s;
    -webkit-transition: all 1s;
	-moz-transition: all 1s;
}

#imghover:hover{
	width: 100px;
	height: 130px;
}

#imghover2{
	transition: all 1s;
    -webkit-transition: all 1s;
	-moz-transition: all 1s;
}

#imghover2:hover{
	width: 110px;
	height: 110px;
}

.estado{
	width: 150px;
	height: 150px;
	transition: all 1s;
    -webkit-transition: all 1s;
	-moz-transition: all 1s;
}

.estado:hover{
	width: 165px;
	height: 165px;
}

h1{
	color:#0f75bc;
	font-family: 'Lato', sans-serif;
}
h2{
	margin:0px 0px 15px 0px;
	padding:0px;
	color:#0f75bc;
	font-size:20px;
	font-family: 'Lato', sans-serif;
}

/* Header classes */
header{
	   position:absolute;
       width: 100%;
	   height: 70px !important;;
	   position:fixed;
	   z-index: 999;
     
}
.header-logo{
	float:left;
	background-size: 200%;
  	background-position: center;
}
#header-contact-pc{
	float:right;
	height:25px;
	text-align:right;
	font-size:16px;
	color:#fff;
	margin-top:14px;
}
.maillink{
	color:#fff;
	border-bottom: 1px dotted #fff;
}
.maillink:hover{
		color:#fff;
		text-decoration:none;
	}
.fb-blue{
	color:#fff;
	font-size:24px;
	vertical-align:-2px;
}
.tw-blue{
	color:#fff;
	font-size:24px;
	vertical-align:-2px;
}
.fsq-blue{
	color:#fff;
	font-size:24px;
	vertical-align:-2px;
}
.instagram{
	color:#fff;
	font-size:24px;
	vertical-align:-2px;
}
#main-nav{
	float:right;
	height:50px;
	font-family: 'Lato', sans-serif;
}
#main-nav a{
	display:inline-block;
	float:right;
	padding-top:0px;
	color:#fff;
	margin-left:24px;
	transition:All 0.2s ease-in-out;
	-webkit-transition:All 0.2s ease-in-out;
	-moz-transition:All 0.2s ease-in-out;
}
#main-nav a:hover, #main-nav a.active{
	text-decoration:none;
	color: gold;
	border-bottom: 2px solid gold;
	transition:All 0.2s ease-in-out;
	-webkit-transition:All 0.2s ease-in-out;
	-moz-transition:All 0.2s ease-in-out;
}

#mobile-menu{
	width:40px;
	height:40px;
	display:block;
	float:right;
	color: white;
	border: 1px solid #fff;
	border-radius:4px;
	text-align:center;
	margin-top:10px;
	padding-top:0px;
}
#mobile-menu.active{
	box-shadow:0px 0px 4px #fff;
}
#phone-shortcuts{
	width: 86px;
	float: left;
	left: 50%;
	margin-left: -100px;
	text-align: center;
	position: relative;
}
#phone-shortcuts a{
	width:40px;
	height:40px;
	display:inline-block;
	border: 1px solid #fff;
	font-size:2em;
	border-radius:4px;
	text-align:center;
	margin-top:10px;
}

#phone-nav{
	display:none;
	margin-top:8px;
	background:white;
	box-shadow:0px 4px 3px #fff;

}
#phone-nav a{
	color: black;
	display:block;
	padding:10px 0px 10px 20px;
	font-size:20px;
	font-family: 'Lato', sans-serif;
}
#phone-nav a:hover, #phone-nav a:active{
	font-weight:normal;
	text-decoration:none;
	background:gold;
	color: black;
}




/*Estados*/
.valores{
	width: 105px;
	height: 95px;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}
.valores:hover{
	width: 115px;
	height: 105px;
}
.imagen{
	width: 300px;
}

/* Main container stuff */
.carousel-control{
	text-align:left;
}

.next-back{
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 50%;
}

.imgcarousel{
	width: 100%;
}

/*paralla*/

#parallax1{
	background:url('../assets/nosotros/quien.jpg'); /* Nuestra imagen de fondo */
	background-repeat:no-repeat; /* Indicamos que no se repetira */
	background-size: cover; /* Encajamos la imagen al 100% del ancho */
	background-attachment: fixed; /* Establecemos una posicion fija para la imagen */

}

#parallax2{
	background:url('../assets/fondo.jpg'); /* Nuestra imagen de fondo */
	background-repeat:no-repeat; /* Indicamos que no se repetira */
	background-size: cover; /* Encajamos la imagen al 100% del ancho */
	background-attachment: fixed; /* Establecemos una posicion fija para la imagen */

}

.just{
	text-align: justify;
}
.centro{
	text-align: center;
}

#contacto{
	background-color: rgb(127,127,127);
}


/* footer */
footer{
	background:#777777;
	color:#ffffff;
	margin-top:50px;
	padding:30px 20px;
	font-family: 'Lato', sans-serif;
}
footer a{
	color:#ffffff;
	text-decoration:underline;
}
footer a:hover{
	color:#ffffff;
	text-decoration:none;
	cursor:pointer;
}
footer h4{
	margin-top:0px;
}
.footer-section{
	text-align:center;
}
.footer-social{
	text-align:center;
}
.footer-social a{
	margin-right:10px;
	transition:All 0.3s ease-in-out;
	-webkit-transition:All 0.3s ease-in-out;
	-moz-transition:All 0.3s ease-in-out;
}
.footer-social a:hover{
	color:#aeefff;
}
.perfil > i{
	font-size: 5em;
	display: block;
	float: center;
	margin: 0px 20px 8px 0px;
}
.perfil span{
	font-size:18px;
}

/* Others */
#to-top{
	width: 42px;
	height: 42px;
	display:none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	text-align: center;
	background: #0f75bc;
	color: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #CFCFCF;
}
.form-error{
	border:1px solid #cc0000;
	background:#ffedf0;
}
.send-mail-modal{
	padding:30px;
}
.sending-mail{
	width:45px;
	height:45px;
	margin:20px auto 0px auto;
	background-position:92px 0px;
}
.send-error{
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
	border-radius: 4px;
	margin: 10px auto;
	padding: 5px;
	width: 250px;
}
#privacyLabel, .privacidad{
	color:#000000;
}
.twitter-timeline{
	width:100% !important;
	height:418px;
}
.browsehappy{
	position:fixed;
	bottom:20px;
	left:20px;
	width:250px;
	padding:10px 15px;
	text-align:center;
	background:#fff799;
	border:1px solid #666666;
	border-radius:5px;
}
.browsehappy i{
	color:#f7941d;
}

.margen{
	margin-top: 50px;
	margin-bottom: 50px;
}

.margen1{
	margin-top: 50px;
	padding-top: 0px;
	padding-bottom: 50px;
}

.margen2{
	margin-top: 20px;
	padding-top: 0px;
	padding-bottom: 50px;
}


/* Responsive media queries */
/* Extra small devices (phones, 768 down) */
@media (max-width: 768px){
	body{
		padding-top:0px;
	}
	header{
		height:60px;
	}
	.header-logo{
		width:250px;
		height:45px;
		margin-top:7px;
		background-position:0px 0px;
	}
	#parallax{
		background:url('../assets/fondo.jpg'); /* Nuestra imagen de fondo */
		background-repeat:no-repeat; /* Indicamos que no se repetira */
		background-size:cover; /* Encajamos la imagen al 100% del ancho */
		background-attachment: fixed; /* Establecemos una posicion fija para la imagen */
	 	color: white;
		font-family:helvetica, arial, sans-serif;
		line-height:20px;
	}
	.margen1{
		margin-top: 10px;
	}
	.margen2{
		margin-top: 10px;
	}
	.mapa{
		width: 290px;
		height: 225px;
	}
	#phone-shortcuts{
		display:block !important;
	}
	.carousel-control > i{
		font-size:1.5em;
	}
	.next-back{
		margin-left: -13px
	}
	.imgcarousel{
		width: 100%;
		height: 250PX;
	}
	h1{
		font-size:30px;
		margin-bottom:30px;
	}
	.sm-padding-fix{
		padding:0px;
		text-align:center;
	}
	.servicio-icon{
		width:36px;
		font-size:2.5em;
		float:none;
		display:block;
		margin:0px auto;
	}
	.horario-icon{
		font-size:5em;
	}
	.horario-text{
		font-size:13px;
		padding-right:30px;
		padding-bottom:20px;
	}
	#map-canvass{
		height:300px;
	}
	.address-text{
		font-size:14px;
	}
	.address-buttons > a.visible-xs{
		display:inline-block !important;
	}
	.address-buttons > a.hidden-xs{
		display:none !important;
	}
	.twitter-timeline{
		margin-top:20px;
	}
	.top50{
		margin-top:20px;
	}
	.footer-social{
		margin-top:30px;
	}
}
	
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px){
	body{
		padding-top:0px;
	}
	header{
		height:100px;
	}
	.header-logo{
		width:280px;
		height:50px;
		margin-top:20px;
	}
	#header-contact-pc{
		width:70%;
	}
	#main-nav{
		font-size:18px;
		width:60%;
	}
	#main-nav a{
		display:inline-block;
		float:right;
		padding-top:0px;
		margin-left:12px;
	}
	#phone-shortcuts{
		display:none !important;
	}
	.carousel-control > i{
		font-size:2em;
	}
	.imgcarousel{
		width: 100%;
		min-height: 400px;
		max-height: 400px;
	}
	
	.mapa{
		width: 400px;
		height: 250px;
	}

	h1{
		font-size:38px;
		margin-bottom:40px;
	}
	.servicio-icon{
		width:112px;
		font-size:7.5em;
		display:block;
		margin:0px auto;
	}
	.horario-icon{
		font-size:10em;
	}
	.horario-text{
		font-size:16px;
		padding-right:30px;
	}
	.horario-text > h2{
		margin: 10px 0px 20px 0px;
	}
	#map-canvass{
		height:350px;
	}
	.address-text{
		font-size:16px;
	}
	.address-buttons > a.visible-sm{
		display:inline-block !important;
	}
	.twitter-timeline{
		margin-top:0px;
	}
	.top50{
		margin-top:50px;
	}
	.footer-social{
		margin-top:0px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px){
	.header-logo{
		width: 300px;
		height:50px;
		margin-top:20px;
	}
	#header-contact-pc{
		width:60%;
	}
	#main-nav{
		font-size:18px;
		width:65%;
	}
	.carousel-control > i{
		font-size:3em;
	}
	.next-back{
		margin-left: -25px;
	}
	.imgcarousel{
		width: 100%;
		min-height: 500px;
		max-height: 500px;
	}

	.mapa{
		width: 450px;
		height: 275px;
	}
	.servicio-icon{
		width:68px;
		font-size:4.8em;
	}
	.horario-text{
		padding-right:80px;
	}
	.horario-text > h2{
		margin: 20px 0px;
	}
	#map-canvass{
		height:400px;
	}
	.address-text{
		font-size:17px;
	}
	.address-buttons > a.visible-xs,
	.address-buttons > a.visible-sm{
		display:none !important;
	}
	.address-buttons > button.visible-md{
		display:inline-block !important;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px){
	.header-logo{
		width:300px;
		height:50px;
		margin-top: 20px;
	}
	#main-nav{
		font-size:22px;
		width:65%;
	}
	.imgcarousel{
		width: 100%;
		min-height: 500px;
		max-height: 500px;
	}
	.mapa{
		width: 500px;
		height: 300px;
	}
	.servicio-icon{
		width:84px;
		font-size:6em;
	}
	.address-buttons > a.visible-xs,
	.address-buttons > a.visible-sm{
		display:none !important;
	}
	.address-buttons > button.visible-lg{
		display:inline-block !important;
	}
}

/* Animations */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  60% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes hinge {
  0%, 20% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  36%, 68% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  52% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  84% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0%, 20% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  36 %, 68% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  52% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  84% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

.divider-text {
    position: relative;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.divider-text span {
    padding: 7px;
    font-size: 12px;
    position: relative;   
    z-index: 2;
}
.divider-text:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ddd;
    top: 55%;
    left: 0;
    z-index: 1;
}

.btn-facebook {
    background-color: #405D9D;
    color: #fff;
}
.btn-twitter {
    background-color: #42AEEC;
    color: #fff;
}

.menu a{
    color: white;
}