/*
Theme Name: Custom by MareaCreativa
Theme URI: https://www.mareacreativa.digital
Author: MareaCreativa team
Author URI: https://www.mareacreativa.digital
Description:
Version: 1.0
Text Domain: custom
*/

@import url('https://fonts.googleapis.com/css?family=Questrial');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body{
	font-family: 'Questrial', sans-serif;
	color: #424559;
	-webkit-font-smoothing: antialiased;
	font-size: 1.5rem;
}


img.msg-btn{
    z-index: 2;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    border-radius: 100px;
    -webkit-box-shadow: 2px 4px 18px rgba(0,0,0,0.25);
    box-shadow: 2px 4px 18px rgba(0,0,0,0.25);
}

.mssg-container .header button{
    right: 0px;
    float: right;
    background-color: transparent;
    border: none;
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    width: 30px;
}

.mssg-container .header{
    background-color: #0084ff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 7px 0px 10px;
    height: 50px;
    color: #fff;
}

.mssg-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 340px;
    height: 470px;
    -webkit-box-shadow: 2px 4px 18px rgba(0,0,0,0.25);
    box-shadow: 2px 4px 18px rgba(0,0,0,0.25);
    z-index: 99999999999;
    border-radius: 10px;
}

.mssg-container .footer{
    height: 20px;
    width: 340px;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


/* video section */
video{
    display: block;
}

.row.video h1{
    position: absolute;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    color: #fff;
    letter-spacing: 4px;
    font-size: 20px;
    font-weight: initial;
    height: 20px;
    top: 200px;
    bottom: 0;
    right: 0;
    left: 0;
    vertical-align: middle;
}
/* video section */


/* navbar section */
.logo-nav{
	max-width: 200px;
}

nav.navbar-default{
	background-color: #fff;
}

.navbar {
    margin-bottom: 0px;
    border: 0px solid transparent;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
padding: 40px 30px;
    height: 140px;
}

div.navbar-right {
    height: auto;
}

.navbar-collapse.collapse{
    padding: 0px 15px 40px 15px;
}

.navbar-default .navbar-nav>li>a {
    color: #424559;
    letter-spacing: 1px;
	text-transform: uppercase;
}

.navbar-right {
    float: left;
    width: 100%;
    padding: 0px 30px;
}

/* navbar section */



/* home about section */
section.home-about{
    padding: 140px 0 100px 0;
    background-color: #fff;
    max-height: 650px;
    height: 650px;
}

section.home-about .img::before{
    content: '';
    height: 220px;
    width: 240px;
    background-image: url(img/products.png);
    position: absolute;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 240px 220px;
    right: 0;
    top: -10px;
}

section.home-about button,
section.home-blog button{
	font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #a0a2ac;
    background-color: transparent;
    border: 1px solid #a0a2ac;
    border-radius: 24px;
    padding: 10px 40px;
    font-weight: bold;
    letter-spacing: 1px;
}
/* home about section */



/* cintillo section */
section.cintillo{
    padding: 20px 0;	
}

section.cintillo{
    background-color: #4d2f41;
}

section.cintillo .icon{
    color: #fff;
    line-height: 40px;
    font-size: 30px;
}

section.cintillo span{
    color: #fff;
	
}

section.cintillo .title{
    font-size: 10px;
    color: #fff;
    line-height: 1;
    letter-spacing: 3px;
}

section.cintillo .subtitle{
    line-height: 0;
    font-size: 16px;
    letter-spacing: 1px;
}
/* cintillo section */

section.cintillo .btn-default{
    color: #fff;
    background-color: #8E2A5F;
    border-color: #8E2A5F;
    font-weight: bold;
    border-radius: 20px;
    padding: 10px 15px;
    font-size: 16px;
    letter-spacing: 1px;
}

section.cintillo .btn-default:hover{
    background: #83476a;
}


/* home beneficios section */
section.home-beneficios{
	background-color: #f7f8f8;
    padding: 140px 0px 0px 0px;
}

section.home-beneficios .panel{
    margin-bottom: 10px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 11px 11px rgba(0,0,0,.15);
    box-shadow: 4px 11px 11px rgba(0,0,0,0.15);
    padding: 10px;
}


section.home-about button, section.home-blog button, section.home-beneficios button {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #a0a2ac;
    background-color: transparent;
    border: 1px solid #a0a2ac;
    border-radius: 24px;
    padding: 10px 40px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
/* home beneficios section */




/* home blog section */
section.home-blog{
	background-color: #f7f8f8;
    padding: 120px 0px 60px 0px;
}

section.home-blog .panel{
    margin: 40px 0px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 11px 11px rgba(0,0,0,.15);
    box-shadow: 4px 11px 11px rgba(0,0,0,0.15);
    padding: 10px;
}
/* home blog section */




/* home servicios section */
section.home-servicios{
	background-color: #eaeff2;
    padding: 140px 0px 140px 0px;
}

section.home-servicios .panel-default>.panel-heading,
section.home-servicios .panel-default>.panel-footer{
    color: #333;
    background-color: #fff;
    border: none;
}

section.home-servicios .panel{
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 11px 11px rgba(0,0,0,0.15);
    box-shadow: 4px 11px 11px rgba(0,0,0,0.15);
    padding: 20px 30px;
    min-height: 334px;
}

section.home-servicios .panel .panel-body{
    padding: 0px;
}

section.home-servicios button{
    background-color: #fff;
    border: 1px solid #8e2a60;
    border-radius: 25px;
    padding: 10px 20px;
    color: #8e2a60;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
}
section.home-servicios button:hover{
    background-color: #8e2a60;
    color: #fff;
}
/* home servicios section */



section h1{
	font-size: 70px;
    margin-top: -10px !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
}

section h4{
	font-weight: bold;
	margin-top: 10px;
    margin-bottom: 0px;
}

section.home-about p{
	font-size: 26px;
}

section.home-about h1,
section.home-about h4,
section.home-beneficios h1,
section.home-beneficios h4,
section.home-servicios h1,
section.home-servicios h4,
section.home-blog h1,
section.home-blog h4{
	color: #8e2a5f;
}

section.home-beneficios h4 {
    display: inline-block;
}

#main-carousel .owl-dots {
    margin-top: -40px;
    position: relative;
}

#main-carousel .owl-stage{
	height: auto;
}

#main-carousel .owl-dot.active span, #main-carousel .owl-dot:hover span {
    background: #f77a76;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f77a76;
}

.owl-dots{ display: none !important; }

.owl-prev {
    right: 180px;
    position: absolute;
}

.owl-next{
    right: -60px;
    position: relative;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #8E2A5F;
    font-size: 14px;
    margin: 5px;
    padding: 6px 40px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 15px;
    border: 1px solid #8E2A5F;
}

.owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    bottom: 70px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #8E2A5F;
    color: #FFF;
    text-decoration: none;
}

#main-carousel .panel-default{
    padding: 0 0 80px 0;
}

#main-carousel h1, #main-carousel h4{
	margin: 10px 0 !important;
	color: #babbc0;
}

#main-carousel h1 {
    margin: 20px 20px 0 20px !important;
    height: 70px;
}

#main-carousel h4 {
    margin: 0 25px !important;
}

#main-carousel h2 {
    min-height: 30px;
    margin: 10px 30px 10px 20px;
}

#main-carousel span.content {
    height: 120px;
    display: block;
    padding: 0 20px;
    text-align: justify;
}

#main-carousel span.content p {
    font-size: 16px;
    color: #9fa0a3;
    letter-spacing: 1px;
}

#main-carousel .panel-default{
}

.button-read{
	padding-right: 20px;
}

#main-carousel h2{ color: #63656d; }
#main-carousel a.title{ text-decoration: none; }


/* blog home page */
.blog-home{
	background-color: #f7f8f8;
	padding: 100px 0px;
}

.blog-home .panel-default{
	border: none;
    -webkit-box-shadow: 0 11px 11px rgba(0,0,0,0.15);
    box-shadow: 0 11px 11px rgba(0,0,0,0.15);
}

.blog-home .panel-default h2 {
    height: 90px;
    margin: 6px 0px 16px 0px;
    font-size: 27px;
    letter-spacing: 0px;
    font-weight: bold;
}

.blog-home .panel-default span.lead{
    font-size: 16px;
    color: #777;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-home > .container > .row .col-lg-12 > [class*=col-]{
    padding-left:5px;
    padding-right: 5px;
}

.blog-home .panel-default p.date{
	font-size: 12px;
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
}

.blog-home .panel-default span.content, .blog-home .panel-default span.content p{
	display: block;
	height: 70px;
	margin-bottom: 10px;
}

.blog-home button.btn-default, #main-carousel .button-read button {
    color: #8E2A5F;
    background-color: transparent;
    border-color: #8E2A5F;
    font-weight: bold;
    border-radius: 20px;
    padding: 6px 22px;
    font-size: 1.5rem;
}

.blog-home .title{
	color: #424559;
	text-decoration: none;
}

.blog-home .title:hover{
	color: #8E2A5F;
	text-decoration: none;
}

.blog-home button.btn-default:hover {
    color: #fff;
    background-color: #8E2A5F;
    border-color: #8E2A5F;
    font-weight: bold;
}

.container-fluid .blog-home h1, .container-fluid .blog-home h4{
	color: #8e2a5f;
}


.container-fluid .blog-home h1{
	font-size: 70px;
    margin-top: -10px !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
}

.container-fluid .blog-home h4{
	font-weight: bold;
	margin-top: 10px;
    margin-bottom: 0px;
}
/* blog home page */



/* suscribe part*/
section.suscribe{
    padding: 20px 0px;
    background-color: #f7f8f8;
}

section.suscribe h1{
	color: #8e2a5f;
	font-size: 40px;
    padding: 0px;
    margin: 0px;
}

section.suscribe .panel-default{
    -webkit-box-shadow: 0 11px 11px rgba(0,0,0,.15);
    box-shadow: 4px 11px 11px rgba(0,0,0,0.15);
	border: none;
}

section.suscribe input{
	color: #424559;
	background-color: #e2e2e2;
	height: 40px;
    border: none;
}

section.suscribe p{
    font-size: 13px !important;
    text-align: justify;
}

section.suscribe button{
	color: #fff;
	background-color: #8e2a5f;
    height: 40px;
    padding: 0px 30px;
}

section.suscribe .suscribe-form{
    padding: 70px 30px;
    background-image: url('img/newsletter.png');
    background-position: center bottom;
}

#subForm .col-xs-12.form-control{ margin-bottom: 6px; }
#subForm .col-xs-12.input-group-btn{ width: 100%; padding: 0px !important; }
#subForm .col-xs-12.input-group-btn button{ width: 100%; border-radius: 0px; margin-top: 14px; }
/* suscribe part*/



/* contact part*/
section.contact{
    padding: 20px 0px;
    background-color: #f7f8f8;
}

section.contact h1{
	color: #8e2a5f;
	font-size: 50px;
    padding: 0px;
    margin: 0px;
    margin-left: 0px;
}

section.contact .panel-default{
    -webkit-box-shadow: 0 11px 11px rgba(0,0,0,.15);
    box-shadow: 4px 11px 11px rgba(0,0,0,0.15);
	border: none;
}

section.contact p{
    font-size: 14px !important;
    margin: 0 0 0px;
}

section.contact button{
	color: #fff;
	background-color: #8e2a5f;
    height: 40px;
    padding: 0px 30px;
}

section.contact .contact-form{
	padding: 70px 30px;
}

#contact_frm input.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 2px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 2px solid #424559;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 0px rgba(0,0,0,0.15);
}

#contact_frm textarea{
    display: block;
    width: 100%;
    padding: 2px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 2px solid #424559;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 0px rgba(0,0,0,0.15);
}

/* contact part*/


.slider-btn{
    position: absolute;
    z-index: 9999999;
    width: 220px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 60px;
}

/* contact map part*/
section.contact-map h1{
    color: #424559;
    font-size: 28px;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    padding: 0px !important;
    font-weight: bold;
}
section.contact-map p{
    font-size: 14px;
    margin: -4px;
    font-weight: bold;
}

section.contact-map{
    min-height: 400px;
    padding: 40px 20px 10px 20px;
    background-position: center bottom;
    background-image: url(img/map.gif);
}

section.contact-map .panel-default{
	border: none;
	border-radius: 0px;
	padding: 50px 0px;
	max-width: 500px;
}

section.contact-map button{
    color: #fff;
    background-color: #8E2A5F;
    border-color: #8E2A5F;
    font-weight: bold;
    border-radius: 20px;
	padding: 10px 60px;
	font-size: 16px;
    letter-spacing: 1px;
}

section.contact-map span{
	height: 4px;
	width: 40px;
	display: block;
	margin: 0 auto;
	background-color: #8e2a5f;
}
/* contact map part*/



/* footer menu section */
.footer-menu{
    text-align: center;
    padding: 100px 0px;
}
/* footer menu section */




/* footer info section */
.footer-info{
	letter-spacing: 1px;
	background-color: #4d2f41;
    color: #FFFFFF;
    padding: 100px 0px;
}

.footer-info p{
	font-family: 'Open Sans', sans-serif;
}
.footer-info a{
    color: #A47591;
	text-decoration: underline;
}
.footer-info a:hover{
    color: #8E2A5F;
}


/* footer info section */



.post-thumbnail{
    width: 100%;
    min-height: 200px;
    max-height: 400px;
    background-position: center center;
    background-size: 120% 100%;
    background-repeat: no-repeat;
}





.navbar-nav>li>.dropdown-menu a {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    color: #424559;
}

.navbar-toggle {
    border-color: #8e2a5f !important;
    margin: 50px 30px;
    padding: 10px;
}

.navbar-toggle span.icon-bar{
    background-color: #8e2a5f !important;
}



#breadcrumbs{
    list-style:none;
    margin:10px 0;
    overflow:hidden;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
}
  
#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#ccc;
}



.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #8e2a5f;
    background-color: #fff;
    border-bottom: 2px solid #8e2a5f;
}


	section.cintillo {min-height: 100px !important;padding: 10px 0;}
	section.cintillo .subtitle { line-height: 0; font-size: 16px; letter-spacing: 2px; }
	section.cintillo .row{ padding: 10px 0px; }




section.contact .contact-form p i{
    width: 20px;
    color: #8e2a5f;
}


.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #8e2a5f;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #8e2a5f;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #8e2a5f;
    border-color: #8e2a5f;
}


.single-post{
    background-color: #f7f8f8;
}

.single-post .panel-default{
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 11px 11px rgba(0,0,0,.15);
    box-shadow: 4px 11px 11px rgba(0,0,0,0.15);
}

.single-post .panel-footer{
    background-color: #fff;
    padding: 40px;
    border: none;
}


.single-post .title:after{
    content: '';
    height: 4px;
    background-color: #8e2a5f;
    width: 40px;
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    margin-top: 40px;
}

.single-post .title {
    margin-bottom: 20px;
    min-height: 50px;
    font-weight: bold;
    display: block;
}

.single-post .panel-body{
    padding: 30px;
}

.single-post .content {
    text-align: justify;
    font-size: 18px;
}

.single-post .content h1,
.single-post .content h2,
.single-post .content h3,
.single-post .content h4,
.single-post .content h5,
.single-post .content h6 {
    font-weight: bold;
    color: #8d2b60;
}

.single-post .date{
    text-align: center;
    margin-bottom: 80px;
    display: block;
}



section.footer-menu img{
    padding: 50px 0;
}
    
section.footer-menu h3{
    padding: 0px 15px;
    font-weight: bold;
    font-size: 2.5rem;
}

.footer-contact.nav{
    padding: 0 15px;
}

.footer-contact.nav li p{
    margin: 0 0 0 0 ;
}

.footer-contact.nav li p i.fa{
    color: #8e2a5f;
    width: 18px;
}

#menu-footer-menu.nav>li>a, #menu-footer-menu.nav>li>a {
    display: block;
    text-decoration: underline;
    padding: 0px 15px;
    color: #424559;
}

#menu-footer-menu.nav>li>a:focus, #menu-footer-menu.nav>li>a:hover {
    background-color: transparent;
    color: #8e2a5f;
}


#menu-footer-links.nav>li>a, #menu-footer-links.nav>li>a {
    display: block;
    text-decoration: underline;
    padding: 0px 15px;
    color: #424559;
}

#menu-footer-links.nav>li>a:focus, #menu-footer-links.nav>li>a:hover {
    background-color: transparent;
    color: #8e2a5f;
}



[data-toggle="dropdown"]{
    
}

[data-toggle="dropdown"]:after{
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: 4px;
}


.row.about-page{
    padding: 60px 0px;
}

.row.about-page p{
    font-size: 26px;
}
    
.row.about-page .about-xs-p{
    font-size: 16px;
    text-align: justify;
}

.row.about-page h4{
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #8e2a5f;
    font-size: 2rem;
}

.row.about-page h4.valor{
    color: #424559;
    margin: 10px 0px 0px 20px;
}

.row.about-page h4.valor:before{
    content: '';
    background-image: url(../custom/img/icon-check.png);
    width: 30px;
    height: 30px;
    position: absolute;
    background-size: 100%;
    margin: -6px 0px 0px -30px;
}

.row.about-page h1{
    font-size: 70px;
    margin-top: -10px !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
    color: #8e2a5f;
}



@media only screen and (min-width: 600px) {
    /* For tablets: */
  
    .mssg-container{
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 400px;
        height: 470px;
        -webkit-box-shadow: 2px 4px 18px rgba(0,0,0,0.25);
        box-shadow: 2px 4px 18px rgba(0,0,0,0.25);
        z-index: 99999999999;
        border-radius: 10px;
    }

    .mssg-container .footer{
        height: 20px;
        width: 400px;
        background-color: #fff;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    
    .single-post .panel-body {
        padding: 100px 60px;
    }
    
    .footer-menu{
        text-align: left;
        padding: 100px 0px;
    }
    
    /* video section */
    video{
        display: block;
    }

    .row.video h1{
        position: absolute;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        color: #fff;
        letter-spacing: 14px;
        font-size: 50px;
        font-weight: initial;
        top: 50%;
        height: 55px;
    }
    /* video section */

    
    
    .owl-theme .owl-nav {
        position: absolute;
        width: 100%;
        bottom: 70px;
    }


    /* navbar section */
    .logo-nav{
        max-width: 200px;
    }

    nav.navbar-default{
        height: 140px;
        background-color: #fff;
    }

    .navbar {
        margin-bottom: 0px;
        border: 0px solid transparent;
    }

    .navbar-brand {
        float: left;
        height: 50px;
        padding: 15px 15px;
        font-size: 18px;
        line-height: 20px;
    padding: 40px 30px;
        height: 140px;
    }

    div.navbar-right{
        height: 140px;
        padding: 40px;
    }

    .navbar-default .navbar-nav>li>a {
        color: #424559;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    /* navbar section */



    /* home about section */
    section.home-about{
        padding: 140px 0 100px 0;
        background-color: #fff;
        max-height: 530px;
        height: 530px;
    }

    section.home-about .img::before{
        content: '';
        height: 500px;
        width: 540px;
        background-image: url('img/products.png');
        position: absolute;
        background-position: center right;
        background-repeat: no-repeat;
        background-size: 540px 500px;
        right: 0px;
        top: -60px;
        z-index: 1;
    }

    section.home-about button,
    section.home-blog button{
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        color: #a0a2ac;
        background-color: transparent;
        border: 1px solid #a0a2ac;
        border-radius: 24px;
        padding: 10px 40px;
        font-weight: bold;
        letter-spacing: 1px;
    }
    /* home about section */



    /* cintillo section */
    section.cintillo{
        padding: 20px 0;	
    }

    section.cintillo{
        background-color: #4d2f41;
    }

    section.cintillo .icon{
        color: #fff;
        line-height: 40px;
        font-size: 40px;
    }

    section.cintillo span{
        color: #fff;
        
    }

    section.cintillo .title{
        font-size: 11px;
        color: #fff;
        line-height: 1;
        letter-spacing: 3px;
    }

    section.cintillo .subtitle{
        line-height: 0;
        font-size: 21px;
        letter-spacing: 2px;
    }
    /* cintillo section */



    /* home beneficios section */
    section.home-beneficios{
        background-color: #f7f8f8;
        padding: 140px 0px 0px 0px;
    }

    section.home-beneficios .panel{
        margin-bottom: 10px;
        background-color: #fff;
        border: 0px solid transparent;
        border-radius: 0px;
        -webkit-box-shadow: 0 11px 11px rgba(0,0,0,.15);
        box-shadow: 4px 11px 11px rgba(0,0,0,0.15);
        padding: 10px;
    }
    /* home beneficios section */




    /* home blog section */
    section.home-blog{
        background-color: #f7f8f8;
        padding: 120px 0px 60px 0px;
    }

    section.home-blog .panel{
        margin: 40px 0px;
        background-color: #fff;
        border: 0px solid transparent;
        border-radius: 0px;
        -webkit-box-shadow: 0 11px 11px rgba(0,0,0,.15);
        box-shadow: 4px 11px 11px rgba(0,0,0,0.15);
        padding: 10px;
    }
    /* home blog section */




    /* home servicios section */
    section.home-servicios{
        background-color: #eaeff2;
        padding: 140px 0px 140px 0px;
    }

    section.home-servicios .panel-default>.panel-heading,
    section.home-servicios .panel-default>.panel-footer{
        color: #333;
        background-color: #fff;
        border: none;
    }

    section.home-servicios .panel{
        margin-bottom: 20px;
        background-color: #fff;
        border: 0px solid transparent;
        border-radius: 0px;
        -webkit-box-shadow: 0 11px 11px rgba(0,0,0,0.15);
        box-shadow: 4px 11px 11px rgba(0,0,0,0.15);
        padding: 50px;
    }

    section.home-servicios button{
        background-color: #fff;
        border: 1px solid #8e2a60;
        border-radius: 25px;
        padding: 10px 20px;
        color: #8e2a60;
        font-weight: bold;
        font-size: 14px;
        letter-spacing: 1px;
    }
    section.home-servicios button:hover{
        background-color: #8e2a60;
        color: #fff;
    }
    /* home servicios section */



    section h1{
        font-size: 70px;
        margin-top: -10px !important;
        margin-bottom: 0px !important;
        padding: 0px !important;
    }

    section h4{
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    section.home-about p{
        font-size: 26px;
    }

    section.home-about h1,
    section.home-about h4,
    section.home-beneficios h1,
    section.home-beneficios h4,
    section.home-servicios h1,
    section.home-servicios h4,
    section.home-blog h1,
    section.home-blog h4{
        color: #8e2a5f;
    }


    #main-carousel .owl-dots {
        margin-top: -40px;
        position: relative;
    }

    #main-carousel .owl-stage{
        height: auto;
    }

    #main-carousel .owl-dot.active span, #main-carousel .owl-dot:hover span {
        background: #f77a76;
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #f77a76;
    }

    .owl-dots{ display: none !important; }

    .owl-prev {
        right: 180px;
        position: absolute;
    }

    .owl-next{
        right: -60px;
        position: relative;
    }

    .owl-theme .owl-nav [class*=owl-] {
        color: #8E2A5F;
        font-size: 14px;
        margin: 5px;
        padding: 6px 40px;
        background: #fff;
        display: inline-block;
        cursor: pointer;
        border-radius: 15px;
        border: 1px solid #8E2A5F;
    }

    .owl-theme .owl-nav {
        
    }

    .owl-theme .owl-nav [class*=owl-]:hover {
        background: #8E2A5F;
        color: #FFF;
        text-decoration: none;
    }

    #main-carousel .panel-default{
        padding: 0px;
    }

    #main-carousel h1, #main-carousel h4{
        margin: 10px 0 !important;
        color: #babbc0;
    }

    #main-carousel h1 {
        margin: 20px 0 0 0 !important;
        height: 70px;
    }

    #main-carousel h4 {
        margin: 0 6px !important;
    }

    #main-carousel h2 {
        height: 30px;
        margin: 10px 20px 10px 0px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #main-carousel span.content {
        height: 120px;
        padding: 0px;
        display: block;
    }

    #main-carousel span.content p {
        font-size: 16px;
        color: #9fa0a3;
        letter-spacing: 1px;
    }

    #main-carousel h2{ color: #63656d; }
    #main-carousel a.title{ text-decoration: none; }


    /* blog home page */
    .blog-home{
        background-color: #f7f8f8;
        padding: 100px 0px;
    }

    .blog-home .panel-default{
        border: none;
        -webkit-box-shadow: 0 11px 11px rgba(0,0,0,0.15);
        box-shadow: 0 11px 11px rgba(0,0,0,0.15);
    }


    .blog-home .panel-default span.lead{
        font-size: 16px;
        color: #777;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .blog-home .panel-default p.date{
        font-size: 12px;
        color: #777;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        letter-spacing: 1px;
    }

    .blog-home .panel-default span.content, .blog-home .panel-default span.content p{
        display: block;
        height: 70px;
        margin-bottom: 10px;
    }

    .blog-home button.btn-default, #main-carousel .button-read button {
        color: #8E2A5F;
        background-color: transparent;
        border-color: #8E2A5F;
        font-weight: bold;
        border-radius: 20px;
        padding: 2px 12px;
        border: 2px solid;
    }

    .blog-home .title{
        color: #424559;
        text-decoration: none;
    }

    .blog-home .title:hover{
        color: #8E2A5F;
        text-decoration: none;
    }

    .blog-home button.btn-default:hover {
        color: #fff;
        background-color: #8E2A5F;
        border-color: #8E2A5F;
        font-weight: bold;
    }

    .container-fluid .blog-home h1, .container-fluid .blog-home h4{
        color: #8e2a5f;
    }


    .container-fluid .blog-home h1{
        font-size: 70px;
        margin-top: -10px !important;
        margin-bottom: 0px !important;
        padding: 0px !important;
    }

    .container-fluid .blog-home h4{
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 0px;
    }
    /* blog home page */



    /* suscribe part*/
    section.suscribe{
        padding: 80px 0px;
        background-color: #f7f8f8;
    }

    section.suscribe h1{
        color: #8e2a5f;
        font-size: 50px;
        padding: 0px;
        margin: 0px;
        margin-left: 0px;
    }

    section.suscribe .panel-default{
        -webkit-box-shadow: 0 11px 11px rgba(0,0,0,.15);
        box-shadow: 4px 11px 11px rgba(0,0,0,0.15);
        border: none;
    }

    section.suscribe input{
        color: #424559;
        background-color: #e2e2e2;
        height: 40px;
        border: none;
    }

    section.suscribe p{
        font-size: 18px !important;
    }

    section.suscribe button{
        color: #fff;
        background-color: #8e2a5f;
        height: 40px;
        padding: 0px 30px;
    }

    section.suscribe .suscribe-form{
        padding: 70px 50px;
        background-image: url('img/newsletter.png');
        background-position: center bottom;
    }
    /* suscribe part*/



    /* contact part*/
    section.contact{
        padding: 80px 0px;
        background-color: #f7f8f8;
    }

    section.contact h1{
        color: #8e2a5f;
        font-size: 50px;
        padding: 0px;
        margin: 0px;
        margin-left: 0px;
    }

    section.contact .panel-default{
        -webkit-box-shadow: 0 11px 11px rgba(0,0,0,.15);
        box-shadow: 4px 11px 11px rgba(0,0,0,0.15);
        border: none;
    }

    section.contact p{
        font-size: 18px !important;
    }

    section.contact button{
        color: #fff;
        background-color: #8e2a5f;
        height: 40px;
        padding: 0px 30px;
    }

    section.contact .contact-form{
        padding: 70px 50px;
    }

    #contact_frm input.form-control {
        display: block;
        width: 100%;
        height: 40px;
        padding: 2px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        border: 2px solid #424559;
        border-radius: 10px;
        -webkit-box-shadow: 0px 10px 0px rgba(0,0,0,0.15);
        box-shadow: 0px 10px 0px rgba(0,0,0,0.15);
    }

    #contact_frm textarea{
        display: block;
        width: 100%;
        padding: 2px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        border: 2px solid #424559;
        border-radius: 10px;
        -webkit-box-shadow: 0px 10px 0px rgba(0,0,0,0.15);
        box-shadow: 0px 10px 0px rgba(0,0,0,0.15);
    }

    /* contact part*/




    /* contact map part*/
    section.contact-map h1{
        color: #424559;
        font-size: 28px;
        margin-top: 20px !important;
        margin-bottom: 10px !important;
        padding: 0px !important;
        font-weight: bold;
    }
    section.contact-map p{
        font-size: 16px;
        margin: -4px;
        font-weight: bold;
    }

    section.contact-map{
        min-height: 600px;
        padding: 100px 150px;
        background-position: center bottom;
        background-image: url('img/map.gif');
    }

    section.contact-map .panel-default{
        border: none;
        border-radius: 0px;
        padding: 80px 0px;
        max-width: 500px;
    }

    section.contact-map button{
        color: #fff;
        background-color: #8E2A5F;
        border-color: #8E2A5F;
        font-weight: bold;
        border-radius: 20px;
        padding: 10px 60px;
        font-size: 16px;
        letter-spacing: 1px;
    }

    section.contact-map span{
        height: 4px;
        width: 40px;
        display: block;
        margin: 0 auto;
        background-color: #8e2a5f;
    }
    /* contact map part*/



    /* footer menu section */
    .footer-menu{
        padding: 100px 0px;
    }
    /* footer menu section */




    /* footer info section */
    .footer-info{
        letter-spacing: 1px;
        background-color: #4d2f41;
        color: #FFFFFF;
        padding: 100px 0px;
    }

    .footer-info p{
        font-family: 'Open Sans', sans-serif;
    }
    .footer-info a{
        color: #A47591;
        text-decoration: underline;
    }
    .footer-info a:hover{
        color: #8E2A5F;
    }


    /* footer info section */



    .post-thumbnail{
        width: 100%;
        min-height: 200px;
        max-height: 400px;
        background-position: center center;
        background-size: 120% 100%;
        background-repeat: no-repeat;
    }




    .navbar-nav>li>.dropdown-menu a {
        display: inline-block;
        padding: 10px 20px;
        text-decoration: none;
        color: #424559;
    }




    #breadcrumbs{
        list-style:none;
        margin:10px 0;
        overflow:hidden;
    }

    #breadcrumbs li{
        display:inline-block;
        vertical-align:middle;
        margin-right:15px;
    }

    #breadcrumbs .separator{
        font-size:18px;
        font-weight:100;
        color:#ccc;
    }



    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
        color: #8e2a5f;
        background-color: #fff;
        border-bottom: 2px solid #8e2a5f;
    }

}



@media only screen and (min-width: 768px) {
    /* For desktop: */

    .container{
        /*width: 970px;*/
    }
    
    .single-post .panel-body {
        padding: 100px 160px;
    }
    
    /* video section */
    video{
        display: block;
    }

    .row.video h1{
        position: absolute;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        color: #fff;
        letter-spacing: 14px;
        font-size: 50px;
        font-weight: initial;
        top: 60%;
        height: 55px;
    }
    /* video section */



    /* navbar section */
    .logo-nav{
        max-width: 200px;
    }

    nav.navbar-default{
        height: 140px;
        background-color: #fff;
    }

    .navbar {
        margin-bottom: 0px;
        border: 0px solid transparent;
    }

    .navbar-brand {
        float: left;
        height: 50px;
        padding: 15px 15px;
        font-size: 18px;
        line-height: 20px;
    padding: 40px 30px;
        height: 140px;
    }

    div.navbar-right{
        height: 140px;
        padding: 40px;
    }

    .navbar-right {
        float: right;
        width:inherit !important;
    }
    
    .navbar-default .navbar-nav>li>a {
        color: #424559;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    /* navbar section */



    /* home about section */
    section.home-about{
        padding: 140px 0 100px 0;
        background-color: #fff;
        max-height: 530px;
        height: 530px;
    }

    section.home-about .img::before{
        content: '';
        height: 500px;
        width: 540px;
        background-image: url('img/products.png');
        position: absolute;
        background-position: center right;
        background-repeat: no-repeat;
        background-size: 540px 500px;
        right: -20px;
        top: -60px;
        z-index: 1;
    }

    section.home-about button,
    section.home-blog button,
    section.home-beneficios button{
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        color: #a0a2ac;
        background-color: transparent;
        border: 1px solid #a0a2ac;
        border-radius: 24px;
        padding: 10px 40px;
        font-weight: bold;
        letter-spacing: 1px;
    }
    /* home about section */



    /* cintillo section */
    section.cintillo{
        padding: 20px 0;
        margin-top: -1px;
    }

    section.cintillo{
        background-color: #4d2f41;
    }

    section.cintillo .icon{
        color: #fff;
        line-height: 40px;
        font-size: 40px;
    }

    section.cintillo span{
        color: #fff;
        
    }

    section.cintillo .title{
        font-size: 10px;
        color: #fff;
        line-height: 1;
        letter-spacing: 3px;
    }

    section.cintillo .subtitle{
        line-height: 0;
        font-size: 17px;
        letter-spacing: 1px;
    }
    /* cintillo section */



    /* home beneficios section */
    section.home-beneficios{
        background-color: #f7f8f8;
        padding: 140px 0px 0px 0px;
    }

    section.home-beneficios .panel{
        margin-bottom: 10px;
        background-color: #fff;
        border: 0px solid transparent;
        border-radius: 0px;
        -webkit-box-shadow: 0 11px 11px rgba(0,0,0,.15);
        box-shadow: 4px 11px 11px rgba(0,0,0,0.15);
        padding: 10px;
    }
    /* home beneficios section */




    /* home blog section */
    section.home-blog{
        background-color: #f7f8f8;
        padding: 120px 0px 60px 0px;
    }

    section.home-blog .panel{
        margin: 40px 0px;
        background-color: #fff;
        border: 0px solid transparent;
        border-radius: 0px;
        -webkit-box-shadow: 0 11px 11px rgba(0,0,0,.15);
        box-shadow: 4px 11px 11px rgba(0,0,0,0.15);
        padding: 10px;
    }
    /* home blog section */




    /* home servicios section */
    section.home-servicios{
        background-color: #eaeff2;
        padding: 140px 0px 140px 0px;
    }

    section.home-servicios .panel-default>.panel-heading,
    section.home-servicios .panel-default>.panel-footer{
        color: #333;
        background-color: #fff;
        border: none;
        padding: 40px 0 0 0;
    }

    section.home-servicios .panel{
        margin-bottom: 20px;
        background-color: #fff;
        border: 0px solid transparent;
        border-radius: 0px;
        -webkit-box-shadow: 0 11px 11px rgba(0,0,0,0.15);
        box-shadow: 4px 11px 11px rgba(0,0,0,0.15);
        padding: 20px 30px;
    }

    section.home-servicios button{
        background-color: #fff;
        border: 1px solid #8e2a60;
        border-radius: 25px;
        padding: 10px 20px;
        color: #8e2a60;
        font-weight: bold;
        font-size: 14px;
        letter-spacing: 1px;
    }
    section.home-servicios button:hover{
        background-color: #8e2a60;
        color: #fff;
    }
    /* home servicios section */



    section h1{
        font-size: 70px;
        margin-top: -10px !important;
        margin-bottom: 0px !important;
        padding: 0px !important;
    }

    section h4{
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    section.home-about p{
        font-size: 26px;
    }

    section.home-about h1,
    section.home-about h4,
    section.home-beneficios h1,
    section.home-beneficios h4,
    section.home-servicios h1,
    section.home-servicios h4,
    section.home-blog h1,
    section.home-blog h4{
        color: #8e2a5f;
    }
    
    section.home-beneficios h4{
        display: inline-block;
    }


    #main-carousel .owl-dots {
        margin-top: -40px;
        position: relative;
    }

    #main-carousel .owl-stage{
        height: auto;
    }

    #main-carousel .owl-dot.active span, #main-carousel .owl-dot:hover span {
        background: #f77a76;
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #f77a76;
    }

    .owl-dots{ display: none !important; }

    .owl-prev{
        right: 180px;
        position: absolute;
    }

    .owl-next{
        right: 30px;
        position: absolute;
    }

    .owl-theme .owl-nav [class*=owl-] {
        color: #8E2A5F;
        font-size: 14px;
        margin: 5px;
        padding: 6px 40px;
        background: transparent;
        display: inline-block;
        cursor: pointer;
        border-radius: 15px;
        border: 1px solid #8E2A5F;
    }

    .owl-theme .owl-nav {
        position: absolute;
        width: 100%;
        bottom: 100px;
    }

    .owl-theme .owl-nav [class*=owl-]:hover {
        background: #8E2A5F;
        color: #FFF;
        text-decoration: none;
    }

    #main-carousel .panel-default{
        padding: 0px 30px 0px 0px;
    }

    #main-carousel h1, #main-carousel h4{
        margin: 10px 0 !important;
        color: #babbc0;
    }

    #main-carousel h1 {
        margin: 20px 0 0 0 !important;
        height: 65px;
    }

    #main-carousel h4 {
        margin: 0 6px !important;
    }

    #main-carousel h2 {
        height: 40px;
        margin: 10px 0px 10px 0px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #main-carousel span.content {
        height: 100px;
        display: block;
    }

    #main-carousel span.content p {
        font-size: 14px;
        color: #9fa0a3;
        letter-spacing: 0px;
        text-align: justify;
    }

    #main-carousel h2{ color: #63656d; }
    #main-carousel a.title{ text-decoration: none; }


    /* blog home page */
    .blog-home{
        background-color: #f7f8f8;
        padding: 100px 0px;
    }

    .blog-home .panel-default{
        border: none;
        -webkit-box-shadow: 0 11px 11px rgba(0,0,0,0.15);
        box-shadow: 0 11px 11px rgba(0,0,0,0.15);
    }


    .blog-home .panel-default span.lead{
        font-size: 16px;
        color: #777;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .blog-home .panel-default p.date{
        font-size: 12px;
        color: #777;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        letter-spacing: 1px;
    }

    .blog-home .panel-default span.content, .blog-home .panel-default span.content p{
        display: block;
        height: 100px;
        margin-bottom: 10px;
    }

    .blog-home button.btn-default, #main-carousel .button-read button {
        color: #8E2A5F;
        background-color: transparent;
        border-color: #8E2A5F;
        font-weight: bold;
        border-radius: 20px;
        padding: 2px 12px;
        border: 2px solid;
        font-size: 1.5rem;
    }

    .blog-home .title{
        color: #424559;
        text-decoration: none;
    }

    .blog-home .title:hover{
        color: #8E2A5F;
        text-decoration: none;
    }

    .blog-home button.btn-default:hover {
        color: #fff;
        background-color: #8E2A5F;
        border-color: #8E2A5F;
        font-weight: bold;
    }

    .container-fluid .blog-home h1, .container-fluid .blog-home h4{
        color: #8e2a5f;
    }


    .container-fluid .blog-home h1{
        font-size: 70px;
        margin-top: -10px !important;
        margin-bottom: 0px !important;
        padding: 0px !important;
    }

    .container-fluid .blog-home h4{
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 0px;
        font-size: 2rem;
    }
    /* blog home page */



    /* suscribe part*/
    section.suscribe{
        padding: 80px 0px;
        background-color: #f7f8f8;
    }

    section.suscribe h1{
        color: #8e2a5f;
        font-size: 50px;
        padding: 0px;
        margin: 0px;
        margin-left: 0px;
    }

    section.suscribe .panel-default{
        -webkit-box-shadow: 0 11px 11px rgba(0,0,0,.15);
        box-shadow: 4px 11px 11px rgba(0,0,0,0.15);
        border: none;
    }

    section.suscribe input{
        color: #424559;
        background-color: #e2e2e2;
        height: 40px;
        border: none;
        font-size: 1.5rem;
    }

    section.suscribe p{
        font-size: 18px !important;
    }

    section.suscribe button{
        color: #fff;
        background-color: #8e2a5f;
        height: 40px;
        padding: 0px 30px;
    }

    section.suscribe .suscribe-form{
        padding: 40px 50px;
        background-image: url('img/newsletter.png');
        background-position: center bottom;
    }
    /* suscribe part*/



    /* contact part*/
    section.contact{
        padding: 80px 0px;
        background-color: #f7f8f8;
    }

    section.contact h1{
        color: #8e2a5f;
        font-size: 50px;
        padding: 0px;
        margin: 0px;
        margin-left: 0px;
    }

    section.contact .panel-default{
        -webkit-box-shadow: 0 11px 11px rgba(0,0,0,.15);
        box-shadow: 4px 11px 11px rgba(0,0,0,0.15);
        border: none;
    }

    section.contact p{
        font-size: 15px !important;
    }

    section.contact button{
        color: #fff;
        background-color: #8e2a5f;
        height: 40px;
        padding: 0px 30px;
    }

    section.contact .contact-form{
        padding: 70px 50px;
    }

    section.contact .contact-form h3{
        font-weight: bold;
    }
    
    #contact_frm input.form-control {
        display: block;
        width: 100%;
        height: 40px;
        padding: 2px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        border: 2px solid #424559;
        border-radius: 10px;
        -webkit-box-shadow: 0px 10px 0px rgba(0,0,0,0.15);
        box-shadow: 0px 10px 0px rgba(0,0,0,0.15);
    }

    #contact_frm textarea{
        display: block;
        width: 100%;
        padding: 2px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        border: 2px solid #424559;
        border-radius: 10px;
        -webkit-box-shadow: 0px 10px 0px rgba(0,0,0,0.15);
        box-shadow: 0px 10px 0px rgba(0,0,0,0.15);
    }

    /* contact part*/




    /* contact map part*/
    section.contact-map h1{
        color: #424559;
        font-size: 28px;
        margin-top: 20px !important;
        margin-bottom: 10px !important;
        padding: 0px !important;
        font-weight: bold;
    }
    section.contact-map p{
        font-size: 16px;
        margin: -4px;
        font-weight: bold;
    }

    section.contact-map{
        min-height: 600px;
        padding: 100px 150px;
        background-position: center bottom;
        background-image: url('img/map.gif');
    }

    section.contact-map .panel-default{
        border: none;
        border-radius: 0px;
        padding: 80px 0px;
        max-width: 500px;
    }

    section.contact-map button{
        color: #fff;
        background-color: #8E2A5F;
        border-color: #8E2A5F;
        font-weight: bold;
        border-radius: 20px;
        padding: 10px 60px;
        font-size: 16px;
        letter-spacing: 1px;
    }

    section.contact-map span{
        height: 4px;
        width: 40px;
        display: block;
        margin: 0 auto;
        background-color: #8e2a5f;
    }
    /* contact map part*/



    /* footer menu section */
    .footer-menu{
        padding: 100px 0px;
    }
    /* footer menu section */




    /* footer info section */
    .footer-info{
        letter-spacing: 1px;
        background-color: #4d2f41;
        color: #FFFFFF;
        padding: 100px 0px;
    }

    .footer-info p{
        font-family: 'Open Sans', sans-serif;
    }
    .footer-info a{
        color: #A47591;
        text-decoration: underline;
    }
    .footer-info a:hover{
        color: #8E2A5F;
    }


    /* footer info section */



    .post-thumbnail {
        width: 100%;
        min-height: 220px;
        max-height: 400px;
        background-position: center center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }




    .navbar-nav>li>.dropdown-menu a {
        display: inline-block;
        padding: 10px 20px;
        text-decoration: none;
        color: #424559;
    }
    
    .navbar-nav>li>.dropdown-menu a:hover {
        color: #8e2a5f;
    }



    #breadcrumbs{
        list-style:none;
        margin:10px 0;
        overflow:hidden;
    }

    #breadcrumbs li{
        display:inline-block;
        vertical-align:middle;
        margin-right:15px;
    }

    #breadcrumbs .separator{
        font-size:18px;
        font-weight:100;
        color:#ccc;
    }



    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
        color: #8e2a5f;
        background-color: #fff;
        border-bottom: 2px solid #8e2a5f;
    }
}










