@font-face {
	font-family: 'OSB';
	src: url('../fonts/Open-Bold/OpenSans-Bold.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Open-Bold/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/Open-Bold/OpenSans-Bold.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/Open-Bold/OpenSans-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/Open-Bold/OpenSans-Bold.svg#72800b665ba60a9a58674e2a6befde3a') format('svg'); /* Legacy iOS */
	   
	font-style:   normal;
	font-weight:  700;
}


@font-face {
	font-family: 'OSL';
	src: url('../fonts/Open-Ligth/OpenSans-Light.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Open-Ligth/OpenSans-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/Open-Ligth/OpenSans-Light.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/Open-Ligth/OpenSans-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/Open-Ligth/OpenSans-Light.svg#09be4bfe8975a657af6444a6f1d73848') format('svg'); /* Legacy iOS */
	   
	font-style:   normal;
	font-weight:  200;
}

@font-face {
	font-family: 'OSR';
	src: url('../fonts/Open-Regular/OpenSans-Regular.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Open-Regular/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/Open-Regular/OpenSans-Regular.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/Open-Regular/OpenSans-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/Open-Regular/OpenSans-Regular.svg#dc56f0938c09c27a4156bb0f8f5176a2') format('svg'); /* Legacy iOS */
	   
	font-style:   normal;
	font-weight:  400;
}

*{
	font-family: 'OSR';
}

body,
html{
	width: 100%;
	overflow-x: hidden;
	position: relative;
}

header{
	background-color: #010832;
	height: 70px;
}

header img{
	width: 170px;
	position: relative;
  	z-index: 2;
}

header nav{
	padding-top: 20px;
	float: right;
}

header nav ul a{
	display: inline-block;
	color: white;
	padding-bottom: 5px;
	border-bottom: 1px solid white;
	margin-right: 20px;
	text-transform: uppercase;
}

header nav ul a:hover,
header nav ul a.active{
	color: #49c0f8;
	text-decoration: none !important;
	border-bottom: 1px solid #49c0f8;
}

header nav ul li{
	margin-left: 25px;
	display: inline-block;
	list-style: none;
}

.lang{
	margin-right: 3px;
	text-decoration: none !important;
	border-bottom: 0;
}

.lang.active{
	color: #49c0f8;
	  border-bottom: 1px solid #49c0f8;
}

.lang:hover,
.lang:focus{
	text-decoration: none !important;
}


.lang-separator,
.lang-separator:hover,
.lang-separator:active,
.lang-separator:focus{
	color: #fff;
	text-decoration: none;
}

#nav-responsive{
	display: none;
	position: fixed;
	width: 100%;
	height: 150%;
	background-color: rgba(1,8,50,0.9);
	z-index: 999;
	top: 0;
	left: 0;
	
}

#nav-responsive.active{
	display: block;
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#nav-responsive ul{
	display: block;
	float: none;
	margin: 70px auto;
	max-width: 250px; 
	padding: 0;
}

#nav-responsive ul a{
	display: block;
	color: white;
	padding-bottom: 5px;
	margin-top: 15px;
	text-align: center;
	text-transform: uppercase;
}

#nav-responsive ul a:hover{
	color: #49c0f8;
}

#nav-responsive ul li{
	display: inline-block;
	list-style: none;
}

#nav-responsive ul a{
	color: white;
}
#nav-responsive .lang.active{
	color: #49c0f8 !important;
	border-bottom: 0px !important;
}

#close-nav{
	display: block;
	width: 35px;
	height: 30px;
	display: block;
	float: right;
	cursor: pointer;
	margin-right: 3px;
	margin-top: 23px;
}

#close-nav span{
	display: block;
	background-color: white;
	width: 100%;
	height: 4px;
}

#close-nav span:first-child{
	-ms-transform: rotate(45deg) translateY(15px); 
    -webkit-transform: rotate(45deg) translateY(15px);
    transform: rotate(45deg) translateY(15px);
}

#close-nav span:nth-child(2){
	-ms-transform: rotate(-45deg) translate(-13px,-4px);
    -webkit-transform: rotate(-45deg) translate(-13px,-4px);
    transform: rotate(-45deg) translate(-13px,-4px);
}


#toggle-nav-responsive{
	display: block;
	width: 35px;
	height: 30px;
	display: block;
	float: right;
	margin-top: 3px;
	cursor: pointer;
}

#toggle-nav-responsive span{
	display: block;
	background-color: white;
	width: 100%;
	height: 4px;
	float: left;
	margin-bottom: 7px;
}

#formulario-asesoria{
	position: fixed;
	z-index: 99;
	right: -300px;
	top: 200px;
	text-align: center;
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#formulario-asesoria.active{
	right: 0px;
}

#formulario-asesoria .icon{
	width: 100px;
	height: 100px;
	background-color: rgba(1,8,50,0.9);
	display: block;
	float: left;
	padding-top: 10px;
	cursor: pointer;
}

#formulario-asesoria .form{
	display: block;
	background-color: rgba(1,8,50,0.9);
	float: left;
	width: 300px;
	height: 190px;
	padding-top: 5px;
}

#formulario-asesoria .form-horizontal .control-label{
	text-align: left;
	color: #fff;
	font-family: 'OSL';
}

#formulario-asesoria .form-group{
	margin-left: 15px;
	margin-right: 0;
}

#formulario-asesoria .form input[type='text'],
#formulario-asesoria .form input[type='email']{
	background-color: rgba(255,255,255,0.1);
	float: left;
	border-radius: 3px;
	outline: none !important;
	border: 0;
	height: 30px;
}

#formulario-asesoria .form button[type='submit']{
	font-family: 'OSL';
	font-style: normal;
	font-weight: normal;
	float: right;
	border-radius: 3px;
	color: #010832;
	border: 1px solid #010832;
}

#formulario-asesoria p{
	color: #fff;
	font-family: 'OSR';
	text-transform: uppercase;
	line-height: 15px;
	margin-top: 5px;
}

.carousel-inner a:hover{
	text-decoration: none !important; 
}

#carousel-main .carousel-inner .item{
	height: 420px !important;
}

#carousel-main .carousel-caption {
	position: relative;
	top: -450px;
	display: block;
	text-align: left;
	left: 10%;
	font-family: 'OSL';
	color: #010832;
	font-size: 50px;
	width: 70%;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	line-height: 50px;
}

#carousel-precios{
	height: 325px;
}

#carousel-precios .carousel-control img{
	width: 30px;
}

#carousel-precios .carousel-control.left{
	width: 30px;
	height: 30px;
	position: absolute;
	margin-top: 15px;
  	left: 50%;
  	margin-left: -15px;
}

#carousel-main .carousel-indicators li{
	background-color: #49c0f8;
	border: 1px solid #49c0f8;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3)
}

#carousel-precios .carousel-control.right{
	width: 30px;
	height: 30px;
	bottom: 0;
	margin-top: 280px;
	position: absolute;
  	left: 50%;
  	margin-left: -15px;
}

.vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
  -webkit-transition: 0.5s linear top;
     -moz-transition: 0.5s linear top;
      -ms-transition: 0.5s linear top;
       -o-transition: 0.5s linear top;
          transition: 0.5s linear top;
}

.carousel.vertical .active {
	top: 0;
}

.carousel.vertical .next {
	top: 420px;
}

.carousel.vertical .prev {
  	top: -420px;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  	top: 0;
}

.carousel.vertical .active.left {
  	top: -400px;
}

.carousel.vertical .active.right {
  	top: 400px;
}

.carousel.vertical .item {
    left: 0;
}

.content-slide-planes{
	position: relative;
	background-color: #0055a5;
	height: 420px; /*Temporal*/
}

.carousel.vertical .carousel-inner .item{
	margin-top: 70px;
}

.c-oro{
	color: #d7b61e;
}

.c-plata{
	color: #b6b6b6;
}

.c-bronze{
	color: #a54600;
}

.circle-price{
	display: block;
	float: none;
	margin: 0 auto;
	border-radius: 100%;
	width: 180px;
	height: 180px;
	padding-top: 10px;
	background: white;
	text-align: center;
}

.circle-price i{
	font-size: 20px;
	text-align: center;
	display: inline-block;
	margin-top: 10px;
}

.circle-price p{
	margin-top: 25px;
	margin-bottom: 25px;
	font-family: 'OSL';
	font-size: 24px !important;
	line-height: 25px !important;
}

.circle-price p span{
	font-family: 'OSB';
}

.circle-price img{
	width: 40px !important;
}

.content-slide-planes::after{
	content: "";
	display: block;
	position: absolute;
	top:0;
	left: -35px;
	width: 0;
    height: 0;
    border-top: 210px solid transparent;
    border-right: 35px solid #0055a5;
    border-bottom: 210px solid transparent;
}

.h2-white{
	color: white;
	text-align: center;
	font-size: 22px;
	font-family: 'OSB';
	margin-top: 50px;
}

.h2-white span{
	font-size: 20px;
	font-family: 'OSL';
}

.testimonios{
	padding: 50px 0;
	background-color: #f7f7f7;
	position: relative;
}

.testimonios::after{
	content: "";
	background: url(../images/triangulo-test.png) top center no-repeat;
	background-size: 100% auto;
	display: block;
	position: absolute;
	bottom:-37px;
	left: 0;
	width: 100%;
    height: 39px;
}

#carousel-testimonios .carousel-indicators{
	bottom: -55px;
}

#carousel-testimonios .carousel-indicators li{
	background-color: #49c0f8;
}

.testimonios img{
	width: 100px;
	height: 100px;
	border-radius: 200px;
	display: block;
 	float: none;
  	margin: 0 auto;
}

.testimonios p{
	font-style: italic;
	color: #747c83;
	margin-right: 30px;
}

.testimonios p.cita{
	font-family: 'OSL';
	color: #0055a5;
}

.servicios{
	background: url(../images/ima-fondo-serv.png) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 500px;
	padding-top: 40px;
}



.servicios .h-scroll{
	position: relative;
    white-space:nowrap !important;
    overflow-x:auto;
    min-height: 330px;
    margin-top: 30px;
    box-shadow: 0 0 0 white !important;
}

.servicios .h-scroll:focus {
	outline: -webkit-focus-ring-color auto 0px !important;
}

.scroll-left-btn{
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	left: -60px;
	top: 50%;
	margin-top: -155px;
	background: url(../images/flecha-izquierda.png) center center no-repeat;
	cursor: pointer;
}

.scroll-right-btn{
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	right: -60px;
	top: 50%;
	margin-top: -155px;
	background: url(../images/flecha-derecha.png) center center no-repeat;
	cursor: pointer;
}

.servicios .items{
    height: auto;
	float: none;
    display:inline-block !important;
    position: relative;
    z-index: 9;
    vertical-align: top;
    box-sizing: border-box;
}

.servicios .items img{
	width: 80%;
	height: auto;
	display: block;
	float: none;
	margin: 0 auto;
	max-width: 150px;
}

.servicios .items a:hover{
	text-decoration: none;
}

p.titulo-servicio{
	font-family: 'OSL';
	font-size: 15px;
	color: white;
	text-align: center;
	margin-top: 15px;
	word-break: break-word;
  	white-space: normal;
}

p.titulo-servicio span{
	font-family: 'OSB';
	font-size: 15px;
	color: white; 
}

.horizontal-track{
	background-color: white;
	height: 1px;
}

.horizontal-handle .right{
	height: 7px;
	margin-top: -3px; 
	background-color: white;
}

.articulos h3{
	font-size: 60px;
	text-transform: uppercase;
	font-family: 'OSL';
	color: #0055a5;
}

.articulos p{
	font-family: 'OSL';
	color: #747c83;
	width: 40%;
	font-style: italic;
}

.articulos p.main,
.book p{
	font-family: 'OSR';
	width: 80%;
	font-style: normal;
}

.articulos .blog{
	padding-top: 40px;
	background: #e3f5ff url(../images/blog.png) no-repeat bottom right; /* Old browsers */
	background: url(../images/blog.png) no-repeat bottom right,-moz-linear-gradient(45deg,  #e3f5ff 0%, #a6d4ed 100%); 
	background: url(../images/blog.png) no-repeat bottom right,-webkit-gradient(linear, left bottom, right top, color-stop(0%,#e3f5ff), color-stop(100%,#a6d4ed));
	background: url(../images/blog.png) no-repeat bottom right,-webkit-linear-gradient(45deg,  #e3f5ff 0%,#a6d4ed 100%);
	background: url(../images/blog.png) no-repeat bottom right,-o-linear-gradient(45deg,  #e3f5ff 0%,#a6d4ed 100%);
	background: url(../images/blog.png) no-repeat bottom right,-ms-linear-gradient(45deg,  #e3f5ff 0%,#a6d4ed 100%); 
	background: url(../images/blog.png) no-repeat bottom right, linear-gradient(45deg,  #e3f5ff 0%,#a6d4ed 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3f5ff', endColorstr='#a6d4ed',GradientType=1 );
    height:450px;
}

.articulos .book{
	padding-top: 40px;
	padding-left: 60px;
	background: #ffffff url(../images/libro.png) no-repeat 80% 100%; /* Old browsers */
	background: url(../images/libro.png) no-repeat 80% 100%,-moz-linear-gradient(45deg, #ffffff 0%, #eaeaea 100%); 
	background: url(../images/libro.png) no-repeat 80% 100%,-webkit-gradient(linear, left 80%, right top, color-stop(0%,#ffffff), color-stop(100%,#eaeaea));
	background: url(../images/libro.png) no-repeat 80% 100%,-webkit-linear-gradient(45deg, #ffffff 0%,#eaeaea 100%);
	background: url(../images/libro.png) no-repeat 80% 100%,-o-linear-gradient(45deg, #ffffff 0%,#eaeaea 100%);
	background: url(../images/libro.png) no-repeat 80% 100%,-ms-linear-gradient(45deg, #ffffff 0%,#eaeaea 100%); 
	background: url(../images/libro.png) no-repeat 80% 100%,linear-gradient(45deg, #ffffff 0%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=1 );
	height:450px;
}

.articulos .form-horizontal .control-label{
	text-align: left;
	color: #49c0f8;
	font-weight: normal;
	font-family: 'OSR';
}
.articulos .form-group{
	margin-left: 0;
	margin-right: 0;
}

.articulos input[type='text'],
.articulos input[type='email']{
	background-color: #d7d7d7;
	border-radius: 3px;
	outline: none !important;
	border: 0;
	height: 30px;
}

.articulos button[type='submit']{
	font-family: 'OSR';
	font-style: normal;
	font-weight: normal;
	float: right;
	color: #fff;
	border-radius: 0;
	border: 1px solid #0055a5;
	background-color: #0055a5;
}

.articulos button[type='submit']:hover{
	background-color: #fff;
	color: #49c0f8;
	border: 1px solid #49c0f8;
}

.articulos .button-apps{
	margin-left: 8% 
}

.formulario-asesorias{
	background-color: #010832;
	min-height: 80px;
	padding: 25px 0 20px;
}

.formulario-asesorias label{
	display: inline-block;
	max-width: 100%;
	float: left;
	margin-bottom: 5px;
	font-weight: bold;
	margin-right: 15px;
	margin-top: 6px;
	color: #fff;
	font-family: 'OSR';
	font-weight: normal;
}

.formulario-asesorias .form-group{
	margin-left: 15px;
	margin-right: 0;
}

.formulario-asesorias input[type='text'],
.formulario-asesorias input[type='email']{
	background-color: rgba(255,255,255,0.1);
	float: left;
	border-radius: 3px;
	outline: none !important;
	border: 0;
	height: 30px;
	width: 120px;
}

.formulario-asesorias button[type='submit']{
	font-family: 'OSL';
	font-style: normal;
	font-weight: normal;
	border-radius: 3px;
	color: #010832;
	border: 1px solid #010832;
	height: 31px;
}


footer{
	padding: 40px 0;
	min-height: 150px;
	background-color: #0055a5;
}

footer img{
	float: right;
	margin-top: 15px;
	margin-right: 10%;
	width: 200px;
}

footer .info{
	border-left: 1px solid #49c0f8;
}

footer p{
	color: white;
	font-family: 'OSR';
	margin-left: 10%;
	margin-bottom: 3px;
}


#banner-interno{
	width: 100%;
	height: 200px;
	position: relative;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

#banner-interno::after{
	content:"";
	display: block;
	position: absolute;
	background: url(../images/triangulo-inv.png) bottom center no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 50px;
	bottom: 0;
}

.h2-azul{
	font-family: 'OSL';
	color: #0055a5;
	text-align: center;
	margin: 30px 0 70px;
	font-size: 35px;
}

.h2-azul span{
	font-family: 'OSB';
}

.contenido-internas .row{
	padding-bottom: 50px;
	text-align: justify;
}

.bg-gris{
	background-color: #f7f7f7;
}

.divider{
	display: block;
	float: left;
	width: 100%;
	height: 1px;
	background-color: #f7f7f7; 
}

.contenido-internas img{
	max-width: 300px;
	width: 90%;
	display: block;
	height: auto;
	float: none;
	margin: 0 auto;
}

.contenido-internas h3{
	font-family: 'OSR';
	font-size: 25px;
	color: #555b60;
	margin-top: 0px;
	margin-bottom: 30px;
}

.contenido-internas h4{
	font-family: 'OSB';
	font-size: 30px;
	color: #555b60;
	margin-bottom: 0px 15px 30px;
}

.contenido-internas h4 span{
	font-size: 15px;
}

.contenido-internas p{
	color: #747c83;
	font-family: 'OSL';
	font-size: 15px;
}

.content-edit p,
.content-edit ul li{
	color: #747c83 !important;
	font-family: 'OSL' !important;
	font-size: 15px !important;
}

.contenido-internas ul{
	padding-left: 20px;
}

.contenido-internas ul li{
	color: #747c83;
	font-family: 'OSL';
	margin-bottom: 10px;
	font-size: 15px;
}

.contenido-internas .circle-price p,
.contenido-internas .circle-price i{
	color: #fff !important;
}

.p-oro{
	background: #d7b61e;
}

.p-plata{
	background: #c7c7c7;
}

.p-bronze{
	background: #a54600;
}

img.logos-pagos{
	float: left;
	margin-top: 20px;
}

img.preload{
	display: block;
	position: absolute;
	left: -1000px;
}

button:focus,
input[type="submit"]:focus{
	outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0px !important;
}

.btn-comprar{
	float: left;
	display: block;
	margin-top: 15px;
	height: 45px;
	width: 120px;
	font-size: 18px;
	font-family: 'OSB';
	color: #fff;
	border-radius: 0;
	border: 1px solid #0055a5;
	background-color: #0055a5;
	margin-right: 15px;
}

.btn-comprar:hover{
	background-color: #fff;
	color: #49c0f8;
	border: 1px solid #49c0f8;
}

.contenido-imagenes{
	display: table;
	padding: 30px 15px 50px;
	width: 100%;
	background: url(../images/ima-fondo.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	margin-bottom: 50px;
}

.contenido-imagenes::after{
	content: "";
	display: block;
	position: absolute;
	background: url(../images/triangulo-inv.png) bottom center no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 50px;
	bottom: 0;
	left: 0;
}

.contenido-imagenes .item{
	cursor: pointer;
	margin-bottom: 30px;
	min-height: 235px;
}

.contenido-imagenes a:hover{
	text-decoration: none;
}

.contenido-imagenes img{
	display: block;
	float: none;
	max-width: 130px;
	width: 60%;
	margin: 0 auto;
	cursor: pointer;
}

#content-map{
	padding: 150px 15px;
	height: 600px;
}

.contentedor-formulario-contacto{
	background-color: white;
	position: absolute;
	top: 110px;
	left: 15%;
	width: 30%;
	padding: 30px 60px;
	display: block;
}

.contentedor-formulario-contacto p{
	font-size: 14px;
	font-family: 'OSL';
	color: #0055a5;
	border-bottom: 1px solid #49c0f8;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.contentedor-formulario-contacto label{
	text-align: left;
	color: #49c0f8;
	font-weight: normal;
	font-family: 'OSR';
}
.contentedor-formulario-contacto .form-group{
	margin-left: 0;
	margin-right: 0;
}

.contentedor-formulario-contacto input[type='text'],
.contentedor-formulario-contacto input[type='email'],
.contentedor-formulario-contacto textarea{
	background-color: #d7d7d7;
	border-radius: 3px;
	outline: none !important;
	border: 0;
	height: 30px;
}

.contentedor-formulario-contacto textarea{
	height: 70px;
}

.contentedor-formulario-contacto button[type='submit']{
	font-family: 'OSR';
	font-style: normal;
	font-weight: normal;
	float: right;
	color: #fff;
	border-radius: 0;
	border: 1px solid #0055a5;
	background-color: #0055a5;
}

.contentedor-formulario-contacto button[type='submit']:hover{
	background-color: #fff;
	color: #49c0f8;
	border: 1px solid #49c0f8;
}

.planes{
	margin-bottom: 70px;
}

.articulo-blog{
	padding: 50px 0;
	border-bottom: 1px solid #c9d1d8;
}

.articulo-blog img{
 	width: 100%
}

.articulo-blog i{
	line-height: 30px;
}

.articulo-blog .data{
	font-family: 'OSL';
	font-style: italic;
	color: #747c83;
}

.articulo-blog h2{
	font-family: 'OSR';
	color: #0055a5; 
	margin-top: 10px;
}

.articulo-blog p{
	font-family: 'OSL';
	font-size: 15px;
	color: #747c83;
}

.border-left{
	border-left: 1px solid #c9d1d8;
	padding-left: 20px;
	margin-top: 20px;
}

.aside-blog{
	padding-left: 50px;
}

.aside-blog h3{
	font-family: 'OSB';
	font-size: 18px;
	color: #0055a5;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.aside-blog a{
	color: #747c83;
	text-decoration: none;
}

.aside-blog a:hover{
	color: #0055a5;
	text-decoration: underline;
}

.search-blog{
	padding-top: 50px;
	padding-bottom: 20px;
}

.search-blog input[type="text"]{
	border-radius: 0px;
}

.search-blog button[type="submit"]{
	background: #010832;
	border-radius: 0;
	color: #fff;
}

.search-blog button[type="submit"]:hover{
	background-color: #fff;
	color: #49c0f8;
	border: 1px solid #49c0f8;
}

.mini-articulo{
	margin-bottom: 25px;
}

.mini-articulo img{
	width: 100%;
	padding-right: 15%;
	margin-top: 5px;
}

.mini-articulo p.titulo{
	color: #0055a5;
	font-size: 17px;
}

.mini-articulo p{
	font-family: 'OSR';
	color: #747c83;
	text-align: justify;
}

.contenido-ampliado h2{
	margin: 25px 0;
}

.contenido-ampliado p,
.contenido-ampliado li{
	color: #747c83 !important;
	font-family: 'OSR' !important;
	font-size: 15px !important;
	text-align: justify !important;
}

.sin-hover:hover{
	text-decoration: none !important;
}

.titulo-categoria{
	margin-top:50px; 
	color:#0055a5; 
	font-family:'OSB';
}

.slide-blog-interno{
	/*margin-top: 40px;*/
}

.contenido-blog .row{
	padding-right: 15px !important;
	padding-left: 15px !important;
}

.articulo-blog.sin-border-bottom{
	border-bottom: 0px;
}

#ver-mas{
  width: 100%;
  clear: both;
  background-color: #ededed;
  text-align: center;
  cursor: pointer;
  padding:1px;
  position: relative;
  margin: 0px 0 70px;
  top: 30px;
}

#ver-mas::after{
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: rgba(1,8,50,0.7);
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: width 0.5s ease-out;
  -moz-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}

#ver-mas:hover,
#ver-mas.click{
  background-color: #0055a5;
  color: white;
}

#ver-mas.click::after{
  width: 100%;
}

#ver-mas p{
	font-family: 'OSR';
	text-transform: uppercase;
	padding-top: 10px;
  	position: relative;
  	z-index: 4;
}

.ver-mas-planes{
	text-align: center;
	color: #fff;
	font-family: 'OSR';
	display: block;
	float: none;
	margin: 0 auto 20px; 
}

.ver-mas-planes:hover,
.ver-mas-planes:active,
.ver-mas-planes:focus{
	text-decoration: underline; 
	color: #fff;
}

.empty{
	margin: 50px 0;
	font-family: 'OSR';  
}

.alert.success{
	display: none;
	font-family: 'OSR';
	color: #0055a5;
	padding: 10px 0; 
}

.frase-image{
	display: block;
	float: none;
	margin: 15% auto 0; 
}

@media screen and (min-width: 1400px){
	#carousel-main .carousel-caption {
		top: -600px;
	}
}

@media screen and (min-width: 1291px) {
	.servicios{
		height: 670px;
	}

	.servicios.int{
		height: 460px;
	}

	.servicios .h-scroll {
		min-height: 370px;
	}

	.testimonios::after{
		bottom: -53px;
		height: 55px;
	}
}

@media screen and (max-width: 1290px) {
	.articulos .blog, 
	.articulos .book{
		height: 600px;
	}

	.servicios{
		height: 630px;
	}

	.servicios.int{
		height: 460px;
	}

	.articulos p{
		width: 80%;
	}
}

@media screen and (max-width: 1150px) {
	.contentedor-formulario-contacto{
		width: 40%;
	}

	p.titulo-servicio span{
		font-size: 15px;
	}
}

@media screen and (max-width: 991px) {
	.articulos .blog{
		padding-left: 60px;
	}
	
	.frase-image{
		margin: 7% auto 0 !important; 
	}

	.testimonios img{
		margin-bottom: 30px;
	}

	.formulario-asesorias{
		padding-bottom: 30px;
	}

	.testimonios p {
		width: 80%;
		display: block;
		margin: 0 auto;
	}

	.aside-blog {
		padding-left: 0px;
	}

	.servicios{
		height: inherit !important; 
		padding-bottom: 40px;
	}
	.servicios .items{
		width: 32.3333333%;
	}
}

@media screen and (max-width: 800px){
	#carousel-main{
		height: 250px !important;
	}

	.contentedor-formulario-contacto{
		width: 50%;
	}

	.content-slide-planes{
		height: 370px;/*Temporal*/
	}
}

@media screen and (max-width: 775px) {
	.btn-comprar{
		float: none;
  		margin: 30px auto 10px;
	}

	.logos-pagos{
		float: none !important;
  		margin: 30px auto 10px !important;
	}
}

@media screen and (max-width: 768px) {
	header{
		padding: 0 15px;
	}


	.frase-image{
		margin:0 auto 0 !important;
    	padding: 11%;
	}

	#carousel-main .carousel-caption {
	  	top: -400px;
	}

	.h2-white {
		margin-top: 0px;
		padding-top: 50px;
	}

	.articulos .blog{
		height: 550px;
	}

	.articulos .book{
		height: 720px;
	}

	.articulos .button-apps{
		margin-left: 0%; 
	}

	.contenido-internas{
		text-align: center;
	}

	.contenido-imagenes .item{
		min-height: 230px;
		margin-top: 5px;
	}

	.contenido-internas h3{
		margin-top: 30px;
		margin-left: 15px;
	}

	.contenido-internas p{
		padding: 0 15px;
		 
	}

	.margin-0{
		margin: 0;
	}
	

	.contenido-internas img{
		max-width: 200px;
	  	width: 90%;
	}

	footer img{
		display: block;
		margin: 0 auto;
		float: none;
		margin-bottom: 50px;
	}

	footer .info{
		border-left: 0px;
		text-align: center;
		margin-left: -20px;
	}

	#content-map{
		height: 200px;
	}

	.contentedor-formulario-contacto{
		width: 95%;
		display: block;
		float: none;
		margin: 0 auto;
		position: relative;
		left: 0;
		top: 0;
		padding-bottom: 80px;
	}

	.servicios .items{
		width: 49%;
	}
}

@media screen and (max-width: 670px) {
	#carousel-main .carousel-caption {
	  	top: -350px;;
	}

	p.titulo-servicio{
		font-size: 15px;
	}
	
	.formulario-asesorias{
		padding-left: 10%;
	}

	.formulario-asesorias .form-group,
	.formulario-asesorias button{
		display: inline-block;
	}

	.formulario-asesorias button{
		vertical-align: 24px;
  		margin-left: 15px;
	}
}

@media screen and (max-width: 660px) {
	#carousel-main .carousel-inner .item {
	 	height: 260px !important;
	}

	#carousel-main .carousel-caption {
		font-size: 30px;
		line-height: 30px;
	}	

	#carousel-main .carousel-caption {
	  	top: -260px;
	}

	.articulos .blog,
	.articulos .book{
		padding-left: 10%;
	}

}

@media screen and (max-width: 480px){
	#carousel-main{
		height: 270px
	}
	
	#carousel-main .carousel-inner .item {
	 	height: 235px !important;
	}

	#carousel-main .carousel-caption {
		font-size: 25px;
		line-height: 25px;
	}	

	#carousel-main .carousel-caption {
	  	top: -180px;
	}
}