@font-face {

    font-family: Inter Regular;

    src: url('../assets/fonts/Inter/Inter-Regular.ttf');

}



@font-face {

    font-family: Lexend Regular;

    src: url('../assets/fonts/Lexend/Lexend-Regular.ttf');

}


body {

    background-color: rgb(17 24 39);

    height: 100%;

    margin: 0;

}



h1 {

    font-size: 40px;

}



.padd {

    padding-top: 6rem;

    padding-bottom: 6rem;

}



h1, h2, h3, li {

    font-family: 'Lexend Regular';

}



p, h5, h6, a {

    font-family: "Inter Regular";

    font-weight: 400;

}





#myCarousel {

    && .carousel-caption {

        background-color: rgba(255, 255, 255, .80);

        width: 30%;

        border-radius: 10px;

        font-style: italic;

        color: black;

        padding: 30px 45px 40px 45px;

    }

}



#btn-back {

    border-radius: 28px;

    padding: 0px 15px;

    margin-bottom: 7px;

    background: linear-gradient(90deg, #0000008f, #203574 90%);

}



.nav-pills li a {

    font-weight: 600;

    font-size: large;

    color: #000000;

    text-transform: uppercase;

}



#meteoro {

    color: #7f7f7f;

    font-weight: 600;

    text-decoration: none;

    font-family: 'Lexend Regular';

}



#meteoro:hover {

    color: #ffb300;

}



.nosotros {

    && h2 {

        color: #0044aa;

        font-weight: 600;

        letter-spacing: 1px;

    }

}



.mapa {

    && ul {

        margin-top: 80px;

    }

    && li {

        color: #203576;

        font-size: 13px;

        font-weight: 500;

        text-decoration: none;

    }

}



.patio {

    height: 550px;

    background-image: url("../assets/img/moni.jpg");

    background-position: center;

    background-attachment: fixed;

    background-size: cover;

    background-repeat: no-repeat;



    && h1 {

        margin-top: 5.5rem;

        background: linear-gradient(91deg, #ffffff00 ,#006cc4 50%, #ffffff00);

        padding: 10px 50px;

    }

}



.servicios {

    && h3 {

        color: #42a5f5;

        margin-bottom: 10px !important;

    }



    && .card {

        margin-left: 30px;

        background-color: transparent;

        color: white;

    }

}



.calidad {

    background-color: rgba(96, 125, 139, 0.4);

    color: #263238;

}



.confianza {

    background-color: #b3e5fc;

    color: #1976D2;

}



.etica {

    background-color: rgba(233, 30, 99, 0.4);

    color: #AD1457;

}



.honest {

    background-color: rgba(0, 150, 136, 0.4);

    color: #009688;

}



.equipo {

    background-color: rgba(244, 67, 54, 0.4);

    color: #E53935;

}



.honest, .equipo, .etica, .confianza, .calidad {

    padding: 13px 32px;

    border-radius: 20px;

}



#contacto {

    background-image: url("../assets/img/fondo_contacto.jpg");

    background-position: center;

    background-size: cover;

    background-repeat: no-repeat;

    height: 850px;

}



@keyframes pulse {

    0% {

      transform: scale(1);

    }

    50% {

      transform: scale(1.1);

    }

    100% {

      transform: scale(1);

    }

  }



  .pulse-effect img {

    animation: pulse 3s infinite ease-in-out;

  }



.contacto {

    && img {

        margin-bottom: 3rem !important;

    }



    && span {

        color: #42a5f5;

        font-weight: 600;

    }



    && h1 {

        font-size: 50px;

    }

    && input, textarea {

        background-color: #e7e7e7 !important;

        border: none;

        color: gray;

        padding: 18px 20px;

        border-radius: 15px;

        font-size: 18px;

    }



    && label, button {

        font-size: 20px;

    }



    && button {

        padding: 15px;

        font-weight: 500;

        background-color: #42A5F5;

        border: none;

        color: black;

    }

}



hr {

    width: 100%;

    border-color: #adadad;

    margin: auto;

}



.gr-7 {color: #b3b3b3;}



.btn-facebook:hover {

    background-color: #005ebd;

    border-color: #005ebd;

}



.btn-instagram:hover {

    background-color: #e31c60;

    border-color: #e31c60;

}



.btn-whatsapp:hover {

    background-color: #63bb00;

    border-color: #63bb00;

}

@media only screen and (max-width: 500px) {
    #myCarousel {
        && .carousel-inner {
            height: 500px !important;

            && .carousel-item {
                height: 500px !important;

                && .container {
                    display: none;
                }
            }
        }
    }

    .img-mobile {
        display: block;
    }

    .img-desktop {
        display: none;
    }

    #nosotros {
        && .col-md-12 > p {
            width: auto !important;
        }

        && .col-md-7 > img {
            width: 70% !important;
        }
    }

    .patio {
        && .col-md-12 > h1 {
            font-size: 24px !important;
            margin-top: -1.5rem !important;
        }
    }

    #servicios {
        && .col-md-12 > p {
            width: auto !important;
        }
    }

    .mapa {
        && .col-md-8 > img {
            width: 95% !important;
        }
    }

    #contact {
        && .col-md-12 > p {
            width: auto !important;
        }

        && iframe {
            width: 90% !important;
        }
    }

    #contacto {
        height: auto !important;
        padding-top: 0rem !important;

        && .col-md-6 {
            && h1 {
                margin-top: 2rem !important;
                margin-bottom: 4rem !important;
                font-size: 35px !important;
            }
        }

        && .icon-con {
            width: 30px !important;
            display: inline !important;
            margin: none !important;
            margin-bottom: 0rem !important;
        }
    }

    footer {
        && span {
            width: auto !important;
        }

        && p.nav > span {
            display: block;
            margin: auto;
        }
    }
}