﻿/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');*/
body {
    padding-top: 3.8em;
    padding-right: 0em;
    padding-left: 0em;
    width: 100%;
    height: 100%;
    background: #1b1e24;
    /*font-family: 'Roboto', sans-serif;*/
    /*font-family: 'Roboto Mono', monospace;*/
    /*font-family: 'Trebuchet MS', antialiased;*/
    /*-ms-transform: scale(1);
    transform:scale(1);*/
}

/*body {
    margin: 0;
    width: 1920px;
    transform-origin: top center;
}*/

/* Set padding to keep content from hitting the edges */
.body-content {
    /*padding-right: 0em;
    padding-left: 0em;*/
    width: 100%;
    height: 100%;
    background: #1b1e24;
}

/* Tarjeta de Perfil Asesores */
.profile-back {
    background-color: green;
    height: 150px;
    margin-bottom: -75px;
}

.profile-pic {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
}

.profile-card {
    margin-bottom: 15px;
    border: 1px solid black;
}

.profile-name {
    background-color: green;
    color: #fff;
    font-family: 'Actor', sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
    border-radius: 100px;
    max-width: 300px;
    margin: 0 auto 10px auto;
}

.profile-card .social-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
}

    .profile-card .social-list li {
        display: inline;
        margin: 0 5px;
        /*background-color: #9b1f1f;*/
        /*color: #fff;*/
        /*padding: 10px;*/
        /*border-radius: 100%;*/
    }

.profile-bio {
    margin-bottom: 10px;
    padding: 10px;
}

.profile-card .social-list li i {
    background-color: green;
    color: #fff;
    padding: 10px 11px;
    border-radius: 100%;
}



/* Inputs */
/*input {
    color: black;
}

input[type="submit"] {
    color: black;
}*/

.confondo {
    background-color: #def;
}


/* Botones */
.btn{
    color:black;
}


.btn:hover{
    color:black;
}

.btn:active{
    color:black
}

.btn:focus{
    color:black
}

.btn:focus-visible{
    color:black
}

.btn:focus-within{
    color:black
}

.button {
    color: black;
}

/* NavBar Pestañas Color */
.navbar-nav li a:hover, .navbar-nav > .active > a {
    color: black !important;
    background-color: green !important;
    background-image: none !important;
}

.navbar-nav > li > .dropdown-menu {
    background-color: #222222;
    color:dimgray;
}

.navbar li a, .navbar .navbar-brand {
    color: dimgray !important;
}

.nav-tabs li a, .nav-tabs > a {
    color: dimgray !important;
    background-color: #222222 !important;
    background-image: none !important;
}

.nav-tabs li a:hover, .nav-tabs > .active > a {
    color: black !important;
    background-color: green !important;
    background-image: none !important;
}

/* Modal FullScreen */
.modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

/* Carousel Noticias */
/*div.jumbotron.carousel-hero {
    color: #fff;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat;
    margin-bottom: 0;
}

div.jumbotron.hero-nature {
    height: 675px;*/
    /*background-image: url('/Content/News/34a.jpg');*/
/*}

h1.hero-title, h2.hero-title, h3.hero-title {
    text-shadow: 0 3px 3px rgba(0,0,0,0.4);
    color: #fff;
}

p.hero-subtitle {
    max-width: 600px;
    margin: 25px auto;
    padding: 10px 15px;
    color: #fff;
}*/

/*Carousel Thumblers*/

.carousel2 {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}

.carousel-control2 {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}

    .carousel-control2.right {
        right: -12px;
    }

.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}

    .carousel-indicators li {
        background: #cecece;
    }

    .carousel-indicators .active {
        background: #428bca;
    }

.site-media-slider {
    width: 100%;
    height: 100%;
    background-color: #002d47;
    padding-top: 60px;
    padding-bottom: 60px;
}



/* Formulario Crear y Editar */

.contact-clean {
  
  padding: 15px 0;
}

@media (max-width:767px) {
  .contact-clean {
    padding: 20px 0;
  }
}

.contact-clean form {
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
    background-color: #2ABA35;
    padding: 40px;
    border-radius: 4px;
    color: #505e6c;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

@media (max-width:767px) {
  .contact-clean form {
    padding: 30px;
  }
}

.contact-clean h2 {
  margin-top: 5px;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 36px;
  color: black;
}

.contact-clean .form-group:last-child {
  margin-bottom: 5px;
}

.contact-clean form .form-control {
  background: #def;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
  outline: none;
  color: inherit;
  padding-left: 12px;
  height: 42px;
}

.contact-clean form .form-control:focus {
  border: 1px solid #b2b2b2;
}

.contact-clean form textarea.form-control {
  min-height: 100px;
  max-height: 260px;
  padding-top: 10px;
  resize: vertical;
}

.contact-clean form .form-control-feedback {
  height: 42px;
  line-height: 42px;
}

.contact-clean form .help-block {
  margin-top: 8px;
  font-size: 13px;
}

.contact-clean form .btn {
  padding: 16px 32px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
  outline: none !important;
}

.contact-clean form .btn:hover {
  opacity: 1;
}

.contact-clean form .btn:active {
  transform: translateY(1px);
}

.contact-clean form .btn-primary {
    background-color: rgb(10, 119, 18) !important;
    margin-top: 15px;
    color: whitesmoke;
}

/* Delet Form */

/* Set a style for all buttons */
.button2 {
    background-color: #04AA6D;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}

    button:hover {
        opacity: 1;
    }

/* Float cancel and delete buttons and add an equal width */
.cancelbtn, .deletebtn {
    float: left;
    width: 50%;
}

/* Add a color to the cancel button */
.cancelbtn {
    background-color: #ccc;
    color: black;
}

/* Add a color to the delete button */
.deletebtn {
    background-color: #f44336;
}

/* Add padding and center-align text to the container */
.container2 {
    padding: 16px;
    text-align: center;
}


/* The Modal Close Button (x) */
.close {
    position: absolute;
    right: 35px;
    top: 15px;
    font-size: 40px;
    font-weight: bold;
    color: #f1f1f1;
}

    .close:hover,
    .close:focus {
        color: #f44336;
        cursor: pointer;
    }

/* Clear floats */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* Change styles for cancel button and delete button on extra small screens */
@media screen and (max-width: 300px) {
    .cancelbtn, .deletebtn {
        width: 100%;
    }
}

/* Chechbox */

input[type="checkbox"]:disabled {
    background: rgb(12, 97, 33);
}

/* cambiar color icono de cerrar*/
.close {
    color: #fff;
    opacity: 1;
}

/* PopOver */


.popover.body-content {
    /*background:#1b1e24;*/
    /*color:black;*/
    font-family: 'Roboto Mono', monospace;
    
}

.popover.panel-heading {
    
}

.popover.panel-body {
    
}

.popover.bottom .arrow:after {
   border-bottom-color: green;
}

.popover.top .arrow:after {
   border-top-color: green;
}

.popover.right .arrow:after {
   border-right-color: green;
}

.popover.left .arrow:after {
   border-left-color: green;
}

popover.arrow {
    /*color:black;*/
    /*border-width: 16px;*/
}

.popover-title {
    color: black;
    background: green;
    font-family: 'Roboto Mono', monospace;

}
.popover-content {
    color: dimgray;
    background: #1b1e24;
    font-family: 'Roboto Mono', monospace;
}


/*
@media only screen and (max-width: 1920px) @-ms-viewport {
    width: 1920px;
}*/
/* Texto sobre imagen Calenadrio Cursos */
.tema {
    position: absolute;
    overflow: hidden;
    left: 0.3vw;
    top: 0.02vw;
    width: 7.7vw;
    height: 2.65vw;
    /*background: rgb(104, 145, 162);*/
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8vw;
    font-weight: bold;
    color: black;
}

.asesor {
    position: absolute;
    overflow: hidden;
    left: 10.5vw;
    top: 0.3vw;
    width: 13vw;
    height: 2.8vw;
    /*background: rgb(104, 145, 162);*/
    font-size: 1vw;
    font-weight: bold;
    color: forestgreen;
    stroke: black;
}

.horario {
    position: absolute;
    overflow: hidden;
    left: 16.3vw;
    top: 3.3vw;
    width: 7.5vw;
    height: 1.1vw;
    /*background: rgb(104, 145, 162);*/
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1vw;
    font-weight: bold;
}

.titulo {
    position: absolute;
    overflow: hidden;
    left: 2.1vw;
    top: 3.6vw;
    width: 13.3vw;
    height: 3vw;
    /*background: white;*/
    font-size: 1.1vw;
    font-weight: bold;
    color: forestgreen
}

    .titulo::-webkit-scrollbar {
        display: none;
    }

.fechaT {
    position: absolute;
    overflow: hidden;
    left: 18.8vw;
    top: 4.6vw;
    width: 3vw;
    height: 1.2vw;
    /*background: rgb(104, 145, 162);*/
    font-size: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white
}

.fechaD {
    position: absolute;
    overflow: hidden;
    left: 16.8vw;
    top: 6.27vw;
    width: 7.3vw;
    height: 1.3vw;
    /*background: rgb(104, 145, 162);*/
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1vw;
    font-weight: bold
}

@media (min-width:768px) and (max-width: 991px) {

    .tema {
        left: 5px;
        top: 5px;
        width: 235px;
        height: 70px;
        /*background: rgb(104, 145, 162);*/
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .asesor {
        left: 323px;
        top: 2px;
        width: 410px;
        height: 98px;
        /*background: rgb(104, 145, 162);*/
        font-size: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .horario {
        left: 503px;
        top: 103px;
        width: 195px;
        height: 33px;
        /*background: rgb(104, 145, 162);*/
        font-size: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .titulo {
        left: 65px;
        top: 105px;
        width: 405px;
        height: 99px;
        /*background: rgb(104, 145, 162);*/
        font-size: 28px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .fechaT {
        left: 580px;
        top: 141.5px;
        width: 70px;
        height: 30px;
        /*background: rgb(104, 145, 162);*/
        font-size: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .fechaD {
        left: 520px;
        top: 185px;
        width: 200px;
        height: 50px;
        /*background: rgb(104, 145, 162);*/
        font-size: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width:411px) and (max-width: 767px) {

    .tema {
        left: 2px;
        top: 2px;
        width: 105px;
        height: 30px;
        /*background: rgb(104, 145, 162);*/
        font-size: 13px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .asesor {
        left: 158px;
        top: 2px;
        width: 220px;
        height: 40px;
        /*background: rgb(104, 145, 162);*/
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .horario {
        left: 265px;
        top: 56px;
        width: 85px;
        height: 13px;
        /*background: rgb(104, 145, 162);*/
        font-size: 11px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .titulo {
        left: 35px;
        top: 53px;
        width: 207px;
        height: 52px;
        /*background: rgb(104, 145, 162);*/
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .fechaT {
        left: 298px;
        top: 74px;
        width: 40px;
        height: 15px;
        /*background: rgb(104, 145, 162);*/
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .fechaD {
        left: 266px;
        top: 100.5px;
        width: 105px;
        height: 18px;
        /*background: rgb(104, 145, 162);*/
        font-size: 13px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width:360px) and (max-width: 410px) {

    .tema {
        left: 2px;
        top: 2px;
        width: 105px;
        height: 30px;
        /*background: rgb(104, 145, 162);*/
        font-size: 11px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .asesor {
        left: 143px;
        top: 2px;
        width: 185px;
        height: 40px;
        /*background: rgb(104, 145, 162);*/
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .horario {
        left: 225px;
        top: 47px;
        width: 85px;
        height: 13px;
        /*background: rgb(104, 145, 162);*/
        font-size: 11px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .titulo {
        left: 35px;
        top: 50px;
        width: 175px;
        height: 40px;
        /*background: rgb(104, 145, 162);*/
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .fechaT {
        left: 258px;
        top: 64px;
        width: 40px;
        height: 15px;
        /*background: rgb(104, 145, 162);*/
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .fechaD {
        left: 225px;
        top: 86px;
        width: 105px;
        height: 18px;
        /*background: rgb(104, 145, 162);*/
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width:320px) and (max-width: 359px) {

    .tema {
        left: 2px;
        top: 1px;
        width: 94px;
        height: 30px;
        /*background: rgb(104, 145, 162);*/
        font-size: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .asesor {
        left: 125.5px;
        top: 1px;
        width: 163.5px;
        height: 38px;
        /*background: rgb(104, 145, 162);*/
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .horario {
        left: 196px;
        top: 43px;
        width: 80px;
        height: 10.5px;
        /*background: rgb(104, 145, 162);*/
        font-size: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .titulo {
        left: 26px;
        top: 45px;
        width: 163px;
        height: 35px;
        /*background: rgb(104, 145, 162);*/
        font-size: 13px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .fechaT {
        left: 224px;
        top: 55px;
        width: 40px;
        height: 15px;
        /*background: rgb(104, 145, 162);*/
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .fechaD {
        left: 193px;
        top: 74px;
        width: 95px;
        height: 18px;
        /*background: rgb(104, 145, 162);*/
        font-size: 11px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/* Menu Acordion */
.panel-group .panel {
    background-color: whitesmoke;
    border: none;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 11px;
}

.panel .panel-heading {
    padding: 0;
    border-radius: 10px;
    border: none;
}

.panel-heading a {
    color: black !important;
    display: block;
    border: none;
    padding: 20px 35px 20px;
    font-size: 20px;
    background-color: green/*rgb(12, 204, 28)*/;
    font-weight: 600;
    position: relative;
    color: #fff;
    box-shadow: none;
    transition: all 0.1s ease 0;
}

    .panel-heading a:after, .panel-heading a.collapsed:after {
        content: "\f068";
        font-family: fontawesome;
        text-align: center;
        position: absolute;
        left: -20px;
        top: 10px;
        color: black;
        background-color: green /*rgb(12, 204, 28)*/;
        border: 5px solid #222222;
        font-size: 15px;
        width: 40px;
        height: 40px;
        line-height: 30px;
        border-radius: 50%;
        transition: all 0.3s ease 0s;
    }

.panel-heading:hover a:after,
.panel-heading:hover a.collapsed:after {
    transform: rotate(360deg);
}

.panel-heading a.collapsed:after {
    content: "\f067";
}

#accordion .panel-body {
    background-color: #Fff;
    color: #8C8C8C;
    line-height: 25px;
    padding: 10px 0px 10px 0px;
    border-top: none;
    font-size: 14px;
    position: relative;
}
/* Login Google */
.login-card {
    max-width: 350px;
    padding: 40px 40px;
    background-color: #2ABA35;
    margin: 0 auto 25px;
    margin-top: 25px;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

    .login-card .profile-img-card {
        width: 96px;
        height: 96px;
        margin: 0 auto 10px;
        display: block;
        border-radius: 50%;
    }

    .login-card .profile-name-card {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin: 10px 0 0;
        min-height: 1em;
        color: black;
    }

    .login-card .reauth-email {
        display: block;
        color: #404040;
        line-height: 2;
        margin-bottom: 10px;
        font-size: 14px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        box-sizing: border-box;
    }

    .login-card .form-signin input[type=email], .login-card .form-signin input[type=password], .login-card .form-signin input[type=text], .login-card .form-signin button {
        height: 44px;
        font-size: 16px;
        width: 100%;
        display: block;
        margin-bottom: 10px;
        z-index: 1;
        position: relative;
        box-sizing: border-box;
    }

    .login-card label {
        color: black;
    }

    .login-card .form-signin .form-control:focus {
        border-color: rgb(104, 145, 162);
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    }

    .login-card .btn.btn-signin {
        font-weight: 700;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        background: rgb(10, 119, 18);
        border-radius: 3px;
        border: none;
        transition: all 0.218s;
        padding: 0;
    }

        .login-card .btn.btn-signin:hover, .login-card .btn.btn-signin:active, .login-card .btn.btn-signin:focus {
            background: rgb(12, 97, 33);
        }

    .login-card .btn.btn-signup {
        font-weight: 700;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        background: rgb(10, 119, 18);
        border-radius: 3px;
        border: none;
        transition: all 0.218s;
        padding: 0;
    }

        .login-card .btn.btn-signup:hover, .login-card .btn.btn-signup:active, .login-card .btn.btn-signup:focus {
            background: rgb(12, 97, 33);
        }

    .login-card .forgot-password {
        color: black;
    }

        .login-card .forgot-password:hover, .login-card .forgot-password:active, .login-card .forgot-password:focus {
            color: rgb(12, 97, 33);
        }

/* Menu Redes Sociales */

.circular-menu {
    position: fixed;
    bottom: 1em;
    right: 1.1em;
}

    .circular-menu .floating-btn {
        display: block;
        width: 3.5em;
        height: 3.5em;
        border-radius: 50%;
        background-color: green;
        box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, .26);
        color: hsl(0, 0%, 100%);
        text-align: center;
        line-height: 3.9;
        cursor: pointer;
        outline: 0;
    }

    .circular-menu.active .floating-btn {
        box-shadow: inset 0 0 3px hsla(0, 0%, 0%, .3);
    }

    .circular-menu .floating-btn:active {
        box-shadow: 0 4px 8px 0 hsla(0, 0%, 0%, .4);
    }

    .circular-menu .floating-btn i {
        font-size: 1.3em;
        transition: transform .2s;
    }

    .circular-menu.active .floating-btn i {
        transform: rotate(-45deg);
    }

    .circular-menu:after {
        display: block;
        content: ' ';
        width: 3.5em;
        height: 3.5em;
        border-radius: 50%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -2;
        background-color: green;
        transition: all .3s ease;
    }

    .circular-menu.active:after {
        transform: scale3d(5.5, 5.5, 1);
        transition-timing-function: cubic-bezier(.68, 1.55, .265, 1);
    }

    .circular-menu .items-wrapper {
        padding: 0;
        margin: 0;
    }

    .circular-menu .menu-item {
        position: absolute;
        top: .2em;
        right: .2em;
        z-index: -1;
        display: block;
        text-decoration: none;
        color: hsl(0, 0%, 100%);
        font-size: 1em;
        width: 3em;
        height: 3em;
        border-radius: 50%;
        text-align: center;
        line-height: 3;
        background-color: hsla(0,0%,0%,.1);
        transition: transform .3s ease, background .2s ease;
    }

        .circular-menu .menu-item:hover {
            background-color: hsla(0,0%,0%,.3);
        }

    .circular-menu.active .menu-item {
        transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

        .circular-menu.active .menu-item:nth-child(1) {
            transform: translate3d(1em,-7em,0);
        }

        .circular-menu.active .menu-item:nth-child(2) {
            transform: translate3d(-3.5em,-6.3em,0);
        }

        .circular-menu.active .menu-item:nth-child(3) {
            transform: translate3d(-6.5em,-3.2em,0);
        }

        .circular-menu.active .menu-item:nth-child(4) {
            transform: translate3d(-7em,1em,0);
        }

    /**
 * The other theme for this menu
 */

    .circular-menu.circular-menu-left {
        right: auto;
        left: 1em;
    }

        .circular-menu.circular-menu-left .floating-btn {
            background-color: hsl(217, 89%, 61%);
        }

        .circular-menu.circular-menu-left:after {
            background-color: hsl(217, 89%, 61%);
        }

        .circular-menu.circular-menu-left.active .floating-btn i {
            transform: rotate(90deg);
        }

        .circular-menu.circular-menu-left.active .menu-item:nth-child(1) {
            transform: translate3d(-1em,-7em,0);
        }

        .circular-menu.circular-menu-left.active .menu-item:nth-child(2) {
            transform: translate3d(3.5em,-6.3em,0);
        }

        .circular-menu.circular-menu-left.active .menu-item:nth-child(3) {
            transform: translate3d(6.5em,-3.2em,0);
        }

        .circular-menu.circular-menu-left.active .menu-item:nth-child(4) {
            transform: translate3d(7em,1em,0);
        }

/* Shopping Cart */

.text-navy {
    color: #1ab394;
}

.cart-product-imitation {
    text-align: center;
    padding-top: 0px;
    height: 80px;
    width: 80px;
    background-color: #f8f8f9;
}

.product-imitation.xl {
    padding: 120px 0;
}

.product-desc {
    padding: 20px;
    position: relative;
}

.ecommerce .tag-list {
    padding: 0;
}

.ecommerce .fa-star {
    color: #d1dade;
}

    .ecommerce .fa-star.active {
        color: #f8ac59;
    }

.ecommerce .note-editor {
    border: 1px solid #e7eaec;
}

table.shoping-cart-table {
    margin-bottom: 0;
}

    table.shoping-cart-table tr td {
        border: none;
        text-align: right;
    }

        table.shoping-cart-table tr td.desc,
        table.shoping-cart-table tr td:first-child {
            text-align: left;
        }

        table.shoping-cart-table tr td:last-child {
            width: 80px;
        }

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

    .ibox.collapsed .ibox-content {
        display: none;
    }

    .ibox:after,
    .ibox:before {
        display: table;
    }

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #222222;
    border-color: black;
    border-image: none;
    border-style: solid solid none;
    border-width: 3px 0 0;
    color: dimgray;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    min-height: 48px;
}

.ibox-content {
    background-color: #222222;
    color: dimgrey;
    padding: 15px 20px 20px 20px;
    border-color: black;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.ibox-footer {
    color: dimgray;
    border-top: 1px solid black;
    font-size: 90%;
    background: #222222;
    padding: 10px 15px;
}

/* Perfil Card */
.profile-card {
    border-radius: 4px;
}

.profile-card-img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

::-webkit-scrollbar {
    width: 8px; /* Tamaño del scroll en vertical */
    height: 8px; /* Tamaño del scroll en horizontal */
    /*display: none;*/
}

::-webkit-scrollbar-thumb {
    background-color: green/*#31D934*/;
    border-radius: 4px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
.container::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Cambiamos el fondo cuando esté en active */
.container::-webkit-scrollbar-thumb:active {
    background-color: #999999;
}

::-webkit-scrollbar-track {
    background-color: darkseagreen /*#e1e1e1*/;
    border-radius: 4px;
}

/* Cambiamos el fondo cuando esté en active o hover */
.container::-webkit-scrollbar-track:hover,
.container::-webkit-scrollbar-track:active {
    background: #d4d4d4;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */


/* Estilo Boton busqueda */

/* Estilo Inputs*/

/* Estilo Tablas */

.panel {
    font-family: 'Raleway', sans-serif;
    padding: 0;
    border: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
}

    .panel .panel-heading2 {
        background: #535353;
        padding: 15px;
        border-radius: 0;
    }

        .panel .panel-heading2 .btn {
            color: #fff;
            background-color: #000;
            font-size: 14px;
            font-weight: 600;
            padding: 7px 15px;
            border: none;
            border-radius: 0;
            transition: all 0.3s ease 0s;
        }

            .panel .panel-heading2 .btn:hover {
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            }

        .panel .panel-heading2 .form-horizontal .form-group {
            margin: 0;
        }

        .panel .panel-heading2 .form-horizontal label {
            color: #fff;
            margin-right: 10px;
        }

        .panel .panel-heading2 .form-horizontal .form-control {
            display: inline-block;
            width: 80px;
            border: none;
            border-radius: 0;
        }

            .panel .panel-heading2 .form-horizontal .form-control:focus {
                box-shadow: none;
                border: none;
            }

    .panel .panel-body {
        padding: 0;
        border-radius: 0;
    }

        .panel .panel-body .table thead tr th {
            color: #fff;
            background: #8D8D8D;
            font-size: 17px;
            font-weight: 700;
            padding: 12px;
            border-bottom: none;
            white-space:nowrap;
            text-align:center;
        }

            .panel .panel-body .table thead tr th:nth-of-type(1) {
                width: 120px;
            }

            .panel .panel-body .table thead tr th:nth-of-type(3) {
                width: 50%;
            }

        .panel .panel-body .table tbody tr td {
            color: #555;
            background: #fff;
            font-size: 15px;
            font-weight: 500;
            padding: 13px;
            vertical-align: middle;
            border-color: #e7e7e7;
            white-space:nowrap;
            text-align:center;
        }

        .panel .panel-body .table tbody tr:nth-child(odd) td {
            background: #f5f5f5;
        }

        .panel .panel-body .table tbody .action-list {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .panel .panel-body .table tbody .action-list li {
                display: inline-block;
            }

                .panel .panel-body .table tbody .action-list li a {
                    color: #fff;
                    font-size: 13px;
                    line-height: 28px;
                    height: 28px;
                    width: 33px;
                    padding: 0;
                    border-radius: 0;
                    transition: all 0.3s ease 0s;
                }

                    .panel .panel-body .table tbody .action-list li a:hover {
                        box-shadow: 0 0 5px #ddd;
                    }

    .panel .panel-footer {
        color: #fff;
        background: #535353;
        font-size: 16px;
        line-height: 33px;
        padding: 25px 15px;
        border-radius: 0;
    }

.pagination {
    margin: 0;
}

    .pagination li a {
        color: #fff;
        background-color: rgba(0,0,0,0.3);
        font-size: 15px;
        font-weight: 700;
        margin: 0 2px;
        border: none;
        border-radius: 0;
        transition: all 0.3s ease 0s;
    }

        .pagination li a:hover,
        .pagination li a:focus,
        .pagination li.active a {
            color: #fff;
            background-color: #000;
            box-shadow: 0 0 5px rgba(0,0,0,0.4);
        }

/* Diseño Texto */

h1, h2, h3, h4, h5, h6, label {
    color: dimgrey;

}
h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection, label::selection, p::selection, a::selection, li::selection, header::selection, input::selection, div::selection, .popover-content::selection, .popover-title::selection, img::selection {
        background-color: darkseagreen ;
        color: black;
        /*text-shadow: 1px 1px #fff;*/
}

.vertical-center {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

dd, dt {
    color: white;
}

/* Color Links y Cursos */
a {
    color: green;
}

a:link {
    text-decoration: none;
    color:forestgreen;
}

a:hover {
    color: green;
}

a:active {
    color: darkgreen;
}

.cursor {
    cursor: pointer;
}

/* Testimonios 2 */
.shadow-effect {
    background: #222222;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background-color: green ;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: black;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}

#customers-testimonials .item {
    text-align: center;
    padding: 50px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: green ;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

    #customers-testimonials.owl-carousel .owl-dots .owl-dot {
        display: inline-block;
    }

        #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
            background-color: green;
            display: inline-block;
            height: 20px;
            margin: 0 2px 5px;
            transform: translate3d(0px, -50%, 0px) scale(0.3);
            transform-origin: 50% 50% 0;
            transition: all 250ms ease-out 0s;
            width: 20px;
        }

/* Seccion Testimonios */
/*.testimonial-bg {
    border: 10px solid #31D934;
    padding: 80px 70px;
    text-align: center;
    position: relative;
}

    .testimonial-bg:before {
        content: "\f10d";
        font-family: "fontawesome";
        width: 75px;
        height: 75px;
        line-height: 75px;
        background: #1b1e24;
        text-align: center;
        font-size: 50px;
        color: #FFFF;
        position: absolute;
        top: -40px;
        left: 2%;
    }

.testimonial {
    padding: 0 15px;
}

    .testimonial .description {
        font-size: 20px;
        font-weight: 400;
        font-style: italic;
        color: #848484;
        line-height: 30px;
        padding-bottom: 25px;
        margin-bottom: 15px;
        position: relative;
    }

        .testimonial .description:before {
            content: "";
            width: 75%;
            border-top: 1px solid #ddd;
            margin: 0 auto;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
        }

        .testimonial .description:after {
            content: "";
            width: 20px;
            height: 20px;
            background: #1b1e24;
            position: absolute;
            bottom: -10px;
            left: 50%;
            border-bottom: 1px solid #ddd;
            border-right: 1px solid #ddd;
            transform: translateX(-50%) rotate(45deg);
        }

    .testimonial .pic {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin: 25px auto;
        overflow: hidden;
    }

        .testimonial .pic img {
            width: 100%;
            height: auto;
        }

    .testimonial .title {
        display: inline-block;
        font-size: 23px;
        font-weight: 700;
        color: #FFFF;
        text-transform: capitalize;
        margin: 0;
        background: #1b1e24;
    }

    .testimonial .post {
        display: inline-block;
        font-size: 20px;
        color: #848484;
    }

.owl-theme .owl-controls {
    background: #1b1e24;
    margin-top: 10px;
    position: absolute;
    bottom: -34%;
    right: 0;
}

    .owl-theme .owl-controls .owl-buttons div {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        background: #34363b;
        opacity: 1;
        padding: 0;
    }

.owl-prev:before,
.owl-next:before {
    content: "\f104";
    font-family: "fontawesome";
    font-size: 23px;
    font-weight: 700;
    color: #FFFFFF;
}

.owl-next:before {
    content: "\f105";
}

@media only screen and (max-width:767px) {
    .testimonial-bg {
        padding: 50px 40px;
    }

    .owl-theme .owl-controls {
        bottom: -22%;
    }
}

@media only screen and (max-width:480px) {
    .testimonial-bg:before {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 40px;
    }

    .testimonial-bg {
        padding: 30px 10px;
    }

    .owl-theme .owl-controls {
        bottom: -15%;
    }
}

@media only screen and (max-width:360px) {
    .testimonial .title,
    .testimonial .post {
        font-size: 16px;
    }

    .owl-theme .owl-controls {
        bottom: -12%;
    }
}*/

/* Footer Negro */
.footer-dark {
    padding: 50px;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #f0f9ff;
    position: relative;
    background-color: #1b1e24;
    box-shadow: 0px -10px 5px black;
    margin-top: 2%;
}

    .footer-dark h3 {
        margin-top: 0;
        margin-bottom: 12px;
        font-weight: bold;
        font-size: 16px;
    }

    .footer-dark ul {
        padding: 0;
        list-style: none;
        line-height: 1.6;
        font-size: 14px;
        margin-bottom: 0;
    }

        .footer-dark ul a {
            color: inherit;
            text-decoration: none;
            opacity: 0.6;
        }

            .footer-dark ul a:hover {
                opacity: 0.8;
            }

@media (max-width:767px) {
    .footer-dark .item:not(.social) {
        text-align: center;
        padding-bottom: 20px;
    }
}

.footer-dark .item.text {
    margin-bottom: 36px;
}

@media (max-width:767px) {
    .footer-dark .item.text {
        margin-bottom: 0;
    }
}

.footer-dark .item.text p {
    opacity: 0.6;
    margin-bottom: 0;
}

.footer-dark .item.social {
    text-align: center;
}

@media (max-width:991px) {
    .footer-dark .item.social {
        text-align: center;
        margin-top: 20px;
    }
}

.footer-dark .item.social > a {
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.4);
    margin: 0 8px;
    color: #fff;
    opacity: 0.75;
}

    .footer-dark .item.social > a:hover {
        opacity: 0.9;
    }

.footer-dark .copyright {
    text-align: center;
    padding-top: 24px;
    opacity: 0.3;
    font-size: 13px;
    margin-bottom: 0;
}

/* Cursos Ver */

.article-clean {
    color: #56585b;
    background-color: #fff;
    font-family: 'Lora', serif;
    font-size: 14px;
}

    .article-clean .intro {
        font-size: 16px;
        margin: 0 auto 30px;
    }

        .article-clean .intro h1 {
            font-size: 32px;
            margin-bottom: 15px;
            padding-top: 20px;
            line-height: 1.5;
            color: inherit;
        }

        .article-clean .intro p {
            color: #929292;
            font-size: 12px;
        }

            .article-clean .intro p .by {
                font-style: italic;
            }

            .article-clean .intro p .date {
                text-transform: uppercase;
                padding: 4px 0 4px 10px;
                margin-left: 10px;
                border-left: 1px solid #ddd;
            }

            .article-clean .intro p a {
                color: #333;
                text-transform: uppercase;
                padding-left: 3px;
            }

        .article-clean .intro img {
            margin-top: 40px;
        }

    .article-clean .text p {
        margin-bottom: 20px;
        line-height: 1.45;
    }

@media (min-width:768px) {
    .article-clean .text p {
        font-size: 16px;
    }
}

.article-clean .text h2 {
    margin-top: 28px;
    margin-bottom: 20px;
    line-height: 1.45;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

@media (min-width:768px) {
    .article-clean .text h2 {
        font-size: 20px;
    }
}

.article-clean .text figure {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

    .article-clean .text figure img {
        margin-bottom: 12px;
        max-width: 100%;
    }

/* Forma de Pago */

.payment-form {
    padding-bottom: 50px;
    font-family: 'Montserrat', sans-serif;
}

    .payment-form.dark {
        background-color: #f6f6f6;
    }

    .payment-form .content {
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
        background-color: white;
    }

    .payment-form .block-heading {
        padding-top: 50px;
        margin-bottom: 40px;
        text-align: center;
    }

        .payment-form .block-heading p {
            text-align: center;
            max-width: 420px;
            margin: auto;
            opacity: 0.7;
        }

    .payment-form.dark .block-heading p {
        opacity: 0.8;
    }

    .payment-form .block-heading h1,
    .payment-form .block-heading h2,
    .payment-form .block-heading h3 {
        margin-bottom: 1.2rem;
        color: #3b99e0;
    }

    .payment-form form {
        border-top: 2px solid #5ea4f3;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
        background-color: #ffffff;
        padding: 0;
        max-width: 600px;
        margin: auto;
    }

    .payment-form .title {
        font-size: 1em;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        margin-bottom: 0.8em;
        font-weight: 600;
        padding-bottom: 8px;
    }

    .payment-form .products {
        background-color: #f7fbff;
        padding: 25px;
    }

        .payment-form .products .item {
            margin-bottom: 1em;
        }

        .payment-form .products .item-name {
            font-weight: 600;
            font-size: 0.9em;
        }

        .payment-form .products .item-description {
            font-size: 0.8em;
            opacity: 0.6;
        }

        .payment-form .products .item p {
            margin-bottom: 0.2em;
        }

        .payment-form .products .price {
            float: right;
            font-weight: 600;
            font-size: 0.9em;
        }

        .payment-form .products .total {
            border-top: 1px solid rgba(0, 0, 0, 0.1);
            margin-top: 10px;
            padding-top: 19px;
            font-weight: 600;
            line-height: 1;
        }

    .payment-form .card-details {
        padding: 25px 25px 15px;
    }

        .payment-form .card-details label {
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 15px;
            color: #79818a;
            text-transform: uppercase;
        }

        .payment-form .card-details button {
            margin-top: 0.6em;
            padding: 12px 0;
            font-weight: 600;
        }

    .payment-form .date-separator {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 5px;
    }

@media (min-width: 576px) {
    .payment-form .title {
        font-size: 1.2em;
    }

    .payment-form .products {
        padding: 40px;
    }

        .payment-form .products .item-name {
            font-size: 1em;
        }

        .payment-form .products .price {
            font-size: 1em;
        }

    .payment-form .card-details {
        padding: 40px 40px 30px;
    }

        .payment-form .card-details button {
            margin-top: 2em;
        }
}

/* Carrito de compras */
.bloc_left_price {
    color: #c01508;
    text-align: center;
    font-weight: bold;
    font-size: 150%;
}

.category_block li:hover {
    background-color: #007bff;
}

    .category_block li:hover a {
        color: #ffffff;
    }

.category_block li a {
    color: #343a40;
}

.add_to_cart_block .price {
    color: #c01508;
    text-align: center;
    font-weight: bold;
    font-size: 200%;
    margin-bottom: 0;
}

.add_to_cart_block .price_discounted {
    color: #343a40;
    text-align: center;
    text-decoration: line-through;
    font-size: 140%;
}

.product_rassurance {
    padding: 10px;
    margin-top: 15px;
    background: #ffffff;
    border: 1px solid #6c757d;
    color: #6c757d;
}

    .product_rassurance .list-inline {
        margin-bottom: 0;
        text-transform: uppercase;
        text-align: center;
    }

        .product_rassurance .list-inline li:hover {
            color: #343a40;
        }

.reviews_product .fa-star {
    color: gold;
}

.pagination {
    margin-top: 20px;
}
