@import "reset.css";
@import "heebo-font.css";

/* ***********               General styles            *********** */
body {
    margin: 0;
    height: 100vh;
    color: #FFFFFF;
    font-size: 13px;;
    width: 100%;
    background-color: #0F2434;
    font-family: 'Heebo', sans-serif;
}
.clearfix {
    clear: both;
    width: 100%;
}
.separator {
    display: block;
    height: 60px;
    background-color: transparent;
    width: 100%;
    position: relative;
}
/* ***********            End General styles         *********** */

/* ***********               Header Menu             *********** */
header {
    width: 100%;
    padding: 0;
    top: 0;
    left: 0;
}
#header-navigation .container {
    position: relative;
}
#header-navigation.expanded {
    position: fixed;
    background-color: #0F2434;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}
#header-navigation.expanded ul{
    display: block;
    margin-top: 60px;
}
#header-navigation.expanded ul li{
    display: block;
    text-align: center;
    margin-bottom: 2px;
    line-height: 76px;
    width: 100%;
}
#header-navigation.expanded ul li:last-child{
    border-bottom: none;
    margin-top: 50px;
}
#header-navigation ul{
    display: none;
}
#header-navigation ul li:first-child{
    margin-left: 0px;
}
#header-navigation ul li{
    display: inline;
    margin-left: 30px;
}
#header-navigation.expanded ul li{
    margin-left: 0;
}
#globant-logo {
    position: relative;
    top: 6px;
    width: 102px;
    height: auto;
    display: none;
}
#header-navigation.expanded #globant-logo {
    top: 23px;
    display: block;
}
#header-navigation ul li a{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 39px;
}
#header-navigation ul li a:visited{
    color: #FFFFFF;
}
#header-navigation ul li a:hover{
    text-decoration: none;
}
#header-navigation.expanded .navbar-logo-brand {
    margin-left: 15px;
}
#header-navigation.expanded .navbar-logo-brand {
    margin-top: 18px;
}
a.btn {
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 33px;
    color: #ffffff !important;
    display: inline-block;
    line-height: 39px;
    font-size: 14px !important;
    padding: 0 40px;
    text-decoration: none;
    font-weight: 700;
}
.btn:hover {
    background-color: #666666;
    border: 2px solid #666666;
    text-decoration: none;
}
.btn:visited {
    color: #ffffff;
}
body .btn.btn-green{
    background-color: #BFD732;
    border: 2px solid #BFD732;
    color: #222222 !important;
}
body .btn.btn-green:hover {
    background-color: #8CC63F;
    border: 2px solid #8CC63F;
}
body .btn.btn-green:visited {
    color: #222222;
}
body .btn.btn-white{
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    color: #18344C !important;
    font-weight: 700;
}
body .btn.btn-white:hover {
    background-color: #19EAA2;
    border: 2px solid #19EAA2;
    color: #0C1E2C !important;
}
body .btn.btn-white:visited {
    color: #18344C;
}
body .btn.btn-mega-teal{
    background-color: #19EAA2;
    border: 2px solid #19EAA2;
    color: #000000 !important;
}
body .btn.btn-mega-teal:hover {
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
}
body .btn.btn-mega-teal:visited {
    color: #000000;
}
body .btn.btn-medium-spring-green{
    background: transparent linear-gradient(102deg, #D5FF99 0%, #04EAA2 100%) 0% 0% no-repeat padding-box;
    border: none;
    color: #121212 !important;
}
body .btn.btn-medium-spring-green:hover {
    background: transparent linear-gradient(102deg, #D5FF99 0%, #04EAA2 100%) 0% 0% no-repeat padding-box;
    border: none;
}
body .btn.btn-medium-spring-green:visited {
    color: #121212;
}
body .btn.btn-medium-spring-green-line{
    background-color: transparent;
    border: 2px solid #19EAA2;
    color: #19EAA2 !important;
}
body .btn.btn-medium-spring-green-line:hover {
    background-color: transparent;
    border: 2px solid #FFFFFF;
    color: #FFFFFF !important;
}
body .btn.btn-medium-spring-green-line:visited {
    color: #19EAA2;
}
body .btn.btn-center{
    display: block;
    margin: 0 auto;
    width: 200px;
    width: fit-content;
}
#link-mobile-menu {
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
    width: 40px;
    height: 40px;
    background-image: url("../img/icons/icon-menu-mobile-2x.png");
    background-size: cover;
    cursor: pointer;
    text-decoration: none;
    background-repeat: no-repeat;
}
#link-mobile-menu.active {
    background-image: url("../img/icons/icon-menu-mobile-close-2x.png");
    top: 20px;
    right: 13px;
}
#header-navigation.expanded a.btn.btn-green {
    display: block;
    width: fit-content;
    margin: 26px auto 0;
}
/* ***********             End Header Menu           *********** */
/* ***********       Media query for Header Menu     *********** */
@media (min-width: 450px) {
    
}
@media (min-width: 1080px){
    #header-navigation ul li a{
        font-size: 14px;
    }
    #header-navigation ul{
        display: block;
        position: absolute;
        right: 0;
        top: 22px;
        width: fit-content;
        height: 40px;
        left: 0;
        margin: 0 auto;
        z-index: 2;
    }
    #link-mobile-menu {
        display: none;
    }
    .container {
        max-width: 900px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/* ***********    End Media query for Header Menu    *********** */


#hero-banner{
    background-image: url('../img/hero-video-mobile-bg.png');
    background-size: cover;
    background-position: bottom center;
    height: 640px;
}
h1{
    text-indent: -9999999px;
    margin: 0 auto;
    background-image: url('../img/logo-vertical@2x.png');
    background-size: cover;
    display: block;
    width: 100%;
    max-width: 192px;
    height: 280px;
    position: relative;
    top: 80px;
}
h2{
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    margin-top: 150px;
    margin-bottom: 16px;
}
h3{
    font-weight: 700;
    font-size: 24px;
    text-align: left;
    line-height: 34px;
    padding-bottom: 10px;
}
.image-container img{
    width: 100%;
    height: auto;
}
#hero-banner .btn.btn-white{
    margin-top: 25px;
}
#myVideo{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 110%;
    height: 110%;
    object-fit: cover;
    top: -29px;
    display: none;
}
.all-container{
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    background-color: #112A3E;
}
.left-top{
    position: relative;
    width:100%;
}
.right-bottom{
    position: relative;
    width:100%;
}
#about .left-top{
    padding-top: 80px;
    background-image: url('../img/bg-block_3-768.png');
    background-position: -126px center;
    background-repeat: no-repeat;
    height: 412px;
}
#about .right-bottom{
    padding-top: 64px;
    padding-bottom: 60px;
}
#date-of-event{
    font-size: 40px;
    line-height: 41px;
    font-weight: 800;
    text-align: left;
    display: block;
    max-width: 170px;
}
.exclusive-event{
    margin-top: 40px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
    max-width: 161px;
}
.exclusive-event em{
    color: #19EAA2;
}
.about-title{
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 10px;
}
.line-mega-teal{
    height: 2px;
    width: 87px;
    border-bottom: 2px solid #19EAA2;
    clear: both;
    margin-bottom: 10px;
}
.line-light-green{
    height: 2px;
    width: 87px;
    border-bottom: 2px solid #7FF69C;
    clear: both;
    margin-bottom: 10px;
}
.normal-p{
    font-size: 16px;
    line-height: 24px;
    padding: 15px 0 15px 0;
}
.mega-teal{
    color: #19EAA2;
}
.light-green{
    color: #7FF69C;
}
#invitation-banner{
    padding: 64px 0;
    background-color: #0F2434;
}
#invitation-banner h3{
    text-align: center;
    line-height: 32px;
    max-width: 283px;
    margin: 0 auto;
}
#invitation-banner .normal-p{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 24px;
    max-width: 283px;
    margin: 0 auto;
}

#about .normal-p{
    max-width: 288px;
}
#topics{
    background-image: url('../img/bg-mobile-topics-768.png');
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 60px;
    height: 690px;
}
.topic-slider-content{
    padding-left: 15px;
    width: 100%;
}
.item-slider{
    width: 100%;
}
.bg-topic-image{
    position: relative;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
}
.bg-topic-image img{
    width: 100%;
    display: block;
}
.title-topic{
    position: absolute;
    left: 32px;
    top: 250px;
    display: block;
    max-width: 200px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}
/* ************       Slider styles       ************ */
.slick-dots{
    bottom: -38px;
}
.slick-dots li {
    margin: 0 8px;
}
.slick-dots li button:before{
    font-size: 12px;
    color: #FFFFFF;
    opacity: 1;
}
.slick-dots li.slick-active button:before{
    opacity: 1;
    color: #19EAA2;
}
/* ************    End slider styles     ************ */
#agenda{
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #0F2434;
}
.agenda-content{
    margin-top: 30px;
}
.agenda-content ul li{
    display: block;
    width: 100%;
}
.agenda-content ul li .agenda-event-time{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    width: 22%;
}
.agenda-content ul li .agenda-event-talk{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #7FF69C;
    width: 75%;
}
.separator-line-agenda{
    clear: both;
    width: 100%;
    height: 5px;
    position: relative;
    margin: 19px 0;
}
.line-separator{
    height: 1.5px;
    width: 100%;
    border-bottom: 1px solid #7FF69CA1 ;
}
.mark-time{
    position: absolute;
    height: 5px;
    width: 73px;
    background: transparent linear-gradient(90deg, #D5FF99 0%, #04EAA2 100%) 0% 0% no-repeat padding-box;
    top: -1px;
    left: 0;
}
.agenda-content ul li:last-child .mark-time{
    width: 100%;
}
#speakers{
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #0F2434;
}
.speakers-slider-container{
    width: 100%;
    padding-left: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-top: 40px;
}
.speakers-slider-container .speakers-slider{
    width: 1755px;
    min-height: 350px;
}
.speakers-item{
    max-width: 256px;
    margin-right: 33px;
    vertical-align: top;
    display: inline-block;
}
.speakers-item img{
    width: 100%;
    height: auto;
    margin-bottom: 24px;
}
.speaker-name{
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 17px;
}
.speakers-item-image-container{
    width: 100%;
}
.speaker-job-title{
    color: #7FF69C;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}
#where{
    background-color: #0C1E2C;

}
#where .left-top{
    background-image: url('../img/bg-block_3-1024.jpg');
    height: 103px;
    background-position: top left;
    background-repeat: no-repeat;
}
h4{
    padding-top: 15px;
    font-size: 18px;
    line-height: 49px;
    color: #7FF69C;
    font-weight: 400px;
    padding-bottom: 8px;
}
.event-ubication{
    padding-top: 8px;
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    padding-left: 60px;
    background-image: url('../img/icons/pin-location-1.png');
    background-repeat: no-repeat;
    background-position: left 9px;
    max-width: 255px;
}
#where .right-bottom{
    padding-top: 32px;
    padding-bottom: 40px;
}
#top-about{
    background-image: url('../img/bg-block_3-1024.jpg');
    background-position: 0px -354px;
    height: 103px;
    width: 100%;
}
#globant{
    background-image: url('../img/bg-why_768.png');
    background-position: center 103px;
    background-repeat: no-repeat;
    padding-bottom: 64px;
}
#globant .left-part{
    padding-top: 48px;
}
.descrp-why-globant{
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    padding-top: 25px;
    padding-bottom: 20px;
}
.right-part{
    padding-top: 40px;
}
/*      Modal    */
.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
    position:relative;
    padding:0px;
}
.btn-close {
    position:absolute;
    right:-30px;
    top:0;
}
.modal-content{
    height: 450px;
}
/*   End modal   */

.video-btn{
    width: 100%;
    position: relative;
    max-width: 398px;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
}
.video-btn img{
    width: 100%;
}
.video-btn span{
    display: block;
    height: 68px;
    width: 68px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url('../img/icons/player-icon.png');
}
.video-btn:hover span{  
    background-image: url('../img/icons/player-icon-hover.png');
}
#gallery{
    display: none;
    padding-bottom: 100px;
}
#gallery .image-container{
    position: relative;
    overflow: hidden;
}
#gallery .image-container img{
    transition: transform .2s;
}
#gallery .image-container img.active{
    transform: scale(1.2); /* 120% zoom */
}
#join{
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url('../img/bg-block_5-768.jpg');
}
#register form{
    background-color: #FFFFFF;
    padding: 32px 20px;
    color: #000000;
    border-radius: 25px;
}
#register h4{
    color: #04EAA2;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    padding-top: 0;
    padding-bottom: 0;
}
#register form a{
    color: #4D4D4D;
    font-weight: 700;
}
#register h5{
    font-weight: 700;
    font-size: 18px;
    line-height: 33px;
    padding-top: 0;
    padding-bottom: 0;
}
.form-field{
    margin-top: 6px;
    margin-bottom: 6px;
}
.form-field input{
    width: 100%;
    height: 42px;
    border-radius: 5px;
    border: 1px solid #4D4D4D;
    padding-left: 15px;
}
.labelcheckbox{
    color: #4D4D4D;
    font-size: 11px;
    line-height: 15px;
}
.line-checkbox-separator{
    margin-top: 13px;
    display: block;
}
.checkbox-left{
    width: 30px;
}
.join-us-description{
    display: none;
    padding-top: 75px;
}
#register form .btn{
    border-radius: 25px;
    padding: 5px 25px;
    font-weight: 700;
}
.describ-join{
    font-size: 32px;
    line-height: 36px;
    max-width: 398px;
    margin-left: 0;
    margin-top: 21px;
}
.empty-social{
    width: 0;
    padding: 0;
    max-width: 9px;
}
footer{
    background-color: #0C1E2C;
    padding-top: 40px;
    padding-bottom: 40px;
}
footer .container{
    max-width: 280px;
}
.pilicy-links{
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
}
.pilicy-links a{
    color: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    
}
.pilicy-links a:hover{
    color: #19EAA2;
}
.social-item{
    margin-top: 30px;
}
.social-item a{
    display: block;
    margin: 0 auto;
}

@media (min-width: 600px) {
    #about .left-top{
        background-position: center;
    }
}
@media (min-width: 768px) {
    #hero-banner{
        background-image: url('../img/hero-video-desktop-bg.png');
    }
    #globant{
        background-image: url('../img/bg-why_desktop.png');
    }
    footer .container{
        max-width: 720px;
    }
}
@media (min-width: 769px){
    #about .left-top{
        background-image: url('../img/bg-block_3-1024.png');
        background-size: cover;
    }
    #topics{
        background-image: url('../img/bg-desktop-topics-1366.png');
        background-size: cover;
        background-position: top center;
    }
}
@media (min-width: 992px) {
    h1{
        background-image: url('../img/hero-logo-reinvention-2x.png');
        max-width: 598px;
        height: 217px;
        top: 132px;
    }
    h2{
        margin-top: 183px;
    }
    .remove-on-992{
        display: none;
    }
    .show-on-992{
        display: block;
    }
    .join-us-description{
        display: block;
    }
    #join{
        padding-top: 98px;
        padding-bottom: 98px;
        background-image: url('../img/bg-block_5-1920.jpg');
    }
    #register form{
        padding: 32px;
        max-width: 503px;
        margin-left: 0;
        background-size: cover;
    }
    #register form .btn{
        margin-left: 15px;
    }
    footer{
        background-image: url('../img/bg-footer-1920.png');
    }
    footer .container{
        max-width: 960px;
        
    }
    .image-container #globant-logo-footer{
        max-width: 210px;
    }
    .contact-us-container{
        height: 61px;
    }
    body .contact-us-container a.btn {
        margin-right: 0;
        display: block;
    }
    .pilicy-links{
        text-align: left;
    }
    .empty-social{
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        max-width: 16.666667%;
    }


}
@media (min-width: 1024px) {
    #agenda,
    #speakers{
        background-color: #0F2434;
    }
    .agenda-content ul li .agenda-event-time{
        font-size: 18px;
        line-height: 27px;
        width: 15%;
    }
    .agenda-content ul li .agenda-event-talk{
        font-size: 24px;
        line-height: 35px;
        width: 82%;
    }
    .separator-line-agenda{
        margin: 24px 0;
    }
    #speakers .line-light-green{
        margin-bottom: 55px;
    }
}
@media (min-width: 1080px) {
    #header-navigation ul li{
        margin-left: 68px;
    }
    #myVideo{
        display: block;
    }
    #hero-banner{
        overflow: hidden;
        position: relative;
    }
    h2, #hero-banner .btn.btn-white{
        position: relative;
    }
    .all-container{
        justify-content: space-between;
    }
    .left-top{
        width:50%;
        order:1;
    }
    #about .left-top{
        height: 650px;
        padding-top: 140px;
    }
    .left-top .container{
        max-width: 450px;
        margin-right: 0;
    }
    .right-bottom{
        width:50%;
        order:2;
    }
    .right-bottom .container{
        max-width: 450px;
        margin-left: 100px;
    }
    #about .right-bottom{
        height: 650px;
        padding-top: 140px;
    }
    #date-of-event{
        font-size: 80px;
        line-height: 80px;
        max-width: 350px;
    }
    .exclusive-event{
        font-size: 24px;
        line-height: 30px;
        max-width: 247px;
    }
    .about-title{
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 40px;
    }
    h3{
        font-size: 40px;
        line-height: 59px;
    }
    #about h3{
        font-size: 32px;
        line-height: 40px;
        max-width: 500px;
    }
    .line-mega-teal{
        height: 5px;
        border-bottom: 5px solid #7FF69C;
        width: 117px;
    }
    .normal-p{
        font-size: 18px;
        line-height: 28px;
    }
    #about .normal-p{
        max-width: 400px;
    }
    #about .right-bottom .btn{
        margin-top: 70px;
    }
    #invitation-banner{
        padding: 150px 0 122px 0;
        background-color: #0F2434;
    }
    #invitation-banner h3{
        text-align: center;
        line-height: 40px;
        max-width: 923px;
    }
    #invitation-banner .normal-p{
        text-align: center;
        padding-top: 38px;
        padding-bottom: 16px;
        max-width: 923px;
    }
    #where .left-top{
        height: auto;
        background-size: cover;
    }
    #where .right-bottom .btn{
        margin-left: 0;
    }
    #where .right-bottom{
        margin-left: 0;
        padding-top: 140px;
        padding-bottom: 134px;
        background-image: url('../img/symbol@2x.png');
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 178px;
    }
    h4{
        font-size: 24px;
        line-height: 49px;
        padding-top: 40px;
    }
    .event-ubication{
        font-size: 18px;
        line-height: 28px;
        max-width: 320px;
    }
    #top-about{
        display: none;
    }
    #globant{
        background-position: center 0;
    }
    .right-part{
        padding-top: 172px;
        padding-left: 50px;
    }
    #globant .left-part {
        padding-right: 28px;
    }
    .video-btn{
        margin-left: 0;
    }
    #gallery{
        display: block;
    }
}
@media (min-width: 1200px) {
    #hero-banner{
        height: 760px;
    }
    h1{
        max-width: 855px;
        height: 253px;
        top: 140px;
    }
    .remove-breack{
        display: none;
    }
    h2{
        font-size: 24px;
        line-height: 49px;
    }
    #hero-banner h2{
        margin-bottom: 24px;
        margin-top: 230px;
    }
    .left-top .container,
    .right-bottom .container{
        max-width: 600px;
    }
    #speakers{
        background-image: url('../img/outline-speakers@2x.png');
        background-position: center 70px;
        background-repeat: no-repeat;
        background-size: 112%;
    }
    .speakers-item:last-child{
        margin-right: 0;
    }
    .speakers-slider-container {
        width: 1190px;
        margin: 0 auto;
        padding-left: 0;
        overflow-x: unset;
    }
    .speakers-slider-container .speakers-slider{
        width: 100%;
    }
    .speakers-item{
        margin-right: 39px;
        
    }
    .speakers-item-image-container{
        overflow: hidden;
        height: 256px;
        border-radius: 25px;
    }
    .speakers-item img{
        transition: transform .2s;
    }
    .speakers-item img.active{
        transform: scale(1.2); /* 120% zoom */
    }
    #globant .left-part{
        padding-right: 187px;
    }
    #globant .right-part {
        padding-left: 58px;
        padding-right: 145px;
    }
    #globant{
        background-image: url('../img/bg-why_desktop-xl.png');
    }
    .line-light-green{
        height: 5px;
        width: 117px;
        margin-top: 10px;
        margin-bottom: 20px;
        border-bottom: 5px solid #7FF69C;
    }
    footer .container{
        max-width: 1140px;
    }
    .social-item a{
        width: 35px;
        margin-right: 0;
    }
    .social-item {
        margin-top: 18px;
    }
}
@media (min-width: 1400px) {
    #hero-banner{
        background-image: url('../img/hero-video-desktop-xl-bg.png');
    }
    #topics{
        background-image: url('../img/bg-desktop-xl-topics-1920.png');
    }
    .speakers-item-image-container{
        height: auto;
    }
    .speakers-item{
        margin-right: 15px;
        max-width: 183px;
        
    }
}
