:root {
    --main-color: #11647f;
     --main-color: #04a7a2;
    --main-color: #2b79e4;
}

body {
    scroll-behavior: smooth;
}



/* Fonts   *************************************************************/

/*
@import url('https://fonts.googleapis.com/css2?family=Kodchasan:wght@200;300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Blinker:wght@200;300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Text:wght@200;300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@200;300;400;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;600;700&display=swap');
*/

body, html, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, a, p, ul, li {
    /*font-family: 'Kodchasan', sans-serif !important;*/
    font-family: 'Blinker', sans-serif !important;
    /*font-family: 'Red Hat Text', sans-serif !important;
    font-family: 'Red Hat Display', sans-serif !important;
    font-family: 'Montserrat', sans-serif !important;*/
}



/* Override Primary color   *********************************************/

.text-primary {
    color: var(--main-color) !important;
}

.btn-theme {
    border: 2px solid var(--main-color) !important;
    background: var(--main-color) !important;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn-theme:hover {
    border: 2px solid var(--main-color) !important;
    background: var(--main-color) !important;
    opacity: 0.8;
}

a.btn-read-more {
    color: var(--main-color) !important;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}

a.btn-read-more:hover {
    opacity: 0.8;
}

.dot-style-2.owl-theme .owl-dots .owl-dot.active span {
    background: var(--main-color) !important;
}

.hidrogeno_atomo {
    height: 24px;
    margin-bottom: 1px;
    display: inline-block;

    -webkit-animation: rotation 10s infinite linear;
    animation: rotation 10s infinite linear;
    
    -webkit-animation-name:
    animation-name:
}

@media (max-width: 767px) {
    
    .hidrogeno_atomo {
        height: 18px;
    }

    .app-header .hidrogeno_atomo {
        height: 24px !important;
    }

    .blurb h6 {
        font-size: 1.15rem;
        line-height: 1.45rem;
        margin-bottom: 0.5rem !important;
    }

    .blurb p {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .blurb i {
        margin-bottom: 1rem;
    }

    .section-gap h2 {
        font-size: 30px !important;
    }

    .section-gap i.icon-lg {
        text-align: center;
        width: 100%;
        float: left;
        margin-bottom: 1.2rem;
        margin-top: 2.5rem;
    }


}


@-webkit-keyframes rotation {
        from {
                -webkit-transform: rotate(0deg);
        }
        to {
                -webkit-transform: rotate(359deg);
        }
}

@-webkit-keyframes rotation_inv {
        from {
                -webkit-transform: rotate(359deg);
        }
        to {
                -webkit-transform: rotate(0deg);
        }
}




/* Gradients   *************************************************************/


.bg-gradient-purple {
    background: rgba(96,58,125,1);
    background: -moz-linear-gradient(left, rgba(96,58,125,1) 0%, rgba(203,73,114,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(96,58,125,1)), color-stop(100%, rgba(203,73,114,1)));
    background: -webkit-linear-gradient(left, rgba(96,58,125,1) 0%, rgba(203,73,114,1) 100%);
    background: -o-linear-gradient(left, rgba(96,58,125,1) 0%, rgba(203,73,114,1) 100%);
    background: -ms-linear-gradient(left, rgba(96,58,125,1) 0%, rgba(203,73,114,1) 100%);
    background: linear-gradient(to right, rgba(96,58,125,1) 0%, rgba(203,73,114,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#603a7d', endColorstr='#cb4972', GradientType=1 );
}




/* Menú   *************************************************************/


.app-header, .vlmenu, .hamburger {
    transition: all .25s ease !important;
    -webkit-transition: all .25s ease !important;
    -ms-tranform: all .25s ease !important;          /** for ie10 browser **/
    -o-tranform: all .25s ease !important;           /** for opera browser **/
    -moz-transform: all .25s ease !important;
}

.app-header.transparent-header.sticky-nav {
    position: fixed;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(107,107,107,0.5);
    -moz-box-shadow: 0px 1px 3px 0px rgba(107,107,107,0.5);
    box-shadow: 0px 1px 3px 0px rgba(107,107,107,0.5);
}

.hamburger {
    margin-top: 15px !important;
}

.transparent-header .vlmenu > li > a:hover, .transparent-header.sticky-nav .vlmenu > li > a:hover, .app-header .vlmenu > li > a.activo {
    color: var(--main-color);
}

.btn-outline-light {
    border: 1px solid #fff !important;
}
/*
.vlmenu {
    display: block !important;
}
*/

    

@media (max-width: 767px) {
  

    .app-header.transparent-header {
        background: none !important;
    }

    .app-header.transparent-header.sticky-nav {
        background: #ffffff !important;
    }

    .app-header.transparent-header .logo-dark {
        display: none !important;
    }

    .app-header.transparent-header.sticky-nav .logo-dark {
        display: block !important;
        line-height: 22px !important;
        margin-bottom: 7px !important;
        margin-top: 5px !important;
    }


    .app-header.transparent-header .logo-light {
        display: block !important;
        font-size: 36px !important;
        font-weight: 600 !important;
        margin-bottom: 7px !important;
        margin-top: 9px !important;
    }

    .app-header.transparent-header.sticky-nav .logo-light {
        display: none !important;
    }

    /* hamburguer */
    .app-header.transparent-header .hamburger-inner, .app-header.transparent-header .hamburger-inner::before, .app-header.transparent-header .hamburger-inner::after {
        background-color: #fff !important;
    }

    .app-header.transparent-header.sticky-nav .hamburger-inner, .app-header.transparent-header.sticky-nav .hamburger-inner::before, .app-header.transparent-header.sticky-nav .hamburger-inner::after {
        background-color: #000 !important;
    }

}




/* Hero   *************************************************************/


.hero-section {
    overflow: hidden;
    padding-bottom: 13.5rem;
    height: 100vh;
}

.hero-img {
    background-color: #000; 
    background-image: url(../img/hero/hero-ai.gif); 
    background-size: 50vw; 
    background-position-y: 78%;
}

.hero-h1 {
    margin-top: 18vh;
}

@media (min-width: 769px) {
        
    .section-gap {
        padding-top: 8rem;
    }

}


@media (max-width: 667px) {
        
    /*.section-gap {
        padding-top: 8rem;
    }*/

    .hero-h1 {
        /*font-size: 25px;*/
        font-size: 22px;
    }

    .hero-h1 span.typist-text {
        font-size: 25px;
    }

    .hero-img { 
        background-size: 100vw; 
        background-position-y: 53%;
    }

    .lead {
        font-size: 1.15rem;
        line-height: 1.45rem;
    }

    .hero-section .lead {
        font-size: 1rem;
        line-height: 1.15rem;
        padding: 0 1rem;
    }

    .hero-section .btn {
        margin: 9rem auto 0 !important;
        font-size: 12px;
    }

}
/*
.btn-outline-light:hover {
    background: var(--main-color) !important;
    border-color: var(--main-color) !important;
}*/



.section-gap {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 60%, rgba(240,241,244,1) 100%);
}

.section-gap-legal {
    background: rgb(15,14,11);
    background: linear-gradient(0deg, rgba(15,14,11,1) 60%, rgba(0,0,0,1) 100%);
}



/* Desarrollo *************************************************************/


@media (max-width: 767px) {

    #desarrollo_bloque_1 {
        margin-bottom: 0 !important;
    }

}




/* Contenido *************************************************************/


@media (max-width: 767px) {

    .section-gap#contenido {
        padding-bottom: 0rem !important;
    }
    
}



/* Consultoría *************************************************************/


.section-gap#consultoria {
    padding-bottom: 2rem !important;
}


@media (max-width: 767px) {

    .section-gap#consultoria {
        padding-bottom: 0 !important;
    }
    
}


/* Clientes *************************************************************/


.section-gap#clientes {
    padding: 0 !important;
    background: #fff !important;
}



@media (max-width: 767px) {

    .section-gap#clientes .component-section {
        padding: 0 0 3rem 0;
    }

}


/* Contacto *************************************************************/


.section-gap#contacto {
    padding-bottom: 1.5rem !important;
}

@media (max-width: 767px) {

    .section-gap#contacto  {
       padding-top: 5.5rem !important;
    }

}



/* Footer   *************************************************************/

.app-footer {
    background-color: #000;
    background-image: url(../img/hero/hero-ai.gif);
    background-size: 45vw;
    background-position: right;
    background-repeat: no-repeat;
}

.app-footer.app-footer-legal {
    border-top: 1px solid #222 !important;
}


@media (min-width: 667px) {
    .app-footer .footer-link {
        margin-bottom: 0;
    }
}

.app-footer .copyright a.text-white {
    font-size: 12px !important;
}

.app-footer .footer-link li a:hover, .app-footer .copyright a.text-white:hover {
    color: var(--main-color) !important;
}


@media (max-width: 767px) {
    
    .app-footer {
        background-size: 75vw;
        background-position: center 65px;
        padding-bottom: 3rem !important;
    } 


    .app-footer .copyright a.text-white {
        font-size: 11px !important;
    }

    .app-footer .copyright a.ml-4 {
        margin-left: 0.75rem !important;
    }

    .app-footer .footer-link {
        margin-bottom: 0rem;
    }

}


/* Legal   *************************************************************/

.lead-legal {
    font-size: 1rem !important;
    line-height: 1.1rem !important;
}


.lead-legal a {
   color: inherit !important;
   text-decoration: underline !important;
}

.lead-legal a:hover {
   color: var(--main-color) !important;
}


.lead-legal b {
   font-weight: 600 !important;
}

.btn-legal {
    cursor:pointer;
    color:#fff !important;
    float: none;
    margin-left: 0 !important;
}

.btn-legal:hover {
    color:#000 !important;
}

.section-gap-legal#condiciones {
    padding-bottom: 3rem !important;
}


@media (max-width: 767px) {

    .section-gap-legal#condiciones {
        padding-bottom: 1rem !important;
    }

    .section-gap-legal img {
        margin-bottom: 1rem !important;
    }

    .section-gap-legal h2 {
        font-size: 24px !important;
    }

}



/* Kit Digital   *************************************************************/


.kit-digital-icon {
    height: 17px;
    margin-right: 3px;
    margin-top: -2px;
}

.btn-kit-digital {
    border: 1px solid rgb(202,20,50) !important;
    color: rgb(202,20,50);
}

.btn-kit-digital:hover {
    color: #ffffff !important;
    background: rgb(202,20,50);
    background: linear-gradient(90deg, rgba(202,20,50,1) 0%, rgba(214,65,37,1) 77%, rgba(240,158,11,1) 100%);
}



/* EU Cookie   *************************************************************/

.eupopup-container {
    font-size: 15px !important;
    padding-top: 14px !important;
}

.eupopup-fixedbottom {
    position: fixed;
    z-index: 100000;
    bottom:0;
    width: 100vw;
}

.eupopup-head {
    display: none !important;
}

.eupopup-body {
    padding: 0 30px !important;
}

.eupopup-buttons {
    padding: 7px 0 8px 0 !important;
}

.eupopup-button {
    color: var(--main-color) !important;
    margin-bottom: 
}

.eupopup-button_1 {
    font-weight: 600 !important;
    font-size: 16px !important;
}

.eupopup-button_2 {
    font-size: 13px !important;
}



/* Typist  *************************************************************/

/*  Typist styling */
@-webkit-keyframes blink
{
    0%
    {
        opacity: 1.0;
    }
    50%
    {
        opacity: .0;
    }
    100%
    {
        opacity: 1.0;
    }
}

@keyframes blink
{
    0%
    {
        opacity: 1.0;
    }
    50%
    {
        opacity: .0;
    }
    100%
    {
        opacity: 1.0;
    }
}

.typist-blink
{
    font-weight: 800;
}

.typist-blink:after
{
    position: relative;
    top: 6px;

    display: inline-block;

    height: 30px;
    margin-right: 7px;
    margin-left: 3px;

    content: ' ';
    -webkit-animation: blink 1s step-start 0s infinite;
            animation: blink 1s step-start 0s infinite;

    border-right: 2px solid;
}

.typist-blink > .typist-untyped
{
    display: none;
}

