body, html {
    height: 100%;
    margin: 0;
    font: 400 100%/1.8 "Roboto", sans-serif;
    color: #000;
}

body{
    width: 100%;
    margin-top: 16px;
    /* overflow-x: hidden; */
}

.container-fluid {
    padding-left: 0rem;
    padding-right: 0rem;
    overflow: hidden;
}

h2{
    text-align:center;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 10px;
}

h3{
    text-align:center;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 5px;
}

h4{
    color: #fecc1a;
    font-family: 'Roboto', sans-serif;
}

form{
    font-size: 15px;
}

nav{
    font-size: 15px;
    background-color: #262625 !important ;
    border-bottom: 12px solid #fecc1a !important;
    width: 100% !important;
}

hr{
    text-align: center;
    width: 90px;
    border: 5px solid #fecc1a;
}

a {
    color: #f7b819
}

a:hover {
    color: #fecc1a;
    text-decoration: none;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color:rgba(254,204,26,1) !important;
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color:rgba(254,204,26,.75) !important;
}

.input-custom{
    border-style: none none solid;
    border-bottom-color: #373B4D;
    border-radius: 0px;
}

textarea.input-custom{
    border-style: solid;
    border-color: #373B4D;
    border-radius: 0px;
}

.button-custom{
    background-color: #fecc1a;
    color: #FFFFFF;
    width: 180px;
}

.button-custom:hover{
    background-color: #FFFFFF;
    color: #fecc1a;
    border-color: #fecc1a;
    width: 180px;
}

.item-center {
    display: block;
    text-align: center;
}

.map-centered {
    display: flex;
    justify-content: center;
}

.gray-div{
    background-color:#eee;
}

.pad-div {
    padding:50px 80px;
}

.parallax-1, .parallax-2{
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-1 {
    background-image: url("../img/fondo-principal.jpg");
    min-height: 100%;
}

.parallax-2 {
    background-image: url("../img/construccion1.jpeg");
    min-height: 500px;
}

.caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
}

.caption span.border {
    color: #fff;
    padding: 18px;
    font-size: 300%;
    letter-spacing: 10px;
    border: none !important;
    font-weight: bolder;
    font-family: 'Roboto', sans-serif;
}

.swal2-styled.swal2-confirm{
    background-color: #fecc1a !important;
    color: #fff;
}

.logo{
    max-width: 100%;
    height: auto;
}

.redes-sociales{
    text-align: right;
}

.redes-sociales a{
    background-color: #fff;
    width: 2rem;
    height: 2rem;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.redes-sociales a:hover{
    background-color: #f7b819;
}

.redes-sociales a i{
    color: #000;
}

.redes-sociales a i:hover{
    color: #fff;
}

#map{
    height: 300px;
    width: 300px;
}

.footer-img {
    max-width: 100%;
    background-color: #f7b819;
    color: #fff;
    font-weight: bold;
    font-variant: small-caps;
    height: 2rem;
    padding-top: .2rem;
}

@media only screen and (max-device-width: 1024px) {
    .parallax-1, .parallax-2 {
        background-attachment: scroll;
    }
    .div-main {
        padding: 0px;
    }
    .caption span.border {
        font-size: 120%;
    }
    .logo{
        max-width: 150%;
        height: auto;
    }
    .caption span.border {
        font-size: 2rem;
        letter-spacing: 3px;
    }
}

@media only screen and (max-device-width: 576px) {
    .logo{
        max-width: 1000%;
        height: auto;
    }
    h2{
        letter-spacing: 2px;
    }
    #map{
        height: 10rem;
        width: 100%;
    }
    .parallax-1{
        min-height: 50%;
    }
    .parallax-2{
        min-height: 250px;
    }
    .lista-servicios{
        text-align:left;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: -10px;
    }
    .divider{
        display: none;
    }
}

@media only screen and (max-device-width: 767px) {
    .divider{
        display: none;
    }
}

@media only screen and (max-width: 767px) and (min-device-width: 768px) {
    .logo{
        max-width: 300%;
        height: auto;
    }
    .divider{
        display: none;
    }
    .block-centered {
        margin-left: 25%;
        width: 50%;
    }
    .img-promo{
        max-width: 50%;
        height: auto;
    }
    .footer-img {
        margin-left: 25%;
        max-width: 50%;
    }
}

@media only screen and (max-device-width: 767px) {
    .divider{
        display: none;
    }
}

@media only screen and (min-device-width: 576px) and (max-device-width: 767px) {
    .block-centered {
        margin-left: 25%;
        width: 50%;
    }
    .img-promo{
        max-width: 50%;
        height: auto;
    }
    .footer-img {
        margin-left: 25%;
        max-width: 50%;
    }
}