/* Google Font Load */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


/* ----------------------------------------------------------------------------------------
*                                       01. General css
* -------------------------------------------------------------------------------------- */

html,
body {
    height: 100%
}

body {

    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: normal;
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-weight: 600;
}

h1, h2 {
    font-weight: 800;
}

h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

p {
    letter-spacing: 0px;
}

a {
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    color: #333333;
}

a:hover {
    color: #f28d1e;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff;
}

.btn, input[type='submit'] {
    display: inline-block;
    padding: 10px 25px;
    border: none;
    color: #fff;
    background: #ff214f;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.btn:hover, input[type="submit"]:hover {
    color: #fff;
    background-color: #333;
}

.btn.btn-reverse {
    background: #333;
}

.btn.btn-reverse:hover {
    color: #333;
    background-color: #fff;
}

.btn.btn-white {
    color: #333;
    background-color: #fff;
}

.btn.btn-white:hover {
    color: #fff;
    background: #333;
}


.btn.btn-lg {
    height: 50px;
    padding: 0 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    border-radius: 5px;
}

.section-footer{
    padding: 30px 0px;
}

.footer-logo{
  padding: 10px 0;
}

.section-big {
    padding: 70px 0px;
    /*border-bottom: 1px solid #ddd;*/
}

.section-small {
    padding: 50px 0px;
}

.section-header {
    padding: 15px 0px;
}

.section-title {
    margin: auto;
    max-width: 800px;
    margin-bottom: 60px;
}

.section-title.white h2 {
    color: #fff;
}

.section-title h2 {
    margin-bottom: 25px;
    margin-top: 25px;
    position: relative;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.section-title h2:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 6px;
    z-index: 1;
    margin-left: -53px;
    border-radius: 10px;
    /*border: 1px solid #f28d1e;*/
    background: #f28d1e;
}





/* preloader css */

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-image: url(../img/preloader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: 0;
}
.table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

img {
    max-width: 100%;
}

.space {
    height: 80px;
}


/* ----------------------------------------------------------------------------------------
*                               03. Slider area css
* -------------------------------------------------------------------------------------- */

.slider-area {
    background-image: url("https://expo.conectividad.com.gt/assets/img/patrocinadores/BannerExpoConectividad.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}

.slider-area:before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,0.5);*/
}

.slider-area ,
.slider-area .carousel,
.slider-area .carousel-inner,
.slider-area .item {
    height: 100%;
    /*max-height: 670px;*/
}

.intro-text {
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.6) 2px 2px 3px;
}

.typed-cursor,
.typejs {
    display: inline;
    font-weight: 900;
    font-size: 100px;
    color: #ff214f;
}

.typed-cursor {
    font-weight: 300;
}

.intro-text h2 {
    font-size: 26px;
    color: inherit;
    font-weight: 300;
}

.intro-text .icon-btn {
    margin-top: 30px;
    font-size: 25px;
    color: #fff;
    position: relative;
    display: inline-block;
}

.intro-text .icon-btn i.fa {
    position: absolute;
    left: -10px;
    animation: MoveUpDown 1s linear infinite;
}

@keyframes MoveUpDown {
  0% {
    top: 0;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0;
  }
}

@media(max-width: 991px) {
    .intro-text {
        margin: 80px auto;
        text-align: center;
    }
}


#carousel-example-generic .animated {
    animation-delay: .5s;
}

.carousel-indicators {
    bottom: 90px;
}







/* ----------------------------------------------------------------------------------------
*                                   Info area css
* --------------------------------------------------------------------------------------- */
.orage-area {
  background: #f28d1e;
  color: #FFF;
}

section {
    position: relative;
    z-index: 10;
}

.img-side {
    padding: 0;
    position: absolute!important;
    top: 0px;
    height: 100%;
    overflow: hidden;
    z-index: 100;
}

.img-side.fixed-image {
    position: fixed!important;
}

.img-side.img-right {
    right: 0;
}

.img-side.img-left {
    left: 0;
}

.img-side.img-center {
    left: 0;
    right: 0;
    margin: auto;
}

.img-holder {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.img-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
    .img-side {
        min-height: 400px;
        position: relative !important;
        z-index: 0;
        margin-top: -50px;
    }

    .img-side .img-holder .title {
        padding-left: 15px;
        padding-right: 15px;
    }

    section.p-0 .img-side,
    section.pt-0 .img-side {
        margin-top: 0;
    }
}

.about-text {
    background: #fff;
    z-index: 100;
    position: relative;
    padding: 20px;
    border: 1px solid #777;
    box-shadow: 0 0 0 20px #fff;
    margin: 20px;
    transform: translate(-12%);
}

.about-text h2 {
    margin-top: 5px;
}

.me-image img {
    border-radius: 10px;
}

.about-text-2 {
    padding-left: 15px;
}

.about-text-2 h2 {
    margin-top: 0px;
}

.info-area .btn {
    margin-top: 10px;
}

.about-me h3 span {
    font-weight: 400;
}



/* ----------------------------------------------------------------------------------------
*                                   07. Service area css
* --------------------------------------------------------------------------------------- */
.service-area {}

.service-area .section-title {
    margin-bottom: 30px;
}

.service-box {
    margin: auto;
    margin-top: 30px;
    padding: 40px 25px;
    position: relative;
    overflow: hidden;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.service-box:before {
    position: absolute;
    content: '';
    top: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    background: #ff214f;
    z-index: -1;
    transition: 0.2s ease-out;
    transform: rotate(45deg);
    border-radius: 5px;
    margin-left: -30px;
}

.service-box span {
    font-size: 25px;
    color: #fff;
    width: 50px;
    text-align: center;
    margin-bottom: 50px;
    line-height: 70px;
}

.service-box h3 {
    margin-top: 0px;
    font-weight: 800;
}

.service-box p {
    overflow: hidden;
    margin: 0px;
}






/*Custom CSS*/

.page-countdown{
  position: relative;
  z-index: 2;
}

.countdown{
    display: inline-block;}

.page-countdown ul{
  list-style: none;
}

.countdown li{
  float: left;
  margin: 0 20px;}

.countdown span, i{
  display: block;
}

.countdown span {
  font-weight: 700;
  font-size: 48px;
  line-height: 36px;
          }

.countdown i{
            font-weight: 500;
            font-size: 24px;
            margin-top: 10px;
            text-transform: uppercase;
            font-style:normal;
          }

.icon{
  padding: 0 15px;
}

.top{
  border-top: 25px solid #1d1d1b;
}

.section-footer a {
color: #FFF;
}

.sponsor {
    margin: auto;
    /*margin-top: 30px;*/
    /*padding: 40px 25px;*/
    position: relative;
    overflow: hidden;
    text-align: center;
    /*border: 1px solid #ddd;*/
    border-radius: 5px;
}


.whatsapp{
    position: fixed;
    bottom: 20px;
    right: 50px;
    z-index: 99;
    overflow: hidden;
}

@media (max-width: 479px) {
  .center{
  text-align: center;
}
.countdown span{
  font-size: 32px;
}
.countdown i{
  font-size: 14px;
}
.countdown li{
    margin: 0 10px;
}
.formfull{
    width: 100% !important;
}
}

.btn-conectividad{
    display: inline-block;
    padding: 10px 25px;
    border: none;
    color: #fff;
    background: #1d1d1b;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;


    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-info:hover{
  background-color: #fab622;
  border-color: #fab622;
}

.speaker_info{
  padding: 10px 5px;
  font-size: 12px;
  height: 65px;
  color: #000;
}
.speaker{
  background: #f6f6f6;
}
.speaker_brand{
  padding: 0px 0px 10px 0px;
}
.speaker_section{
  padding: 25px 0px;
}
.col-md-7{
  width: 13.5%;
  position: relative;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
}

@media (max-width: 479px) {
.speaker_info{
  height: 100px;
  }
  }


@media (max-width: 479px) {
  .input.formbox-field_9LHVK.text-placeholder {
  width: 100%;}
  .input.formbox-field_9LHVK{
    width: 100%;
  }
}  