h1, h2, h3, h4, h5, h6, p, a, ul, li, span {
    font-family: 'Montserrat';
}

.title-slider {
    font-size: 30px;
    font-weight: 500;
}

.title-section {
    font-size: 25px;
    color: #333333;
}

.description-section {
    color: #666666;
}

.divider-section {
    border: 1px solid;
    border-color: #004577;
    width: 50px;
    margin: 0 auto;
}

.divider-section-left {
    border: 1px solid;
    border-color: #004577;
    width: 50px;
}

.subtitle-slider {
    font-size: 30px;
    font-weight: 400;
}

.subtitle-contact {
    color: #ffe211!important;
    font-weight: 600;
}

.text-yellow {
    color: #ffe211!important;
}

.subtitle {
    color: #004577!important;
    font-size: 30px;
}

.btn-lg.btn-primary>h2 {
    font-size: 30px;
}

.btn-lg.btn-whatsapp>h2 {
    font-size: 21px;
}

.btn-whatsapp {
    background-color: #55b209!important;
    color: white!important;
}

.btn-whatsapp:hover {
    background-color: #6ce778!important;
}

.btn-primary {
    background-color: #072d43!important;
}

.btn-primary:hover {
    background-color: #3E6E91!important;
}

.bg-primary {
    background-color: #072d43!important;
}

.bg-secondary {
    background-color: #3E6E91!important;
}

.text-primary {
    color: #072d43!important;
}

.text-whatsapp {
    color: #55b209!important;
}

.text-secondary {
    color: #3E6E91!important;
}

.bg-red {
    background-color: #F12236!important;
}

.text-red {
    color: #F12236!important;
}

.min-vh-70 {
    min-height: 70vh!important;
}

.bg-header {
    background-image: url("/public/img/bg-servicios-fontanería-barna.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
  	margin-top: 48px!important;
}

.bg-call-to-action {
    background-image: url("/public/img/juan-fontanero-reforma-baños.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.description-service-height {
    height: 200px;
}

.header-contact {
    height: 250px;
    background-image: url("/public/img/reformas-baños-fontaneros-barna.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.fa-ul>li {
    font-size: 11px;
    margin-top: 10px;
}

.bg-blue-light {
    background-color: #004577;
}

.icon-contact {
    float: left;
    width: 50px;
    height: 50px;
    margin: 1em;
}

.alert-box {
    border: 2px dotted #004577;
}

.h24 {
    font-size: 50px;
    font-weight: 700;
    color: #004577!important;
}

/* sidebar */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #072d43!important; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

@media (min-width: 768px) {
    .paragraph-left {
        width: 450px;
    }
}