/*
Theme Name: T-Lo Lavo
Theme URI: https://pressto.cr
Author: Media Marketing Lab
Author URI: http://medialabla.com/
Version: 1.0
License: Private
Text Domain: ml_tlolavo
*/
/* - - -  general styles - - - */
* {
    outline: none;
}

body {
    color: #2e2d2d;
    font-family: Lato;
    font-weight: 300;
}

body.affixed {
    padding-top: 56px;
}

h1,
h2,
h3,
h4 {
    font-family: Montserrat;
}

.icon-left {
    float: left;
    margin-right: 1em;
    margin-bottom: 2em;
}

.big-button {
    width: 100%;
    padding: 0.5em;
    border-radius: 0;
    font-size: 1.2em;
    font-weight: 500;
}

.btn-white {
    background-color: #ffffff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}

.btn-cyan {
    background-color: #fc4d4d;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    color: #ffffff !important;
    width: auto;
    padding-left: 2em;
    padding-right: 2em;
    border: 0 solid;
}

.btn-cyan:hover {
    background-color: #f80207;
}

.btn-orange {
    background-color: #ff5c17;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    color: #ffffff !important;
    font-weight: 500;
    padding: 0.5em 1em;
    border: 0 solid;
    width: auto !important;
}

.btn-primary {
    border: 0 solid;
    background-color: #0081ab;
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 0 10px 10px 0;
    font-size: 1em;
}

.btn-block {
    width: 100%;
}

.form-subscribe {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 0.9em;
    max-height: 40px;
    box-shadow: none !important;
    border: 0 solid;
}

.form-subscribe:focus {
    box-shadow: none !important;
}

.slick-prev,
.slick-next {
    z-index: 9;
    width: 33px;
    height: 57px;
}

.slick-prev {
    left: 25px;
}

.slick-next {
    right: 25px;
}

@media (max-width:992px) {
    .hidden-xs {
        display: none;
    }
}

@media (min-width:993px) {
    .visible-xs {
        display: none;
    }
}

select {
    color: #2d2d2d !important;
    text-shadow: 0 0 0 #000000 !important;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
}

#Iframe1 {
    position: relative;
    left: 50%;
    margin-left: -57px;
}

/* - - -  header styles - - - */
header {
    position: relative;
    z-index: 10;
}

header section {
    padding-top: 1em;
    padding-bottom: 0;
}

header .big-phone {
    color: #fdc652;
    border-right: 1px solid #d6d6d6;
    font-weight: 700;
    margin-bottom: 10px;
}

header .big-phone>div {
    color: #00bac6;
    font-size: 1.8em;
    font-weight: 700;
    border-bottom: 1px solid #d6d6d6;
}

header .menu-section {
    background-color: #fdc652;
    padding: 0;

    /* box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.15); */
}

header .menu-section-mobile .menu-section {
    box-shadow: none;
}

header .menu-section .navbar {
    background: none !important;
}

header .menu-section .navbar-nav {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

header .menu-section .navbar li.nav-item {
    padding-left: 2em;
    padding-right: 2em;
    margin-left: auto;
    margin-right: auto;
}

header .menu-section .navbar a {
    padding: 0;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.9em;
    font-family: Montserrat;
    color: #000000;
}

header .menu-section .navbar a.first-item {
    border-left: 0px solid transparent;
}

header .menu-section .navbar a:hover {
    color: #434343 !important;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background: none;
    color: #7f7f7f !important;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #989797;
    color: #ffffff;
}

header .cart-container {
    position: relative;
}

header .cart-container .notif {
    background-color: #fdc652;
    color: #ffffff;
    font-size: 0.8em;
    text-align: center;
    border-radius: 50%;
    width: 25px;
    position: absolute;
    top: 0;
    right: 25%;
    height: 25px;
    padding: 0.25em;
}

header .cart-container a {
    color: #7f7f7f !important;
    font-size: 0.8em;
}

header .cuenta-container .dropdown button {
    padding: 0;
    margin: 0;
    background: none;
    color: #7f7f7f;
    border: 0 solid;
    font-size: 0.8em;
}

#cartModal .modal-body {
    font-size: 0.8em;
}

/* - - -  main styles - - - */
main {
    min-height: 400px;
    background-color: #ededed;
}

main .section-title {
    padding-top: 2em;
    padding-bottom: 2em;
}

main .section-title h3 {
    color: #00bac6;
    font-size: 3.2em;
    line-height: 1em;
    font-weight: 700;
    background-image: url('assets/images/section-title-lines.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 0.75em;
    padding-left: 0.5em;
}

main .section-title h3 span {
    display: block;
    color: #008998;
    padding-left: 0.5em;
    font-size: 0.9em;
}

main .section-title p {
    padding-top: 2em;
}

main .promo-item-home {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 5em;
    padding-bottom: 5em;
    min-height: 480px;
}

main .promo-item-home img {
    max-width: 100%;
    height: auto;
}

main .hacemos-item,
main .precios-item {
    padding: 1em;
    text-align: center;
}

main .hacemos-item>div,
main .precios-item>div {
    padding: 2em 3em;
    border-radius: 5px;
}

main .hacemos-item>div {
    padding-bottom: 1em;
    min-height: 440px;
    position: relative;
}

main .precios-item>div {
    background-color: #ffffff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
}

main .hacemos-item>div,
main .precios-item>div {
    background-color: #ffffff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
}

main .hacemos-item h4,
main .precios-item h4 {
    padding-top: 1em;
    padding-bottom: 0;
    font-family: Lato;
    color: #14b4b7;
    font-weight: 700;
}

main .precios-item h4 {
    font-family: Lato;
}

main .hacemos-item img,
main .precios-item img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

main .hacemos-item-link {
    border-top: 1px solid #d8d8d8;
    font-weight: 700;
    padding-top: 0.5em;
    font-size: 1em;
    position: absolute;
    bottom: 1em;
    width: 100%;
    left: 0;
    right: 0;
}

main .hacemos-item:hover .hacemos-item-link {
    visibility: visible;
}

main .hacemos-item-link a {
    color: #fc4d4d;
    font-weight: 500;
    opacity: 1;
}

main .hacemos-item-link a:hover {
    opacity: 0.6;
    text-decoration: none;
}

main .hacemos-item-link img {
    display: inline-block;
}

main .precios-item img {
    padding: 0.6em;
    border-radius: 50%;
    border: 2px solid #98e2fa;
    width: 90px;
    height: 90px;
}

main .precios-item ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
}

main .precios-item ul li {
    border-bottom: 1px solid #98e2fa;
    text-align: left;
    padding: 0.75em 0.5em;
}

main .precios-item ul li .precio-item-price {
    float: right;
    color: #00bac6;
    font-weight: 600;
    margin-left: 1em;
    margin-bottom: 1em;
}

main .precios-item a {
    color: #2e2d2d;
}

main .pedidos-list .precio-item-price {
    color: #7f7f7f !important;
    text-transform: uppercase;
    padding-left: 2em;
    font-weight: 500;
    min-width: 150px;
    text-align: right;
}

main .somos .somos-content {
    background-image: url('assets/images/somos-bg.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 450px;
}

main .somos h5 {
    color: #0090b3;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: -10px;
    padding-top: 1em;
    padding-bottom: 0;
}

main .somos-content h4 {
    padding-top: 1em;
    padding-bottom: 0;
    margin-bottom: -10px;
}

main .somos p,
main .somos-content p {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 0;
}

main .somos-mapa .col-md-12 {
    padding: 0;
}

main .somos-mapa iframe {
    width: 100%;
    height: 400px;
}

main .somos-bg {
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 450px;
}

main .somos-content h4 {
    color: #008998;
}

@media (max-width:575px) {
    main .somos-content {
        padding-bottom: 20em;
    }
}

main .row-button {
    padding-top: 2em;
    padding-bottom: 2em;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

main .row-button.pad-top {
    padding-top: 2em;
}

main .promos-inside {
    margin-bottom: 3em;
}

main .promos-inside img {
    max-width: 100%;
    cursor: pointer;
}

main .promo-slider .slick-dots {
    bottom: 25px !important;
}

main .promo-slider .slick-dots li button::before {
    font-size: 18px !important;
}

main .promo-slider .slick-dots li.slick-active button::before {
    color: #00bac6 !important;
}

main .contacto-info h4 {
    display: block;
    color: #00bac6;
    font-size: 1.6em;
    font-weight: 500;
    padding-top: 1em;
}

main .contacto-info ul {
    list-style-type: none;
    padding: 0;
    margin: 1em 0 0;
    display: block;
}

main .contacto-info ul li {
    display: block;
    padding: 0.25em 1em;
}

main .contacto-info ul li img {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0.5em;
    margin-left: 0.5em;
}

main .contacto-info table {
    margin: 1em auto;
}

main .contacto-info table tr td {
    padding: 0.5em;
}

main .gracias-title {
}

main .wpcf7-form label {
    width: 100%;
}

.wpcf7-response-output {
    display: none !important;
}

main .faq-panel {
    width: 100%;
}

main .faq-panel .card {
    border: 0px solid;
    background: none;
}

main .faq-panel .card-header {
    border-left: 0px solid;
    border-top: 0px solid;
    border-right: 0px solid;
    background: none;
    border-radius: 0;
}

main .faq-panel .card-header h5 a {
    font-weight: 300;
    color: #65bdfd;
    font-size: 1.4em;
    width: 100%;
    display: block;
    position: relative;
}

main .faq-panel .card-header h5 a.collapsed:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
}

main .faq-panel .card-header h5 a.normal:after {
    content: "-";
    position: absolute;
    right: 0;
    top: 0;
}

main .faq-item em {
    font-weight: 700;
    padding-right: 1em;
    font-style: normal;
}

main .modal img {
    max-width: 100%;
    height: auto;
}

.wp_pp_button_selection_section,
.wp_pp_button_other_amt_section {
    display: none !important;
}

/* - - - solicitud de servicio - - - */
main .solicitud-select-item {
    text-align: center;
}

main .pack-item form {
    border-radius: 10px;
    border: 1px solid #cbcbcb;
    padding-top: 2em;
    margin-bottom: 2em;
}

main .pack-item form .btn {
    border-radius: 0 0 10px 10px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0.75em;
}

main .pack-item .precio {
    color: #008998;
    font-weight: 700;
}

main .solicitud-select-img {
    margin-left: auto;
    margin-right: auto;
    padding: 4em;
    border: 2px solid #646464;
    border-radius: 50%;
    height: 280px;
    width: 280px;
    background-color: #ffffff;
    cursor: pointer;
}

main .solicitud-select-img.active {
    border: 2px solid #008998;
    background-color: #008998;
}

main .solicitud-select-img img {
    max-width: 100%;
}

main .solicitud-select-item h5 {
    padding-top: 1em;
    text-transform: uppercase;
}

main .solicitud-steps {
    text-align: center;
    text-transform: uppercase;
    border-radius: 50px;
    border: 1px solid #e2e2e2;
    margin-bottom: 2em;
}

main .solicitud-steps>div {
    border-radius: 50px;
    padding: 10px 10px 5px;
}

main .solicitud-steps a {
    color: #212529;
}

main .solicitud-steps .active {
    color: #ffffff;
    background-color: #008998;
}

main .solicitud-steps .active a {
    color: #ffffff;
}

main .solicitud-steps h5 {
    font-size: 1em;
    padding-top: 0.5em;
    font-family: Montserrat;
}

main .solicitud-recepcion {
    padding-top: 4em;
}

main .solicitud-pago {
    padding-top: 0;
    padding-bottom: 2em;
}

main .solicitud-recepcion h5 {
    font-weight: 700;
    color: #008998;
}

main .solicitud-pago h5 {
    font-weight: 700;
    color: #008998;
    text-transform: capitalize;
    font-size: 1.8em;
}

main .prendas-list {
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 700;
}

main .prendas-list h5 {
    padding: 3em 2em 0 0;
    font-size: 1em;
}

main .prendas-list .row {
    padding-top: 2em;
    padding-bottom: 0em;
    border-bottom: 1px solid #dadada;
}

main .prendas-list .row-header {
    font-weight: 300;
    padding-top: 0;
    padding-bottom: 0;
}

.prendas-container {
    height: auto;

    /* overflow: auto; */
}

.prenda-control button {
    background-color: #7f7f7f;
    color: #ffffff;
    font-size: 1em;
}

.prenda-control input {
    display: inline;
    width: 50px;
    font-size: 1em;
    text-align: center;
}

.prenda-control .row {
    padding: 0 !important;
    border: 0px !important;
}

.prendas-list .row-footer {
    font-weight: 300;
    text-align: left;
}

.prendas-list .tab-content {
    width: 100%;
}

.prendas-list .nav-tabs {
    border: 0 solid;
    padding-bottom: 2em;
}

.prenda-subtotal {
    color: #008998;
    font-weight: 700;
}

main .nav-tabs .nav-link {
    vertical-align: middle;
    text-align: center;
    padding-top: 20px;
    border: 0px solid rgba(0, 0, 0, 0);
    font-size: 8px;
    font-weight: 300;
    color: #000000;
    min-width: 100px;
    min-height: 100px;
}

main #cuponForm label {
    display: block;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-size: 0.8em;
}

.total-cart {
    font-weight: 700;
    font-size: 1.4em;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #fdc652;
    font-size: 8px;
    font-weight: 300;
}

.body-login {
    padding-left: 4em;
    padding-right: 4em;
}

.modal .close {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 1em;
    color: #ffffff;
    background: #008998;
    z-index: 99;
}

.horario-item {
    /*
    text-align: center;
    background-color: #ffffff;
    */
    opacity: 1;
    /*
    padding: 2em;
    font-size: 1.4em;
    */
    padding: 0.5em 1em;
    font-weight: 700;
    /*
    border: 1px solid #00bac6;
    border-radius: 5px;
    */
    cursor: pointer;
    border-left: 5px solid #fdc652;
    margin-bottom: 2px;
}

.horario-item.active {
    background-color: #00bac6;
    color: #ffffff;
}

/* - - -  footer styles - - - */
footer {
    color: #ffffff;
    position: relative;
}

footer section {
    padding: 3em 2em;
}

footer .footer-registro {
    background-color: #00bac6;
    padding-bottom: 5em;
    padding-top: 2.4em;
}

footer .footer-registro h4 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1em;
    text-align: left;
}

footer .footer-registro h4 strong {
    display: block;
    font-weight: 700;
    font-size: 1.2em;
}

footer .footer-registro .registro-info {
    padding-top: 1em;
    padding-bottom: 1em;
}

footer .footer-pedido {
    background-color: #fdc652;
    width: 90%;
    position: absolute;
    left: 5%;
    margin-top: -6em;
    box-shadow: 0px 6px 6px 1px rgba(0, 0, 0, 0.15);
    padding: 2em 2em 0.75em;
    z-index: 10;
}

footer .footer-pedido h3 {
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1em;
}

footer .footer-pedido h3 strong {
    display: block;
    font-weight: 500;
    font-size: 1.2em;
    text-transform: none;
}

footer .footer-pedido .pedido-o {
    padding-top: 1.7em;
    text-align: center;
    background-image: url('assets/images/o-lines.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-top: -1em;
    font-size: 1.4em;
}

footer .medios-pago li {
    display: inline-block;
    margin-right: 1em;
}

footer .footer-copyright {
    background-color: #ffffff;
    color: #626b6e;
    padding-top: 8em;
    font-size: 0.8em;
    padding-bottom: 0;
    position: relative;
}

footer .footer-copyright h3 {
    font-size: 1.8em;
    font-weight: 300;
}

@media (max-width:767px) {
    footer .footer-pedido {
        position: relative;
        min-width: 100;
        width: 100%;
        left: 0;
        right: 0;
        text-align: center;
    }

    footer .footer-pedido img {
        float: none;
    }

    footer .footer-pedido .btn-white {
        font-size: 1em;
    }

    footer .footer-copyright h3 {
        font-size: 1.4em;
        padding-top: 2em;
    }
}

footer .footer-copyright ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

footer .footer-copyright a {
    color: #626b6e;
}

footer .footer-copyright .copyright-text {
    padding-top: 2em;
    padding-bottom: 1em;
}

footer .footer-contacto li {
    display: table-row;
}

footer .footer-contacto img {
    margin-bottom: 1.4em;
    float: left;
    margin-right: 0.5em;
}

footer .footer-contacto a {
    color: #00bac6;
}

footer .menu a {
    padding: 0.25em 0;
}

footer .footer-gray-line {
    width: calc(100% + 4em);
    background-color: #d7d7d7;
    padding: 0px;
    height: 10px;
    position: relative;
    top: -2em;
    left: -2em;
}

footer .footer-gray-line img {
    position: absolute;
    top: 0;
    left: 10%;
}

footer .footer-blocks {
    padding-top: 0;
    padding-bottom: 3em;
    text-align: center;
}

footer .footer-blocks img {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

/*--- mobile menu ---*/
.menu-toggle {
    width: 50px;
    height: 30px;
    position: fixed;
    top: 1em;
    right: 1em;
    cursor: pointer;
    z-index: 999999;
    display: none;
    padding: 5px 10px 40px 10px;
    background-color: #ffffff;
}

.menu-section-mobile .menu-section.on {
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(255, 255, 255, .95);
    position: fixed;
    top: 0;
    z-index: 100;
}

.menu-section-mobile .menu-section .widget_nav_menu {
    display: none;
}

.menu-section-mobile .menu-section.on .widget_nav_menu {
    display: block !important;
    margin-top: 5em;
}

.one,
.two,
.three {
    width: 100%;
    height: 5px;
    background: #008998;
    margin: 6px auto;
    backface-visibility: hidden;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.menu-toggle.on .one {
    -moz-transform: rotate(45deg) translate(7px, 7px);
    -ms-transform: rotate(45deg) translate(7px, 7px);
    -webkit-transform: rotate(45deg) translate(7px, 7px);
    transform: rotate(45deg) translate(7px, 7px);
}

.menu-toggle.on .two {
    opacity: 0;
}

.menu-toggle.on .three {
    -moz-transform: rotate(-45deg) translate(8px, -10px);
    -ms-transform: rotate(-45deg) translate(8px, -10px);
    -webkit-transform: rotate(-45deg) translate(8px, -10px);
    transform: rotate(-45deg) translate(8px, -10px);
}

.menu-section-mobile .menu-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.menu-section-mobile .menu-section ul a {
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    text-decoration: none;
    color: #008998;
    font-size: 1.2em;
    width: 100%;
    display: block;
    text-transform: uppercase;
}

.menu-section-mobile .menu-section {
    display: none !important;
    position: fixed;
    z-index: 999999;
    background-color: #ffffff;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.noscroll {
    overflow: hidden;
}

.logo-mobile {
    position: fixed;
    z-index: 9999999999;
    left: 1em;
    top: 1em;
    display: none;
    width: 180px;
}

.logo-mobile img {
    max-width: 90%;
}

@media (max-width:992px) {
    .menu-section-mobile .menu-section {
        display: block !important;
    }

    .menu-toggle {
        display: block;
    }

    header {
        margin-top: 72px;
        background-attachment: inherit;
    }

    .logo-mobile {
        display: block;
    }
}

/* --- rating styles --- */
.rating {
    width: 165px;
    margin: 0 auto;
}

.rating span {
    float: right;
    position: relative;
}

.rating span input {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}

.rating span label {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #FFF;
    background: #ccc;
    font-size: 30px;
    margin-right: 2px;
    line-height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-image: url('assets/images/star.png');
    background-size: contain;
}

.rating span:hover~span label,
.rating span:hover label,
.rating span.checked label,
.rating span.checked~span label {
    background: #F90;
    color: #FFF;
    background-image: url('assets/images/star.png');
    background-size: contain;
}

.pass-group.hidden {
    display: none;
}

/* - - - credit card form - - - */
.creditCardForm {
    max-width: 700px;
    background-color: #fff;
    margin: 100px auto;
    overflow: hidden;
    padding: 25px;
    color: #4c4e56;
}

.creditCardForm label {
    width: 100%;
    margin-bottom: 10px;
}

.creditCardForm .heading h1 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #4c4e56;
}

.creditCardForm .payment {
    float: left;
    font-size: 18px;
    padding: 10px 25px;
    margin-top: 20px;
    position: relative;
}

.creditCardForm .payment .form-group {
    float: left;
    margin-bottom: 15px;
}

.creditCardForm .payment .form-control {
    line-height: 40px;
    height: auto;
    padding: 0 16px;
}

.creditCardForm .owner {
    width: 100%;
}

.creditCardForm .CVV {
    width: 35%;
}

.creditCardForm #card-number-field {
    width: 63%;
    margin-right: 10px;
}

.creditCardForm #expiration-date {
    width: 49%;
}

.creditCardForm #credit_cards {
    width: 50%;
    margin-top: 25px;
    text-align: right;
}

.creditCardForm #pay-now {
    width: 100%;
    margin-top: 25px;
}

.creditCardForm .payment .btn {
    width: 100%;
    margin-top: 3px;
    font-size: 24px;
    background-color: #2ec4a5;
    color: white;
}

.creditCardForm .payment select {
    padding: 10px;
    margin-right: 15px;
}

.transparent {
    opacity: 0.2;
}

@media(max-width: 650px) {
    .creditCardForm .owner,
    .creditCardForm .CVV,
    .creditCardForm #expiration-date,
    .creditCardForm #credit_cards {
        width: 100%;
    }
    .creditCardForm #credit_cards {
        text-align: left;
    }
}

.prenda-info {
    text-transform: none;
    color:#fff;
    background-color:#008998;
    display: inline-block;
    padding: 1px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 0.8em;
}

.bootstrap-datetimepicker-widget {
    display: block !important;
    font-size: 0.8em;
}