* {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    color: #3F484F;
}

:root {
    --fsize-16: 1vw;
    --fsize-22: 1.15vw;
    --fsize-25: 1.31vw;
    --fsize-30: 1.57vw;
    --fsize-40: 2.10vw;
    --fsize-70: 3.68vw;
    --fsize-154: 8.10vw;
}

a {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
}

a img {
    width: 100%;
}

.sec_box {
    position: relative;
    margin: auto;
    width: 70%;
    /* max-width: 1920px; */
}

.seccion_full {
    position: relative;
    width: 100%;
    margin: auto;
}

strong,
span {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
}

strong {
    font-weight: 700;
}

.i_movil {
    display: none;
}

.i_desk {
    display: block;
}

.link {
    display: inline-block;
    width: fit-content;
    color: #B59362;
    transition: font-weight 0.5s ease;
}

.link:hover {
    border-bottom: 1px solid #B59362;
    font-weight: 700;
}

a.link {
    border-bottom: 1px solid transparent;
}

/*************************** home ***********************************/

/** sec1 **/
#HMSec1 {
    background-image: url(../img/home/backhomenv.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6% 0;
}

.HMS1C1 {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 4% auto 6% auto;
}

.HMS1C1_it1 {
    font-size: var(--fsize-70);
    color: #FFFFFF;
}

.HMS1C1_it2 {
    font-size: var(--fsize-154);
    color: #FFFFFF;
    font-weight: 700;
}

.HMS1C1_it3 {
    font-size: var(--fsize-30);
    color: #FFFFFF;
    width: 70%;
    margin: auto;
}

.HMS1C2 {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 5%;
    box-sizing: border-box;
    width: 100%;
    margin: auto;
}

.HMS1C2Box1 {
    color: #342A86;
    font-size: var(--fsize-25);
    text-align: center;
    margin-bottom: 5%;
}

.HMS1C2Box2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    width: 80%;
    margin: 0 auto 5% auto;
    gap: 3vw;
}

.HMS1C2Box2 input {
    width: 42%;
    padding: 1%;
    box-sizing: border-box;
    border-radius: 50px;
    transition: all 0.5s;
    font-size: var(--fsize-16);
}

.HMS1C2Box2 input:focus {
    border: 1px solid #636d74;
    transition: all 0.5s;
}

bxutton {
    outline: none;
    background-color: #B59362;
    padding: 1% 3%;
    box-sizing: border-box;
    color: #FFFFFF;
    text-align: center;
    font-weight: 700;
    margin: auto;
    width: 30%;
    border-radius: 50px;
}

.form * {
    font-size: var(--fsize-22);
}

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

.form .hs-input {
    width: 100%;
    border: 1px solid #636d74;
    padding: 1.5%;
    box-sizing: border-box;
    border-radius: 50px;
    margin-bottom: 3%;
}

.form .actions {
    display: flex;
    justify-content: center;
    margin-top: 5%;
}

.form .hs-button {
    background-color: #B59362;
    padding: 1%;
    box-sizing: border-box;
    width: 35%;
    color: #FFFFFF;
    font-weight: 700;
    cursor: pointer;
    border-radius: 50px;
}

.form .hs-error-msgs {
    margin-bottom: 3%;
    margin-left: 5%;
    font-size: var(--fsize-16) !important;
}

.form .hs-error-msg {
    font-size: var(--fsize-16) !important;
}

.form .submitted-message {
    font-weight: 700;
    text-align: center;
}

.form .submitted-message p {
    font-size: var(--fsize-25);
}




/** sec2 **/

#HMSec2 {
    background-color: #B59362;
    padding: 2% 0;
}

.HMS2C1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.HMS2C1Box1 {
    width: 47%;
    display: flex;
    flex-direction: column;
}

.HMS2C1Box1_it1 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: var(--fsize-30);
}

.HMS2C1Box1_it2 {
    font-size: var(--fsize-25);
    color: #FFFFFF;
}

.HMS2C1Box2 {
    width: 47%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 1.5vw;
}

.HMS2C1Box2_it1 {
    width: 33%;

}

.HMS2C1Box2_it1__img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/** sec3 **/

#HMSec3 {
    padding: 4% 0 1% 0;
}

.HMS3C1 {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 5%;
}

.HMS3C1_it1 {
    font-size: var(--fsize-40);
    color: #342A86;
    margin-bottom: 2%;
}

.HMS3C1_it2 {
    font-size: var(--fsize-30);
    margin-bottom: 4%;
}

.c-morado {
    color: #342A86;
}

.HMS3C1_it3 {
    border-bottom: 3px solid #B59362;
    width: 30%;
    margin: auto;
}

.HMS3C2 {
    display: flex;
    flex-direction: column;
}

.HMS3C2Box {
    display: flex;
    flex-direction: column;
    row-gap: 2vw;
    margin-bottom: 5%;
}

.HMS3C2Box_desc {
    font-size: var(--fsize-30);
}

.HMS3C2Box_podcast {
    display: flex;
}

.HMS3C2Box_podcast__img {
    width: 100%;
    object-fit: contain;
    object-position: top center;
}

/*** footer **/

#footer {
    background-color: #3F484F;
    padding: 5% 0;
}

.FOOTC1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.FOOTC1Box1 {
    width: 36%;
}

.FOOTC1Box1_it1 {
    color: #D3D3D3;
    font-size: var(--fsize-16);
}

.FOOTC1Box2 {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    gap: 3vw;
    justify-content: flex-end;
}

.FOOTC1Box2_provicional {
    width: 100%;
}

.FOOTC1Box2Div1 {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.FOOTC1Box2Div1_title {
    font-size: var(--fsize-16);
    margin-bottom: 1.5vw;
    color: #FFFFFF;
}

.FOOTC1Box2Div1Inner_map {
    position: relative;
    font-size: var(--fsize-16);
    color: #D3D3D3;
    margin-bottom: 2vw;
    padding-left: 15%;
    box-sizing: border-box;
}

.FOOTC1Box2Div1Inner_tel {
    position: relative;
    font-size: var(--fsize-16);
    color: #D3D3D3;
    padding-left: 15%;
    box-sizing: border-box;
}

.FOOTC1Box2Div1Inner_mail {
    position: relative;
    font-size: var(--fsize-16);
    color: #D3D3D3;
    margin-bottom: 3vw;
    padding-left: 15%;
    box-sizing: border-box;
}

.FOOTC1Box2Div1Inner_tel::before {
    content: '';
    background: url(../img/footer/tel.png);
    background-size: 30%;
    width: 50px;
    height: 50px;
    max-width: 50%;
    display: block;
    position: absolute;
    top: 10%;
    left: 0%;
    background-repeat: no-repeat;
}

.FOOTC1Box2Div1Inner_map::before {
    content: '';
    background: url(../img/footer/mapa.png);
    background-size: 30%;
    width: 50px;
    height: 50px;
    max-width: 50%;
    display: block;
    position: absolute;
    top: 10%;
    left: 0%;
    background-repeat: no-repeat;
}

.FOOTC1Box2Div1Inner_mail::before {
    content: '';
    background: url(../img/footer/correo.png);
    background-size: 30%;
    width: 50px;
    height: 50px;
    max-width: 50%;
    display: block;
    position: absolute;
    top: 10%;
    left: 0%;
    background-repeat: no-repeat;
}

.FOOTC1Box2Div1Inner_rss {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.FOOTC1Box2Div1Inner_rss i {
    color: #D3D3D3;
    font-size: var(--fsize-30);
}


/* animacion de scroll down */

/* Estilo para la flecha de scroll hacia abajo */

.ContMouse{
    background-color: rgba(0,0,0,0.5);
}

.mouse {
    opacity: .4;
    width: 30px;
    height: 50px;
    border: 2px solid white;
    position: fixed;
    right: 30px;
    bottom: 30px;
    border-radius: 35px;
    margin-left: -15px;
    background-color: #000;
    transition: opacity 0.5s;
}

.mouse-wheel {
    position: relative;
    overflow: hidden;
    width: 30px;
    height: 15px;
    border: 1px solid white;
    width: 6px;
    border-radius: 500px;
    margin: 5px auto 0;
    margin-top: 5px;
}

.mouse-wheel::after {
    content: '';
    position: absolute;
    width: 4px;
    background-color: #fff;
    height: 4px;
    left: 50%;
    margin-left: -2px;
    border-radius: 15px;
    animation: mouseScroll 1.5s 000ms infinite ease;
}

.arrows {
    position: relative;
    width: 26px;
    height: 20px;
    overflow: hidden;
    margin-top: -6px;
}

.arrows-container {
    overflow: hidden;
    position: relative;

}

.arrows {
    position: absolute;
    left: 50%;
    overflow: hidden;
    transform: rotate(45deg);
    margin-left: -18%;
    content: '';
    opacity: 0;
    width: 8px;
    height: 8px;
    border: 2px solid white;
    border-left-color: transparent;
    border-top-color: transparent;
    animation: arrowScroll 1.5s 500ms ease-in-out infinite;
}

.scroll-indicator.hide {
    opacity: 0;
  }

@keyframes mouseScroll {
    0% {
        margin-top: -10px;
        opacity: 0;
    }

    50% {
        height: 8px
    }

    100% {
        margin-top: 16px;
    }
}

@keyframes arrowScroll {
    from {
        margin-top: -2px;
        transform: rotate(45deg);
        opacity: 0;

    }

    50% {
        transform: rotate(45deg);
        opacity: 1;
    }

    to {
        margin-top: 10px;
        transform: rotate(45deg);
        opacity: 0;
    }
}