.c_sombra {
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}

img.img-centrado {
    margin: 0 auto;
    display: inline-block;
}

.div_separador {
    height: 30px;
}

.m_alto {
    min-height: 90px;
}

.w100 {
    width: 100%;
}

#slide_cabecera, #exp_similares {
    background-color: #edf0ff;
}

#slide_cabecera > div > div > div {
    /*margin-top: -10px;*/
}

.owl-carousel.owl-theme .item {
    height: 500px;
    background-color: #5270ff;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 5px 3px;
    background: #9d9d9d;
    width: 12px;
    height: 12px;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.36);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.36);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #5270ff;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 15px;
    left: 75px;
}

.intro_experiencia {
    color: #ffffff;
    position: absolute;
    z-index: 99;
    top: 90px;
    left: 90px;
}

.intro_experiencia h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.intro_experiencia h1 {
    margin-top: 0;
    font-weight: bold;
    font-size: 40px;
}

.intro_experiencia p {
    margin-bottom: 21px;
}

.btn_solicitar {
    background-color: #5270ff;
    color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.36);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.36);
}

.btn_solicitar .btn {
    font-size: 20px;
}

.btn_solicitar:hover, .btn_solicitar .btn:hover, .btn_solicitar .btn:visited, .btn_solicitar .btn:focus {
    color: #ffffff;
}

.btn_solicitar .btn.pd {
    background: #344cbf;
    background: -moz-linear-gradient(top, #344cbf 1%, #2b3f9e 100%);
    background: -webkit-linear-gradient(top, #344cbf 1%, #2b3f9e 100%);
    background: linear-gradient(to bottom, #344cbf 1%, #2b3f9e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#344cbf', endColorstr='#2b3f9e', GradientType=0);
}

.info_pvp {
    position: absolute;
    z-index: 99;
    height: 110px;
    padding-right: 15px;
    padding-left: 15px;
    top: 401px;
}

.info_pvp .logo {
    width: 290px;
    height: 110px;
    float: left;
    background-color: #ffffff;
}

.info_pvp .precio {
    width: 190px;
    height: 110px;
    float: left;
    background-color: #5270ff;
    padding: 22px 0 0 9px;
    color: #ffffff;
    line-height: 0;
}

.info_pvp .enlace {
    width: 60px;
    height: 110px;
    float: left;
    background: #344cbf;
    background: -moz-linear-gradient(top, #344cbf 1%, #2b3f9e 100%);
    background: -webkit-linear-gradient(top, #344cbf 1%, #2b3f9e 100%);
    background: linear-gradient(to bottom, #344cbf 1%, #2b3f9e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#344cbf', endColorstr='#2b3f9e', GradientType=0);
    color: #ffffff;
    font-size: 30px;
    line-height: 4;
    cursor: pointer;
}

.info_pvp .logo:before, .info_pvp .precio:before, .info_pvp .enlace:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.info_pvp .precio > div {
    display: inline-block;
}

.info_pvp .precio > div h1.importe {
    margin: 0;
    font-weight: bold;
    font-size: 60px;
}

.list-group-item:first-child, .list-group-item:last-child {
    border-radius: 0;
}

.list-group.intern {
    background-color: #edf0ff;
}

.list-group.intern .list-group-item, .list-group.list_catg .list-group-item {
    position: relative;
    display: block;
    padding: 5px 15px;
    margin-bottom: -1px;
    background-color: #dde3ff;
    border: 0;
    margin-bottom: 4px;
}

.list-group.list_catg .list-group-item {
    background-color: #edf0ff;
}

.list-group.intern .list-group-item.active {
    background-color: #edf0ff;
    border-left: 11px solid #5270ff;
    color: inherit;
    padding: 10px 15px;
}

.list-group.list_catg .list-group-item.active {
    background-color: #5270ff;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.list-group.list_catg.dias_disponibles .list-group-item {
    float: left;
    margin-right: 5px;
}

.list-group.list_catg.dias_disponibles .list-group-item.active {
    float: inherit;
    margin-right: inherit;
}

.contenidos_experiencia {

}

.contenidos_experiencia hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e5e5e5;
}

.detalles_experiencia > div {
    margin-bottom: 15px;
}

.detalles_experiencia > div > div {
    background-color: #edf0ff;
    padding: 8px;
}

.detalles_experiencia .gl_verde {
    color: #228b1d;
}

#exp_similares {
    padding: 15px 0;
    margin-bottom: 20px;
}
#exp_similares .item_similar{
    margin-bottom: 15px;
}
#exp_similares .item_similar > div{
    background-color: #fff;
    /*padding-left: 0;*/
    /*padding-right: 0;*/
}

#exp_similares .item_similar .imagen {
    position: relative;
}

#exp_similares .item_similar .precio {
    position: absolute;
    bottom: 0;
    z-index: 99;
    color: #fff;
    /*background-color: #5270ff;*/
    right: 0;
    width: 110px;
    padding: 3px 8px 5px 8px;
}

#exp_similares .item_similar .precio h3 {
    padding: 0;
    margin: -7px 0;
    font-size: 35px;
    font-weight: bold;
    text-align: right;
}

#exp_similares .item_similar .desc {
    padding: 15px;
    min-height: 200px;
    position: relative;
}

#exp_similares .item_similar .desc h3 {
    margin: 0;
}

#exp_similares .item_similar .btn_solicitar .btn {
    font-size: 12px;
}

#exp_similares .item_similar .btn_solicitar {
    /*background-color: #5270ff;*/
    color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0);
    position: absolute;
    bottom: 15px;
    right: 15px;
}





/* --- footer */

.footer-bs {
	background-color: #3c3d41;
	padding: 20px 20px;
	color: rgba(255,255,255,1.00);
	margin-bottom: 20px;
	border-bottom-right-radius: 6px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 6px;
}
.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 25px; }
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }
.footer-bs .footer-brand h2 { margin:0px 0px 10px; }
.footer-bs .footer-brand p { font-size:12px; color:rgba(255,255,255,0.70); }

.footer-bs .footer-nav ul.pages { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.pages li { padding:5px 0px;}
.footer-bs .footer-nav ul.pages a { color:rgba(255,255,255,1.00); font-weight:bold; text-transform:uppercase; }
.footer-bs .footer-nav ul.pages a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
.footer-bs .footer-nav h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
}

.footer-bs .footer-nav ul.list { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.list li { padding:5px 0px;}
.footer-bs .footer-nav ul.list a { color:rgba(255,255,255,0.80); }
.footer-bs .footer-nav ul.list a:hover { color:rgba(255,255,255,0.60); text-decoration:none; }

.footer-bs .footer-social ul { list-style:none; padding:0px; }
.footer-bs .footer-social h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.footer-bs .footer-social li { padding:5px 4px;}
.footer-bs .footer-social a { color:rgba(255,255,255,1.00);}
.footer-bs .footer-social a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }

.footer-bs .footer-ns h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
}
.footer-bs .footer-ns p { font-size:12px; color:rgba(255,255,255,0.70); }

@media (min-width: 768px) {
	.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-left:solid 1px rgba(255,255,255,0.10); }
}

.preciopeque {
  font-size:18px;
}
