.mkt-footer .col-9, .mkt-footer .col-xs-9 {
    flex: 0;
}
.row{
    margin-right: 0px;
    margin-left: 0px;
}
#layout-column_column-1 {
    height: 100vh;
}

#mkt-container a{
    text-decoration: none;
}

#mkt-container ul{
    list-style:none;
}

.mkt-container-home{
    background: rgb(49,53,62);
    background: radial-gradient(circle, rgba(49,53,62,1) 0%, rgba(25,29,38,1) 100%);
}

.mkt-navul{
    background: #000;
    height: 70px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.mkt-logo a{
    margin-left: 80px;
}

.mkt-links{
    margin-right: 100px;

}

.mkt-links ul{
    display: flex;
    flex-direction: row;
    
}

.mkt-links li a{
    color:#fff;
    margin-right: 50px;
    font-size: 20px;
    
}

.mkt-main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 77vh;
    background: rgb(49,53,62);
    background: radial-gradient(circle, rgba(49,53,62,1) 0%, rgba(25,29,38,1) 100%);
}

.mkt-grid-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: 500px;
    max-width: 1000px;
    margin: 0px auto;
    
}

.mkt-logo-marketing{
    border-radius: 10px 0px 0px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    background: #000;

}

.mkt-logo-marketing .mkt-line{
    
    width: 15%;
    border-top:solid 1px #fff;
    margin:40px 0px;
    
}

.mkt-bienvenido{
    
    font-size: 30px;
    color:#fff;
}

.mkt-autenticacion{
    background:#787d802d;
    border-radius: 0px 10px 10px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 

}

.mkt-autenticacion form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width:500px;
    width: 100%;

}

.mkt-autenticacion form input{
    
    padding:15px 30px 15px 35px;
    border: 0px;
    outline: none;
    padding-right: 30px;
    width: 70%;
    margin-bottom: 20px !important;
    background-color: #fff;

}

.mkt-autenticacion input{
    
    padding:15px 30px 15px 35px;
    border: 0px;
    outline: none;
    padding-right: 30px;
    width: 70%;
    margin-bottom: 20px !important;
    background-color: #fff;

}

.mkt-autenticacion form input:nth-child(1){
    background: url('../assets/logos/user_copy.png') no-repeat  10px 12px;
    background-color: #fff;
}

.mkt-autenticacion form input:nth-child(2){
    background: url('../assets/logos/lock.png') no-repeat  10px 12px;
    background-color: #fff;
}

.mkt-autenticacion form input ::placeholder{
    padding-left: 30px;

}

.mkt-olvidar{

    width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    
}

.mkt-olvidar a{
    text-decoration: none;
    color:#fff;
}


.mkt-boton{

    margin-top: 30px;
    cursor: pointer;
    outline: none;
    font-size: 16px;
    background:#00ADEF;    
    padding: 15px;
    width: 100px;
    color:#fff;
    border:none;
    border-radius: 5px;
    box-shadow: 1px 1px 5px 1px rgba(61, 59, 59, 0.89);
    transition: all ease 0.2s;

}

.mkt-boton:hover{
    background:#00b7ff;

}

.mkt-footer{
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height:129px;
    background: #333B3F;
}

.mkt-logo-iconos{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
	width: 100%;
}



.mkt-logo-iconos .mkt-line{
    width: 100%;
    border-top:solid 1px #979797;
    margin:5px 0px;

}

.mkt-social-icons-footer ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
	list-style-type: none;
}


.mkt-social-icons-footer ul li{
    margin-right: 20px;
    
}

.mkt-links-copyright{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;

}

.mkt-links-footer ul {
    width: 80%;
    max-width: 80%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
    margin-right: 0px;
	list-style-type: none;
}

.mkt-links-footer ul li{
    margin-right: 15px;
}

.mkt-links-footer ul li a{
    color: #787D80;

}

.mkt-copyright{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 600px;
    margin-right: 80px;
    color: #787D80;
}



/*-----------------------INICIO---------------------*/
#mkt-container{
    background:#000;
}

.mkt-main-inicio{
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 80px auto;
    
}

.mkt-cover-principal{
    position: relative;
    display: flex;
   
}

.mkt-imagen-principal{
    width: 100%;
}

.mkt-imagen-principal img{
    width: 100%;
    height: 100%;
    max-height: 60vh;
    
}

.mkt-texto-imagen-principal{
    position: absolute;
    top:65%;
    left: 50%;
    transform: translate(-50%,-50%);
}



.mkt-line-texto-principal{
    margin:0px auto;
    width: 15%;
    border-top: solid 2px rgba(255, 255, 255, 0.5);
    text-align: center;
  
}

.mkt-texto-imagen-principal img{
    width: 100%;
}


.mkt-inicio-grid{
    display: grid;
    grid-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 20px auto;
    padding: 20px;


}

.mkt-inicio-grid div{
    transition: all ease 0.3s;
}

.mkt-inicio-grid div img{
    width: 100%;

}

.mkt-item-inicio{
    position: relative;
    height: 430px;
}

.mkt-item-inicio a{
    color: white !important;
}


.mkt-texto-card-inicio{
    position: absolute;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1; 
    font-size: 16px;
    padding: 20px;
    width: 100%;
    text-align: start;
}

.mkt-texto-card-inicio h4, .mkt-texto-card-inicio p{
    color: #f1f1f1 !important; 
}

.mkt-texto-inicio{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 200px;
    text-align: center;
    color:#fff;
}

.mkt-texto-inicio h1{
    margin-bottom: 30px;

}

.mkt-top{
top: 0;
}

.mkt-bot{
    bottom: 0;

}

.mkt-texto-card-inicio h4{
    text-align: center;
    margin-bottom: 10px;

}



.mkt-inicio-grid div:hover{
    transform: scale(1.02);

}

/*--------------------articulos------------------------*/

.mkt-main-inicio-art{
    width: 100%;
    height: 100%;
    background:#fff;
    
}

.mkt-container-articulos{
    background:#fff;
}

.mkt-texto-imagen-articulos{
    position: absolute;
    top:80%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.mkt-texto-inicio-articulos{
    color:#fff;
    margin-top:10px;
    font-size: 28px;
    text-align: center;

}


.mkt-articulos{
    background: #fff;
    max-width: 1200px;
    width: 100%;
    height: 1000px;
    height: 100%;
    margin: 80px auto;
}

.mkt-texto-articulos{
    text-align: justify;
    font-size: 18px;
    line-height: 1.8;
    padding-top: 30px;
}

.mkt-video-articulos{
    padding:30px;
    margin:0px auto;
    width: 100%;
    max-width: 1000px;
    height: 70vh;
    
   
}


/*-------------------------------INICIO DE INTERNO ----------------------- */

.mkt-container-interno{
    /* background:#EFF0F0; */
    background: rgb(49,53,62);
    background: radial-gradient(circle, rgba(49,53,62,1) 0%, rgba(25,29,38,1) 100%);
    background-attachment: fixed;

}

.mkt-info-usuario{
    padding-top: 80px;
    position: fixed;
    height: 100%;
    width: 100%;
    max-width: 250px;
    /* background:#333B3F; */
    border-right: solid 1px #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    

}

.mkt-foto-usuario{
    max-width: 110px;
    width: 100%;
}


.mkt-nombre-usuario{
    margin: 10px 0px;
    font-size: 23px;
    color: #fff;
}

.mkt-links-interno{
    padding-top: 50px;
    width: 100%;

}

.mkt-links-interno ul li{
    display: flex;
    justify-content: center;
    line-height: 50px;
    border-bottom: #fff solid 1px;
    transition: all ease 0.2s;
}

.mkt-links-interno ul li a{
    text-align: center;
    display: block;
    width: 100%;
    font-size:23px ;
    color:#fff;
}

    
.mkt-links-interno .active a{
    /* color:#333B3F !important; */
    background: #00ADEF;

}

.mkt-links-interno ul li:hover{
    background:#00ADEF; 
}

.mkt-links-interno ul li a:hover{
    /* color:#333B3F; */
}

.mkt-logo-empresa{
 margin-top: auto;
 padding-bottom: 20px;
}

.mkt-logo-empresa  a img{
    width: 100%;

}

.mkt-main-interno{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1400px;
    padding-left: 250px;
    margin: 0px auto;
    
}



.mkt-opciones ul{
    height: 100px;
    display: flex;
    flex-direction: row; 
    align-items: center;
    justify-content: flex-end;
    margin-right: 10px;
}


.mkt-opciones ul li{
    margin-right: 50px;
}

.mkt-opciones ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    color:#979797;
    font-size: 15px;
}

.mkt-opciones ul li a img{
  margin-right: 10px;
}



.mkt-grid-interno-1{
    display: grid;
    grid-template-columns: repeat(4, minmax(150px,1fr));
    grid-template-rows: 1fr;
    grid-gap: 50px;
    margin:20px 50px;
    
    
}

.mkt-card{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background:#fff;
    height: 200px;
    border-radius: 15px;
    box-shadow: 0px 10px 0px 0px rgba(0, 173, 239, 0.2);
    transition: all ease 0.5s;
    text-align: center;
    cursor: pointer;
    padding:5px;
    
}

.active-types{
    box-shadow: 0px 10px 0px 0px rgba(0, 173, 239, 1);

}

.mkt-card:hover{
    box-shadow: 0px 10px 0px 0px rgba(0, 173, 239, 1);
}

.mkt-card h2{
    font-weight: 400;
    color:#969797;
    margin-bottom: 20px;

}

.mkt-card p{
    margin:15px;
    font-size: 10px;
    color:#969797;

}

.mkt-contenedor-slick{
    padding:5px 50px;


}

.mkt-slick-newsletter{
    margin:20px auto;
    width: 100%;
    max-width: 1050px;
    background: #282A33;
    
    
}

.slick-slide img{
    width: 100%;
    max-width: 1050px;
    height: auto;
}

.mkt-links-informacion{
    padding: 0px 50px;
}

.mkt-links-informacion-2{
    padding: 0px 50px;
}


.mkt-links-informacion ul{
    background:#fff;
    margin: 10px 0px;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    list-style-type: none;    
  
}

.mkt-links-informacion ul li{
    height: 100%;
    max-width: 300px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    
}

.mkt-links-informacion ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 20px;
    color:#979797;
    height: 100%;
    transition: all ease 0.2s;

}

.mkt-links-informacion ul li a:hover{
    background: #00ADEF;
    color: #fff !important;

}



.uno{
    border-radius: 5px 0px 0px 5px; 
}

.dos{
    
    border-radius: 0px 5px 5px 0px;
    
}

#uno{
    border-radius: 5px 0px 0px 5px; 
}

#dos{
    
    border-radius: 0px 5px 5px 0px;
    
}


.mkt-links-informacion-2 ul{
    background:#fff;
    margin: 10px 0px;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    list-style: none;
    
}

.mkt-links-informacion-2 ul li{
    height: 100%;
    max-width: 300px;
    text-align: center;
    width: 100%;
    
}

.mkt-links-informacion-2 ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 20px;
    color:#979797;
    height: 100%;
    transition: all ease 0.2s;

}

.mkt-links-informacion-2 ul li a:hover{
    background: #00ADEF;
    color: #fff;

}

.mkt-card-informacion{
    background:#fff;
    margin:20px 50px;
    border-radius: 10px;
    padding:60px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.mkt-card-informacion h2{
    margin-bottom: 30px;


}

.mkt-card-informacion p{
    font-size: 20px;
    line-height: 23px;
    text-align: justify;
}

.mkt-card-descarga-vista{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;

}

.mkt-card-descarga-vista a{
    color:#000;
    background: #fff;
    padding: 20px;
    margin-top: 50px;
    width: 100%;
    max-width:400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
    transition: all ease 0.1s;
    box-shadow: 1px 2px 5px 2px #ccc;
    
    
}

.mkt-card-descarga-vista a:nth-child(2){
    margin-left: 30px;
}

.mkt-grid-vistas{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;

}

.show-mobile{
    display: none !important;

}

.burger-mkt{
    display: none;
}

.cerrar{
    display: none;

}

/*--------------Multimedia--------------*/

.mkt-video-introduccion{

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 771px;
    height: 443px;
    margin: 50px auto;

}

.mkt-grid-redes-sociales{
    margin: 20px auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    height: 200px;
    grid-gap:10px;
    
}

.mkt-grid-redes-sociales div:hover{
  transform: scale(1.02);
  transition: all ease-in-out 0.3s;   
    
}

.mkt-item-1-redes-card img{
    width: 100%;

}


 .mkt-item-1-redes-card p{
    line-height: 1;
    font-size: 10px !important;
    width: 50px;

 }

 #slick-videos .slick-slide{
    width: 200px;
    height: 600px;
   
 }

 /*--------------Herramientas------------*/

 .mkt-imagen-cabecera{
    margin: 40px auto;
    
 }

 .mkt-imagen-cabecera img{
    width: 100%;


 }


 /*--------------------------calculadora---------------------*/

.calculadora-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding: 0px 60px;
    margin: 0px auto;
    grid-gap: 30px;
    
}


.card-informacion-formulario{
    width: 100%;
    margin: 30px 0px;
    background:#fff;
    border-radius: 10px;
    padding: 50px;
    
}

.form-input{
    margin-top:20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

select {
    width: 60%;
    border:solid 3px #EFF0F0;
    padding: 10px;
    font-size: 17px;
    color:#969797;
    border-radius: 5px;
}

label{
    width: 40%;
    
}

input{
    width: 60%;
    border:solid 3px #EFF0F0;
    padding: 10px;
    font-size: 17px;
    color:#969797;
    border-radius: 5px;
}

.valores{
    color: #454E50 !important;
    background: #E5E5E5;
    font-weight: bold;
}

.boton-calcular{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;

}

.calcular{
    background:#00ADEF;
    color: #fff;
    border-radius: 5px;
    padding:10px;
    border: 0;
    width: 100%;
    max-width: 200px;
    font-size: 16px;
    font-weight: 600;
}

.card-informacion-formulario-resultados{
    width: 100%;
    margin: 30px 0px 50px 0px;
    background:#fff;
    border-radius: 10px;
    padding: 50px;
    max-height: 821px;
    
}

.card-informacion-formulario-resultados .card-resultados{
    margin:30px 0px;


}

.card-resultados{
    margin: 40px 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 15px;
    box-shadow: 0px 1px 2px #ccc;
    border-radius: 10px;
}

.card-resultados-comisiones{
    margin: 40px 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding: 15px;
    box-shadow: 0px 5px 5px #ccc;
    border-radius: 10px;
}

.card-resultados-comisiones-input{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}


.card-resultados-comisiones-input label{
    font-size: 12px;
}

@media(max-width:1100px){

    .mkt-main-interno{
        padding-left: 200px;

    }

    .mkt-opciones ul li{
        margin-right: 55px;

    }

    .mkt-logo-empresa{
        padding: 20px;

    }

    .mkt-info-usuario{
        max-width: 200px;

    }

    .mkt-card{
        height: 100px;
    
  }
    
    .mkt-card h2{
        margin-bottom: 0px;

    }

    .mkt-grid-interno-1{
        grid-template-columns: repeat(2, minmax(150px,1fr)); 
        grid-gap:25px;
        margin: 20px;
  }

    .mkt-contenedor-slick{
      padding: 5px 30px;

  }

     .mkt-links-informacion{
      padding: 0px 20px;


  }

  .mkt-links-informacion-2{
    padding: 0px 20px;


}

 
    .mkt-card-informacion{
    margin: 20px;
    padding:30px;

  }

    .mkt-card-descarga-vista a{
        max-width: 100%;
    }

    .mkt-grid-vistas{
        grid-template-columns: repeat(2,1fr);

    }

    .video-introduccion{
        height: 300px;


    }

    .grid-redes-sociales{
        height: auto;

    }

    #slick-videos .slick-slide{
        height: 400px;

    }

    .calculadora-grid{
        grid-template-columns: 1fr;
        padding:0px 20px;

    }

    .card-informacion-formulario-resultados{
        margin-top: 0px;
        
    }


}

@media(max-width:500px){
    .show-mobile{
        display: flex !important;

    }

    .mkt-info-usuario{
        display: none;
        max-width: 100%;
        background: rgb(49,53,62);
        background: radial-gradient(circle, rgba(49,53,62,1) 0%, rgba(25,29,38,1) 100%);
        z-index: 10;
        overflow-y: scroll;
        padding: 0px;
        

    }

    .mkt-opciones .config{
        display: none;
    }

    .mkt-main-interno{
        padding-left: 0px;
    }

    .mkt-card h2{
        font-size: 15px;
    }
    
    .mkt-grid-interno-1{
        grid-template-columns: repeat(2, minmax(100px,1fr));

    }
    
    .mkt-videos-h {

        width: 280px !important;
        height: 200px !important;
    
    }

    .mkt-links-informacion ul li a{
        font-size: 14px;

    }

    .mkt-links-informacion-2 ul li a{
        font-size: 14px;

    }


    .mkt-card-informacion p{
     font-size: 15px !important;   


    }

    .mkt-card-descarga-vista h3{
        font-size: 16px;

    }

    .mkt-card-descarga-vista img{
        width: 70%;

    }

    .mkt-grid-vistas{
        grid-template-columns:1fr;

    }

    .mkt-card-informacion-formulario{
        font-size: 15px;
        padding:20px;

    }

    .card-informacion-formulario-resultados{
        max-height: 100%;
        padding: 20px;
        font-size: 15px;

    }
    
    .burger-mkt{
     height: 100px;
     display:flex;
     justify-content: space-between;
     align-items: center;
     padding:30px;
    }

    .burger{
        width: 30px;

    }

    .burger span {
        display: block;
        width: 100%;
        max-width: 50px;
        height: 3px;
        border-radius: 2px;
        margin-top: 8px;
        background: #fff;
    }

    .burger span:nth-child(1){
        margin-top:0px;

    }

    .logo-mobile img{
        width: 100%;

    }
    
    .grid-redes-sociales{
        grid-template-columns: 1fr 1fr;
    }

    .cerrar-div{
        padding:10px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .cerrar{
        border-radius: 5px;
        background: #00adef;
        padding: 5px 10px;
        display: grid;
        place-content: center;
        color: #fff;

    }

    .cerrar a{
        color: white;
        font-size: 20px;
        font-weight: 500;

    }

    .links-informacion-2 ul{
        height: 100%;
        flex-wrap: wrap;

    }

    .links-informacion-2 ul li{
        max-width: 100%;
        height: 70px;

    }

    #uno{
        border-radius: 5px 5px 0px 0px; 
    }
    
    #dos{
        
        border-radius: 0px 0px 5px 5px;
        
    }

}

.active-sub{
    background:#00ADEF;
    color:#fff !important;

}

.informacion p{
    text-align: start !important;

}

* {box-sizing:border-box}

/* Slideshow container */
.mkt-slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mkt-mySlides {
  display: none;
}

.mkt-slideshow-container .mkt-mySlides:nth-child(1) {

    display: unset;

}

.mkt-videos-h {

    width: 800px;
    height: 500px;

}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.mkt-fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


.kaufmann-footer-list {
    float: left;
    position: relative;
    width: auto;
}