@font-face {
    font-family: "Sans Serif";
    src: url('assets/fonts/Poppins-Light.ttf') format('truetype');
}
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
body {
    background: url('images/woman-inutc.webp') center fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    font: normal 16px/22px Lato;
    color: #555;
    height: 100%;
}
p {
    padding-bottom: 20px;
}
a:hover {
    text-decoration: none;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Sans Serif";
    margin: 0;
    padding: 0;
}
h1 {
    font-weight: 300;
    font-size: 60px;
    line-height: 80px;
}
h2 {
    font-weight: 300;
    font-size: 40px;
    line-height: 38px;
    margin-bottom: 80px;
}
h3 {
    font-weight: 300;
    font-size: 35px;
    line-height: 38px;
    margin-bottom: 40px;
}

.spacer {
    padding: 100px 0;
}
.center {
    text-align: center;
}

.header-bg {
    background: rgba(0, 0, 0, 0.8);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.fullpage .container {
    display: table;
    height: 100%;
    width: 100%;
}
.fullpage .absolute-center {
    display: table-cell;
    vertical-align: middle;
}

.header h1.info {
    color: #fff;
}
.header h1.info a {
    color: #fff;
    text-decoration: none;
    position: relative;
    left: 130px;
}
.header h1.info a u {
    text-decoration: none;
}
.header h1.info a:hover u {
    text-decoration: underline;
}
.header h1.info b {
    opacity: 0.5;
    position: relative;
    left: 130px;
}
.header h1.info b span {
    font-weight: 300;
    opacity: 0.7;
}
.header a.btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 0;
    margin-top: 25px;
    margin-right: 25px;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    left: 130px;
}
.header a.btn:hover {
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
}

.connect-icon {
    display: block;
    top: 20px;
}
.connect-icon .prof-links2, .connect-icon .prof-links3 {
    position: relative;
    margin-left: 0px;
    top: 210px;
    margin-top: 150px;
}
.connect-icon .prof-links2:hover, .connect-icon .prof-links3:hover {
    opacity: 0.5;
    transition: all 0.5s ease;
}

.imag {
    position: relative;
    top: -230px;
    right: -70px;
}
.content-body {
    display: none;
}

@media (max-width: 3840px) {
    .header h1.info a {
        left: 200px;
    }
    .header h1.info b {
        left: 200px;
    }
    .header a.btn {
        left: 200px;
    }
    .connect-icon .prof-links {
        right: 0px;
    }
    .imag {
        top: -200;
        right: -50px;
    }
}

@media (max-width: 1200px) {
    h1 {
        font-size: 50px;
        line-height: 70px;
    }
    h2 {
        font-size: 35px;
        margin-bottom: 50px;
    }
    h3 {
        font-size: 25px;
        margin-bottom: 30px;
    }
    .spacer {
        padding: 70px 0;
    }

    .testimonials p {
        padding: 0 100px;
    }
}

@media (max-width: 1440px) {
    .header h1.info a {
        left: 100px;
    }
    .header h1.info b {
        left: 100px;
    }
    .header a.btn {
        left: 100px;
    }
    .connect-icon .prof-links {
        right: -50px;
    }
    .imag {
        top: -200;
        right: -100px;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 40px;
        line-height: 60px;
    }
    h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    h3 {
        font-size: 25px;
        margin-bottom: 25px;
    }
    .header .absolute-center {
        margin-top: 30%;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 50px;
        line-height: 90px;
    }
    h2 {
        font-size: 25px;
        margin-bottom: 25px;
    }
    .header a.btn {
        font-size: 12px;
        margin-right: 18px;
    }
    .header a.btn:last-child {
        margin-right: 0;
    }
    .header .absolute-center {
        margin-top: 10%;
    }
    .prof-links {
        margin: 60px 0 10px 0;
        width: 100%;
    }
    .connect-icon a {
        margin: 0 10px 0 0;
    }
    .social {
        width: 100%;
    }
    .spacer {
        padding: 30px 0;
    }
}

@media (max-width: 600px) {
    h1 {
        font-size: 27px;
        line-height: 40px;
    }
    .testimonials p {
        padding: 0;
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 428px) {
    h1 {
        font-size: 25px;
        line-height: 35px;
    }
    h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .header h1.info a {
        top: 120px;
        left: 0;
    }
    .header h1.info b {
        top: 120px;
        left: 0;
    }
    .header a.btn {
        top: 120px;
        left: 0;
    }
    .connect-icon .prof-links {
        top: 50px;
        right: 0px;
    }
    .imag {
        top: -570px;
        right: 0;
    }
    .header .absolute-center {
        margin-top: 0;
    }
    .spacer {
        padding: 20px 0;
    }
}

@media (max-width: 768px) {
    .absolute-center {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    /* Ajuste del logo */
    .imag {
        position: relative;
        top: -520px;
        left: 0;
        transform: none;
        margin-bottom: 20px;
    }

    .imag img {
        width: 70px;
        height: auto;
    }

    .header h1.info {
        margin-top: 20px;
        text-align: center;
    }

    .header h1.info a,
    .header h1.info b,
    .header a.btn {
        left: 0;
        position: relative;
        top: 100px; /* Ajuste para que no se desplace tanto hacia abajo */
        z-index: 10; /* Asegura que el botón esté por encima de otros elementos */
    }

    /* Ajuste para separar las redes sociales */
    .connect-icon .prof-links2, .connect-icon .prof-links3 {
        top: 40px; /* Separación de las redes sociales */
    }

    /* Asegurarse de que el botón esté bien visible */
    .header a.btn {
        font-size: 14px;
        padding: 12px 20px;
        margin-right: 0; /* Ajuste de márgenes para mayor espacio */
    }
}
