* {
    font-family: 'Roboto', sans-serif;
}
@media only screen and (min-width: 700px){
.background {
    background:url('https://19607243.fs1.hubspotusercontent-na1.net/hubfs/19607243/Fotos%20stock%20background/fondovioleta.png');
    min-height:100vh;
    background-repeat: no-repeat;
    background-position: top;
}
}
@media only screen and (max-width: 699px){
.background {
    background:#0A0635;
    min-height:100vh;
    background-repeat: no-repeat;
    background-position: top;
}
}

button {
    border-radius: 10rem;
    background: rgba(255, 255, 255, 0.2);
    padding: 0.8rem 2.6rem;
    font-size: 0.9rem;
    font-weight: 400;
}

.negrita {
    font-weight: 600;
}

.tapar {
    font-size: 1px;
    color: black;
    text-decoration: none;
}

h1 {
    font-size: 75px;
    font-weight: 600;
    padding-bottom: 30px;
}

.descrip {
    font-size: 1.4rem;
    font-weight: 400;
    padding-right: 4rem;
}

.contdescrip {
    margin-bottom: 6rem;
    color: white
}

.contdescrip2 p {
    color: black;
    margin-bottom: 2rem;
}

.contform {
    background-color: #fff;
    border-radius: 10px;
    padding-top: 1rem;
    margin: 0;
    width: 700px;
    position: relative;
    left: 50%;
    transform: translateX(-50%) !important;
}

.contformAdentro {
    width: 90%;
    margin: 0 auto;
}

h2 {
    font-size: 1.9rem;
    font-weight: 100;
    margin-bottom: 1rem;
}

.form-container {}

p {
    font-size: 1.2rem;
    font-weight: 100;
}

.chicas {
    font-size: 1.1rem;
}

        /* Estilos para el nuevo diseño del encabezado */
        .headerMain {
            display: flex;
            flex-direction: column; /* Cambiamos la dirección de los elementos */
            align-items: center;
            padding-top: 4rem;
            padding-bottom: 2rem; /* Reducimos el espacio inferior */
        }v

        header {
            margin-bottom: 2rem; /* Espacio entre el logo y el título */
        }
header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem; /* Ajusta el espacio entre el logo y los títulos */
}

        main {
            flex-direction: column;
            align-items: center;
        }


header img {
    width: 272px;
    margin-bottom: 40px;
}

main,
.mgrid2 {
    color: white;
}

footer {
    color:white;
    background: #323249;
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center;
}

.logos {
    width: fit-content;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.logos .logoContainer {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    border: 2px solid;
}

.logos .linkedin {
    background-color: #0077b5;
    border-color: #0077b5;
}

.logos .ig {
    background-color: #c32aa3;
    border-color: #c32aa3;
}

.logos .link {
    background-color: #2096f3;
    border-color: #2096f3;
}

.logos .logoContainer:hover {
    background-color: white;
    transform: translateY(-10%);
    transition: 0.2s all ease;
}

.logos .linkedin:hover {
    color: #0077b5;
}

.logos .ig:hover {
    color: #c32aa3;
}

.logos .link:hover {
    color: #2096f3;
}

.logos a {
    color: white;
    text-decoration: none;
}

.logos div i {
    font-size: 22px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


form {
    margin: 0;
    padding: 20px;
    text-align: center;
      background-color: #ffffff6e;
  border-radius:10px;
}

.hs-input {
    font-size: 1rem;
    width: 100%;
    padding: 12px 20px;
    margin: 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.hs-error-msgs {
    list-style: none;
}

.hs-error-msg {
    margin-top: 5px;
    margin-bottom: 15px;
    position: relative;
    left: 5%;
    float: left;
    text-align: left;
}

.hs_error_rollup {
    display: none;
}

.inputs-list {
    padding: 0;
    margin: 0;
}

.hs-form-booleancheckbox::marker {}

.hs-fieldtype-booleancheckbox {
    display: flex;
    margin-bottom: 30px;
    margin-top: 10px;
}



.hs-form-booleancheckbox input {
    width: 25px;
}

.hs-form-booleancheckbox span {
    margin-left: 15px;
}

input[type=submit] {
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    background-color:#17142F ;
    padding: 10px 40px;
    font-size: 22px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 30px;
}

input[type=submit]:hover {
    background-color: #34324C;
    color: white;
    transition: all 0.2s ease;
}

h3 {
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 1.8rem;
}

h5 {
    font-size: 25px;
    margin-bottom: 20px;
}

.ponentes {
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-right: 3rem;
}

.ponentes img {
    margin-bottom: 1rem;
}

.info {
    margin-right: 3rem;
    margin-bottom: 4rem;
}

.s4 {
    color: white;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://22215557.fs1.hubspotusercontent-na1.net/hubfs/22215557/%5BLATAM%5D%20%7D%20Landing%20Page%20Images/niklas-hamann-I00oSGDCsWI-unsplash%20.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.s4 p {
    font-weight: 300;
    font-size: 2.7rem;
    line-height: 3.5rem;
    margin-bottom: 0.5rem;
}

.s4 p a {
    font-weight: 400;
}

.s4 a {
    color: white;
}

.s4 a:hover {
    color: lightgray;
    transition: all 0.2s ease;
}

.s4 i {
    font-size: 3.4rem;
}

.grids4 {
    display: inline-grid;
    grid-template-columns: auto auto;
}

.grids4a {
    grid-column: 1;
    margin-right: 1rem;
}

.grids4b {
    grid-column: 2;
}

.s4 button {
    font-size: 1rem;
    font-weight: 300;
    border: 0;
    background-color: #0074B3;
    color: white;
}

.s4 button:hover {
    color: black;
    background-color: white;
    transition: all 0.2s ease;
    cursor: pointer;
}

.titform {
    font-size: 33px;
    text-align: left;
    font-weight: 400;
}

.subtitform {
    font-weight: 400;
}

.txtform a {
    color: white;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: left;
}

.txtform a:hover {
    transition: all 0.2s ease;
}

.data {
    padding: 5rem 4rem 5rem 0;
}

footer{
  background:https://www.insside.net/wp-content/uploads/2023/02/insside_bg-footer.svg;
}

footer img {
    width: 13rem;
}

footer p {
    font-size: 0.7rem;
    font-weight: 300;
    line-height: 1.2rem;
}

.descripMobile {
    display: none;
}

.descripDesk {
    display: block;
}

.form-columns-2 {
    max-width: 100% !important;
}

.form-columns-1 {
    max-width: 100% !important;
}

.formDiv .hs-input {
    width: 100%;
}

.contform .input {
    margin: 0 !important;
}

.contform .input input {
    width: 99%;
}

/* input[name="firstname"],
input[name="email"],
input[name="company"] {
    float: left;
}

input[name="lastname"],
input[name="phone"],
input[name="country"] {
    float: right;
} */

.espdescrip {
    font-size: 3rem;
    font-weight: 100;
    line-height: 4rem;
}

.legal-consent-container {
    margin-top: 30px;
    text-align: left;
}

.hs-form-booleancheckbox span {
    margin-left: 0;
}

.hs-form-booleancheckbox::marker {
    color: rgb(0, 0, 0, 0);
}

input[type=checkbox] {
    transform: translateY(30%);
}

.hs-form-booleancheckbox-display span {
    font-weight: 600;
}

@media only screen and (min-width: 1921px) {
    .background {
        background-size: 3000px 700px;
    }
}

@media only screen and (min-width: 1000px) {
        .container {
            display: flex;
            align-items: center;
            justify-content: center;
        }
}

@media only screen and (max-width: 700px) {
  .background {
    background:url(https://19607243.fs1.hubspotusercontent-na1.net/hubfs/19607243/Fotos%20stock%20background/fondomobile.png"https://19607243.fs1.hubspotusercontent-na1.net/hubfs/19607243/Fotos%20stock%20background/fondomobile.png");
  }
}


@media only screen and (max-width: 1399px) {
    h1 {
        font-size: 65px;
    }

    .data {
        padding: 3rem 4rem 3rem 0;
    }

    .descrip {
        font-size: 2.7rem;
    }

    .w11-24 .background {
        background-size: 1920px 750px;
    }

    .w06-22 .background {
        background-size: 1920px 500px;
    }

    .w06-22 header img {
        margin-bottom: 50px
    }

    .w06-22 h1 {
        font-size: 37px;
    }

    .w06-22 h2 {
        font-size: 25px
    }

    .w06-22 .descrip {
        font-size: 30px
    }


}

@media only screen and (max-width: 1199px) {
    .descrip {
        padding-right: 0;
    }

    h1 {
        font-size: 60px;
    }

    .w11-24 .background {
        background-size: 1920px 700px;
    }
}

@media only screen and (max-width: 991px) {
    .headerMain {
        padding-bottom: 2rem;
    }

    h1 {
        font-size: 50px;
    }

    .descrip {
        font-size: 2.4rem;
        line-height: 3.3rem;
    }

    input[type=submit] {
        padding: 1rem 5rem;
    }

    .data {
        padding: 1rem 3rem 1rem 0;
    }

}

    footer img {
        margin-bottom: 1rem;
    }

    .descrip {
        padding-right: 1rem;
    }

    h2 {
        font-size: 1.4rem;
    }

    .descrip,
    .ponentes,
    .info {
        margin-right: 0;
        padding-right: 0;
    }

    .descripMobile {
        display: block;
    }

    .descripDesk {
        display: none;
    }

    .contform {
        width: 100%;
        margin-bottom: 30px;
    }
}

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


    h1 {
        font-size: 40px;
        padding-bottom: 0;
    }

    .titform {
        font-size: 25px;
    }

    .descrip {
        font-size: 1.9rem;
        line-height: 2.4rem;
    }

    .background {
        min-height:100vh;
        background-size: 1920px 22%;
    }
  body{
  min-height:100vh;}

    .s4 {
        padding-top: 4rem;
        padding-bottom: 4rem;
        background-attachment: scroll;
    }

    .data {
        padding: 1rem 2rem 1rem 0;
    }

    .background {
        background-size: 1920px 550px;
    }
}

@media only screen and (max-width: 575px) {
    .contform {
        margin-bottom: 7rem;
    }

    .headerMain {
        padding-bottom: 0;
    }

    .descrip {
        font-size: 1.5rem;
        line-height: 2.4rem;
    }

    header img {
        margin-bottom: 3rem;
    }

    h3 {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }

    .data {
        padding-left: 1rem;
    }

    p {
        font-size: 1rem;
    }

    .s4 p {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .background {
        background-size: 1920px 450px;
    }

    h1 {
        font-size: 30px;
    }

    .titform {
        font-size: 22px;
    }

    .background {
        background-size: 1920px 480px;
    }

    input[type=submit] {
        width: 100%;
    }
}

@media only screen and (max-width: 380px) {
    .background {
        background-size: 1920px 550px;
    }
}



/* ESPECÍFICAS */

@media only screen and (max-width: 991px) {
    .h3esp {
        font-size: 1.4rem;
        line-height: 1.5rem;
    }

    .w11-24 .background {
        background-size: 1920px 650px;
    }
}

@media only screen and (max-width: 767px) {
    .w11-24 .background {
        background-size: 1920px 550px;
    }
}
input{
border-radius:10px;
}

@media only screen and (max-width: 575px) {
    .h3esp {
        font-size: 1.3rem;
        line-height: 1.5rem;
    }

    .w11-24 .background {
        background-size: 1920px 475px;
    }

    .w06-22 h1 {
        font-size: 33px;
    }

    input[type=submit] {
        font-size: 20px;
        padding: 10px 0;
    }
}

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

    /* input[name="firstname"],
    input[name="email"],
    input[name="company"],
    input[name="lastname"],
    input[name="phone"],
    input[name="country"] {
        float: left;
        width: 100%;
    } */

    /* .contform {
        height: 800px;
    } */
}

@media only screen and (max-width: 460px) {
    .w06-22 h1 {
        font-size: 25px;
    }

    .w06-22 h2 {
        font-size: 15px;
    }

    .w06-22 .descrip {
        font-size: 22px;
    }

    .w06-22 .background {
        background-size: 1920px 440px;
    }
}

@media only screen and (max-width: 360px) {
    input[type=submit] {
        font-size: 17px;
    }
}





        main {
            flex: 1;
            padding: 0 20px;
        }



        #form-container1 {
            flex: 2;
            padding: 0 20px;
        }

        #form-container1 form {
            /* Estilos para tu formulario */
        }
        
        a{
          text-decoration:none;
          color:white;
}
.hs-tools{
    display:none;
  width:0;
}


.hs-tools-menu hs-collapsed{
   display:none;
}
.hs-tools-menu.hs-collapsed img.hs-sprocket{
  display:none;
  width:0;
}
..hs-tools-menu img.hs-sprocket{
  display:none;
    width:0;
}

.textiss {
  font-size: 2rem;
  color: #92e0ff;
  font-weight: 700;
}
/* FIN ESPECÍFICAS */