/***
	Navbar
***/

.navbar {
    min-height: 61px;
    height: 110px;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 60;
    border-radius: 0;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
}

.navbar-brand {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.btnregistro,
.btnrecupera {
    background: #0068A6;
    color: #fff !important;
    border-radius: 30px;
    font-weight: bold;
    max-height: 38px;
    width: 150px;
    text-align: center;
    padding: 5px 0px;
    float: right;
}

.btnregistro,
.btnrecupera:hover {
    background: #00A14B !important;

}

.btnrecupera {
    float: left;
}

.btninscripcion {
    background: #FFDD00;
    color: #4d4d4d !important;
    border-radius: 30px;
    font-weight: bold;
    max-height: 38px;
    width: 150px;
    text-align: center;
    padding: 5px 0px;
    float: right;
}

.btninscripcion:hover {
    background: #80b42d !important;
    color: #fff !important;

}

.btnver {
    background: #80b42d;
    color: #fff !important;
    border-radius: 30px;
    font-weight: bold;
    max-height: 38px;
    width: 150px;
    text-align: center;
    padding: 5px 0px;
    float: right;
}

.btnver:hover {
    background: #4d4d4d !important;
    color: #9ad044 !important;

}

.bloqueinfo {
    background-color: #000;
    padding-bottom: 50px;
}

.bloqueinfo .nomagenda {
    border-bottom: 2px solid;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-color: #0068A6;
}

.bloqueinfo .bordebandera {
    background-color: #2196f3;
    border-bottom: 2px solid;
}

.bloqueinfo .hagenda {
    font-size: 18px;
    font-weight: 600;
}

.bloqueinfo .agendatit {
    font-size: 24px;
    font-weight: 700;
    margin-left: 10px;
}

.bloqueinfo .boxspeaker img {
    height: 100px;
    width: 100px;
    border-radius: 100px;

}

.bloqueinfo .boxspeaker h3 {
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;

}

.bloqueinfo .boxspeaker h4 {
    font-size: 16px;
    font-weight: 700;
    color: #4d4d4d;
    margin-left: 10px;

}

.bloqueinfo .card {
    margin-top: 58px;
}

.bloqueinfo .horblanco {
    background-color: #fff;
    min-height: 180px;
    border-radius: 5px;
    margin-bottom: 8px;
}

.bloqueinfo .horgris {
    background-color: #dadada;
    min-height: 180px;
    border-radius: 5px;
    margin-bottom: 8px;
}

.bloqueinfo .card img {
    height: 15px;
    width: 20px;
}

.bloqueinfo .card img {
    height: 15px;
    width: 20px;
}

.bloqueinfo .card .hora {
    font-size: 12px;
}

.main {}

.c1 {
    color: #263C50;
}

.c2 {
    color: #80b42d;
}

.main.seccion {
    font-family: abel;
    background-color: #263c50;
    min-height: 350px;
}

.main.seccion h1 {
    color: #80b42d;
    font-size: 40px;
    font-weight: bold;
    margin-top: 15%;

}

.main.seccion.white h1 {
    color: #fff;
}


.main.seccion button {
    margin-left: 10%;
}

.main.seccion h3 {
    color: rgb(214, 214, 214);
    font-size: 20px;
    margin-top: 3%;
}

.main.seccion .btnregistro,
.btninscripcion,
.inputinscripcion {
    padding: 5px 0px;
    float: left;
    margin-left: 10%;
}



.main.bloque1 {
    background-color: #263c50;
    min-height: 350px;

}

.main.bloque1 h1 {
    color: #fff;
    font-size: 30px;
    margin-top: 10%;
    margin-left: 10%;
}

.main.bloque1 button {
    margin-left: 10%;
}

.main.bloque1 h3 {
    color: rgb(214, 214, 214);
    font-size: 15px;
    margin-top: 3%;
    margin-left: 10%;
}

.main.bloque1 .btnregistro,
.btninscripcion,
.inputinscripcion {
    padding: 5px 0px;
    float: left;
    margin-left: 10%;
}
.main.headinfo {
    background-color: #263c50;
    min-height: 350px;

}

.main.headinfo h1 {
    color: #fff;
    font-size: 30px;
    margin-top: 10%;
    margin-left: 10px;
}

.main.headinfo h2 {
    color: rgb(214, 214, 214);
    font-size: 20px;
    margin-top: 20px;
    margin-left: 10px;

}

.main.headinfo h3 {
    color: rgb(214, 214, 214);
    font-size: 15px;
    margin-top: 3%;
}


.btnpagar{
    border-radius: 30px;
    font-weight: bold;
    max-height: 38px;
    width: 200px;
    text-align: center;
}

.main.bloque1 .btnver {
    margin-left: 10px;
}

.main.bloque1 .btnsolo {
    margin-left: 10%;
    float: left;

}

.main.bloque1 .infopagado{
    color:#FFDD00;
    padding: 5px 0px;
    margin-left: 10%;
}
.main.bloque1.fondo {
    background-image: url('/img/default/bgcypherl2022.png');
    background-size: cover;
    background-position: right;
}

.main.bloque1.fondo2 {
    background-image: url('/img/default/bgedutic01.png');
    background-size: cover;
    background-position: right;
}

.main.bloque1.fondo3 {
    background-image: url('/img/default/bgedutic02.png');
    background-size: cover;
    background-position: right;
}

.main.bloque2 {
    background-color: #fff;
    min-height: 200px;
}

.main.bloque2 img {
    min-height: 150px;
    width: 150px;
}

.main.bloque2 h1 {
    font-size: 20px;
    margin-top: 2%;
    font-weight: 600;
}

.main.bloque3 {
    background-color: #263c50;
    min-height: 350px;

}

.main.bloque3 h1 {
    color: #fff;
    font-size: 30px;
    margin-top: 15%;
    margin-left: 10%;
}

.main.bloque3 h3 {
    color: rgb(214, 214, 214);
    font-size: 15px;
    margin-top: 3%;
    margin-left: 10%;
}

.main.bloque3 img {
    height: 300px;

}

.main.bloque4 {
    min-height: 400px;
    padding-left: 8% !important;
    padding-right: 8% !important;
}

.main.bloque4.fondo {
    background-image: url('/img/default/bgfeatures.png');
    background-size: cover;
    background-position: right;
}

.main.bloque4 h3 {
    font-size: 20px;
    margin-top: 3%;
    font-weight: 600;
    color: #fff;
    text-align: center;

}

.main.bloque4 svg {
    color: #fff;
    height: 90px;
    width: 90px;
    text-align: center;
    margin-bottom: 30%;
}

.main.bloque4 .descripcion {
    color: rgb(214, 214, 214) !important;
    text-align: center;
    font-size: 13px;
    word-spacing: 1px;
}

.main.bloque5 {
    background-color: #263c50;
    height: 250px;
}

.main.bloque5 input {
    border-radius: 30px;

}

.main.bloque5 h1 {
    font-size: 30px;
    margin-top: 3%;
    font-weight: 600;
    color: #fff;
    text-align: center;

}

.formpago{
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 80px;
}

/*Formato ambiente privado*/

.mainpriv.bloque1 {
    background-color: #263c50;
    min-height: 350px;

}

.mainpriv.bloque1 h1 {
    color: #fff;
    font-size: 30px;
    margin-top: 15%;
    margin-left: 10%;
}

.mainpriv.bloque1 h3 {
    color: rgb(214, 214, 214);
    font-size: 30px;
    margin-top: 3%;
    margin-left: 10%;
}

.main.mainpriv .btnregistro,
.btninscripcion,
.inputinscripcion {
    padding: 5px 0px;
    float: left;
    margin-left: 10%;
}

.main.mainpriv.fondo {
    background-image: url('/img/default/bgcypherl2022.png');
    background-size: cover;
    background-position: right;
}

.bloqueprograma {
    padding-bottom: 50px;
    margin-left: 30px;
    margin-right: 30px;
}

.bloqueprograma h3 {
    font-size: 20px !important;
    margin-left: 0 !important;

}

.bloqueprograma .nomagenda {
    border-bottom: 2px solid;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-color: #0068A6;
}

.bloqueprograma .bordebandera {
    background-color: #2196f3;
    border-bottom: 2px solid;
}

.bloqueprograma .hagenda {
    font-size: 18px;
    font-weight: 600;
}

.bloqueprograma .agendatit {
    font-size: 24px;
    font-weight: 700;
    margin-left: 10px;
}

.bloqueprograma .boxspeaker img {
    height: 100px;
    width: 100px;
    border-radius: 100px;

}

.bloqueprograma .boxspeaker h3 {
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;

}

.bloqueprograma .boxspeaker h4 {
    font-size: 16px;
    font-weight: 700;
    color: #4d4d4d;
    margin-left: 10px;

}

.bloqueprograma .card {
    margin-top: 58px;
}

.bloqueprograma .horblanco {
    background-color: #fff;
    min-height: 180px;
    border-radius: 5px;
    margin-bottom: 8px;
}

.bloqueprograma .horgris {
    background-color: #dadada;
    min-height: 180px;
    border-radius: 5px;
    margin-bottom: 8px;
}

.bloqueprograma .card img {
    height: 15px;
    width: 20px;
}

.bloqueprograma .card img {
    height: 15px;
    width: 20px;
}

.bloqueprograma .card .hora {
    font-size: 12px;
}


/*
.navbar-default .navbar-collapse#bs-example-navbar-collapse-1 {
	float: right;
	margin-top: 10px;
}*/
/*
.navbar-default .navbar-brand {
	width: 205px;
	background: url(../img/logo-cognita-menu.png) left center no-repeat;
	text-indent: -99999px;
	height: 80px;
	padding-left: 30px;
	background-size: 100%;
	margin-left: 30px!important;
	margin-top: -5px;
	opacity: 1;
	transition: all 0.5s ease-in-out;
}
*/
.navbar-brand:hover,
.navbar-brand:focus {
    opacity: 1;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: initial;
    font-weight: 700;
    font-size: 19px;
    padding-left: 1rem !important;
    padding-right: 1rem !important;

}


.navbar-default .navbar-nav>li.special_btn a {
    background: #FFDD00;
    border-radius: 30px;
    width: 170px;
    text-align: center;
    padding: 10px 0px;
    margin-top: 5px;
}

.navbar-default .navbar-nav>li.special_btn2 a {
    background: transparent;
    border-radius: 30px;
    border: 1px solid #fff;
    width: 170px;
    text-align: center;
    padding: 10px 0px;
    margin-top: 5px;
    margin-left: 2px;
}

.navbar-default .navbar-nav .seleccion {
    color: #9ad044;
    opacity: 1;
}

.navbar-brand {
    min-width: 300px;
}

.navbar-brand img {
    height: 80px;
}

@media only screen and (max-width: 768px) {
    .navbar-brand img {
        height: 60px;
    }

    .navbar-brand {
        position: relative;
        width: 100%;
    }

    .navbar-nav {
        background-color: #263c50;

    }

    .navbar {
        height: 140px;
    }

    .main.bloque3 img {
        height: 200px;
    }

    .btnver {
        margin-left: 10% !important;
    }
}

.navbar-default {
    background-color: #263c50;
}

.navbar-default .navbar-nav>li.special_btn a:hover {
    background: #fff;
    color: #8cbe45;
}

.navbar-default .navbar-nav>li.special_btn2 a:hover {
    background: #fff;
    color: #8cbe45;
}

.navbar.fixedHeader {
    /*background: #06144b;
	*/
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

.navbar .navbar-toggler-icon i {
    font-size: 28px;
}

.navbar.fixedHeader .navbar-toggler-icon i {
    color: #000;
}

.navbar-default.fixedHeader .navbar-nav>li.special_btn a {
    background: #8cbe45;
    color: #fff;
}

.navbar-default.fixedHeader .navbar-nav>li.special_btn a:hover {
    background: #8cbe45;
    color: #fff;
}

.navbar-default.fixedHeader .navbar-nav>li.special_btn2 a {
    background: transparent;
    color: #fff;
}

.navbar-default.fixedHeader .navbar-nav>li.special_btn2 a:hover {
    background: #fff;
    color: #8cbe45;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #fff;
    margin-top: 6px;
    height: 4px;
    width: 31px;
}

.navbar-default.fixedHeader .navbar-toggle .icon-bar {
    background: #707070;
}


.selectmenu {}

.selectmenu .nav-link {
    border-radius: 5px;
    background: #80b42d;
}


/*Inicio Barra de Busqueda*/
.fondo-search {
    background-color: rgba(0, 51, 102, 0.95);
    font-family: abel;
}

.barra-navegacion {
    font-family: abel;
    font-size: 35px;
    color: #fff;
    /*background-color: #263c5080;*/
}

.barra-navegacion .nav-link:hover {
    background-color: #80b42d;
    border-radius: 5px;
}

.barra-navegacion .nav-link {
    padding-right: 15px;
    margin-right: 15px;
}

.fondo-search label {
    font-size: 18px;
    font-weight: bold;
}

.fondo-search button {
    font-size: 18px;
    font-weight: bold;
}

/*Fin Barra de Busqueda*/
.ajustebarra {
    width: 90% !important;
    left: 5% !important;
}

@media (max-width: 480px) {
    .ajustebarra {
        width: 100% !important;
        left: 0 !important;
    }
}

.borde-menu {
    border-top: 2px solid #2196f3;
}

.barra-usuario {
    margin-left: -40px;
    padding: 4px;
    top: 80px;
    width: 200px;
    left: auto;
    background-color: white;
    color: #000 !important;
}

.barra-usuario a {
    color: #000 !important;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: none;
    border-radius: 0px;
    border-top: 2px solid #2196f3;
}



/*.navbar-default .navbar-nav>li>a {
font-size: 19px;
font-family: 'Pacifico', cursive; text-shadow: -1px 2px 0px rgba(0,0,0,.2);

}
*/

/*Inicio Footer*/

.footer .footer-contents {
    padding-top: 80px;
}

.footer {
    background-color: #fff;
    padding-bottom: 30px;
    min-height: 200px;
}

.footer img {
    height: 40px;
}

.footer h4 {
    color: #000;
    font-size: 18px;
    font-weight: 600;

}

.footer a {
    color: #000;
    font-size: 14px;

}

.footer i {
    font-size: 18px;
}

.footer-after {
    background-color: #263c50;
    height: 40px;
}



/*Fin Footer*/



/* Alain */

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.vertical-nav {
    min-width: 17rem;
    width: 17rem;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
    background-color: #263c50;
    color: #FFF;
    z-index: 2000;
}

.page-content {
   /* width: calc(100% - 2rem);
    margin-left: 2rem;*/
    transition: all 0.4s;
    margin-top: 80px !important;
    background-color: #263c50;
}

body {
    background-color: #263c50;
}

/* for toggle behavior */
#sidebar.active .row {
    justify-content: end;
}

#sidebar button {
    margin-left: 30px;
}

#sidebar.active button {
    margin-right: 30px;
}

#sidebar .row {
    justify-content: start;
}


#sidebar.active ul {
    margin-left: 13rem;
}

#sidebar+.page-content .navbar {
  /*  margin-left: 17.2rem;*/

}

.navbar {
  /*  margin-left: 4.2rem;*/

}

#sidebar.active ul .txtmnu {
    display: none;
}

#sidebar.active {
   margin-left: -13rem;
}

#content.active {
  /*  margin-left: 14rem;
    width: calc(100% - 14rem);*/
}

#footer.active {
  /*  margin-left: 14rem;
    width: calc(100% - 14rem);*/
}

#sidebarCollapse:focus {
    box-shadow: none !important;
}

/* @media (max-width: 768px) {
    #sidebar {
      margin-left: -17rem;
    }
    #sidebar.active {
      margin-left: 0;
    }
    #content {
      width: 100%;
      margin: 0;
    }
    #content.active {
      margin-left: 17rem;
      width: calc(100% - 17rem);
    }
  }*/


/*
  Botones de accesos
  */

.ingresar_evento {
    display: block;
    max-width: 260px;
    min-width: 210px;
    width: 100%;
    background: #DC4711;
    margin-right: 0;
    margin-left: auto;
    color: #fff;
    text-align: center;
    height: 45px;
    font-size: 20px;
    border-radius: 30px;
    line-height: 42px;
    border: 1px solid transparent;
    margin-bottom: 10px;
}

.ingresar_evento:hover {
    color: #dc4711;
    background: #fff;
    border: 1px solid #dc4711;
}

.ingresar_evento:hover img {
    filter: brightness(1);
}

.ingresar_evento img {
    filter: brightness(100);
    height: 25px;
    margin-right: 10px;
}

.ingresar_evento:disabled,
.ingresar_evento[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}

.ingresar_evento.btnstartzoom {
    color: #fff;
    background: green;


}

.ingresar_evento.btnstartzoom:hover {
    color: green;
    background: #fff;
    border: 1px solid green;

}

.ingresar_evento.btverde {
    color: #fff;
    background: green;


}

.ingresar_evento.btverde:hover {
    color: green;
    background: #fff;
    border: 1px solid green;

}

.agregar_fav {
    display: block;
    max-width: 260px;
    width: 100%;
    background: #DC4711;
    margin-right: 0;
    margin-left: auto;
    color: #fff;
    text-align: center;
    height: 45px;
    font-size: 20px;
    border-radius: 30px;
    line-height: 42px;
    border: 1px solid transparent;
}

.agregar_fav:hover {
    color: #dc4711;
    background: #fff;
    border: 1px solid #dc4711;
}

.agregar_fav img {
    filter: brightness(100);
    height: 25px;
    margin-right: 10px;
}

.agregar_fav:hover img {
    filter: brightness(1);
}

.agregar_fav.esfav {

    color: #dc4711;
    background: #fff;
    border: 1px solid #dc4711;

}

.agregar_fav_sm {
    margin-left: unset;
    height: 25px;
    font-size: 15px;
    border-radius: 30px;
    line-height: 20px;
    max-width: 200px;
    border: 1px solid transparent;
}

.agregar_fav_sm img {
    height: 15px;
}

/*
  *
  * ==========================================
  * FOR DEMO PURPOSE
  * ==========================================
  *
  */
/*
  body {
    background: #599fd9;
    background: -webkit-linear-gradient(to right, #599fd9, #c2e59c);
    background: linear-gradient(to right, #599fd9, #c2e59c);
    min-height: 100vh;
    overflow-x: hidden;
  }

  .separator {
    margin: 3rem 0;
    border-bottom: 1px dashed #fff;
  }

  .text-uppercase {
    letter-spacing: 0.1em;
  }

  .text-gray {
    color: #aaa;
  }
  */


/*VIDEOCONFERENCIA*/

.container_videoconferencia {
    padding: 0;
    overflow: hidden;
}

.header_videoconferencia {
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.header_videoconferencia .image {
    max-width: 10%;
    width: 100%;
}

.header_videoconferencia .image img {
    max-width: 180px;
    padding-left: 10px;
}

.header_videoconferencia .title {
    max-width: 30%;
    width: 100%;
    padding-right: 20px;
}

.header_videoconferencia .title h1 {
    color: #DC4711;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
}

.header_videoconferencia .items_vc {
    display: flex;
    justify-content: space-between;
    max-width: 70%;
    width: 100%;
}

.header_videoconferencia .items_vc .item_vc {
    max-width: 45%;
    width: 100%;
    margin-bottom: 10px;
}

.header_videoconferencia .items_vc .item_vc img {
    border-radius: 50%;
}

.header_videoconferencia .items_vc .item_vc h2 {
    margin: 0;
    display: inline-block;
    font-size: 15px;
    color: #DC4711;
    font-weight: bold;
    margin-left: 15px;
}

.main_videoconferencia {
    display: flex;
    height: 490px;
    background-color: #000;
}

.main_videoconferencia .zoom {
    max-width: 65%;
    width: 100%;
}

.main_videoconferencia .zoom img {
    width: 100%;
    object-fit: fill;
}

.main_videoconferencia .chat_vc {
    background: #414141;
    padding-top: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    max-width: 35%;
    width: 100%;
}

.main_videoconferencia .chat_vc .chat_vc_container {
    max-width: 80%;
    margin: auto;
    max-height: 350px;
    overflow-y: scroll;
}

.main_videoconferencia .chat_vc .chat_vc_send input:focus {
    outline: none;
}

.main_videoconferencia .chat_vc .chat_vc_send input::placeholder {
    color: #fff;
}

.main_videoconferencia .chat_vc .chat_vc_container .chat_vc_item {
    display: flex;
    align-items: flex-end;
}

.main_videoconferencia .chat_vc .chat_vc_container .chat_vc_item .chat_vc_image {
    max-width: 15%;
    width: 100%;
    margin-right: 20px;
}

.main_videoconferencia .chat_vc .chat_vc_container .chat_vc_item .chat_vc_image img {
    border-radius: 50%;
}

.main_videoconferencia .chat_vc .chat_vc_container .chat_vc_item .chat_vc_text {
    max-width: 80%;
    width: 100%;
}

.main_videoconferencia .chat_vc .chat_vc_container .chat_vc_item .chat_vc_text h3 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.main_videoconferencia .chat_vc .chat_vc_container .chat_vc_item .chat_vc_text p {
    color: #fff;
    font-size: 14px;
}

.main_videoconferencia .chat_vc .chat_vc_send {
    margin: auto;
    text-align: center;
    max-width: 80%;
    margin-top: 50px;
    width: 100%;
}

.main_videoconferencia .chat_vc .chat_vc_send form {
    display: flex;
    align-items: center;
    width: 100%;
}

.main_videoconferencia .chat_vc .chat_vc_send input {
    max-width: 80%;
    width: 100%;
    height: 53px;
    padding-left: 10px;
    font-size: 15px;
    background: rgb(255 255 255 / 48%);
    color: #fff;
    border: none;
}

.main_videoconferencia .chat_vc .chat_vc_send button {
    max-width: 20%;
    width: 100%;
    height: 53px;
    border: none;
    background: #DC4711;
    border-radius: 0px 20px 20px 0px;
}

.main_videoconferencia .chat_vc ::-webkit-scrollbar {
    width: 7px;
}

.main_videoconferencia .chat_vc ::-webkit-scrollbar-track {
    background: #414141;
}

.main_videoconferencia .chat_vc ::-webkit-scrollbar-thumb {
    background-color: #9c9c9c;
    border-radius: 20px;
    border: 0px solid #414141;
}

.zoom_mobile {
    display: none;
}

.eventos_videoconferencia h2 {
    font-size: 40px;
    font-weight: bold;
    color: #5F83E8;
    max-width: 94%;
    margin: auto;
    margin-bottom: 40px;
}

.container_menu_videoconferencia {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container_menu_videoconferencia a {
    display: flex;
    color: #DC4711;
    align-items: center;
    background: #fff;
    font-size: 20px;
    max-width: 250px;
    width: 100%;
    text-align: center;
    height: 50px;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 16%);
    border-radius: 30px;
    justify-content: space-evenly;
    margin: 0px 10px;
}

.btnagendaactiva {
    display: block;
    float: left;
    max-width: 100px;
    min-width: 80px;
    width: 100%;
    background: #80b42d;
    margin-right: 10px;
    margin-left: auto;
    color: #fff;
    text-align: center;
    height: 25px;
    font-size: 12px;
    border-radius: 30px;
    border: 1px solid transparent;
    margin-bottom: 10px;
}

.btnenvivo {
    display: block;
    max-width: 100px;
    min-width: 80px;
    width: 100%;
    background: #80b42d;
    margin-right: 0;
    margin-left: auto;
    color: #fff;
    text-align: center;
    height: 25px;
    font-size: 12px;
    border-radius: 30px;
    border: 1px solid transparent;
    margin-bottom: 10px;

}

.compraexitosa{
    margin-top: 60px;
}

.compraexitosa h1{
    font-weight: bold;
    font-size: 30px;
}

.compraexitosa h2{
    font-weight: bold;
    font-size: 20px;
    color: #263c50;

}

