@media (
    max-width: 800px){}

*html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif;
  }

body{
    font-family: Verdana;
    background-color: rgb(255, 255, 255);
    margin: 0;
    overflow-x: hidden;
}
@media screen and (max-width:1200px){
    body{
        overflow-x: hidden;
        margin: auto;
        padding: auto;
        justify-content: center;
    }
}
audio, canvas, progress, video {
    vertical-align: baseline;
    display: inline-block;
  }
  article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
  }

.menunavigation{
    background-color: rgb(255, 255, 255);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: right;
    font-size: 20px;
    color: black;
    margin: 0 10px;
    margin-right: 10px;
    min-width: 250px;
    margin-bottom: 25px;
}
.Nav-buttons{
    font-family: "Merriweather";
    color: rgb(19, 81, 8);
    font-weight: bold;
    margin: 0 16px;    
    text-shadow: 0.5px 0.5px 1px rgb(170, 170, 170);
}
.Nav-buttons:hover {
    color: #22de15;
    text-shadow: 1px 1px 3px black;
}
.Nav-ContactUs-Button{
    font-family: "Merriweather";
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
    background-color: rgb(6, 129, 8);
    outline: 2px solid black;
    font-size: 20px;
    border-radius: 155px;
    padding: 3px 7px;
    

}

.Nav-ContactUs-Button:hover {
    background-color: #6aff00;
    color: #000000;
    text-shadow: 1px 1px 2px white;
}

@media (max-width: 1200px ) {
    .menunavigation {
        margin: auto;
        max-width: 100%;
        overflow: hidden;
        margin-top: 25px;
}
.Nav-buttons{
    font-size: 15px;
}
.Nav-ContactUs-Button{
    font-size: 12px;
    padding: 4px 5px
}
}
@media (max-width: 968px ) {
    .menunavigation {
        margin: auto;
        max-width: 100%;
        overflow: hidden;
        margin-top: 25px;
}
.Nav-buttons{
    font-size: 15px;
}
.Nav-ContactUs-Button{
    font-size: 12px;
    padding: 4px 5px
}
}
@media (max-width: 768px ) {
    .menunavigation {
        margin: auto;
        max-width: 100%;
        overflow: hidden;
        margin-top: 25px;
}
.Nav-buttons{
    font-size: 7px;
}
.Nav-ContactUs-Button{
    font-size: 5px;
    padding: 2px 3px;
    margin: auto;
}
}
@media (max-width: 600px ) {
    .menunavigation {
        margin: auto;
        max-width: 100%;
        overflow: hidden;
        margin-top: 25px;
}
.Nav-buttons{
    font-size: 7px;
}
.Nav-ContactUs-Button{
    font-size: 5px;
    padding: 2px 3px;
    margin: auto;
}
}
@media (max-width: 400px ) {
    .menunavigation {
        margin: auto;
        max-width: 100%;
        overflow: hidden;
        margin-top: 25px;
}
.Nav-buttons{
    font-size: 7px;
}
.Nav-ContactUs-Button{
    font-size: 5px;
    padding: 2px 3px;
    margin: auto;
}
}
@media (max-width: 300px ) {
    .menunavigation {
        margin: auto;
        max-width: 100%;
        overflow: hidden;
        margin-top: 25px;
}
.Nav-buttons{
    font-size: 7px;
}
.Nav-ContactUs-Button{
    font-size: 5px;
    padding: 2px 3px;
    margin: auto;
}
}


@media(max-width:991px) {
    body{
        margin: auto;
        padding: auto;
        overflow-x: hidden;
    }
}

.ReviewsButton{
    background-color: rgb(247, 235, 0);
    color: rgb(0, 0, 0);
    padding: 5px 15px;
    font-size: 30px;
    text-align: center;
    border-color: rgb(84, 84, 84);
    margin-right: 25px;
    border-radius: 15px 35px;
    box-shadow: 5px 8px #ccc;
    float: inline-end;
    justify-content: center;
}

.ReviewsButton:hover {
    background-color: rgb(247, 235, 0);
    transform: scale(1.1);
    transition: .3s;
}
.titulo2{
    font-size: 50px;
    text-align: right;
}
.subtitulo2{
    size: 90px;
    text-align: right;
}

.Tituloarriba{
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 60px;
    font-family: "arial";
    margin-bottom: 35px;
    letter-spacing: 2px;
    font-weight: 1000;
}
.getstarted {
    font-family: serif; 
    font-size: 35px; 
    margin-top: 25px; 
    color: white; 
    background-color: rgb(9, 60, 12); 
    padding: 10px 45px; 
    border-radius: 50px 50px ;
    text-shadow: 1px 1px 2px black;
    margin-bottom: 20px;
}
.getstarted:hover{
    color: black;
    background-color: #0b7b03;
    text-shadow: 1px 1px 3px rgb(255, 255, 255);
}

.Segundo-Titulo-arriba{
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 75px;
    font-family: "Merriweather";
    margin-bottom: 5px;
    margin-top: 15px;
    letter-spacing: 5px;
}
.Tercer-Titulo-arriba{
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: center;
    color: rgb(194, 12, 12);
    font-size: 85px;
    font-family: "Merriweather";
    letter-spacing: 5px;
}
.subtituloarriba{
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 15px;
    margin-bottom: 10px;
    font-family: "Merriweather";
}
.text-hide{
    height: 300px;
    width: 1150px;

}
.lead {
    color: rgb(0, 0, 0);
    font-size: 12px;
    font-family: monospace;

}
.logo{
    align-items: start;
    background-color: rgb(255, 255, 255);
    align-content: baseline;
    align-self: baseline;
    text-align: left;
    display: flex;
    display: block;
}
.Tituloarriba{
    margin-top: 80px;
}
.subtituloarriba{
    margin-top: 15px;
    margin-bottom: 40px;
    font-family: "Merriweather";
}

.section-heading{
    margin-bottom: 35px;
    font-size: 35px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: 15px 25px;
}
:any-link{
    text-decoration: none;
}
.selectbuilding{
    background-color: rgb(255, 255, 255);
    background-size: cover;
    background-position: center;
    padding: 0;
    vertical-align: center;
    justify-content: center;
    text-align: center;
}
@media (max-width: 1200px ) {
    .selectbuilding {
        margin: auto;
        max-width: 100%;
        margin-top: 50px;
}
}
@media (max-width: 968px ) {
    .selectbuilding {
        margin: auto;
        max-width: 100%;
        margin-top: 50px;
}
}
@media (max-width: 768px ) {
    .selectbuilding {
        margin: auto;
        max-width: 100%;
        margin-top: 50px;
}
}
@media (max-width: 600px ) {
    .selectbuilding {
        margin: auto;
        max-width: 100%;
        margin-top: 50px;
        
}
}
@media (max-width: 400px ) {
    .selectbuilding {
        margin: auto;
        max-width: 100%;
        margin-top: 50px;
}
}
@media (max-width: 300px ) {
    .selectbuilding {
        margin: auto;
        max-width: 100%;
        margin-top: 50px;
}
}
.card-body{
    justify-content: center;
    text-align: center;
    color: rgb(255, 255, 255) !important;
    text-decoration-color: black;
    align-content: center;
    margin: 0px 0px;
    margin-right: 25px;

}
.pruebazoom:hover {
transform: scale(1.1);
transition: 0s;
}
.card-img-top{
    width: 288;
    margin: 0x 25px;
    justify-content: center;
    margin-top: 25px;
}
.card{
    display: inline-block;
    margin: 0 9px;
    justify-content: center;
    text-align: center;
    margin-top: 15px;
    justify-items: center;
    margin-bottom: 100px;
    background-color: rgb(255, 255, 255);
    color: black;
    font-family: "Merriweather";
    vertical-align: center;
    padding-bottom: 15px;
    box-shadow: 4px 4px 4px 4px #6f6f6f;
    
}
.card:hover{
    transform: scale(1.1);
    transition: .4s;
    box-shadow: 4px 4px 4px 4px #6f6f6f;
}
.btn-btn-primary{
    background-color: rgb(26, 100, 15);
    color: white;
    border-radius: 7px;
    border-bottom: 5px;
    border-top: 5px;
    border-width: 25px;
    size: 25px;
    font-size: 17px;
    border-color: black;
    margin-bottom: 15px;
    padding: 2px 5px;
}
.card-title{
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: "Merriweather";
    color: rgb(0, 0, 0);
}
.card-text{
    margin-bottom: 10px;
    text-align: center;
    justify-content: center;
    margin-left: 10px;
    font-family: "Merriweather";
    color: rgb(0, 0, 0);
    
}


.Why-Choose-Us{
    margin-bottom: 100px;
}
@media screen and (max-width: 1200px){
    .Why-Choose-Us{
        margin: auto;
        flex-wrap: wrap
    }
}
.Why-Choose-Us-ID{
    display: inline-flex;
    justify-content: center;
    margin-top: 150px;
    background-color: #ffffff;
    margin: 0px 50px;
    margin: auto;
    margin-left: 45px;
    margin-right: 45px;
}
.Why-Choose-Us-ID:hover {
 background-color: #f3f2f2;
}
.Reason-And-Explanation{
    display: block;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
}
.Why-Choose-Us-Picture{
    margin-left: 125px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 25px;
}
.Reason{
    color: #8f2424;
    font-size: 25px;
    margin-bottom: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.Reason-And-Explanation{
    color: black;
    font-size: 13px;
    
}
.whyarepeople{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(149, 11, 11);
    font-size: 30px;
    margin-bottom: 10px;
    margin-left: 45px;
}
.hereyouhavesomereasons{
    font-family: "Merriweather";
    color: rgb(4, 4, 110);
    font-size: 25px;
    margin-top: 10px;
    margin-left: 45px;
}
.LinksBuildings{
    color: black;
}
.Fee-Delivery-Area-we-serve{
    text-align: center;
}
.Free-delivery-Rent-To-Own{
    display: inline-block;
    width: 350px;
    justify-content: center;
    margin: 0px 15px;
    margin-left: 120px;
    margin-right: 75px;
    padding: 25px 25px;
    align-content: center;
    margin-top: 100px;
    text-align: center;
    margin-bottom: 150px;
    height: 350px;
    vertical-align: middle;
}
@media screen and (max-width: 991px){
    .Free-delivery-Rent-To-Own{
        flex-wrap: wrap;
        margin: auto;
        text-align: center;
        justify-content: center;
        align-items: center;
        padding: auto;

    }
}
@media screen and (max-width:600px){
    .Free-delivery-Rent-To-Own{
        justify-content: center;
        align-content: center;
        margin: auto;
    }
}
.Free-delivery-rent-to-own-Pictures{
    justify-content: middle;
    
    align-items: center;
    align-content: center;
    margin-left: 25px;
    margin-right: 25px;
    background-color: white;
    border-radius: 58%;
    width: 100px;
    margin-top: 25px;
}
.Free-Delivery-Title{
    text-align: center;
    color: rgb(244, 244, 0);
    font-size: 25px;
    font-family: "Merriweather";
    justify-content: center;
    vertical-align: center;
    font-weight: bold;
}
.Free-delivery-paragraph{
    text-align: center;
    font-family: "Merriweather";
    font-size: 20px;
    vertical-align: center;
    color: rgb(255, 255, 255);
    justify-content: center;
    margin-bottom: 25px;
}
.Fee-Delivery-Area-we-serve{
    justify-content: center;
    vertical-align: middle;
    background-color: #484848;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}
.Freedelivery-RtoButton{
    font-family: "Merriweather";
    background-color: red;
    color: white;
    padding: 5px 10px;
    text-align: center;
    border-radius: 25%;
    border-color: white;
    border-style: outset;
    box-shadow: 0px 0px 2px 2px red; 
}
.Freedelivery-RtoButton:hover{
    background-color: black;
    padding: 10px 15px;
    border-color: black;
    transition: .2s;
}
.deckpicture{
    background-image: url(/img/);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.deckpicture_{
 display: none;   
}
.Introductioncontainer{
    margin-top: 50px;
    text-align: center;
    margin-bottom: 200px;
    width: 750px;
}
.First-Title{
    font-family: "Merriweather";
    font-size: 40px;
    color: #22700f;
    text-shadow: 0.5px 0.5px 1px black;
}
.Second-Title{
    font-family: sans-serif;
    font-size: 30px;
    color: #000000;
    text-shadow: 0.5px 0.5px 0.5px black;
    font-weight: 500;
    margin-bottom: 40px;
}
.Introduction-Paragraph{
    font-family: "Merriweather";
    font-size: 15px;
    color: #000000;
    padding-block: 4px;
    font-weight: 200;
    margin-bottom: 15px;
}
.Introduction-Last_Text{
    font-family: "Merriweather";
    font-size: 20px;
    color: #000000;
    padding-block: 4px;
    margin-bottom: 5px;
}
.Introduction_buttons{
    margin-top: 30px;
    text-align: center;
    margin-bottom: 100px;
}
.Introduction-Free-quote-button{
    margin-top: 5px;
    text-align: center;
    background-color: rgb(9, 109, 12);
    padding: 10px 10px;
    font-size: 15px;
    color: rgb(237, 234, 234);
    margin: 0px 13px;
    border-radius: 15px;
    font-family: "Merriweather";
    text-shadow: 0.5px 0.5px 1px rgb(0, 0, 0);
}
.video-background {
    position: absolute; /* Fijo en la pantalla */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; /* Ocultar el desbordamiento */
    z-index: -1; /* Colocar detrás del contenido */
    object-fit: cover;
    
}

@media (max-width: 1200px ) {
    .Introductioncontainer {
        margin: auto;
        max-width: 100%;
        overflow: hidden;
        margin-bottom: 25px;
        margin-top: 25px;
}
.Introduction{
    margin: auto;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
    margin-top: 25px;
}
}
@media (max-width: 968px ) {
    .Introductioncontainer {
        margin: auto;
        max-width: 100%;
        overflow: hidden;
        margin-bottom: 25px;
        margin-top: 25px;
}
.Introduction{
    margin: auto;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
    margin-top: 25px;
}
}
@media (max-width: 768px ) {
    .Introductioncontainer {
        margin: auto;
        max-width: 100%;
        overflow: hidden;
        margin-bottom: 25px;
        margin-top: 25px;
}
.Introduction{
    margin: auto;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
    margin-top: 25px;
}
}
@media (max-width: 600px ) {
    .Introductioncontainer {
        margin: auto;
        max-width: 100%;
        overflow: hidden;
        margin-bottom: 25px;
        margin-top: 25px;
}
.Introduction{
    margin: auto;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
    margin-top: 25px;
}
}
@media (max-width: 400px ) {
    .Introductioncontainer {
        margin: auto;
        max-width: 100%;
        overflow: hidden;
        margin-bottom: 25px;
        margin-top: 25px;
}
.Introduction{
    margin: auto;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
    margin-top: 25px;
}
}
@media (max-width: 300px ) {
    .Introductioncontainer {
        margin: auto;
        max-width: 100%;
        overflow: hidden;
        margin-bottom: 25px;
        margin-top: 25px;
}
.Introduction{
    margin: auto;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
    margin-top: 25px;
}
}

.Up-text{
    position: relative;
    height: 70vh;
    background-color: #ffffff;
    opacity: 85%;
    margin-bottom: 35px;
}
@media (max-width: 1200px ) {
    .Up-text {
        margin: auto;
        max-width: 100%;
        overflow-x: hidden;
        margin-bottom: 50px;
        height: 40vh;
        overflow-y: hidden;
        font-size: 25px;
}
}
@media (max-width: 968px ) {
    .Up-text {
        margin: auto;
        max-width: 100%;
        overflow-x: hidden;
        margin-bottom: 50px;
        height: 40vh;
        overflow-y: hidden;
        font-size: 25px;
}
}
@media (max-width: 768px ) {
    .Up-text {
        margin: auto;
        max-width: 100%;
        overflow-x: hidden;
        margin-bottom: 50px;
        height: 40vh;
        overflow-y: hidden;
        font-size: 25px;
}
}
@media (max-width: 600px ) {
    .Up-text {
        margin: auto;
        max-width: 100%;
        overflow-x: hidden;
        margin-bottom: 50px;
        height: 40vh;
        overflow-y: hidden;
        font-size: 25px;
}
}
@media (max-width: 400px ) {
    .Up-text {
        margin: auto;
        max-width: 100%;
        overflow-x: hidden;
        margin-bottom: 50px;
        height: 40vh;
        overflow-y: hidden;
        font-size: 25px;
}
}
@media (max-width: 300px ) {
    .Up-text {
        margin: auto;
        max-width: 100%;
        overflow-x: hidden;
        margin-bottom: 50px;
        height: 40vh;
        overflow-y: hidden;
        font-size: 25px;
}
}
.Up-text video {
    position: relative;
    top: 50%;
    left: 50%;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
}
.home_textbox{
    text-align: center;
    margin: auto;
    max-width: 750px;
    margin-bottom: 25px;
    font-size: 24px;
    font-family: serif;
}
@media (max-width: 1200px ) {
    .home_textbox {
        font-size: 26px;
        margin: auto;
        margin-bottom: 25px;
        width: 100%;
}
}
@media (max-width: 968px ) {
    .home_textbox {
        font-size: 26px;
        margin: auto;
        margin-bottom: 25px;
        width: 100%;
}
}

@media (max-width: 768px ) {
    .home_textbox {
        font-size: 23px;
        margin: auto;
        margin-bottom: 25px;
        width: 100%;
}
}
@media (max-width: 600px ) {
    .home_textbox {
        font-size: 18px;
        margin: auto;
        margin-bottom: 25px;
        width: 100%;
        
}
}
@media (max-width: 400px ) {
    .home_textbox {
        font-size: 18px;
        margin: auto;
        margin-bottom: 25px;
        width: 100%;
}
}
@media (max-width: 300px ) {
    .home_textbox {
        font-size: 18px;
        margin: auto;
        margin-bottom: 25px;
        width: 100%;
}
}
.floating-button {
    position: fixed; /* Fijo en la pantalla */
    bottom: 0px; /* Distancia desde la parte inferior */
    left: 10px; /* Distancia desde la derecha */
    width: 170px;
    height: 80px;
    background-color: #970808; /* Color de fondo */
    color: white; /* Color del texto */
    border-radius: 25%; /* Hacerlo circular */
    border: 25px 1px;
    border-color: black;
    text-align: center; /* Centrar el texto */
    line-height: 40px; /* Centrar verticalmente el texto */
    font-size: 23px; /* Tamaño del texto */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra */
    text-decoration: none; /* Sin subrayado */
    transition: background-color 0.3s; /* Transición suave */
    animation: RTOBtn 1.5s infinite;
}

@keyframes RTOBtn {
    20%{
        transform: scale(1.07);
    }
    40%{
        transform: scale(1);
    }
    60%{
        transform: scale(1.07);
    }
    80%{
        transform: scale(1);
    }
    
}

@media (max-width: 1200px ) {
    .floating-button {
        width: 225px;
    height: 125px;
    font-size: 30px;
    line-height: 47px;
}
}
@media (max-width: 968px ) {
    .floating-button {
        width: 220px;
    height: 125px;
    font-size: 30px;
    line-height: 52px;
}
}

@media (max-width: 768px ) {
    .floating-button {
        width: 215px;
    height: 115px;
    font-size: 30px;
    line-height: 47px;
}
}
@media (max-width: 600px ) {
    .floating-button {
        width: 215px;
    height: 115px;
    font-size: 30px;
    line-height: 47px;
}
}
@media (max-width: 400px ) {
    .floating-button {
        width: 215px;
    height: 115px;
    font-size: 30px;
    line-height: 47px;
}
}
@media (max-width: 300px ) {
    .floating-button {
        width: 215px;
    height: 115px;
    font-size: 30px;
    line-height: 47px;
}
}

.floating-button:hover {
    background-color: #550808; /* Color al pasar el mouse */
    animation: none; /* Animacion se detiene cuando pone el mouse encima */
}


.Socialmedia a {
    margin: auto;
    margin-right: 10px;
}

@media (max-width:968px) {
    .Socialmedia i {
        font-size: 37px;
}
}
.Introduction-Rto-Button{
    text-align: center;
    background-color: rgb(9, 109, 12);
    padding: 10px 10px;
    font-size: 15px;
    color: white;
    margin: 0px 13px;
    border-radius: 15px;
    font-family: "Merriweather";
    text-shadow: 0.5px 0.5px 1px rgb(0, 0, 0);
}
.Introduction-Free-quote-button:hover{
    background-color: #13b02b;
    font-weight: bold;
    color: #000000;
    text-shadow: 0.5px 0.5px 1px rgb(255, 255, 255);
    box-shadow: rgb(0, 0, 0);
    box-shadow: 0px 0px 3px 3px  rgb(0, 0, 0);
}
.Introduction-Rto-Button:hover{
    background-color: #13b02b;
    font-weight: bold;
    color: #000000;
    text-shadow: 0.5px 0.5px 1px rgb(255, 255, 255);
    box-shadow: rgb(0, 0, 0);
    box-shadow: 0px 0px 3px 3px  rgb(0, 0, 0);
}
.Sticky-social-container{
margin: 0;
padding: 0;
box-sizing: border-box;
position: fixed;
top: 50%;
width: 200px;
z-index: 99;
left: -155px;
font-family: "Merriweather"
}
.sticky-social a {
    list-style-type: none;
    text-decoration: none;
    background-color: #823333;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 10px;
    height: 35px;
    border-radius: 25px;

    transition: all 0.25s ease-in-out;
}
.sticky-social a:hover{
    background-color: #ec5b5b;
    margin-right: -130px;
}
.sticky-social a i {
    margin: 0 10px;
    font-size: 28px;
    color: #ccc;
}
.sticky-social a:hover i {
    color: #27303e;
}
.sticky-social a p {
    font-size: 1.1rem;
    color: #ffffff;
    font-weight: 900;
}
.sticky-social  i{
    animation: shake 2s infinite;
}
@keyframes shake {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(5deg); }
    50% { transform: rotate(-5deg); }
    75% { transform: rotate(5deg); }
    100% { transform: rotate(0deg); }
}

@media (max-width: 968px) {
    .Sticky-social-container {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        position: fixed;
        top: 50%;
        width: 200px;
        z-index: 99;
        left: -138px;
    }
}
@media (max-width: 768px) {
    .Sticky-social-container {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        position: fixed;
        top: 50%;
        width: 200px;
        z-index: 99;
        left: -138px;
    }
    }


@media (max-width: 600px) {
    .Sticky-social-container {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        position: fixed;
        top: 50%;
        width: 200px;
        z-index: 99;
        left: -138px;
    }
}

@media (max-width: 400px) {
    .Sticky-social-container {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        position: fixed;
        top: 50%;
        width: 200px;
        z-index: 99;
        left: -138px;
    }
}

@media (max-width:968px) {
    .sticky-social a {
        height: 55px;
}
}
@media (max-width:768px) {
    .sticky-social a {
        height: 55px;
}
}
@media (max-width:600px) {
    .sticky-social a {
        height: 55px;
}
}
@media (max-width:400px) {
    .sticky-social a {
        height: 55px;
}
}
@media (Max-width:968px) {
    .sticky-social a i {
        font-size: 45px;
}
}
@media (Max-width:768px) {
    .sticky-social a i {
        font-size: 45px;
}
}
@media (Max-width:600px) {
    .sticky-social a i {
        font-size: 45px;
}
}
@media (Max-width:400px) {
    .sticky-social a i {
        font-size: 45px;
}
}
.interested{
    font-family: "Merriweather";
    color: #000000;
    text-shadow: 0.5px 0.5px 1.5px black;
    font-size: 35px;
    margin: auto;
    margin-top: 75px;
    margin-bottom: 35px;
}
.Btn{
    background-color: rgb(18, 92, 39);
    color: white;
    text-shadow: 1px 1px 2px black;
    font-family: "Merriweather";
    font-size: 15px;
    padding: 7px 15px;
    border-radius: 10px;
    gap: 15px;
    margin: auto;
    margin-bottom: 80px;
}

.Btn:hover{
    background-color: rgb(13, 159, 13);
    color: black;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgb(255, 255, 255);
    transition: all .5s ease-in-out;
}


.carousel {
    width: 100%;
    height: 400px; /* Ajustado a 400px */
    position: relative;
    overflow: hidden;
  }
  
  .carousel-inner {
    display: flex;
    width: 800%;
    height: 100%;
    animation: carousel-slide 32s infinite linear;
  }
  
  .carousel-item {
    flex: 0 0 12.5%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .carousel-item img {
    max-width: 400px; /* Tamaño máximo de 400px */
    max-height: 100%;
    object-fit: contain;
    border-radius: 5%;
  }
  
  @keyframes carousel-slide {
    0% { transform: translateX(0); }
    100% { transform: translateX(-87.5%); }
  }
  
  @media (max-width: 768px) {
    .carousel {
      height: 300px;
      margin-bottom: 80px;
    }
  
    .carousel-item img {
      max-width: 300px; /* Tamaño máximo de 300px en pantallas más pequeñas */
    }
  }
  










.form-content_Index {
    background:  rgba(75, 75, 75, 0.588);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    width: 1000px;
    border-radius: 25px;
}

.form-content_Index h2 {
    color: rgb(225, 36, 36);
    font-size: 50px;
    font-family: 'Franklin Gothic Medium';
    margin-bottom: 10px;
    text-shadow: 1px 1px 2px rgb(77, 0, 0);
}

.form-content_Index p {
    color: white;
    font-size: 21px;
    margin-bottom: 25px;
    text-shadow: 1px 1px 2px black;
}

form {
    display: flex;
    flex-direction: column;
    width: 50%;
}

label {
    font-size: 19px;
    color: #f5f5f5;
    margin-bottom: 10px;
    text-shadow: 1.5px 1.5px 2.5px black;
}

input {
    padding: 17px 14px;
    background-color: #ffffff;
    border: 0;
    font-size: 15px;
    color: #000000;
    margin-bottom: 20px;
    border-radius: 10px;
    outline:2px solid #000000;
    font-family: Times;
}

:focus {
    outline: 2px solid #07d00e;
}

.RTO-FORM-BTN {
    background-color: #771616;
    width: 150px;
    align-self: flex-end;
    cursor: pointer;
    margin-top: 10px;
    color: white;
    text-shadow: 1.5px 1.5px 2.5px black;
    font-family: Arial;
}

.RTO-FORM-BTN:Hover {
    font-family: Arial;
    background-color: #ff0000;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 17px;
    text-shadow: 1px 1px 2px black;
}

@media(max-width:1440px) {
    body {
        padding: 30px;
    }

    .form-content_Index {
        margin: auto;
        justify-content: center;
    }

    form {
        width: 100%;
    }
    label {
        font-size: 30px;
    }
    Input {
        padding: 22px 17px;
        font-size: 20px;
    }
    .form-content_Index p {
        font-size: 25px;
    }
    }

@media(max-width:1200px) {
    body {
        padding: 30px;
    }

    .form-content_Index {
        margin: auto;
        justify-content: center;
        width: 85%;
    }

    form {
        margin: auto;
        width: 70%;
    }
    label {
        font-size: 30px;
    }
    Input {
        padding: 22px 17px;
        font-size: 20px;
    }
    .form-content_Index p {
        font-size: 25px;
    }
    }


@media(max-width:992px) {
    body {
        padding: 30px;
    }

    .form-content_Index {
        margin: auto;
        justify-content: center;
    }

    form {
        margin: auto;
        width: 50%;
    }
label {
        font-size: 30px;
    }
    Input {
        padding: 22px 17px;
        font-size: 20px;
    }
    .form-content_Index p {
        font-size: 25px;
    }
    }

@media(max-width:768px) {
    body {
        padding: 30px;
    }

    .form-content_Index {
        margin: auto;
        justify-content: center;
    }

    form {
        margin: auto;
        width: 50%;
    }
    label {
        font-size: 30px;
    }
    Input {
        padding: 22px 17px;
        font-size: 20px;
    }
    .form-content_Index p {
        font-size: 25px;
    }
    }
    
@media(max-width:768px) {
    body {
        padding: 30px;
    }

    .form-content_Index {
        margin: auto;
        justify-content: center;
    }

    form {
        margin: auto;
        width: 55%;
    }
    label {
        font-size: 30px;
    }
    Input {
        padding: 22px 17px;
        font-size: 20px;
    }
    .form-content_Index p {
        font-size: 25px;
    }
    }


@media(max-width:600px) {
    body {
        padding: 30px;
    }

    .form-content_Index {
        margin: auto;
        justify-content: center;
    }

    form {
        margin: auto;
        width: 45%;
    }
label {
        font-size: 30px;
    }
    Input {
        padding: 22px 17px;
        font-size: 20px;
    }
    .form-content_Index p {
        font-size: 25px;
    }
    }
    
    .QuestionorComment_Index{
    padding: 17px 14px;
    background-color: #ffffff;
    border: 0;
    font-size: 15px;
    color: #000000;
    margin-bottom: 20px;
    border-radius: 10px;
    outline:2px solid #000000;
    font-family: Times;
   }
   .QuestionorComment_Index:focus{
    outline: 2px solid #07d00e;

   }



















/*Footer Styles ↓*/

.Footer{
    text-align: center;
    flex-wrap: wrap;
    background-color: #8a8a8a;;
}

.FooterID{
    display: inline-block;
    justify-content: center;
    vertical-align: middle;
    margin: 0px 5px;
    margin-left: 45px;
    margin-right: 45px;
    background-color: #3c3c3c;
    text-align: center;
    margin-bottom: 70px;
    margin-top: 25px;
}
.Footer-all_Body_Text{
    display: inline-block;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    list-style-type: none;
    padding-bottom: 75px;
    color: rgb(255, 255, 255);
    padding-top: 15px;
    line-height: 1.3;

}

.Footer-List{
    vertical-align: middle;
    list-style-type: none;
    text-align: center;
    justify-content: center;
    line-height: 1.3;

}
.Footer{
    vertical-align: middle;
    background-color: #3c3c3c;
    margin-top: 250px;
}
.Footer_Links{
    color: rgb(255, 255, 255);
    font-family: "Merriweather";
    font-weight: bold;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
    margin-bottom: 5px;
    margin-top: 5px;
    margin: 10px 0px;
    font-size: 15px;
    line-height: 30px;
    row-gap: 100px;
}
.Footer_Links:hover {
    color: rgb(78, 199, 26);
    text-shadow: 1px 1px 2px black;
    transform: scale(.5);
    
}
.Footer-Title{
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    color: rgb(23, 173, 18);
    text-shadow: 1px 1px 2px black;
    margin-bottom: 25px;
    border-bottom: 2px solid #91bc91;
    padding-bottom: 10px;
}
.Social-Media a {
    color: white;
    background-color: #494949;
    padding: 5px 10px 5px 10px;
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 60%;
    transition: all .5s ease;
}
.Social-Media a:hover{
    background-color: rgb(107, 28, 28);
}



/*Media Queries Here↓*/



@media screen and (max-width:992px) {
    .Up-text{
        margin: auto;
        
    }
}
@media (max-width: 1200px ) {
    .Footer {
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        text-align: center;
        align-items: center;
        align-self: center;
        margin: auto;
        margin-top: 35px;
    
}
.Footer-Title{
    font-size: 40px;
}
.Footer_Links{
    font-size: 30px;
    line-height: 50px;
}

.Social-Media a{
    padding: 9px 14px 9px 14px;
}
}
@media (max-width: 968px ) {
    .Footer {
        font-size: 26px;
        margin: auto;
        margin-bottom: 25px;
        
        margin-top: 35px;
}
}

@media (max-width: 768px ) {
    .Footer {
        font-size: 23px;
        margin: auto;
        margin-bottom: 25px;
        
        margin-top: 35px;
}
}
@media (max-width: 600px ) {
    .Footer {
        font-size: 18px;
        margin: auto;
        margin-bottom: 25px;
        
        margin-top: 35px;
        
}
}
@media (max-width: 400px ) {
    .Footer {
        font-size: 18px;
        margin: auto;
        margin-bottom: 25px;
        
        margin-top: 35px;
}
}
@media (max-width: 300px ) {
    .Footer {
        font-size: 18px;
        margin: auto;
        margin-bottom: 25px;
        
        margin-top: 35px;
}
}
@media screen and (max-width:768px) {
    body{
        overflow-x: hidden;
    }
    .Up-text{
        margin: auto;
        size: 30%;
    }
}

@media screen and (max-width:600px) {
    body{
        overflow-x: hidden;
    }
    .Up-text{
        margin: auto;
        size: 30%;
    }
    .Tercer-Titulo-arriba{
        font-size: 75px;
        margin: auto;
        overflow-x: hidden;
    }
    .Introduction{
        margin: auto;
        size: 50%;
    }
    
    .Second-Title{
        overflow-x: hidden;
        font-size: 10px;
        margin: auto;
    }
    .Introduction-Paragraph{
        flex-wrap: wrap;
    }
}