
/* You can add global styles to this file, and also import other style files */
body, html {
    width:100%;
    height: 100%;
}

.welcome-demo-image {
   height: 36vh;
}

body {
    margin:0;
    overflow: hidden;
    /*background-image: url('../assets/images/svg/demobg.svg');
    background-size: 100%;
    background-repeat: no-repeat;*/
    background-color: #ffffff;
    line-height: 1.5;
}

ul li {
  list-style: none;
  position: relative;
  padding: 0 1vw;
}
.item ul li{
   padding: 0; 
}
ul.square li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5vw;
  width: 0.8vw;
  height: 0.8vw;
  background-color: #ff635c;
}

.grid-container-mobile {
    display: grid;
    width:100%;
    height: 100%;
    padding: 0 0 0 0;
    margin:0;
    
    /* OFFICIAL PERCENTAGE*/
    /*grid-template-columns: 40% 30% 30%;*/
    
    /* TEMP PERCENTAGE*/
    grid-template-columns: 30% 45% 25%;
    
    grid-template-rows: 90% 10%;
    grid-template-areas: "sidebar demo asider"
                        "menu footer footer";
} 

.grid-container.desktopgrid {
    display: grid;
    width:100%;
    height: 100%;
    padding: 0 0 0 0;
    margin:0;
    grid-template-columns: 30% auto;
    grid-template-rows: 90% 10%;
    grid-template-areas: "sidebar demo"
                        "menu footer";
    -ms-grid-template-columns: 30% auto;
    -ms-grid-template-rows: 90% 10%;
} 

#container-demo{
  margin: auto;width: 100%;height: 100%;margin: auto;position: relative; padding: 1vw 1vw 0 1vw;  
}

.congratsbg {
    width:100%;
    height: 100%;
    margin:0;
    padding: 5vh 0 0 5vh; 
    /*background-image: url('../assets/images/svg/congratsbg.svg');
    background-size:100% 100%;
    background-repeat: no-repeat;*/
}

.congrats-title {
  font-family: "TaubSansBold";  
  font-size:calc(18px + 2vh);
}

.congrats-message {
  font-family: "TaubSansLight";  
    font-size:calc(16px + 2vh);
}

.congrats-label {
    font-family: "TaubSans-Regular";  
    font-size:2vw; 
}


/*Login Form class*/
.loginForm {
  position:absolute;
  z-index:10;
  background-color:rgba(255,255,255,1);
  top:50%;
  left:50%;
  width: 20vw;
  height: 22vw;
  transform: translate(-50%,-50%);
  padding:1vw;
}


@media screen and (max-width: 1604px) and (max-height:971px) {
/*  .grid-container {
    grid-template-columns: 40% auto;
    grid-template-rows: auto 10%;
  } */
  
  .idemo-homepage-title {
  /*font-size: calc(44px + 2vh)!important;*/

  }
  
/*  .idemo-homepage-welcome.larger {
      font-size: calc(24px + 2vh)!important;
  }*/

}
.p-relative{
  position: relative!important;
}  
.p-absolute{
  position: absolute!important;
}




aside {
    grid-area: sidebar;
    -ms-grid-rows: 1;
    -ms-grid-columns: 1/2;
    padding: 0 0 0 0;
    margin: 0;
}

main {
    grid-area: demo;
    -ms-grid-rows: 1;
    -ms-grid-columns: 2/3;
}

footer {
    grid-area: footer;
    -ms-grid-rows: 2;
    -ms-grid-columns: 2/3;
    background-color: #f2f2f2;
}

menu {
    grid-area: menu;
    -ms-grid-rows: 2;
    -ms-grid-columns: 1/2;
    background-color: #f2f2f2;
}

.desktop {
   box-shadow: -5px -5px 10px rgba(114,114,114,0.34);
}

@font-face {
  font-family: 'TaubSansSuper';
  src: url("../assets/fonts/TaubSans-Super.woff2") format('woff2'),
        url("../assets/fonts/TaubSans-Super.woff") format('woff'),
        url("../assets/fonts/TaubSans-Super.svg") format('svg');
}

@font-face {
  font-family: 'TaubSansMedium';
  src: url("../assets/fonts/TaubSans-Medium.woff2") format('woff2'),
        url("../assets/fonts/TaubSans-Medium.woff") format('woff'),
        url("../assets/fonts/TaubSans-Medium.svg") format('svg');
}

@font-face {
  font-family: 'TaubSansBold';
  src: url("../assets/fonts/TaubSans-Bold.woff2") format('woff2'),
        url("../assets/fonts/TaubSans-Bold.woff") format('woff'),
        url("../assets/fonts/TaubSans-Bold.svg") format('svg');
}

@font-face {
  font-family: 'TaubSansHeavy';
  src: url("../assets/fonts/TaubSans-Heavy.woff2") format('woff2'),
        url("../assets/fonts/TaubSans-Heavy.woff") format('woff'),
        url("../assets/fonts/TaubSans-heavy.svg") format('svg');
}

@font-face {
  font-family: 'TaubSansLight';
  src: url("../assets/fonts/TaubSans-Light.woff2") format('woff2'),
        url("../assets/fonts/TaubSans-Light.woff") format('woff'),
        url("../assets/fonts/TaubSans-Light.svg") format('svg');
}
@font-face {
    font-family:'TaubSans-LightItalict';
    src: url('../fonts/TaubSans-LightItalic.woff') format('woff');
    font-style: italic;}
    
@font-face {
  font-family: 'Proxima-Nova-Regular';
  src: url("../assets/fonts/Proxima-Nova-Regular.woff") format('woff'),
        url("../assets/fonts/ProximaNova-Regular.otf") format('otf'),
}

@font-face {
  font-family: 'TaubSansDisplay';
  src: url("../assets/fonts/TaubDisplay-20.woff2") format('woff2'),
        url("../assets/fonts/TaubDisplay-20.woff") format('woff'),
        url("../assets/fonts/TaubDisplay-20.svg") format('svg');
}

@font-face {
  font-family: 'TaubSansDisplayBold';
  src: url("../assets/fonts/TaubDisplay-30.woff2") format('woff2'),
        url("../assets/fonts/TaubDisplay-30.woff") format('woff'),
        url("../assets/fonts/TaubDisplay-30.svg") format('svg');
}

@font-face {
    font-family:'Proxima-Nova-Regular';
    src: url('../fonts/Proxima-Nova-Regular.woff') format('woff');
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family:'Proxima-Nova-Bold';
    src: url('../fonts/Proxima-Nova-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;}
@font-face {
    font-family:'Proxima-Nova-Semibold';
    src: url('../fonts/Proxima-Nova-Semibold.woff') format('woff');
    font-style: normal;}
@font-face {
    font-family: "Proxima-Nova-light";
    src: url("../fonts/ProximaNova-Light.otf");}



/*.row {
  display:block;
}*/

.w-80 {
  width:90%!important;
}

.w-60 {
  width:60%!important;
}


.homepage-size {
  width:100%;
}

.idemo-footer {
  position:fixed;
  bottom: 0;
}

.CTA-large {
    background-color:#FF635C!important;
    border-radius: 2em;
    border-width: 0;
    width:100%;
    /*height:2.2em;*/
    font-size: 1.4vw!important;
    /*padding:1vh!important;*/
    padding: .375rem .40rem;
    line-height: 1.7!important;
    font-family: 'TaubSansBold';
}

.CTA-large-selecdemo {
    background-color: #FF635C!important;
    border-radius: 2em;
    border-width: 0;
    width: 100%;
    /* height: 2.2em; */
    font-size: 1vw!important;
    /* padding: 1vh!important; */
    padding: .375rem .40rem;
    line-height: 1.7!important;
    font-family: 'TaubSansBold';
    text-align: center;
}					   

.extraCTA-large {
  line-height: 2!important;
  margin-top: .4vw!important;
}

.CTA-large:hover {
  background-color:#F2635D;
}

.idemo-homepage-title {
  font-family: 'TaubSansHeavy';
  /*font-size: calc(55px + 2vh);*/
  /*font-size: 3.9vw;*/
  font-size: 4.3vw;
  line-height: 1.2em;
  color:#FFFFFF;
}

.w-88 {
  width: 90% !important;
}

.idemo-demo-title {
  font-family: 'TaubSansMedium';
  /*font-size: calc(30px + 2vh);*/
  font-size: 2.55vw;
  line-height: 1.5;
}

.idemo-demo-title.welcome-titlex {
  font-size:4.3vh;  
}

.idemo-homepage-description.welcome-titley {
    font-size:2.3vh;  
  }

.idemo-homepage-welcome {
  font-family: 'TaubSansLight';
  font-size: 1.7vw;
}

.idemo-workforcenow {
  font-family: 'TaubSansLight';
  font-size: 1.5vw;
  line-height: 1.5;
}

.idemo-mt5vh {
  margin-top:5vh;
}

.idemo-mt10vh {
  margin-top:10vh;
}

.idemo-workforcenow {
  font-family: 'TaubSansLight';
  font-size: 1.5vw;
}

.idemo-homepage-welcome.larger {
    /*font-size: calc(24px + 2vh);*/
    /*font-size: 2.3vw;*/
    font-size: 1.9vw;
}

.idemo-homepage-description {
  font-family: 'TaubSansLight';
  font-size: 1.3vw;
  /*text-align: justify;*/
}

.idemo-homepage-menu {
  font-family: 'TaubSansLight';
}

.idemo-homepage-menu-open:hover {
  box-shadow: 0px 0px 3px 3px rgb(200,200,200);
  transform: translateY(-2px) scale(1.01);
  background-color:rgb(242,99,93)!important;
}



.blueBg {
  background-color:#072452!important;
}

.grayBg {
  background-color:rgb(126, 126, 126)!important;
}

.whiteBg {
  background-color:white!important;
}

.h-60 {
  height: 60%!important;
}

.h-80 {
  height:80%!important;
}

/*Audio slider*//*
.switch {
    position: relative;
    width: 30px;
    height: 17px;
    align-self: center;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #121C4E;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}*/

/*Web form */

.quote-form {
  background-color: #f3f3f3;
  text-align: center;
}

.modal-dialog {
    position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-52%, -50%) !important;
    width: 90%;
}

.modal-content {
    font-family: 'TaubSansMedium';
}

.adp-form{
  text-align: center;
}


/* Animations */

.animater {
  background: goldenrod;
  transition: all 1s linear;
  display: block;
}

.hidden {
  display: none;
}

.visuallyhidden {
  opacity: 0;
}


/* End Animations */

/*page transitiones*/

.scale-in-center {
	-webkit-animation: scale-in-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: scale-in-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@keyframes scale-in-center {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
      opacity: 0;
    }
    50% {
      -webkit-transform: scale(3);
              transform: scale(3);
      opacity: 1;
    }
    100%{
        -webkit-transform: scale(0);
              transform: scale(0);
        opacity: 1;
    }
  }
  
  #demo-canvas-transition-container {
    position: absolute;
    pointer-events: none;
    z-index: 4;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    align-items: center;
    overflow: hidden;
}
#demo-canvas-transition{
    background: white;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.conectorTextContainer {
  /*background-color:#F2F2F2;*/
  background-color: rgba(0,0,0,0);
  top:0;
  left:0;
  z-index:7;
}
.end_phace_transicion{
  background-color:#F2F2F2;
  top:0;
  left:0;
  z-index:5;
}
.charts-close {
    color: black;
    float: right;
    font-size: 2vw;
    font-weight: bold;
}
  
.charts-close:hover,
.charts-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.overlayWhite {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height: 100%;
  background-color: rgba(255,255,255,0.5);
  z-index: 6;
}

.progressbar-m-top {
  margin-top:2.7vh;
}

.progressbar-m-top3 {
     margin-top: 0; 
}

.congratIconSize {
  width: 10vw;  
  height: 12vw;
}

.navbutton-m-top {
  margin-top:2vh;
}

/*RESIZER IMAGE*/
/*Messagge for portrait tablet*/

.resize-message {
  display: none;
  position: absolute;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2b2b2b;
  text-align: center;
  transition: all .5s;
  color: #fff
}

.resize-message__text {
  padding: 0 5vw;
  font-weight: 700;
  font-family: ProximaNovaRegular, sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff
}

.resize-message__icon {
  display: block;
  width: 70px;
  margin: auto;
}

@media (max-height:500px) and (orientation:landscape),
(max-width: 1024px) and (min-width: 425px) and (orientation:portrait) {
  .resize-message {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  

}

@media (max-width: 1024px) and (orientation:portrait) {
  .resize-message__text {
    font-size: 18px;
  }
}

@media (max-height: 690px) {
  .modal-content {
    transform: scale(0.60);
    margin-top: -30%;
  }
  
}

.pause-icon{
      line-height: 1.7!important;  
}
@media only screen and (max-width: 1540px) and (min-width: 1240px) and (max-height: 670px) and (min-height: 503px) {
    /*.idemo-homepage-title {
      font-size:3.5vw;
    }
    
    .idemo-homepage-welcome.larger {
      font-size: 1.7vw;
    }*/
    
    /*.demohomebg2 {
      width: 53vw!important;
      top:15vh!important;
    }*/
    
   /* .idemo-demo-title {
      font-size:2.3vw;
    }*/
    
    #endPhaseText {
      padding:2vh 0!important;
    }
    
    .rectangleBorder2 {
      height: 0.5vw!important;
    }
    
    /*.CTA-large {
      font-size:1.3vw!important;
      line-height:1.5!important;
    }*/
/*    .pause-icon{
      line-height: 1.5!important;  
    }*/
    
/*    .CTA-next-workflow{
        font-size:1.5vw!important; 
        line-height: 1.7!important;
    }*/
    
    .progressbar-m-top {
      margin-top:1vh!important;
    }
    
    .navbutton-m-top {
      margin-top:0!important;
    }
    
    
}


@media only screen and (min-aspect-ratio: 2/1) {
    .idemo-homepage-title {
      /*font-size:2.9vw;*/
      font-size:3.8vw;
    }

    .idemo-homepage-welcome.larger {
      /*font-size: 1.9vw;*/
      font-size: 1.7vw;
    }

    .idemo-demo-title {
      font-size:1.7vw;
      
    }
    
    .idemo-homepage-welcome {
      font-family: 'TaubSansLight';
      font-size: 1.5vw;
    }

    .idemo-homepage-description {
      font-size: 1vw!important;
      line-height:1.3!important;
    }
    
    .conector-header {
      font-size:1.5vw;
    }
    
    #sidebar-logo {
      width:85%!important;
    }
    
    .listDemo.redText {
      font-size: 1.3vw!important;
      margin: 0 0 0.5em 0!important;
    }
    
    #autoplay-container {
      max-width: 52%!important;
    }
    
    #autoplay-container a {
      font-size: 1.3vw!important;
      line-height: 1.5!important;
    }
    
    #endPhaseText {
      font-size: 1vw!important;
    }
    
    .tittle-adp{
    font-size: 2vw!important;
    margin-bottom: 1vw!important;
    }
    
    .logoADP{
    width: 8vw!important;
    }
}

/*@media screen and (max-device-aspect-ratio: 1/1) {
   .congrat-image {
     height:35%!important;
   }
}*/


.isAutoPlay {
    animation-name: autoPlaying;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count:infinite;
}

@keyframes autoPlaying {
  from {border : solid 3px rgba(208, 39, 29, 0.1);}
  to {border : solid 3px rgb(208, 39, 29,1);}
}
@-webkit-keyframes autoPlaying {
    from {border : solid 2px rgba(208, 39, 29, 0.1);}
    to {border : solid 2px rgb(208, 39, 29,1);}
}

.cc-window {
  bottom: -65!important;
  transition:all 1s;
  -webkit-transition:all 1s; 
  -moz-transition:all 1s; 
   -o-transition:all 1s; 
}

.cc-window-anim {
  bottom: 0!important;
}

button:focus{
     outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.dropdown {
  font-size:1.1vw;
}
/*.congrat-image {
     height:50%!important;
   }*/
   
   


/*Mobile class*/
/*INIT NAV MENU*/
.nav-menu{
    display: flex;
    align-items:center;
    width: 100%;
    margin: 0;
    padding-left: 0!important;
}
.logo-here{
    flex: 0 0 17%;  
    display: flex;
    align-items: center;
}
.logo-here img{
    width: 100%;    
}
.covid-cta{
    flex: 0 0 7%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1.5%;
    margin-right: 1.5%;
}
.covid-cta img{
  width: 100%;
}
.icons-section{
    flex: 0 0 47%;
    display: flex;
    margin-right: 1.5%;
}
.item{
    width: 14.2%;  
   /* padding: 1%;*/
    font-size: 0.8vw;
}
.item ul{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.item ul li img{
    width: 50%;    
    margin-bottom: 5px;
}
.user-avatar{
    flex: 0 0 25%;
    display: flex;    
}
.img-people{
    width: 20%;
    border: 1px solid #000;
    border-radius: 50%;
    overflow: hidden;
}
.img-people img{
    width:100%;
}
.name-user{
    width: 78%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.65vw;
    color:#0F6778;
}
.name-user span{
    color:#0F6778;
    font-family: 'ProximaNova-Bold';
    margin-left: 5px;
}
.name-user span i{
    font-size: 2.5vw;
    vertical-align: middle;  
    color:#0F6778;
    margin-left: 3vw;
}
/*END NAV MENU*/
.hide-cta{
    opacity: 0;
    pointer-events: none;    
}
.hide-outline{
  outline:none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;  
}

.adp-navy{
  color: #121c4e;  
}

/*ESTILOS HOMEPAGE LOGO*/
.logoADP{
  width: 10vw;
  padding: 2vw 0vw 2vw 2vw;
  cursor: pointer;
}

/*ESTILOS TITULO EXPLORER DEMO*/
.tittle-adp{
  width: 100%;
  font-family: 'TaubSansHeavy';
  font-size: 2.8vw;
  margin-top: -3vw;
  margin-bottom: 1vw;
  line-height: 1.1em;
  text-align: center;
  justify-content:center;
  color:#121C4E;
  z-index: 2;
}

.autoplayPointer {
    position: absolute;
    top: 100px;
    left: 100px;
    color: white;
    padding: 12px;
    /* height: 30px; */
    text-align: center;
    z-index: 1051;
    display: none;
    width: 35px;
}

.timeCardHours {
    position: absolute;
    background-color:white;
    font-family:'ProximaNova-Regular';
    font-size:1.5vw;
    border-width: 0;
}

.timeCardSummary {
    position: absolute;
    background-color: rgba(0,0,0,0);
    font-family:'ProximaNova-Semibold';
    font-size:1.3vw;
    color: white;
    height: 2.7vw;
    width: 8.5vw;
    border-width: 0;
}

#endPhaseText {
    font-size: 1.2vw;
    font-family: 'TaubSansLight';
}

#overlayWhite-Highlight{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height: 100%;
  background-color: rgba(255,255,255,0.9);
  z-index: 6;
}

.CTA-white{
  background-color: #ffffff!important;
  color: #FF635C!important;
  border: 1px solid #FF635C!important;
}
.CTA-white-hover:hover {
    background-color: #FF635C!important;
    color: #fff!important;
    border: 1px solid #FF635C!important;
}

.popup-close {
  position:absolute;
  top:0;
  right:0;
  padding: 1vw;
  font-size: 1.2vw;
}

#popupClose {
  cursor:pointer;
}

