@font-face {
    font-family: 'fira-sans-extralight';
    src: url('../fonts/Fira_Sans/FiraSans-ExtraLight.ttf') format('truetype');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'fira-sans-light';
    src: url('../fonts/Fira_Sans/FiraSans-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'fira-sans';
    src: url('../fonts/Fira_Sans/FiraSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fira-sans-bold';
    src: url('../fonts/Fira_Sans/FiraSans-Bold.ttf') format('truetype');
    font-weight: bolder;
    font-style: normal;
}

#map {
    height: 500px;
}

body {
    background-color: whitesmoke;
}

.navbar {
    background-color: rgb(26, 33, 40);
    border-bottom: 3px solid goldenrod;
    font-family: 'fira-sans-light';
}

.nav-link {
    color: white !important;
}

.nav-link:hover {
    color: goldenrod !important;
}

.issue {
    transition: 0.5s ease-out all;
}

.logo {
    height: 70px;
}

.footer {
    background-color: rgb(26, 33, 40);
    font-family: 'fira-sans-light';
}

.mimage {
    position: relative;
    text-align: center;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url(../recursos/imagenes/insulation.jpeg);
    width: 100%;
    height: 768px;
    background-size: cover;
    /* background-attachment: fixed; */
    padding: 0;
    margin: 0;
    z-index: -1;
}

.image-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #c99a4f;
    text-align: center;
    font-family: 'fira-sans-extralight';
}

.img-info {
    position: absolute;
    font-size: 1.7rem;
    color: white;
    top: 130%;
}

h1 {
    text-transform: uppercase;
    margin: 0;
    font-size: 3rem;
    white-space: nowrap;
}

.work-detail-title h2 {
    color: goldenrod;
    font-family: "fira-sans-light";
}

.page-section {
    font-size: 2em;
    font-family: "fira-sans-light";
    border-right: 3px solid goldenrod;
    padding-right: 1em;
    margin-right: 0;
}

p {
    margin: 0;
    font-size: 1.3rem;
}

.main-info {
    font-size: 1em;
    color: gray;
}

.mian-container {
    padding: 3em;
    background-color: white;
    font-family: "fira-sans-light";
}

.about-sec {
    margin-bottom: 3em;
}

.about-us h2 {
    font-family: "fira-sans";
}

.about-us h3 {
    color: goldenrod;
}

.about-us h4 {
    font-family: "fira-sans-extralight";
}

.mvo {
    margin-bottom: 3em;
}

.sec {
    margin-bottom: 50px;
}

/* .info-contact {
    background-color: rgb(26, 33, 40);
} */

.work-imag-footer {
    background-color: rgb(26, 33, 40);
    color: seashell;
    border-radius: 0 0 5px 5px;
    padding: 1em;
    margin-bottom: 3em;
    border-bottom: 1px solid goldenrod;
}

.work-imag-footer p {
    font-family: "fira-sans-extralight";
    color: seashell;
}

.roof {
    background-color: rgb(26, 33, 40);
    border-radius: 0 0 5px 5px;
}

.windows-replacement {
    background-color: rgb(26, 33, 40);
    border-radius: 0 0 5px 5px;
}

p.title {
    font-size: 3em;
}


.floating_btn {
    position: fixed;
    bottom: 33px;
    right: 7px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}
