@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*variables*/

html {
    scroll-behavior: smooth;
}


/**/


/*estilos generales*/

.justify-content-center {
    justify-content: center;
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.display-flex {
    display: flex;
    align-items: center;
}

.dis-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-flex {
    display: flex;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

@font-face {
    font-family: "FFClanProMedium";
    src: url("../fuentes/FFClanProMedium.TTF") format("ttf");
}

@font-face {
    font-family: "FFClanProRgNews";
    src: url("../fuentes/FFClanProRgNews.TTF") format("ttf");
}

@font-face {
    font-family: "FFClanProUltra";
    src: url("../fuentes/FFClanProUltra.TTF") format("ttf");
}

@font-face {
    font-family: "FFClanProMedium";
    src: url("../fuentes/FFClanProMedium.woff") format("woff");
}

@font-face {
    font-family: "FFClanProRgNews";
    src: url("../fuentes/FFClanProRgNews.woff") format("woff");
}

@font-face {
    font-family: "FFClanProUltra";
    src: url("../fuentes/FFClanProUltra.woff") format("woff");
}

.tab-content>.tab-pane {
    display: block;
}

/**/
/**/

#ysocial-chat>div {
    width: 69px;
    height: 69px;
    bottom: 15px;
    right: 17px;
}

*::-webkit-scrollbar {
    width: 4px;
}

*::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    border-radius: 4px;
}

/**/

.componente-banner{
    background-image: url(/Style%20Library/webparts/eventos-empresariales/img/img-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.componente-banner::before{
        content: "";
    background-image: url(/Style%20Library/webparts/eventos-empresariales/img/img-degradado-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}

.componente-banner .banner{
    z-index: 1;
    /* flex-wrap: wrap; */
    position: relative;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 15px;
}
.componente-banner .banner>div{
      display: flex;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.componente-banner .banner .cont-izq{
    position: relative;
    width: 360px;
}

.componente-banner .banner .cont-izq::after{
        content: "";
    width: 2px;
    height: 100%;
    background-color: white;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.componente-banner .banner .cont-izq .logo{
    padding-right: 10px;
    width: 100%;
    margin-bottom: 30px;
}
.componente-banner .banner .cont-der{
    width: 100%;
    max-width: 480px;
}


.componente-banner .banner .cont-der h1{
    display: none;
}

 /* ? ----- PORTADA ----- */

.portada {
    height: auto;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-wrap: wrap;
    padding-left: 29px;
}

.portada p {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    font-size: 34px;
    line-height: 30px !important;
    color: white;
    margin-bottom: 13px;
}

.portada #cuenta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.portada #cuenta .simply-section {
    width: 100%;
    max-width: 300px;
    position: relative;
    padding: 0px 8px;
}
/* .portada #cuenta .simply-section::after {
    content: '';
    width: 5px;
    height: 212px;
    background-color: white;
    position: absolute;
    top: -200px;
    margin: 0 auto;
    right: 0;
    left: 0;
} */

.portada #cuenta .simply-section::after {
    background-position: right;
    content: '';
    background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/feria-vivienda/img/puntos-timer.png);
    background-size: 30px;
    width: 20px;
    height: 20px;
    background-size: 9px;
    width: 100%;
    position: absolute;
    right: -6px;
    height: 100%;
    background-repeat: no-repeat;
    top: -7px;
}

.portada #cuenta .simply-section:nth-child(4)::after {
    display: none;
}
/* .portada #cuenta .simply-section:nth-child(2) {
    top: 50px;
    position: relative;
}

.portada #cuenta .simply-section:nth-child(2)::after {
    height: 246px;
    top: -243px;
}

.portada #cuenta .simply-section:nth-child(4) {
    top: 50px;
    position: relative;
}

.portada #cuenta .simply-section:nth-child(4)::after {
    height: 246px;
    top: -243px;
} */

.portada #cuenta .simply-section>div {
    text-align: center;
}

.portada #cuenta .simply-section>div .simply-amount {
        display: flex;
    align-items: center;
    justify-content: center;
    font-size: 66px;
    font-weight: 400;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    height: 66px;
}

.portada #cuenta .simply-section>div .simply-word {
    font-size: 12px;
    top: 0px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: white;
    position: relative;
    text-align: left;
    width: 100%;
    display: block;
}

.portada.oculta {
    transform: translateY(100%);
}
.titulos-evento{
    position: relative;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 73px;
    padding: 0px 15px;
}
.titulos-evento h2{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 0;
    color: #ff6600;
    text-align: left;
}

.componente-informativo{
    position: relative;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    gap: 30px;
    padding: 0px 15px;
}
.componente-informativo .cont-video{
    width: 50%;
}

.componente-informativo .cont-video p{
        font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 16px;
    line-height: 19px;
    color: #424242;
    margin-bottom: 30px;
}

.componente-informativo .cont-video .video{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    /* margin-bottom: 40px; */
}

.componente-informativo .cont-video .video iframe{
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.componente-informativo .cont-formulario{
    width: 50%;
}
@media only screen and (max-width: 1100px) {
    .portada #cuenta .simply-section {
        padding: 0px 14px;
    }
    .portada #cuenta .simply-section::after {
        right: -9px;
    }
}
@media only screen and (max-width: 768px) {
    .componente-banner .banner .cont-izq {
    width: 100%;
}
.componente-banner .banner{
    padding: 39px 15px;
}
.componente-banner .banner .cont-izq .logo {
    max-width: 320px;
    margin-bottom: 30px;
    padding-right: 0px;
}
.componente-banner .banner .cont-izq::after{
    display: none;
}
.portada {
    padding-left: 0px;
}
.portada p {
    text-align: center;
    width: 100%;
        font-size: 28px;
}
.portada #cuenta {
    width: 100%;
}
}
@media only screen and (max-width: 650px) {
.componente-informativo {
    flex-wrap: wrap;
}
.componente-informativo .cont-video {
    width: 100%;
}
.componente-informativo .cont-formulario {
    width: 100%;
}
}

@media only screen and (max-width: 450px) {
    .portada #cuenta .simply-section>div .simply-amount{
        font-size: 56px;
    }
        .portada #cuenta .simply-section {
        padding: 0px 0px;
    }
    .portada #cuenta .simply-section::after {
    background-size: 7px;
    right: -6px;
}
.portada #cuenta .simply-section>div .simply-word {
    text-align: center;
}
}