@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.eot');
    src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-light-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light-webfont.woff') format('woff'),
         url('../fonts/roboto-light-webfont.ttf') format('truetype'),
         url('../fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff'),
         url('../fonts/roboto-bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* -------------------------------------------------
					COLORES
------------------------------------------------- */
a,
nav a,
a:hover,
.color-primary{
	color: #ae0e6d;
}

.activo,
nav a:hover,
.color-secondary
{
	color: #fd9bb9;
}

body
{
	color: #666;
}

.color-gris
{
	color: #999;
}

footer,
.color-blanco,
.color-blanco:hover{
	color: #fff;
}

.color-negro{
	color: #000;
}



/* -------------------------------------------------
				FONDOS
------------------------------------------------- */
body,
.bg-white{
	background: #FFF;
}
.bg-black{
	background: #000;
}
.bg-rosa-fuerte{
	background: #ae0e6d;
}
footer,
.bg-rose-claro{
	background: #fd9bb9;
}
.bg-gris{
	background: #ebebeb;
}
.bg-test1{
	background: #ff0;
}
.bg-test2{
	background: #f0f;
}
.bg-test3{
	background: #0ff;
}


/* -------------------------------------------------
					NAVEGACIÓN 
------------------------------------------------- */
nav {
	padding-left: 0!important;
	text-align: center;
	width: 100%;
}
nav ul {
	width: 97%;
}
nav li {
	float: right;
	list-style: none;
	margin: 0 20px;
	position: relative;
}
nav a {
	padding: 3px 0;
}
.select-menu {
	display: none !important;
}



/* -------------------------------------------------
					TEMPLATE
------------------------------------------------- */
body{
	font-size: 16px;
	margin: 0;
}
header{
	position: absolute;
	background-color: none;
	background: url(../img/design/bg-header.png) no-repeat;
	background-position: bottom;
	background-size: 100%;
	font-size: 20px;
	padding-bottom: 10px;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
header .uk-icon-facebook,
header .uk-icon-phone{
	border-radius: 50%;
	box-shadow: 0 0 0 2px #ae0e6d;
	margin-right: 5px;
	padding: 5px;
	text-align: center;
	width: 20px;
}
footer .uk-icon-phone{
	border-radius: 50%;
	box-shadow: 0 0 0 2px #999;
	margin-right: 5px;
	padding: 5px;
	text-align: center;
	width: 16px;
}
footer{
	font-size: 15px;
	padding: 15px 0;
}
.oscuro{
	max-width: 200px;
	opacity:.5;
}
.oscuro:hover{
	opacity:1;
}
.verify-numbers{
	height: 20px;
	padding: 15px;
}
.z-index-1{
	z-index: -1;
}
.icono{
	float: left;
	margin-right: 30px; 
}
.contenido1{
	margin-top: 200px;
}
.contenido2{
	margin-top: 250px;
}


footer li{
	float: left;
	list-style: none;
	margin: -10px 10px 20px 10px;
}
.ico-footer{
	margin: 0 1%;
	max-width: 30px;
	width: 20%;
}

.parrafo-inicio{
	max-width: 171px; 
	margin: 10px auto;
}

.input-gris,
.textarea-gris{
	background: #ebebeb;
	border: none;
	font-size: 16px;
	height: 50px;
	padding: 0 10px;
}
.textarea-gris{
	padding: 10px;
	height: 100px;
	resize:none;
}
.img-siguenos{
	margin-top: -5px;
}
#servicios-gris{
	margin-bottom: -50px;
}
footer i{
	padding: 7px;
	min-width: 15px;
}






/* -------------------------------------------------
					GENERALES
------------------------------------------------- */
b,
.bold{
	font-family: 'robotobold';
	font-weight: normal;
}
.light{
	font-family: 'robotolight';
}
img{
	max-width: 100%;
}
a,
a:hover
{
	text-decoration: none;
	cursor: pointer;
}
h1{
	font-family: 'robotobold';
	font-size: 24px;
	font-weight: normal;
}
h2{
	font-family: 'robotobold';
	font-size: 22px;
	font-weight: normal;
}
h3{
	font-family: 'robotobold';
	font-size: 20px;
	font-weight: normal;
}
h4{
	font-family: 'robotobold';
	font-size: 18px;
	font-weight: normal;
}
.margen-top-20{
	margin-top: 20px;
}
.margen-top-50{
	margin-top: 50px;
}
.margen-top-70{
	margin-top: 70px;
}
.margen-top-menos-25{
	margin-top: -25px;
	z-index: 0;
}
.margen-top-5{
	margin-top: 5px;
}
.margen-top-menos-5{
	margin-top: -5px;
}
.margen-bottom-20{
	margin-bottom: 20px;
}
.margen-bottom-50{
	margin-bottom: 50px;
}
.margen-v-20{
	margin-top: 20px;
	margin-bottom: 20px;
}
.magen-10{
	margin: 10px;
}
.separador-small{
	min-height: 0;
}
.badge{
	border-radius: 50%;
	background: #081327;
	color: #FFF:;
	padding: 4px;
	min-width: 16px;
	text-align: center;
}
.bg-dark{
	background: rgba(0,0,0,.3);
}
.bg-claro{
	background: rgba(250,250,250,.3);
}
.alpha-50,
.alpha-75
{
  opacity:1;
}
.alpha-50:hover{
  opacity:.5;
}
.alpha-75:hover{
	opacity:.75;
}
.padding-20{
	padding: 20px;
}
.padding-v-20{
	padding: 20px 0;
}
.padding-bottom-20{
	padding-bottom: 20px;
}
.text-xs{
	font-size: .6em;
}
.text-sm{
	font-size: .8em;
}
.text-lg{
	font-size: 1.2em;
}
.text-xl{
	font-size: 1.5em;
}
.font-25{
	font-size: 25px;
}
::-webkit-input-placeholder { color: #333; } /* WebKit */
:-moz-placeholder { color: #333; } /* Firefox 18- */
::-moz-placeholder { color: #333; } /* Firefox 19+ */
:-ms-input-placeholder { color: #333; } /* IE 10+ */

iframe.mapa{
	border: 0;
	height: 400px;
	margin: -5px 0;
	width: 100%;
}
.transicion{
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.transicion:hover{
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.input-gris,
.textarea-gris{
	background: #ebebeb;
	border: none;
	font-size: 16px;
	height: 50px;
	padding: 0 10px;
}
.textarea-gris{
	padding: 10px;
	height: 100px;
	resize:none;
}
.uk-button-primary{background-color:#ae0e6d;color:#fff;border-color:rgba(0,0,0,.2);border-bottom-color:rgba(0,0,0,.4);text-shadow:0 -1px 0 rgba(0,0,0,.2)}
.uk-button-primary:focus,.uk-button-primary:hover{background-color:#fd9bb9;color:#fff;background-image:none}
.uk-button-primary.uk-active,.uk-button-primary:active{background-color:#fd9bb9;color:#fff;background-image:none;border-color:rgba(0,0,0,.2);border-top-color:rgba(0,0,0,.4);box-shadow:inset 0 2px 4px rgba(0,0,0,.2)}
.uk-button-success{background-color:#82bb42;color:#fff;border-color:rgba(0,0,0,.2);border-bottom-color:rgba(0,0,0,.4);text-shadow:0 -1px 0 rgba(0,0,0,.2)}
.uk-button-success:focus,.uk-button-success:hover{background-color:#8fce48;color:#fff;background-image:none}
.uk-button-success.uk-active,.uk-button-success:active{background-color:#76b430;color:#fff;background-image:none;border-color:rgba(0,0,0,.2);border-top-color:rgba(0,0,0,.4);box-shadow:inset 0 2px 4px rgba(0,0,0,.2)}
.uk-button-danger{background-color:#d32c46;color:#fff;background-image;border-color:rgba(0,0,0,.2);border-bottom-color:rgba(0,0,0,.4);text-shadow:0 -1px 0 rgba(0,0,0,.2)}
.uk-button-danger:focus,.uk-button-danger:hover{background-color:#e33551;color:#fff;background-image:none}
.uk-button-danger.uk-active,.uk-button-danger:active{background-color:#c91c37;color:#fff;background-image:none;border-color:rgba(0,0,0,.2);border-top-color:rgba(0,0,0,.4);box-shadow:inset 0 2px 4px rgba(0,0,0,.2)}


/* -------------------------------------------------
					MEDIA QUERY
------------------------------------------------- */

@media (max-width: 1240px) {
	.efra-panel{
		min-height: 200px
	}
	footer li{
		display: block;
		float: none;
	}
}
@media (max-width: 960px) {
	.efra-panel{
		min-height: 0px
	}
	.font-25{
		font-size: 22px;
	}
}



@media (max-width: 768px) {
	nav a{
		padding: 15px 5px;
	}
	.menu
	{
		display: none;
	}
	nav{
		height: 50px;
		margin: 0;
		width: 100%;
	}
	.select-menu {
		border: 1px solid #999;
		background: #494949 ;
		color: #ffffff;
		cursor: pointer;
		display: block !important;
		height: 30px;
		margin: 0 10%;
		width: 80%;
	}
	.contenido1{
		margin-top: 340px;
	}
	.contenido2{
		margin-top: 400px;
	}
	.margen-top-70{
		margin-top: 20px;
	}
	.uk-text-right{
		text-align: center!important;
	}
	.separador-small{
		height: 20px;
	}
	.font-25{
		font-size: 18px;
	}
	header,
	footer{
		text-align: center!important;
	}
}


