:root {
    --main-theme-1: #008cff;
    --main-theme-2: #908cff;
    --main-theme-3: #008cff;
    --main-theme-4: #008cff;

    --old-theme-green: #58bcb8;
  }
  
  

/* Banner promos */
@media only screen and (max-width: 316px) {
    .pd-xs-0 {
        padding: 0 !important;
    }
    .pd-btn-xs {
        padding: 18px 0 0 0 !important;
    }
    .btn-xs-pd {
        padding: 0.375rem 0.75rem !important;
    }
}

/* Section 1 */

.section-1-home {
    background: #ffffff url('https://databits.ai/wp-content/images/home_main_banner_2022.png?v=1');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
    min-height: 100vh;
    position: relative;
}
.section-1-home-container > .row {
    min-height: 100vh;
}
.section-1-home-halloween {
    background-image: url('https://databits.ai/wp-content/images/halloween telaraña izquierda esquina.png'), url('https://databits.ai/wp-content/images/halloween teleraña derecha esquina.png'), url('https://databits.ai/wp-content/images/home_main_banner_new.png');
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left top 70px, right top 70px, center;
    background-size: 350px 350px, 350px 350px, cover;
    padding: 0;
    height: 100vh;
    position: relative;
}

.section-1-home-container h1 {
    color: white;
    font-weight: bold;
    text-align: left;
    position: absolute;
}


.section-1-home-container h1 span{
    white-space: nowrap;
}



@media only screen and (max-width: 326px) {
    .section-1-home-container h1 {
        font-size: 2.2rem;
    }
}

@media only screen and (max-width: 1300px) {
}

@media only screen and (max-width: 991px) {
    .section-1-home {
        background: linear-gradient(124deg, rgba(6,115,228,1) 15%, rgba(88,188,184,1) 87%);
        background-size: 100vw;
        padding: 0;
    }
    .section-1-home-event {
        background: url('https://databits.ai/wp-content/images/halloween telaraña izquierda esquina.png'), url('https://databits.ai/wp-content/images/halloween teleraña derecha esquina.png'), #0095d1;
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-position: left -10px top -20px, right -10px top -20px, center;
        background-size: 250px 250px, 250px 250px, cover;
        padding: 0;
    }
    .halloween-spider {
        display: none;
    }

    .section-1-home-container {
        text-align: center;
    }

    .section-1-home-container h1 {
        font-size: 1.5rem;
    }

    .section-1-home-container p {
        font-size: 1rem;
    }
}

.section-1-home-square-btn {
    padding: 0.5rem 1.2rem 0.5rem 1.2rem;
    background-color: transparent;
    border: solid;
    border-color: #005b87;
    transition: all .2s ease-in-out;
}

.section-1-home-square-btn:hover {
    background-color: #378db8;
    border-radius: 8px;
    border-color: #378db8;
    color: white;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.5);
    transform: scale(1.05);
}

/* Section 2 */

.section-2-home {
    background-color: white;
}

.section-2-card-color {
    background-color: #f2f2f2;
    min-height: 223px;
}
.card-table img {
    margin-right: 0.3rem;
}
.section-2-card-desc {
    font-weight: bold;
    font-size: 1.1rem;
    flex: 0 0 calc(100% - 25px);
    min-height: 40px;
}
@media only screen and (max-width: 575px) {
    .section-2-card-desc {
        min-height: auto!important;
    }
}
.section-2-card-arrow {
    flex: 0 0 25px;
    width: 20px;
    padding-right: 5px;
    height: 20px;
    margin-top: 5px;
}
.section-2-card-date {
    flex: 0 0 100%;
}


.section-2-home-subtitle {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}

/* Section 3 */

.section-3-home {
    background: url('https://databits.ai/wp-content/images/home_section_3_bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.section-3-home-container {
    padding: 10rem 0 16rem 0;
    text-align: center;
}

.section-3-home-container h2 {
    color: #58bcb8;
    font-weight: bold;
    font-size: 2.4rem;
}

.section-3-home-brand-container {
    text-align: center;
    margin: 3rem 0 3rem 0;
    flex: 0 0 20%;
}

/* Section 4 */

.section-4-container {
    padding: 12rem 2rem 5rem 2rem;
}

.section-4-card-1 {
    background-color: var(--main-theme-1);
    padding: 2rem 2rem 2rem 2rem !important;
    height: 100%;
}

.section-4-home-title {
    font-size: 3rem;
    margin-bottom: 0;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 0; 
}
.section-text {
    font-size: 1.35rem;
}
.main-color-1 {
    color: var(--main-theme-1);
}

.section-4-card-1 h5 {
    color: white;
    font-weight: bold;
    font-size: 2rem;
    padding-left: 3rem;
}


.section-4-card-1 p {
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 3px;
    min-height: 140px;
    color: white;
}

.section-4-btn-1 {
    background-color: white !important;
    border-color: white !important;
    color: var(--main-theme-1) !important;
    margin-bottom: 2rem;
}

.section-4-btn-2 {
    background-color: #5b7e96 !important;
    border-color: #5b7e96 !important;
    color: white !important;
    margin-bottom: 2rem;
}

.section-4-btn-3 {
    background-color: #999999 !important;
    border-color: #999999 !important;
    color: white !important;
    margin-bottom: 2rem;
}

.section-4-btn-more {
    background-color: #58bcb8 !important;
    border-color: #58bcb8 !important;
    color: white !important;
}

body:not(.modal){
    padding-right: 0px !important;
  }

.section-4-card-2 {
    background-color: #e6e6e6;
    padding: 2rem 2rem 2rem 2rem !important;
    height: 100%;
}

.section-4-card-2 h5 {
    color: #1dcece;
    font-weight: bold;
    font-size: 2rem;
    padding-left: 3rem;
}

.section-4-card-2 p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.section-4-card-3 {
    background-color: #77e2e2;
    padding: 2rem 2rem 2rem 2rem !important;
    height: 100%;
}

.section-4-card-3 h5 {
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    padding-left: 3rem;
}

.highligth-card-info {
    background-color: var(--main-theme-1)!important;
}
.highligth-card-info .section-2-card-desc, .highligth-card-info .card-table .text-center {
    color: white;
}

@media only screen and (max-width: 991px) {
    .section-4-card-1 h5 {
        padding-left: 0;
        padding-top: 2rem;
    }
    .section-4-card-2 h5 {
        padding-left: 0;
        padding-top: 2rem;
    }
    .section-4-card-3 h5 {
        padding-left: 0;
        padding-top: 2rem;
    }
}

.section-4-card-3 p {
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 3px;
    min-height: 140px;
}

.section-4-round-img {
    border-radius: 50%;
    -webkit-box-shadow: 0px 22px 30px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 22px 30px -13px rgba(0,0,0,0.75);
    box-shadow: 0px 22px 30px -13px rgba(0,0,0,0.75);
}
.databits-card .c-buttons {
    min-height: 102px;
}

/* Section 5 */

.section-5-home {
    background: url('https://databits.ai/wp-content/images/home_section_3_bg.png');
    background-repeat: no-repeat;
    background-size: 100vw auto;
}


.section-5-home-container {
    text-align: center;
}

.section-5-home-container-title {
    font-size: 3rem;
    margin-bottom: 2rem;
}

.section-5-card {
    background-color: #ffffff !important;
    padding: 2rem 2rem 2rem 2rem !important;
    height: 100%;
    margin-bottom: 0;
}

.section-5-card-title {
    font-size: 1.4rem;
    font-weight: bold;
}

.section-5-card-body {
    font-size: 1.2rem;
}

/* Section 6 */

.section-6-home-title {
    font-size: 3.0rem;
    margin-bottom: 0;
}

.section-6-home-text {
    font-size: 1.3rem;
    padding: 2.5rem 2rem 1.5rem 0;
}

.underlined {
    display:inline-block;
    /*border-bottom: solid;
    border-color: #0095d1;*/
}

#border{
    position: relative;
    width: 20%;
    height: 2px;
    background-color: #0095d1;
    margin: 0;
}
#profiles a:hover {
    text-decoration: none;
}

/* Responsive */

@media only screen and (min-width: 993px) {
    /*section 4 */
}

@media only screen and (max-width: 992px) {

    /* Section 3 */

    .section-3-home-brand-container {
        flex: 0 0 25%;
    }

    /*Section 4 */

    .section-4-home-title {
        font-size: 2.5rem;
    }

    /* section 5 */

    .section-5-card {
        min-height: 21rem;
    }
}

@media only screen and (max-width: 768px) {

    /* Section 3 */

    .section-3-home-brand-container {
        flex: 0 0 33.33%;
    }

    /*section 4 */

    .section-4-card-2 {
        min-height: unset;
    }

    .section-4-card-3 {
        min-height: unset;
    }

}

@media only screen and (max-width: 576px) {

    /* Section 3 */

    .section-3-home-brand-container {
        flex: 0 0 50%;
    }

    .section-3-home-container h2 {
        font-size: 2.1rem;
    }

    /* Section 5 */

    .section-5-home-container-title {
        font-size: 2.6rem;
    }

    /* Section 6 */

    .section-6-home-title {
        font-size: 2.6rem;
    }
    .section-title {
        font-size: 2rem;
    }

}

/* Bootstrap modification */

/*.carousel-control-prev {
    left: -60px;
}

.carousel-control-next {
    right: -60px;
}*/

/*.carousel-inner {
    padding: 0 50px 0 50px;
}*/

/*.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: black;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: black;
}*/
