@import url("bootstrap.min.css");
@import url("dhx-basic-bs4.css");
@import url("convertia-font.css");

body{
    margin: 0px;
    padding: 0px;
    font-family: 'Gotham', sans-serif;
}

textarea {
    resize: none;
}

.dhx-terms {
    font-size: 12px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active,
input:-internal-autofill-selected,
input:-internal-autofill-previewed{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


/*Colors*/
.conv-color-white {color:#fff;}
.conv-color-gray {color:#5a5a5a;}
.conv-color-link {color:#319edb !important;}
.conv-color-green {color:#30db98;}
.conv-color-skyblue {color:#009cde;}
.conv-color-gray-link {color:#5a5a5a;}
.conv-color-lightGray {color:#d9d9d9;}
.conv-color-blueGreen {color:#0e6864;}
.conv-color-greenDark {color:#0e6964;}


/*outline*/
.conv-color-outline-graydark {-webkit-text-stroke: 1px #5a5a5a; color: transparent;}
.conv-color-outline-white {-webkit-text-stroke: 1px #fff; color: transparent;}
h1.fill{color:#30db98;-webkit-text-stroke: 0px; margin: 0px;}

/*bg*/
.conv-bg-white {background-color: #fff;}
.conv-bg-blue {background-color: #021f2b;}
.conv-bg-green {background-color: #0e6864;}
.conv-bg-gray {background-color: #f8f8f8;}
.conv-bg-green-light {background-color: #30db98;}
.conv-bg-gradient-gray {background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(246,246,247,1) 100%);}
.conv-bg-wood { background-image: url(../img/conv-bg-texture-wood-section.jpg); background-size: cover; }
.conv-bg-superLightGreen{background-color: #EDF5F2;}



/*NAV*/
nav {top:0;
     background-color: #ffffff;}

nav a#logo {
    font-size: 14px;
    color: #5a5959;
    font-weight: 300;
    font-family: 'Roboto', sans-serif; 
}

nav a svg#logo--fullcolor {
    width: 85px;
}

nav ul.navbar-nav li.nav-item a {
    font-weight: 100;
    font-size: 14px;
    color:#fff;
    position: relative;
}

nav ul.navbar-nav li.nav-item a:hover::before {
    content: '';
    width: 18px;
    height: 3px;
    position: absolute;
    left: calc(50% - 9px);
    top: 35px;
    background: #fff;
    animation: barra .3s ease-in-out;
}

@keyframes barra {
    0%{width: 18px;left: calc(50% - 9px);opacity: 0;}
    50%{width: 40px;left: calc(50% - 20px);opacity: 1;}
    100%{width: 18px;left: calc(50% - 9px);opacity: 0;}
}

nav ul.navbar-nav li.nav-item a.active {color:#2ed292;}
nav ul.navbar-nav li.nav-item a.active:hover::before {animation:none;}

nav ul.navbar-nav li.nav-item a.active::before {
    content: '';
    width: 18px;
    height: 3px;
    position: absolute;
    left: calc(50% - 9px);
    top: 35px;
    background: #2ed292;
}

nav .navbar-toggler {
    font-weight: 300;
    border:1px solid #fff;
    border-radius: 0px;
}

#logo img {
    height: 45px !important;
}

/*MENU GRIS*/
nav#menuGray .navbar-toggler {
    font-weight: 300;
    border:1px solid #5a5a5a;
    border-radius: 0px;
}
nav#menuGray ul.navbar-nav li.nav-item a {color:#5a5a5a;}
nav#menuGray ul.navbar-nav li.nav-item a.active {color:#2ed292;}
nav#menuGray ul.navbar-nav li.nav-item a.active:hover::before {animation:none;}
nav#menuGray ul.navbar-nav li.nav-item a:hover::before {
    content: '';
    width: 18px;
    height: 3px;
    position: absolute;
    left: calc(50% - 9px);
    top: 35px;
    background: #5a5a5a;
    animation: barra .3s ease-in-out;
}
nav#menuGray ul.navbar-nav li.nav-item a.active::before {
    content: '';
    width: 18px;
    height: 3px;
    position: absolute;
    left: calc(50% - 9px);
    top: 35px;
    background: #2ed292;
}

/* Full fold */
.dhx-full-fold {
    position: relative;
    min-height: calc(100vh - 51px);
    height: auto;
}

/*performance*/
section.dhx-full-fold.performance {
    background: url(../img/conv-bg-texture-wood-xs.jpg);
    background-repeat-y: no-repeat;
    background-size: cover;
    background-position-x: 68%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 90%, 50% 100%, 0% 90%);
}

/*performance*/
section.dhx-full-fold.performance {
    background: url(../img/conv-bg-texture-tec-wood-xs.jpg);
    background-repeat-y: no-repeat;
    background-size: cover;
    background-position-x: 68%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 90%, 50% 100%, 0% 90%);
}

section.dhx-full-fold img#people {
    display: none;
}

h1 {
    color: transparent;
    -webkit-text-stroke: 1px white;
    font-size: 30px;	
    font-weight: bolder;
    letter-spacing: 2px;
    font-family: 'Antenna_b', sans-serif;
    text-transform: uppercase;
}

section.dhx-full-fold h2 {
    font-size: 18px;
    font-family: 'Antenna_b', sans-serif;
    color:#fff;
    font-weight: 300;
    letter-spacing: 2px;
    -webkit-text-stroke: 0;
    text-transform: initial;
}

img#scroll {
    position: absolute;
    bottom: 50px;
    left: calc(50% - 20px);
    width: 40px;
}


/*HOME */



.dhx-full-fold.home,
.homeperformance,
.homeperformance {
    background: url(../img/home-xs.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height:auto;
    transition: 0.5s all ease;
}


.dhx-full-fold.convertia h1 {
    font-size: 21px;
    font-family: 'Antenna_l', sans-serif;
    -webkit-text-stroke: 0px;
    font-weight: 100;
    color: #3fb084;
}

.inteligencia h1 {
    font-size: 21px;
    font-family: 'Antenna_b', sans-serif;
    -webkit-text-stroke: 0px;
}

.inteligencia h2 {
    font-size: 21px;
    font-family: 'Antenna_l', sans-serif;
    -webkit-text-stroke: 0px;
    text-transform: lowercase;
}

.dhx-full-fold.convertia h2 {
    font-size: 16px;
    font-family: 'Antenna_m', sans-serif;
}

.dhx-full-fold.convertia p {
    font-size: 15px;
}

.opacity{
    opacity: 1;
    animation: none;
}

@keyframes opacidad {
    from{opacity: 1}
    to{opacity: 0.5}
}

.card-deck .card {
    border: none;
    border-radius: 0;
}

.card-deck .card h3 {
    font-size: 16px;
    font-family: 'Antenna_m', sans-serif;
}

.card-deck .card p {
    font-size: 15px;
    line-height: 18px;
}

/*End home


/*clases particulares*/
section { padding: 45px 0px; }

h2 {
    -webkit-text-stroke: 1px #3dd384;
    color: transparent;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 3.125rem;
    font-family: 'Antenna_b', sans-serif;
    font-weight: bold;
}

h2.fill {
    -webkit-text-stroke: 0px;
    color: #3dd384;
    font-size: 3.125rem;
}

h3 {   
    font-family: 'Antenna_b', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: 2px;
}

h4 {
    font-family: gotham_boldregular, sans-serif;
    font-weight: 300;
    font-size: 16px;
}

h4 big {
    font-size: 40px;
}

h5{
    font-family: 'Antenna_b', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

h6 {
    font-family: 'Antenna_m', sans-serif;
    font-size: 1.3125rem;
}

p , li{
    font-size: 16px;
    font-family: 'gotham_bookregular', sans-serif;
}

p strong {
    font-family: 'gotham_boldregular', sans-serif;
}

p.icon {
    font-size: 12px;
}

a.link { text-decoration: underline !important; }

a.button {
    text-transform: uppercase;
    font-family: 'Antenna_b', sans-serif;
    font-size: 14px;
    position: relative;
    transition: 0.3s all ease;
    margin-top: 30px;
    display: block;	
}

a.button::after {    
    min-width: 20px;
    min-height: 10px;
    display: inline-block;
    margin-left: 10px;
    position: absolute;
    top: 0px;
    transition: 0.3s all ease;
}

a.dropdown-toggle.especial {
    font-size: 16px;
    color: gray;
    border: 1px solid #d8dce0;
    border-bottom: none;
    padding: 10px 15px 3px;
}

/*Pisar los modales de la app*/
div#modal-politicas-espana,
div#modal-cookies-gral,
div#modal-politicas-mexico {
    z-index: 99999!important;
}

.bg-moleculas {
    background-image: url(../img/bg-moleculas.jpg);
    background-size: cover;
}



form#form_form_0 {
    border: 1px solid #ced4da;
    padding: 20px;
    background-color: #ffffff;
    border-radius:5px; 


}

.texto-formulario {
    font-size: 1rem;
    line-height: 1.3125rem;
}

p big {
    font-size: 21px;
    line-height: 1.25;
}

label.subtitulo {
    font-size: 14px;
    margin-bottom: 0px;
}


svg#Capa_1 {
    width: 120px;
    height: 25px;
}

.img-grayscale img{
    filter: grayscale(1);
}

/*End clases particulares*/


a.button.conv-color-white {color:#fff;}
a.button.conv-color-white::after {content: url(../svg/buttonArrow--green.svg);max-width: 25px;}
a.conv-color-gray-link {color:#5a5a5a;}
a.button.conv-color-gray-link::after {content: url(../svg/buttonArrow--green2.svg); max-width: 25px;}
a.button.conv-color-white-link::after {content: url(../svg/conv-scroll-down.svg); transform: rotate(-90deg); margin: -3px 15px;}

a.button:hover::after {    
    margin-left: 20px;
    position: absolute;
    top: 0px;
}

.green-line-separator {
    position: absolute;
    height: 100%;
    left: calc(50% - 1px);
    background: #114e4e;
    width: 2px;
}

.gray-line-separator {
    position: absolute;
    height: 100%;
    left: calc(50% - 1px);
    background: #cccccc;
    width: 2px;
}



img.icon {
    max-width: 60px;
    max-height: 60px;
    margin-bottom: 10px;
}


.box {
    min-height: 170px;
    margin: 30px auto;
}

.col-lg-1.position-realtive { min-height: 550px; }
.col-lg-1.position-realtive.formula { min-height: 340px; }

.shadow-box {box-shadow: -8px 0px 25px #f5f5f5;}
.img-shadow {box-shadow: 0px 10px 17px #e4e4e4;}
.nav-shadow {box-shadow: 0px 10px 35px rgba(95, 95, 95, 0.17);}

.absolute-rigth {
    position: relative;
    transform: none;
    z-index: 1;
    margin-bottom: 0px;
}

p.subtitle {
    font-size: 24px;
    text-transform: uppercase;
}

.comment {
    border: 3px solid #62e3b0;
    border-radius: 50px;
    box-shadow: 0px 10px 20px rgba(45, 45, 45, 0.04);
    padding: 20px;
    position: relative;
    margin-bottom: 30px;
}

.comment::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    background: transparent;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #62e3b0;
    left: 55px;
    bottom: -40px;
}

.comment p:first-child::before {
    content: '“';
    font-size: 240px;
    position: absolute;    
    opacity: 1;
    color: transparent;
    -webkit-text-stroke: 3px #f7f7f7;
    font-family: 'Antenna_b', sans-serif;
    top: -130px;
    left: -50px;
    z-index: 1;
    mix-blend-mode: darken;
}

#subtitulo {color:#fff;}

div#titleHome {
    margin-bottom: 30px;
}


#submenu {top: -40px;}
#submenu a{font-size: 14px; color:#fff; text-decoration: underline;}
#submenu a:hover {text-decoration: none;}


#subir {
    position: fixed;
    bottom: 20px;
    width: 40px;
    height: 40px;
    right: 10px;
    z-index: 999;
    border-radius: 50%;
    font-size: 18px;
    outline: none;
    background-color: #0e6864;
    color: white;
    cursor: pointer;
    border:none;
    transition: 0.3s;
    transform: rotate(180deg);
}

#subir:hover {
    background-color: #555;
}


#bajar {
    position: absolute;
    top: auto;
    bottom: 5vh;
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;

    z-index: 999;
    outline: none;
    cursor: pointer;
    border:none;
}


img#flechaTop {
    width: 22px;
}

#caso-de-exito h1 {
    color: #30db98;
    border: none;
    font-size: 16px;
    -webkit-text-stroke: 0;
}


#caso-de-exito h2 {    
    border: none;
    font-size: 26px;
    -webkit-text-stroke: 0;
}

#caso-de-exito img {
    mix-blend-mode: multiply;
    filter: grayscale(1);
    opacity: 0.8;
}

ul.sin-bullet{
    list-style: none;
}

ul.sin-bullet li{
    padding: 10px 0px;
    font-size: 16px;
    line-height: 20px;
    font-family: 'gotham_bookregular', sans-serif;
}

ul.sin-bullet li::before {
    color: #30db98;
    content: "\2022";
    display: inline-block;
    font-size: 1em;
    left: 17px;
    position: absolute;
}

/*End clases particulares*/


/* a buttons */

.btn {
    border-radius: 0;
    font-family: 'Antenna_b', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 8px 25px;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus{
    box-shadow: none;
}

.btn-outline-primary {
    border:2px solid #9b0059;
    color:#9b0059;

}

a.btn-link:not([href]):not([tabindex]),
a.btn-link:not([href]):not([tabindex]):focus, 
a.btn-link:not([href]):not([tabindex]):hover, 
a.btn-outline-primary:not([href]):not([tabindex]) {
    color: #9b0059;

}

.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    background:#9b0059;
    color:#fff;
    border:2px solid #9b0059;
}

a.btn.btn-outline-primary.white,
a.btn.btn-outline-primary.white:hover,
a.btn.btn-outline-primary.white:focus,
a.btn.btn-outline-primary.white:active {color:#2ed292; border-color: #fff; background-color: #fff;box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);}



a.btn.btn-primary {
    color: #30db98;
    background: transparent;
    border: 2px solid #30db98;
    padding: 8px 25px;
    word-break: break-word;
    font-weight: bold;
    text-transform: uppercase;
}

a.btn.btn-primary:hover,
a.btn.btn-primary:focus,
a.btn.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    color: #fff;
    background: #30db98;
    border: 2px solid #30db98;
    box-shadow: none;    
}


.btn-success {
    background: #9b0059;
    border:none;

}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    background: #5f0036!important;
    box-shadow: none!important;

}


/*end a buttons */


/*FOOTER*/
footer {
    background-color: #021219;	
}

footer p,
footer a {
    color:#6d6e71;
    font-size: 12px;
    font-family: 'gotham_bookregular', sans-serif;
}

footer a:hover {
    text-decoration: underline;
    color:#6d6e71;
}
/*end footer*/

/*TABS*/
.nav.nav-tabs a.nav-item {
    text-transform: uppercase;
    font-family: 'Antenna_m', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    color: #8e8e8e;
    text-align: center;
    border-radius: 0;
    border: 1px solid #dee2e6;
    padding: 5px;
    width: 100%;
}

.nav.nav-tabs a.nav-item:last-child {	
    border-right: 1px solid #dee2e6;
}

.nav.nav-tabs a.nav-item.active {
    background-color: #f6f6f6;
    border-top: 4px solid #0e6964;
    padding-top: 5px;
    color:#5a5a5a;
    border-bottom: none;
}

.nav.nav-tabs a.nav-item:hover {
    background-color: #f6f6f6;
}


.accordion button.btn.btn-link{
    text-align: left;
    padding:0px;
    text-transform: uppercase;
    color:#5a5a5a;
    font-family: 'Antenna_m', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    -webkit-text-stroke: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
}



.accordion button.btn.btn-link:hover{
    text-decoration: none;
}

.accordion .card-header:first-child, .accordion .card {
    border-radius: 0px;
}

.accordion button[aria-expanded="true"] {
    background-color: #f6f6f6;
    border-top: 4px solid #0e6964;
    color: #5a5a5a;
    border-bottom: none !important;
    background-color: rgba(0,0,0,.03);
}

.accordion .collapse.show {
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}


#nav-tabContent {
    background: #f6f6f6;
}

.tab-content ul { list-style: none; }

.tab-content ul li {
    color:#5a5a5a;
    font-family: 'gotham_bookregular', sans-serif;
    margin: 5px 0px;
    display: flex;
    padding-left: 15px;
    position: relative;
}

.tab-content ul li:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #0e6964;
    border-radius: 50%;
    margin: 10px 15px 0px 0px;
    position: absolute;
    left: 0;
    bottom: 6px;
}

/* END tabs */

/* Nosotros */

a.bg-integrantes {
    background: #00dd94;
    display: block;
    transition: 5s all ease;
    max-width: 300px;
    position: relative;
    margin: 0px auto;
}

a.bg-integrantes::after {
    content: '';
    background-image: url(../svg/linkedin-gray.svg);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 999;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;    
}
a.bg-integrantes:hover::after {
    content: '';
    background-image: url(../svg/linkedin.svg);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 999;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    animation: integrantes 0.3s ease;
}

@keyframes integrantes {
    from{
        opacity: 0;
        transform: scale(2);
    }

    to {
        opacity: 100%;
        transform: scale(1);
    }
}

img.integrantes {
    background-size: cover;
    margin: 0px auto;
    width: 100%;
    box-shadow: 2px 2px 4px #e4e5e4;
}

.subtitulo {
    font-size: 14px;
    font-family: 'gotham_regular', sans-serif;
}

p.integrantes {font-size: 13px;}


a:hover img.integrantes {
    mix-blend-mode: multiply;
}

h2.out-stroke {
    -webkit-text-stroke: 0;
}

/* END nosotros */


/* contacto */
.contacto p{
    font-size: 14px;
}

.contacto .redes img {
    width: 30px;
}

.contacto .subtitulo {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'gotham_boldregular', sans-serif;
}

.contacto .form-control,
select {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #A7A7A7;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    min-height: 34px;
    height: 34px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #A7A7A7;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    min-height: 34px;
    height: 34px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contacto .form-control:focus {
    box-shadow: none!important;
    border: none !important;
}

.contacto textarea {
    resize: none;
}

.contacto .dhx-terms {
    font-size: 12px;
    font-family: 'gotham_bookregular', sans-serif;
    color: #5d5d5d;
    padding: 0px;
    padding-left: 10px;
}  

/* END contacto */

/* modal*/

.modal h2 {
    font-size: 26px;
}
.modal h3 {
    font-size: 18px;
}

/* end modal */


/* landing demo y hablemos */

.landing {
    min-height: calc(100vh - 108px);
    background-image: url(../img/hablemos.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.box-shadow{
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}

.landing h1 {font-size: 26px; margin-top: 0;}

/* end lading*/

/* cookie */

#quitarCookie a.btn.btn-outline-primary,
#quitarCookie a.btn.btn-outline-primary:hover,
#quitarCookie a.btn.btn-outline-primary:focus,
#quitarCookie a.btn.btn-outline-primary:active {
    border: 2px solid white;
    color: white;
    display: table;
}

#quitarCookie a.conv-color-link {
    color:#319edb;
    cursor: pointer;
}

section#quitarCookie {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 999;
}

/* end cookie*/

/* error formularios */
label.error {
    font-size: 12px;
    display: block;
    background: red;
    color: white;
    padding: 2px 5px;
}
/*end*/

/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 320px) { 

    .nav.nav-tabs a.nav-item {
        width: auto;
        padding: 10px;
    }

    .nav.nav-tabs a.nav-item.active {
        padding-top: 7px;
    }

    .tab-content ul li:before {       
        bottom: 9px;
    }

    h5 {
        font-size: 16px;
    }


    h1 {
        -webkit-text-stroke: 1px white;
        font-size: 57px;
    }

    section.dhx-full-fold h2 {
        font-size: 27px;
    }




    section.dhx-full-fold img#people {
        position: absolute;
        left: -8%;
        bottom: 28px;
        display: block;
        width: 100%;
    }

    section { padding: 100px 0px; }

    h2.fill {
        -webkit-text-stroke: 0px;
        color: #3dd384;
        font-size: 1.625rem;
    }

    h2 {

        color: #3dd384;
        font-size: 1.625rem;
    }

    h5 {
        font-size: 1rem;
    }

    p {
        font-size: 15px;
        line-height: 20px;
    }

    p.icon {
        font-size: 14px;
        line-height: 18px;
    }

    .comment {
        padding: 55px;
    }

    .comment p:first-child::before {
        top: 40px;
        left: -50px;

    }

    .dhx-full-fold.convertia h1 {
        font-size: 32px;
    }


    .bg-landing-performance {
        background-image: url("../img/home-xs.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    h4 big {
        font-size: 25px;
    }

    .bordeMobileBot	{

        margin-bottom: -10vh;
    }

    .bordeMobileTop	{

        margin-top: -10vh;
    }


}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 321px) { 

    .nav.nav-tabs a.nav-item {
        width: auto;
        padding: 10px;
    }

    .nav.nav-tabs a.nav-item.active {
        padding-top: 7px;
    }

    .tab-content ul li:before {       
        bottom: 9px;
    }

    h5 {
        font-size: 16px;
    }

    h1 {
        -webkit-text-stroke: 1px white;
        font-size: 57px;
    }

    section.dhx-full-fold h2 {
        font-size: 27px;
    }




    section.dhx-full-fold img#people {
        position: absolute;
        left: -8%;
        bottom: 28px;
        display: block;
        width: 100%;
    }

    section { padding: 100px 0px; }



    p {
        font-size: 15px;
        line-height: 20px;
    }

    p.icon {
        font-size: 14px;
        line-height: 18px;
    }

    .comment {
        padding: 55px;
    }

    .comment p:first-child::before {
        top: 40px;
        left: -50px;

    }

    .dhx-full-fold.convertia h1 {
        font-size: 32px;
    }


    .bg-landing-performance {
        background-image: url("../img/bg-landing-performance-mobile@2x.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    h4 big {
        font-size: 25px;
    }

}




@media (min-width: 580px) {

    .nav.nav-tabs a.nav-item {
        width: auto;
        padding: 10px;
    }

    .nav.nav-tabs a.nav-item.active {
        padding-top: 7px;
    }

    .tab-content ul li:before {       
        bottom: 9px;
    }



    h1 {
        -webkit-text-stroke: 1px white;
        font-size: 57px;
    }

    section.dhx-full-fold h2 {
        font-size: 27px;
    }




    section { padding: 100px 0px; }


    p {
        font-size: 15px;
        line-height: 20px;
    }

    p.icon {
        font-size: 14px;
        line-height: 18px;
    }

    .comment {
        padding: 55px;
    }

    .comment p:first-child::before {
        top: 40px;
        left: -50px;

    }

    .dhx-full-fold.convertia h1 {
        font-size: 32px;
    }

    .bg-landing-performance {
        background-image: url("../img/bg-landing-performance-mobile@2x.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }




}





/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
    body.home{
        margin: 0px;
        padding: 0px;
        font-family: 'Gotham', sans-serif;
        background: url(../img/home.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height:calc(100vh - 52px); 
    }

    body.typ{
        margin: 0px;
        padding: 0px;
        font-family: 'Gotham', sans-serif;
        background: none;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;

    }

    body.error{
        margin: 0px;
        padding: 0px;
        font-family: 'Gotham', sans-serif;
        background: none;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height:calc(100vh - 80px); 
    }





    img#scroll {	   
        bottom: 120px;	    
    }


    .opacity{
        opacity: 0.5;
        animation: opacidad 0.5s ease;
    }

    #subtitulo {color:#303030; font-size: 16px;}

    div#titleHome {
        margin-bottom: 0px;
    }

    #submenu a{color:#009cde;}

    img#altavoz {
        position: absolute;
        max-width: 450px;
        bottom: -180px;
        z-index: -1;
    }



    .inteligencia h1 {
        font-size: 36px;
    }

    .bg-landing-performance {
        background-image: url("../img/bg-landing-performance-tablet@2x.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 

    body.typ{
        margin: 0px;
        padding: 0px;
        font-family: 'Gotham', sans-serif;
        background: url(../img/typ.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;

    }

    .contacto .mb-4.ml-3 {
        min-height: 100px;
    }

    section.dhx-full-fold img#people {	    
        left: -20%;
        bottom: 60px;
        display: block;
        width: 80%;
    }

    .absolute-rigth {
        position: absolute;
        transform: translate3d(157px, -30px, 0px);
        z-index: 1;
        margin-bottom: 40px;
    }

    h1 {margin-top: 0px;}

    div#titleHome {
        margin-bottom: 150px;
    }


    .bg-landing-performance {
        background-image: url("../img/bg-landing-performance-tablet@2x.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .dhx-full-fold {        
        min-height: calc(100vh - 52px);
    }

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1024px) { 


    .bg-landing-performance {
        background-image: url("../img/bg-landing-performance-desktop@2x.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }



}

@media all and (orientation:landscape) and (max-height: 763px){
    .dhx-full-fold {   
        min-height: auto;

    }

    .dhx-full-fold .container{        
        padding-top: 10px !important;
        padding-bottom: 10px !important;

    }
}


@media (min-width: 1200px) { 


    .bg-landing-performance {
        background-image: url("../img/bg-landing-performance-laptop1440@2x.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }



}

@media (min-width: 2400px) { 


    .bg-landing-performance {
        background-image: url("../img/bg-landing-performance-4k.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }



}


.titulo-header {
    color: #ffffff !important;
    font-family: Antenna_l;
    font-size: 	1.9375rem;
}

.subtitulo-header {
    color: #ffffff !important;
    font-family: Antenna_l;
    font-size: 1.3125rem;
    line-height: 28px;
}

.form-check-label {
    font-size: 9px;
}	


.moduloPreguntas {
    padding: 15px;
}

html {
    scroll-behavior: smooth;
}


.botonScrolldown {
    padding-top: 60px;
}


@media (max-width: 992px) {
    #bajar {
        display: block;
        position: relative;
        bottom: auto;
        right: auto;
        left: auto;
        margin: 20px auto 0px auto
    }
}