div.Adjust-Main-Div{
    padding-left: 0% !important;
    padding-right: 0% !important;
    margin-left: 0% !important;
    margin-right: 0% !important;
    overflow: hidden;
}

.main-text{
    color: rgb(255, 255, 255);
    font-size: 3rem;
    font-family: 'Chakra Petch', sans-serif;
    margin: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 5rem 0rem;
    line-height: 7rem;
    /* text-shadow: -3px -3px 2px #038c3e, 3px -3px 2px #038c3e, -3px 3px 2px #038c3e, 3px 3px 2px #038c3e; */
    text-shadow: -3px -3px 3px #000000, 3px -3px 3px #000000, -3px 3px 3px #000000, 3px 3px 3px #000000;
}

.main-text b{
    font-size: 4rem !important;
    text-shadow: -3px -3px 3px #000000, 3px -3px 3px #000000, -3px 3px 3px #000000, 3px 3px 3px #000000;
}

.intro-logo img{
    height: 35%;
    padding-bottom: 2rem;
    line-height: normal;
    cursor:pointer;
}

.destello{
    right: 240px; top: 145px;
    animation: destello-efecto 3s;
    -webkit-animation: destello-efecto 3s;
}

.destello-infinito{
    animation-name: destello-infinito-efecto;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes destello-efecto {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0.6;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

@keyframes destello-infinito-efecto {
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0.6;
    }
    100%{
        opacity: 1;
    }
}

.intro-logo{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    align-items: center;
    height: 50%;
}

.intro-text{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 50%;
}

.subtitle-text{
    font-size: 40px;
    font-family: 'Chakra Petch', sans-serif;
    padding-left: 100px;
    padding-right: 100px;
}

.Main-Text{
    color: rgba(200, 200, 200, 0.8);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 19.8px;
}

.Main-Text.center{
    padding-left: 25%;
    padding-right: 25%;
}
.Main-Text.right{
    margin-left: 25%;
    text-align: right !important;
    justify-content: flex-end !important;
}
.Main-Text.left{
    margin-right: 25%;
    text-align: left;
}

.adjust-text-div{
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 7%;
    padding-bottom: 1%;
    margin-bottom: 0.5%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.div-text-right{
    text-align: right !important;
    align-items: right !important;
    align-content: right !important;
}

.div-text-left{
    text-align: left;
    align-items: left;
    align-content: left;
}

button.servicios_btn{
    color: white;
    background-color: #54bb24;
    border-radius: 0%;
    border: none;
    padding-top: .6%;
    padding-bottom: .6%;
    padding-left: 1%;
    padding-right: 1%;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1rem;
    margin-top: 1.8%;
    margin-bottom: 3%;
    cursor: pointer;
    -webkit-transition: background-color 1s linear;
    transition: background-color .5s linear;
}

.servicios_btn:hover{
    color: greenyellow !important;
    background-color: #d7eccd30 !important;
}

.servicios_btn:active{
    color: greenyellow !important;
    background-color: rgb(24, 24, 24) !important;
}

body{
    background-color: black;
}

@media screen and (max-width: 3000px) {
    .servicios_btn{
        padding-top: .6% !important;
        padding-bottom: .6% !important;
        padding-left: 1% !important;
        padding-right: 1% !important;
        font-size: 1rem !important;
        margin-top: 1.8%;
        margin-bottom: 3%;
    }
    .main-text{
        font-size: 2rem;
        margin: 5rem 0rem;
        line-height: 5rem;
    }
}

@media screen and (max-width: 2300px) {
    .intro-logo img{
        height: 30%;
    }
}

@media screen and (max-width: 1500px) {
    .main-text{
        font-size: 1.8rem;
        margin-top: 6rem;
        line-height: 4.5rem;
    }
    .main-text b{
        font-size: 3rem !important;
    }
    .intro-logo img{
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1080px) {
    .main-text b{
        font-size: 3rem !important;
    }
    .intro-logo img{
        padding-top: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .adjust-text-div{
        padding-top: 15%;
    }
    .intro-logo img{
        height: 30%;
        padding-bottom: 0;
    }
    .main-text{
        font-size: 2rem;
        margin-top: 8rem;
        line-height: 5rem;
    }
    .main-text b{
        font-size: 2rem !important;
    }
    .intro-text{
        padding-bottom: 5rem;
    }
}

@media screen and (max-width: 640px) {
    .adjust-text-div{
        padding-top: 15%;
    }
    .intro-logo img{
        height: 30%;
        padding-bottom: 0;
    }
    .main-text{
        font-size: 1.3rem;
        margin-top: 8rem;
        line-height: 3rem;
    }
    .main-text b{
        font-size: 2rem !important;
    }
    .intro-text{
        padding-bottom: 5rem;
    }
}