@import url(https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
body {
    font-family: Raleway, sans-serif
}

h1 {
    font-size: 36px;
    color: #404040;
    font-weight: 600;
    text-transform: uppercase
}

p {
    font-size: 16px;
    color: #777;
    line-height: 1.66em
}

a:hover {
    color: #ff6400
}

img {
    max-width: 100%;
    height: auto
}

.fas {
    margin-right: 10px
}
.mt-20{
    margin-top: 20px;
}
.pad-20 {
    padding: 20px
}

.pad-30 {
    padding: 50px
}

.mb-30 {
    margin-bottom: 30px
}

.header-logo {
    margin: 21px auto
}

.bk-gray {
    background-color: #ededed
}

.bk-orange {
    background-color: #ff6400
}

.bk-gray-title {
    padding: 35px 0 30px
}

.text-orange {
    color: #ff6400
}

#img-bk {
    height: 60vh;
    background-image: url(../img/persiana.jpg);
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
    margin: 70px 0
}

.overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4f4f4f;
    opacity: .6
}

footer {
    margin-top: 50px
}

#top-footer {
    background-color: #444;
    padding: 20px 0
}

#top-footer h4 {
    color: #fff;
    margin-bottom: 20px
}

#top-footer a,
#top-footer p {
    color: #e2e2e2;
    font-size: 14px;
    margin-bottom: 5px
}

#top-footer a {
    text-decoration: none
}

#copy-right {
    background-color: #084b8a;
    padding: 20px;
    letter-spacing: 1px
}

#copy-right a,
#copy-right p {
    font-size: 11px;
    margin-bottom: 0;
    color: #b7b7b7
}

#copy-right a {
    text-decoration: none
}

#copy-right a:hover,
#top-footer a:hover {
    color: #ff6400
}

#copy-right span {
    color: #fff
}
#pie_contenedor_tel_logo {
    width: 16px;
    height: 37px;
    background-image: url(../img/tel.png);
    margin-right: 20px;
    float: left;
    margin-bottom: 10px;
    margin-left: 7px;
}
#pie_contenedor_correo_logo {
    width: 30px;
    height: 22px;
    background-image: url(../img/correo.png);
    float: left;
    margin-right: 15px;
}
.contact-icon{
    display: inline-block;
    width: 100%;
}
.footer-button{
    white-space: nowrap;
    font-size: 23px !important;
    line-height: 17px;
    font-weight: 500;
    color: #ff5f00 !important;
    background-color: rgba(255, 95, 0, 0);
    border-color: #ff5f00;
    border-style: solid;
    border-width: 1px;
    outline: 0;
    box-shadow: rgb(153 153 153) 0 0 0 0;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none !important;
    padding: 7px 30px; 
    margin-top: 60px;
    display: inline-block;
}
.footer-button:hover{
    color: #FFF !important;
    background-color: #ff5f00;
}
.borders{
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    min-height: 166px;
}
p.copy-litle {
    font-size: 10px !important
}

.dot-spacer {
    border-top-width: 2px;
    border-color: #fff;
    border-top-style: dotted;
    margin: 15px 0 17px
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
    transform: translateX(0);
    transform: translate3d(0, 0, 0)
}

.carousel-caption h2 {
    z-index: 5;
    font-size: 45px;
    line-height: 50px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px
}

.slider-button {
    z-index: 6;
    white-space: nowrap;
    font-size: 23px;
    line-height: 17px;
    font-weight: 500;
    color: #ff5f00;
    background-color: rgba(255, 95, 0, 0);
    border-color: #ff5f00;
    border-style: solid;
    border-width: 1px;
    outline: 0;
    box-shadow: rgb(153 153 153) 0 0 0 0;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
    padding: 5px 20px
}
.carousel-item{
    height: calc(100vh - 90px);
    max-height: 610px;
}
.slide-1{
    background-image: url(../img/slide-1.jpg);
    background-position: right center;
    background-size: cover;
}
.slide-2{
    background-image: url(../img/slide-2.jpg);
    background-position: center;
    background-size: cover;
}
.slide-3{
    background-image: url(../img/slide-3.jpg);
    background-position: center;
    background-size: cover;
}
.slider-button:hover {
    color: #fff;
    background-color: #ff5f00
}

.carousel-caption {
    bottom: 40%
}
@media only screen and (min-width:601px) and (max-width:723px) {
    .carousel-item{
        height: calc(100vh - 83px);
    }
    .carousel-caption {
        bottom: 20%;
    }
}
@media only screen and (max-width:600px) {
    .carousel-caption {
        bottom: 8%
    }
    .carousel-caption h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px
    }
    .carousel-item{
        height: 40vh;
    }
    .slider-button {
        font-size: 16px
    }
    .borders{
        border: 0px;
        min-height: auto;
    }
    .footer-button{
        margin-top: 0px;
        width: 100%;
    }
}