:root {
    --color_1: #E4107C;
    --color_2: #F7C709;
    --color_3: #EE802C;
    --color_4: #787878;
    --color_5: #353133;
    --color_6: #EDBF3B;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "montserrat";



}

html {
    scroll-behavior: smooth;
}


a,
button {
    all: unset;
}



.contTotal {

    max-width: 1200px;
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;


}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ContLogo {

    display: flex;
    justify-content: center;

}

.logo {
    width: 300px;
    padding: 10px 0;
}

.contImgBanner {

    max-width: 900px;

    overflow: hidden;
}

.ImgBanner {
    width: 100%;
    height: 100%;

}

.presentacion,
.contTexto {
    display: flex;
    flex-direction: column;
    align-items: center;
}

strong {
    color: var(--color_1);
}

.presentacionH2 {
    font-weight: 400;
    color: var(--color_3);

}

.contTexto {
    width: 600px;
    gap: 1.5rem;
    text-align: center;
    color: var(--color_5);

}

.botonAccion {
    background-color: var(--color_1);
    padding: 10px;
    border-radius: 15px;
    box-shadow: 5px 5px 5px #52041a;
    color: aliceblue;
    font-weight: 700;

}

.tituloSection {
    text-align: center;
    padding: 20px;
    font-size: 2.5rem;
    color: var(--color_1);
}

/*--------PERSUACION-------------------*/
.persuacion {
    margin: 50px 0px;
    display: flex;
    gap: 1rem;
}

.contPersuacionH2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.persuacionH2 {
    color: var(--color_3);
    border: 1px solid var(--color_3);
    padding: 5px 12px;
    font-size: 1.3rem;
    border-radius: 15px;
}

.contPer_1 {
    color: var(--color_1);
    border: 1px solid var(--color_1);
    border-radius: 20px;
    padding: 12px 5px;
}

.persuacionNumero {
    text-align: center;
    font-size: 3.5rem;
    font-weight: 500;
}

.persuacionBajada {
    font-size: 0.8rem;
    text-align: center;
}

/*----------------DINAMICA-----------------------------*/

.tituloDinamica {
    text-align: center;
}

.contPasos {
    margin-bottom: 3rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.articlePasos {
    width: 300px;
    background-color: var(--color_2);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding-bottom: 10px;

}

.contTituloPaso {
    width: 300px;
    color: var(--color_3);
    background-color: var(--color_6);
    border-radius: 15px;
    font-size: 1.9rem;



}

.SubtituloPaso {
    color: var(--color_1);
}

.tituloPaso {
    text-align: center;
    color: var(--color_3);
    padding: 10px 0px;
    border-radius: 15px 0 0 15px;

}

.textPaso {
    width: 250px;
    color: var(--color_1);
}

/*-----------------------Precios---------------------*/


.precios {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
    justify-content: center;
}

.articlePrecio {
    border: 2px solid var(--color_1);
    background-color: #F4F4F4;
    padding: 20px 0;
    width: 300px;

    display: flex;
    flex-direction: column;
    gap: 1rem;

}

.articlePrecio:hover {
    background-color: var(--color_1);

}

.tituloPrecio {
    font-size: 2rem;
    padding: 0px 25px;

}

.contPrecio {
    padding: 0 25px;
}

/*aca al dejar asi cambia el hijo del contenedor padre*/
.articlePrecio:hover .precio {
    color: aliceblue;
}

.precio {
    font-weight: 300;
    font-size: 3.3rem;
    color: var(--color_4);
}


.contBoton {
    background-color: #6e6e6e1c;
    padding: 25px;
    position: relative;
}

.articlePrecio:hover .botonContratar {
    background-color: var(--color_2);
    color: aliceblue;
}

.textBoton {
    font-weight: 600;
    margin-bottom: 15px;
}

.botonContratar {
    background-color: #0f080b;
    padding: 5px 8px;
    border-radius: 20px;
    position: absolute;
    z-index: 999;
    bottom: -15px;
    color: aliceblue;
    font-weight: 800;
    cursor: pointer;

}

.botonContratar:active {
    scale: 1.2;
}

.contCaracteristicas {

    margin-top: 20px;
    padding: 0 15px;

}

.tituloCaracteristicas {
    font-size: 1.5rem;
    margin-bottom: 10px;
    padding-left: 10px;
}

li {
    padding-left: 15px;
    list-style-position: inside;
}


/*---------------Ampliacion----------------------*/
.bajadaSection {
    color: var(--color_4);
    font-size: 1.5rem;
    text-align: center;
}

.ampliacion {

    display: flex;
    gap: 6rem;
    margin: 2rem 0;

}

.contAmpli {
    border: 1px solid rgba(238, 137, 5, 0.274);

    width: 270px;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.AmpliTitulo {
    font-size: 1.8rem;
    color: var(--color_3);
    text-align: center;
}

.AmpliImg {
    width: auto;
    height: 150px;
}

.AmpliPrecio {
    color: var(--color_1);
    font-weight: 300;
    font-size: 2.3rem;
}

.AmpliText {
    color: var(--color_4);
    padding: 10px;
    font-weight: 500;

}

/*----------footer----------*/
footer {
    background-color: var(--color_5);
    color: var(--color_4);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 2rem;
}

.logoHorizontal {
    width: 300px;
    padding: 1rem;
}

.contTodoFooter {
    width: 95%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 1rem;
    gap: 1rem;
}

.contEnlaces {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 250px;
}

.enlaces {
    cursor: pointer;
    text-align: center;
}

.ico:hover {
    color: var(--color_2);
}

.enlaces:hover {
    color: var(--color_2);
}

.ico:active {
    scale: 1.2;
    color: var(--color_2);
}

.enlaces:active {
    scale: 1.2;
    color: var(--color_2);
}

.contFooterTex {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 250px;
}

.contRedes {
    display: flex;
    justify-content: space-around;
    font-size: 2rem;
    cursor: pointer;

}

@media(max-width:800px) {

    .contTodoFooter {
        flex-direction: column;
    }
}

@media(max-width:500px) {

    .contTexto {
        width: 350px;
    }

  .contImgBanner {
  width: 100%;
  height: 400px;        /* elegí la altura que quieras mostrar en mobile */
  overflow: hidden;
  position: relative;
}

.ImgBanner {
  width: 100%;
  height: 100%;
  object-fit: cover;     /* recorta pero mantiene proporción */
  object-position: center; /* se centra en el foco (medio de la imagen) */
  display: block;
}

    .contPersuacionH2 {
        gap: 0.5rem;
    }

    .persuacion {
        flex-direction: column;
        padding: 0 10px;
    }

    .persuacionH2 {
        font-size: 1.3rem;
        text-align: center;

    }

    .persuacionBajada {
        font-size: 1rem;
    }

    .contPasos {
        flex-direction: column;
    }

    .SubtituloPaso {
        font-size: 2rem;
        text-align: center;
    }


    .precios {
        flex-direction: column;
    }

    .ampliacion {
        flex-direction: column;
        gap: 1rem;
    }

    .tituloSection,
    .bajadaSection {
        width: 380px;
        padding: 10px;
    }


    .contTodoFooter {
        gap: 1rem;

        text-align: center;


    }

    .contFooterTex {
        max-width: 300px;
    }






}


@media(max-width:320px) {

    .tituloSection,
    .bajadaSection {
        width: 300px;
    }

    .contTexto {
        width: 300px;
    }
}