html, body {
    scroll-behavior: smooth;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background-color: rgb(235, 235, 235);
}

body::-webkit-scrollbar {
    width: 10px;
    background: rgb(235, 235, 235);
}

body::-webkit-scrollbar-thumb {
    background: rgb(153, 153, 153);
    border-radius: 8px;
}

body::-webkit-scrollbar-thumb:hover {
    background: rgb(121, 121, 121);
}

ul {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

header a {
    text-decoration: none;
    color: black;
}

header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* min-height:70px; */
    height: 15vh;
    background: transparent;
    padding: 10px;
    align-items: center;
    z-index: 20;
    color: #fff;
    position: fixed;
    transition: .3s ease;
}

.headerAbajo {
    box-shadow: 0px 0px 5px 2px rgb(0, 0, 0, 0.33);
    background: #951109;
}

header h2 {
    color: #fff;
}

header a:hover {
    color: black;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 75px;
    margin-right: 10px
}

nav {
    display: flex !important;
    flex-wrap: wrap;
}

nav a {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1em;
    letter-spacing: 3px;
    padding: 35px 10px;
    transition: ease 0.3s;
    color: #fff;
}

nav a:hover {
    text-decoration: none;
    color: white;
    letter-spacing: 7px;
    font-weight: 900;
}

.banner {
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    position: static !important;
}

.bannerImg {
    width: 100%;
    height: 100%;
}

.bannerImg img {
    position: absolute;
    width: 100%;
    height: 80vh;
    object-fit: cover;
    filter: brightness(50%);
    z-index: -1;
}

.inicio {
    margin: 20vh 0 0 0;
    display: block;
    z-index: 7;
    transform: scale(0.8);
}

.contenidoInicio {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.contenidoInicio h1 {
    text-align: center;
    color: white;
    font-size: 3.3em;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 115%;
}

.contenidoInicio p {
    color: white;
    font-weight: 300;
    font-size: 25px;
    line-height: 130%;
    margin: 0px 0px 20px 0px;
    text-align: center;
}

.separador {
    width: 90%;
    /* left: 0px;
    bottom: -1px;
    overflow: hidden; */
}

.separador svg {
    /* height: 90px !important; */
    display: block;
    width: calc(100%+1.3px);
}

.separador path {
    fill: black;
}

.segundoInicio {
    background-color: transparent;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    position: static !important;
}

.fondoSegundoInicio {
    position: static !important;
}

.grilla {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 40px 30px 0 30px;
    position: static !important;
}

.listas {
    background-color: white;
    display: block;
    width: 25%;
    min-width: 250px;
    height: 400px;
    padding: 20px;
    text-align: center;
    border: 1px solid rgb(223, 223, 223);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.055);
}

.lista1 {
    border-radius: 8px 0 0 8px;
}

.lista3 {
    border-radius: 0 8px 8px 0;
}

.listas div {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 0 7px 20px -12px rgb(0, 0, 0, 0.56);
    height: 100px;
    width: 100px;
    margin: 25px auto 27px auto;
    transition: ease 0.3s;
}

.listas svg {
    color: rgb(149, 17, 9);
    fill: rgb(149, 17, 9);
    width: 75px;
}

.listas div:hover {
    transform: scale(1.2);
}

.listas h4 {
    margin: 0 0 14px 0;
    color: #292929;
    font-size: 20px;
    font-weight: 800;
    line-height: 150%;
    text-align: center;
}

.listas p {
    margin: 0 0 20px 0;
    line-height: 130%;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px;
    color: rgb(156, 156, 156);
}

/* ACÁ EMPIEZA LO DE MODULO */

.container-modulos {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% - 10vh);
    padding: 5vh;
    margin: 40px auto 0 auto;
    gap: 50px;
    position: static !important;
}

.container-modulos p {
    margin: 0;
    padding: 0;
}

.modulos {
    width: 100%;
    max-width: 1150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1.5vh;
    padding: 30px 40px;
    background: white;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.158);
    row-gap: 3vh;
    border-radius: 8px;
}

.modulos h2, h3 {
    margin: 0;
}

.modulo-primario {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 0 0;
    justify-content: space-between;
    gap: 20px;
}

.imagenes-modulo {
    align-self: center;
    margin: 0;
    padding: 0;
    width: 70%;
}

.carousel {
    width: calc(50% - 40px) !important;
    min-width: 350px !important;
    border-radius: 12px;
    height: max-content !important;
    display: flex;
    justify-content: space-between;
}

.carousel-inner {
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 12px;
}

.carousel-control-prev, .carousel-control-next {
    width: max-content !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 15;
    opacity: 1 !important;
}

.carousel-control-prev {
    left: -3vh;
}

.carousel-control-next {
    right: -3vh;
}

.carousel-item {
    border-radius: 12px;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

.carousel img {
    width: 100%;
    height: 300px;
    user-select: none;
    object-fit: cover;
    object-position: center;
}

.carousel-control-circulo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    padding: 10px;
    border-radius: 100%;
    background: rgb(24, 24, 24) !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.315);
    transition: .3s ease;
}

.carousel-control-prev:hover .carousel-control-circulo,
.carousel-control-next:hover .carousel-control-circulo {
    opacity: 80%;
}

.datos-modulo {
    min-height: 30%;
    width: 40%;
    min-width: 400px;
}

.datos-modulo > p {
    /* margin-left: 7px; */
    display: inline-block;
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 13px;
    border: 1px solid rgb(223, 223, 223);
    margin-bottom: 10px;
}

.datos-modulo>h2 {
    border-left: 3px solid rgb(48, 48, 48);
    padding-left: 10px;
    margin: 10px 0;
}

.precio {
    margin: 10px 0;
}

.precio {
    font-weight: 700;
}

.lista-datos {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: baseline;
    margin-top: 20px;
    gap: 10px;
    list-style: none;
}

.lista-datos li {
    display: flex;
}

.lista-datos svg {
    color: rgba(0, 0, 0, 1);
    height: 24px;
    width: 24px;
    padding-right: 5px;
}

.descripcion-modulo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 15px;
}

.descripcion-modulo > p {
    text-align: justify;
}

.boton-ver-mas {
    width: 150px !important;
    font-weight: 700;
    border: none;
    padding: 5px 15px;
    border-radius: 20px;
    border-radius: none;
    background: #99999981;
    color: rgb(48, 48, 48);
    transition: .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boton-ver-mas:hover {
    cursor: pointer;
    background: #9999995b;
}

.boton-ver-mas:focus {
    border: none;
    outline: none;
}

.boton-ver-mas p {
    width: max-content !important;
    display: block !important;
    float: left;
    margin: 0;
}

.boton-ver-mas svg {
    width: 20px;
    margin-left: 5px;
    transition: .4s ease;
    transform: rotate(0);
}

.mas-info {
    height: 0;
    opacity: 0;
    transform: translateY(-120%);
    pointer-events: none;
    transition: .3s ease transform;
}

.desplegarInfo {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0%);
    height: max-content;
    transition: .6s ease opacity, .3s transform;
}

.capa-bg{
    margin: 15vh 0 0 0;
    width: 100%;
    background-position: center;
    background-size: cover;
    background: url("http://dbenedetto.com.ar/wp-content/plugins/one-page-express-companion/theme-data/one-page-express/sections/images/Travel_through_New_York_wallpaper-1920x1200.jpg");
    background-attachment: fixed;
}

.formulario {
    padding: 50px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
}

.formulario h3 {
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 15px;
}

.formulario > p {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    max-width: 500px;
    min-width: 400px;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 35px;
}

form {
    color: #666;
    font-weight: 300;
    width: 50%;
    min-width: 400px;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
}

form label {
    text-transform: uppercase;
}

.ingreso_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    width: calc(100% - 40px);
    padding: 20px;
}

.ingreso_form > input {
    width: 100%;
    background: #fafafa;
    outline: none;
    padding: 10px;
    border: 1.5px solid #ebebeb;
    border-radius: 4px;
}


.ingreso_form > textarea {
    border-radius: 2px;
    width: 100%;
    background: #fafafa;
    outline: none;
    padding: 10px;
    border: 1.5px solid #ebebeb;
    border-radius: 4px;
    resize: vertical;
    min-height: 150px;
    max-height: 300px;
}

.ingreso_form input:focus, .ingreso_form textarea:focus {
    border-color: #e64c44;
}

form > button {
    padding: 6px 25px;
    background: #ca3a32;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: max-content;
    margin-bottom: 20px;
    outline: none !important;
    border: none !important;
    transition: .3s ease;
    border-radius: 2px;
}

form > button:hover{
    cursor: pointer;
    background: #a11f19;
}

form > button > svg {
    width: 20px;
    margin-right: 5px;
}

form > button > p {
    font-size: 18px;
    margin: 0;
}

footer {
    width: 100%;
    display: flex;
    padding: 25px 0;
    align-items: center;
    justify-content: center;
    background: #222222;
    border-top: 5px solid #e43128;
}

footer p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    text-align: center;
    padding: 0 20px;
}


@media screen and (max-width: 1020px) {
    .modulo-primario {
        flex-direction: column;
        padding-top: 0;
    }
    
    .datos-modulo {
        width: 100%;
        margin-bottom: 20px;
        padding: 10px;
    }

    .carousel {
        width: 100% !important;
    }

    .descripcion-modulo {
        margin-top: 20px;
    }
}


@media screen and (max-width: 835px) {
    header {
        font-size: 15px;
    }
    .grilla {
        gap: 30px;
        padding: 0 50px;
    }
    .listas {
        flex-grow: 1;
    }

    .lista3 {
        height: max-content;
    }
}

@media (max-width:700px) {
    nav {
        display: none;
        opacity: 0;
        pointer-events: none;
    }
}

@media screen and (max-width: 670px) {
    .grilla {
        flex-direction: column;
    }

    .listas {
        width: 80%;
        height: max-content;
    }
    
    .container-modulos {
        padding: 0 !important;
    }
}

@media screen and (max-width: 550px) {
    .container-modulos {
        width: 100%;
        padding: 0;
        margin: 50px 0;
    }
    .modulos {
        padding: 30px 20px;
    }

    .carousel img {
        height: 200px;
    }
}