@import url('https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Roboto:wght@500;900&display=swap');

@font-face {
    font-family: 'Franklin Gothic Book';
    font-style: normal;
    font-weight: 400;
    src: local('Franklin Gothic Book'), url('https://fonts.cdnfonts.com/s/12052/FRABK.woff') format('woff');
}

@font-face {
    font-family: Dosis-Bold;
    src: url('../site/fonts/Dosis-Bold.ttf');
}
@font-face {
    font-family: Dosis-ExtraBold;
    src: url('../site/fonts/Dosis-ExtraBold.ttf');
}
@font-face {
    font-family: Dosis-ExtraLight;
    src: url('../site/fonts/Dosis-ExtraLight.ttf');
}
@font-face {
    font-family: Dosis-Light;
    src:url('../site/fonts/Dosis-Light.ttf');
}
@font-face {
    font-family: Dosis-Medium;
    src: url('../site/fonts/Dosis-Medium.ttf');
}
@font-face {
    font-family: Dosis-Medium-woff;
    src: url('../site/fonts/Dosis-Medium.woff');
}
@font-face {
    font-family: Dosis-Regular;
    src: local('Dosis-Regular'), url('../site/fonts/Dosis-Regular.ttf');
}
@font-face {
    font-family: Dosis-SemiBold;
    src: url('../site/fonts/Dosis-SemiBold.ttf');
}
@font-face {
    font-family: Dosis-VariableFont_wght;
    src: url('../site/fonts/Dosis-VariableFont_wght.ttf');
}
:root {
    --cs-primary-color: #790c04;
    --cs-secondary-color: #ffbf43;
}

.swal2-styled.swal2-confirm{
    background: var(--cs-primary-color) !important
}

.header{
    background-color: white;
    font-family: 'Arvo', sans-serif;
    font-weight: 400;
}

.box-version{
    display: flex;
}
.padd-15-0{
    padding: 15%;
}
.padd-10-0{
    padding: 10%;
}
.only-web{
    display: block;
}
.only-mobile{
    display: none;
}
.header__logo{
    width: fit-content;
    height: 63px;
    padding: 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.header__item{
    min-width: 140px;
}

.banners__image{
    height: 1135px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto!important;
}
.banner-initial-home{
    object-position: center;
    object-fit: contain;
    width: -webkit-fill-available;
    height: 100%;
}
.service-item-box{
    text-align: -webkit-center;
    display: flex;        
    padding-right: 0;
    padding-left: 0;
    box-shadow: 0px 5px 4px #00000038;
}
p{
    font-family: 'Roboto';
    font-size: 15px;
    color: black;
}
.font-14-mobile{
    font-size: 17px;
}

.row-adapter{
    display: flex;
}

.font-size-mobile{
    font-size: 32px;
}

@media screen and (max-width: 768px){

    .service-item-box{
        text-align: -webkit-center;
        display: block;
        padding-right: 0;
        padding-left: 0;
        box-shadow: 0px 5px 4px #00000038;
    }
    .font-14-mobile{
        font-size: 14px!important;
    }
    .banners__image{
        height: 400px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% auto!important;
    }
    .banner-initial-home{
        object-position: center;
        object-fit: contain;
        width: -webkit-fill-available;
        width: 100%;
        height: 32vh;
    }
    .box-version{
        display: block;
    }
    .padd-15-0{
        padding: 8px;
    }
    .only-web{
        display: none;
    }
    .only-mobile{
        display: block;
    }
    .row-adapter{
        display: block;
    }
    .font-size-mobile{
        font-size: 28px;
    }
  }
  @media (min-width: 769px) and (max-width: 990px){

    .banners__image{
        height: 650px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% auto!important;
    }
  }

.services{
    margin-top: 10px;
    position: relative;
}
.services__title{
    text-align: center;
    color: black;
    font-family: 'Arvo', sans-serif;
    font-weight: 700;
}
.services__image{
    width: -webkit-fill-available;
}
.services__item{
    text-align: center;
    font-family: 'Arvo', sans-serif;
    color: black;
}
.text-about-img{
    text-align: center;
    font-family: 'Roboto';
    color: black;
    height: 93px;
    font-size: 14px;
}
.welcome__title{
    color: var(--cs-primary-color);
    font-weight: 400;
    font-family: 'Franklin Gothic Book', sans-serif;
   
}
.welcome__title--secondary{
    font-family: 'Arvo', sans-serif;
    color: var(--cs-primary-color);
    font-weight: 700;
}
.welcome__line{
    border-top: 4px solid var(--cs-secondary-color);
}

/* TESTIMONIAL */
.testimonials__title{
    color: var(--cs-primary-color);
    font-family: 'Arvo', sans-serif;
    font-weight: 400;
}
.testimonials__item{
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 0.5rem;
    position: relative;
}
.testimonials__item::before{
    background-color: rgba(2, 4, 1, 0.8);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    border-radius: 0.5rem;
}
/* END TESTIMONIALS */

/* --- BANNERS  --- */
.img-banner{
    top: 76px;
    position: relative;
}
.top-75{
    top: 76px;
}
/*------------------*/

/* UBICATION */
.ubication{
    background-repeat: no-repeat;
    background-size: cover;
}
.ubication::before{
    background-color: rgba(2, 4, 1, 0.8);
    content: '';
    display: block;
    height: 100%;
    width: 100%;
}
.ubication__title{
    color: #fff;
    font-family: 'Arvo', sans-serif;
    font-weight: 700;
}
.ubication__subtitle{
    color: black;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 30px;
}
/* END UBICATION */
.line-rainbow{
    background: rgb(244,149,19);
    background: linear-gradient(302deg, rgba(244,149,19,1) 0%, rgba(231,234,140,1) 50%, rgba(155,241,255,1) 100%);
}
.box-border-blue{
    border: 2px solid #83deec;
}
/* PACKAGES */
.packages__title{
    color: #000;
    text-transform: uppercase;
    font-family: 'Arvo', sans-serif;
    font-weight: 700;
}
.packages__item{
    text-align: center;
    text-transform: uppercase;
    font-family: 'Arvo', sans-serif;
    font-weight: 700;
}
.packages__image{
    width: 100px;
}
/* END PACKAGES */

/* OPINION PORTAL */
.opinion-portal__card{
    font-family: 'Arvo', sans-serif;
    font-weight: 700;
}
.opinion-portal__item{
    width: 200px;
}
.opinion-portal__bg::before{
    content: '';
    position: absolute;
    background: var(--cs-primary-color);
    display: block;
    right: 0;
    top: 0;
    width: 1000px;
    height: 100%;
    z-index: -1;
}
/* END OPINION PORTAL */


.footer{
    background-color: #000;
}
.footer__follow-us{
    background-color: var(--cs-primary-color);
}


.text-justify{
    text-align: justify;
}
.cst-title{
    font-family: Dosis-Medium;
    font-weight: 700;
    font-size: 50px;
    text-transform: uppercase;
}
.cst-title-sub{
    font-family: Dosis-Medium;
    font-weight: 700;
    font-size: 45px;
}
.cst-sub-title{
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 30px;
    line-height: 1.25;
    color: #000000c2;
}
.cst-sub-img-about{
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 25px;
    line-height: 1.25;
    color: #000000c2;
    padding: 5%;
}
.sub-title-icon-rent{
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25;
    color: #000000c2;
}
.box-item-about{
    box-shadow: rgb(75 74 74 / 3%) 0px 0px 7px 7px;
    -webkit-box-shadow: rgb(75 74 74 / 3%) 0px 0px 7px 7px;
    -moz-box-shadow: rgb(75 74 74 / 3%) 0px 0px 7px 7px;
}
.cst-btn-send{
    background: #b3b3b3;
    color: #fff;
    font-family: 'Arvo', sans-serif;
    font-weight: 700;
    outline: none;
    border: transparent;
}
.whatsapp-icon{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    background: url("");
    right: 25px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-icon2{
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: 4px;
    background: url("");
    right: 25px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}



.cst-font-default{
    font-size: 16px !important;
}