﻿body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
    background-image: url(images/bg.gif);
}

.main {
    width: 100%;
    margin: 0px auto;
    padding: 0;
    color: #000000;
}

h2 {
    font-size: 13px;
}

h3 {
    font-size: 11px;
    text-decoration: underline;
}

a {
    color: #0000FF;
    background-color: inherit;
    font-weight: normal;
}

    a:hover {
        text-decoration: none;
    }

.top {
    background-color: #702082;
    color: #FFFFFF;
    height: 107px;
}

.name {
    padding: 0px 0 0 0px;
    color: #FFFFFF;
    background-color: inherit;
    font-size: 26px;
    float: left;
    width: 50%;
    padding-left: 0.5em;
}

.Log {
    padding: 10px 0 0 0px;
    color: #FFFFFF;
    background-color: inherit;
    font-size: 14px;
    float: right;
    width: 50%;
    text-align: right;
}

    .Log a {
        color: #fff;
        background-color: #df4661;
        border-color: #df4661;
        padding: 0.2em 0.5em;
        border-radius: 5px;
        margin-left: 1em;
        font-weight: 600;
        text-transform: capitalize;
    }

        .Log a:hover {
            color: #df4661;
            background-color: #fff;
            border-color: #fff
        }

.t_bg {
    background-image: url(images/t_bg.gif);
    background-repeat: repeat-x;
    height: 4px;
}

.t_bg2 {
    background-image: url(images/t_bg2.gif);
    background-repeat: repeat-x;
    height: 4px;
}
/*.menu{
	padding:15px 0px 0px 5px;
	background-color:#F6F5E3;
	color:#000000;
    height:40px;
}
.menu a{
	padding:0 5px 0 10px;
	font-size:16px;
	color:#000000;
	background-color:inherit;
	font-weight:bold;
	text-decoration:none;
}
.menu a:hover{
	text-decoration:none;
	color:cadetblue;
	background-color:inherit;
	background-image:url(images/m_bg2.gif);
}*/
.lt {
    position: relative;
    float: left;
    width: 20%;
    display: none;
}

.ct {
    position: relative;
    float: left;
    width: 100%;
}

.ct_old {
    position: relative;
    float: left;
    width: 59.8%;
}

.rt {
    position: relative;
    float: left;
    width: 20%;
}

.c1 {
    margin: 3px 3px 3px 1px;
    padding: 0 10px 10px 10px;
    background-color: #603913;
    color: #ffeddc;
    border-radius: 8px;
}

.c2 {
    margin: 3px 0;
    text-align: justify;
    padding: 10px 0;
}

.c3 {
    border-top: 1px solid #9E0F01;
    border-left: 1px solid #9E0F01;
    border-bottom: 1px solid #9E0F01;
    margin: 3px 1px 3px 3px;
    padding: 10px;
}

.title1 {
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0 0px 0px;
}

.c1 ul li a {
    color: #ffeddc;
    background-color: inherit;
    font-weight: normal;
    text-decoration: none;
}

    .c1 ul li a:hover {
        color: #fff;
        background-color: inherit;
    }

.c1 ul {
    padding: 0;
    margin: 0 0 0 10px;
}

.c1 li {
    border-bottom: 1px solid #ffeddc;
    padding: 0.5em 0;
    color: #ffeddc;
}
/*.title2{
	font-size:16px;
	font-weight:bold;
	color:#B5121B;
	background-color:inherit;
    height:40px;
}*/
.title3 {
    font-size: 16px;
    font-weight: bold;
    color: #603913;
    background-color: inherit;
    height: 60px;
}

.footer {
    position: fixed;
    clear: left;
    height: 10px;
    background-image: url(images/t_bg2.gif);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #702082;
    color: #fff;
    padding: 12px 0 15px 5px;
    font-size: 10px;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 2em;
    z-index: 999;
}

    .footer a {
        font-size: 10px;
    }

.title3 {
    font-size: 12px;
    font-weight: bold;
}

.cp1 {
    float: left;
}

.cp2 {
    float: right;
    padding-right: 20px;
}

    .cp2 a {
        color: #ffeddc;
    }

        .cp2 a:hover {
            color: #fff;
        }

#content .inner_copy {
    border: 0;
    color: #f00;
    float: left;
    width: 50% !important;
    margin: -202px 0 0 0;
    overflow: hidden;
    line-height: 0;
    padding: 0;
    font-size: 12px
}

label {
    min-width: 130px;
    display: inline-block;
}

table {
    border: 1px solid #E0E0E0;
    border-collapse: collapse;
}

    table th {
        font-weight: bold;
        background-color: #737373;
        color: #fff;
    }

    table .alternateItem {
        background-color: #EEEEEE;
    }

    table a {
        font-style: normal;
        color: #f6a11c !important;
        font-weight: normal;
        background: #fff;
        border: #f6a11c solid 1px;
        padding: 0.1em 0.2em;
        border-radius: 5px;
    }

        table a:hover {
            font-style: normal;
            color: #fff !important;
            background: #f6a11c;
            border: #f6a11c solid 1px;
            padding: 0.1em 0.2em;
            border-radius: 5px;
            text-decoration: none;
        }

.btnDelete {
    font-style: normal;
    color: #f00 !important;
    font-weight: normal;
    background: #fff;
    border: #f00 solid 1px;
    padding: 0.1em 0.2em;
    border-radius: 5px;
}

    .btnDelete:hover {
        font-style: normal;
        color: #fff !important;
        background: #f00;
        border: #f00 solid 1px;
        padding: 0.1em 0.2em;
        border-radius: 5px;
        text-decoration: none;
    }

.alertify-disclaimer {
    font-size: 10px;
    color: red;
}

table input {
    font-style: normal;
    color: #f6a11c !important;
    font-weight: normal !important;
    background: #fff;
    border: #f6a11c solid 1px;
    padding: 0.1em 0.2em !important;
    border-radius: 5px;
}

    table input:hover {
        font-style: normal;
        color: #fff !important;
        background: #f6a11c;
        border: #f6a11c solid 1px;
        padding: 0.1em 0.2em;
        border-radius: 5px;
        text-decoration: none;
    }

table .texto_subtitulo {
    width: 50%;
    text-align: right;
    padding-right: 1%;
    font-size: 12px;
}

.modal-footer {
    border-top: 0px;
}

.tith3 {
    color: #5D7B9D;
    font-size: 24px;
    margin: 0.5em 0;
}

td, th {
    padding: 2px 3px !important;
}

.crear {
    display: inline-block;
    width: 100%;
    margin: 0.3em 0 1.2em;
    color: #737373;
}

    .crear a {
        color: #fff;
        background: #f6a11c;
        text-decoration: none;
        padding: 7px 10px;
        border-radius: 8px;
        margin-left: 1em;
    }

        .crear a:hover {
            color: #fff;
            text-decoration: none;
            background: #888;
            padding: 7px 10px;
            border-radius: 8px;
        }

.selWit {
    width: 200px;
}

.selWitEsp {
    width: 200px;
    float: left;
}

.lblWit {
    width: 200px;
}

.TextAreaTie {
    width: 90%;
    border-radius: 8px;
    padding: 0.5em;
    color: #888;
}

.martab {
    margin-top: 1em;
    DISPLAY: inline-table;
}

.btnProdPri {
    margin-top: 1em;
}

.solWeb {
    display: inline-block;
}

    .solWeb label {
        display: inline-block;
        color: #f6a11c;
        width: 100%;
        margin-bottom: 5px;
        font-weight: 400;
    }

    .solWeb span {
        display: inline-block;
        width: 100%;
        font-size: 16px;
        color: #737373;
        font-weight: 600;
        margin-bottom: 10px;
        border-bottom: 1px dashed #ccc;
    }

    .solWeb textarea {
        width: 100%;
        height: 100px;
        border: 1px solid #e8e8e8;
        padding: 0.5em;
        border-radius: 5px;
    }

.subtab {
    margin-top: -2em;
}

.alLeft {
    text-align: left;
}

.titReg {
    margin: 0 0 0em 0;
    color: #737373;
    font-weight: 500;
    font-size: 24px;
}

.priceDetails {
    border: dashed 1px #CCC;
}

    .priceDetails tr td label {
        color: #737373;
        font-weight: 600;
        font-size: 14px;
    }

.datClien tr td span {
    font-size: 16px;
    color: #737373;
    font-weight: 600;
}

.datClien {
    border: dashed 1px #CCC;
}

    .datClien tr td label {
        color: #f6a11c;
    }

    .datClien tr td span {
        font-size: 16px;
        color: #737373;
        font-weight: 600;
    }

.acomTop {
    margin-top: 1em;
}

.acombot {
    margin-bottom: 1em !important;
}

.tamEsp {
    min-width: 200px !important;
}

.selImgAcom {
    padding: 0.2em 0 0.2em 0.3em;
    float: left;
    width: 80%;
}

.mb-3 {
    margin-bottom: 3em;
}

.botRegNew {
    border-top: 1px solid #c1c1c1;
    margin-left: 0px;
    margin: 0;
    padding: 0 1em;
    width: 100%;
    margin-top: 1em;
    display: inline-block;
    margin-bottom: 0.5em;
}

    .botRegNew a {
        color: #fff;
        padding: 0.1em 0.5em;
        background: #737373;
        margin-top: 10px;
        position: absolute;
        border-radius: 5px;
        font-weight: 400;
        transition: 0.3s;
    }

        .botRegNew a:hover {
            background: #B5121B;
            color: #fff;
            text-decoration: none;
        }

.labEsp {
    display: inline-block;
    color: #603913;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    width: 200px;
    float: left;
}

.radBotEsp {
    display: inline-block;
    float: right;
    border: 0;
    padding: 0;
    margin: -7px 0 5px 0;
    min-width: 50%;
}

    .radBotEsp tr td {
        padding: 1px !important;
        max-width: 20%;
    }

        .radBotEsp tr td input {
            float: left;
            width: auto;
        }

        .radBotEsp tr td label {
            float: left;
            width: auto;
            max-width: 20%;
            min-width: 80px;
            padding: 5px 3px 0 3px;
            margin-bottom: 0;
            color: #f6a11c;
            font-weight: 600;
        }

.legEsp {
    width: 100%;
    padding: 0;
    font-size: 21px;
    line-height: inherit;
    color: #9C856D;
    border: 0;
    border-bottom: 1px solid #dbc2a7;
    margin: 0.5em 0 1em 0;
    display: inline-block;
}

nav {
    display: block;
    background: #5c34277d;
}

.menu {
    display: block;
    margin-top: 0;
    margin-bottom: 0px;
    padding-left: 0;
}

    .menu ul {
        margin-top: 0;
        margin-bottom: 0px;
    }

    .menu li {
        display: inline-block;
        position: relative;
        z-index: 100;
    }

        .menu li:first-child {
            margin-left: 0;
        }

        .menu li a {
            font-weight: 600;
            text-decoration: none;
            padding: 10px 15px 10px 15px;
            display: block;
            color: #fff;
            transition: all 0.2s ease-in-out 0s;
        }

            .menu li a:hover,
            .menu li:hover > a,
            .menu li:hover > .active {
                color: #fff;
                background: #5cb8b2;
            }

    .menu ul {
        visibility: hidden;
        opacity: 0;
        margin: 0;
        padding: 0;
        width: 170px;
        position: absolute;
        left: 0px;
        background: #fff;
        z-index: 99;
        transform: translate(0, 20px);
        transition: all 0.2s ease-out;
        border: 1px solid #5cb8b2;
    }

        .menu ul:after {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #fff;
            border-width: 6px;
            margin-left: -6px;
        }

        .menu ul li {
            display: block;
            float: none;
            background: none;
            margin: 0;
            padding: 0;
        }

.col-sm-10 span label {
    width: 70px !important;
    max-width: 100px;
    min-width: 70PX;
}

.menu ul li a {
    font-size: 12px;
    font-weight: normal;
    display: block;
    color: #797979;
    background: #fff;
}

    .menu ul li a:hover,
    .menu ul li:hover > a {
        background: #5cb8b2;
        color: #fff;
    }

.menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

.menu ul ul {
    left: 169px;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px, 20px);
    transition: all 0.2s ease-out;
}

    .menu ul ul:after {
        left: -6px;
        top: 10%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #fff;
        border-width: 6px;
        margin-top: -6px;
    }

.menu li > ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

.responsive-menu {
    display: none;
    width: 100%;
    padding: 10px 15px;
    background: #E95546;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.hed {
    margin-bottom: -1.5em;
    width: 100%;
    display: inline-block;
}

.responsive-menu:hover {
    background: #E95546;
    color: #fff;
    text-decoration: none;
}

ul.menu > li > a:active:before {
    background-color: blue;
}

.Filter {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #ccc;
    margin-top: 1EM;
    PADDING: 0 2EM;
}

    .Filter input[type=submit] {
        background: #B5121B;
        border: 0;
        color: #fff;
        transition: 0.3s;
        text-transform: capitalize;
    }

.Filt {
    color: #fff !important;
    background: #737373 !important;
    border: #B5121B solid 1px;
    font-weight: 400 !important;
    text-transform: capitalize;
    padding: 0.2em 0.5em;
}

.Filter input[type=submit].active, .Filter input[type=submit].focus, .Filter input[type=submit]:active, .Filter input[type=submit]:focus {
    color: #B5121B;
    background-color: #fff;
    border: #B5121B solid 1px;
    text-transform: capitalize;
    padding: 0.2em 0.5em;
}

.Filter input[type=submit]:hover, .open > .dropdown-toggle.Filter input[type=submit] {
    color: #B5121B;
    background-color: #FFF;
    border-color: #B5121B;
    padding: 0.2em 0.5em;
}

a.homer {
    background: #5cb8b2;
}

.imgBan {
    width: 20% !important;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

.Oblig {
    color: red;
    font-size: 22px;
    font-weight: bold;
}

input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], input[type="select"] {
    width: 90%;
}

.mce-combobox .mce-abs-layout-item .mce-last input {
    width: 90%;
}

span label {
    min-width: 70px;
    color: #f6a11c;
}

.DesBio {
    width: 100%;
    height: 8em;
    border-radius: 8px;
}

.fa-pulse {
    color: #f6a11c !important;
}

.carg {
    display: inline-block;
    font-size: 2em;
    width: 120px;
    height: 40px;
    color: #f6a11c;
    text-align: center;
    position: relative;
    margin-top: 0.8em
}

.cuadro_intro_hover {
    padding: 0px;
    position: relative;
    overflow: hidden;
    height: 150px;
}

    .cuadro_intro_hover img {
        display: inline-block;
    }

    .cuadro_intro_hover:hover .caption {
        opacity: 1;
        transform: translateY(-110px);
        -webkit-transform: translateY(-110px);
        -moz-transform: translateY(-110px);
        -ms-transform: translateY(-110px);
        -o-transform: translateY(-110px);
    }

    .cuadro_intro_hover img {
        z-index: 4;
    }

    .cuadro_intro_hover .caption {
        position: absolute;
        top: 150px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 100%;
    }

    .cuadro_intro_hover .blur {
        background-color: rgba(0,0,0,0.7);
        height: 300px;
        z-index: 5;
        position: absolute;
        width: 100%;
    }

    .cuadro_intro_hover .caption-text {
        z-index: 10;
        color: #fff;
        position: absolute;
        height: 300px;
        text-align: center;
        top: -65px;
        width: 100%;
    }

.caption-text ul {
    text-align: left;
}

    .caption-text ul li {
        list-style-type: none;
    }

.caption-text h3 {
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    padding: 10px;
    background-color: rgba(0,0,0,0.7);
    font-size: 18px;
}

.ds-btn li {
    list-style: none;
    float: left;
    padding: 5px;
    min-width: 200px;
}

    .ds-btn li a {
        width: 100%;
        text-align: center;
    }

        .ds-btn li a span {
            padding-left: 5px;
            padding-right: 0px;
            width: 85%;
            display: inline-block;
            text-align: left;
            max-width: 100%
        }

            .ds-btn li a span small {
                width: 100%;
                display: inline-block;
                text-align: left;
            }

.ds-btn {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.radb span {
    display: block;
    min-height: 2.5em;
}

.fijo {
    position: fixed !important;
}
/*tabs verticales*/
div.bhoechie-tab-container {
    /*z-index: 10;*/
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 20px;
    /*margin-left: 50px;*/
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
    width: 100%;
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

    div.bhoechie-tab-menu div.list-group {
        margin-bottom: 0;
    }

        div.bhoechie-tab-menu div.list-group > a {
            margin-bottom: 0;
        }

            div.bhoechie-tab-menu div.list-group > a .glyphicon,
            div.bhoechie-tab-menu div.list-group > a .fa {
                color: #B5121B;
            }

            div.bhoechie-tab-menu div.list-group > a:first-child {
                border-top-right-radius: 0;
                -moz-border-top-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a:last-child {
                border-bottom-right-radius: 0;
                -moz-border-bottom-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a.active,
            div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
            div.bhoechie-tab-menu div.list-group > a.active .fa {
                background-color: #f6a11c;
                background-image: #f6a11c;
                border-color: #f6a11c;
                color: #ffffff;
            }

                div.bhoechie-tab-menu div.list-group > a.active:after {
                    content: '';
                    position: absolute;
                    left: 100%;
                    top: 50%;
                    margin-top: -13px;
                    border-left: 0;
                    border-bottom: 13px solid transparent;
                    border-top: 13px solid transparent;
                    border-left: 10px solid #f6a11c;
                }

div.bhoechie-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 10px;
}
/*div.bhoechie-tab-content .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, input[type=submit] {
    padding: 0em 0.2em;margin-top: 0px;
}*/

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

.hideHeader {
    display: none;
}

div.clear {
    clear: both;
}

div.product-chooser {
    margin-top: 3%;
    margin-right: 1%;
    margin-bottom: 7%;
}

    div.product-chooser.disabled div.product-chooser-item {
        zoom: 1;
        filter: alpha(opacity=60);
        opacity: 0.6;
        cursor: default;
    }

    div.product-chooser div.product-chooser-item {
        padding: 11px;
        border-radius: 6px;
        cursor: pointer;
        position: relative;
        border: 1px solid #efefef;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

        div.product-chooser div.product-chooser-item.selected {
            border: 4px solid #428bca;
            background: #efefef;
            padding: 8px;
            filter: alpha(opacity=100);
            opacity: 1;
        }

        div.product-chooser div.product-chooser-item img {
            padding: 0;
        }

        div.product-chooser div.product-chooser-item span.title {
            display: block;
            margin: 10px 0 5px 0;
            font-weight: bold;
            font-size: 16px;
        }

        div.product-chooser div.product-chooser-item span.description {
            font-size: 12px;
        }

        div.product-chooser div.product-chooser-item input {
            position: absolute;
            left: 0;
            top: 0;
            visibility: hidden;
        }


/*fin tabs verticales*/

@media (min-width: 768px) and (max-width: 979px) {

    .mainWrap {
        width: 768px;
    }

    .menu ul {
        top: 37px;
    }

    .menu li a {
        font-size: 12px;
    }

    a.homer {
        background: #E95546;
    }
}

@media (max-width: 767px) {
    .contentGen {
        margin-bottom: 2em;
    }

    .mainWrap {
        width: auto;
        padding: 50px 20px;
    }

    .menu {
        display: none;
    }

    .responsive-menu {
        display: block;
    }

    nav {
        margin: 0;
        background: none;
    }

    .menu li {
        display: block;
        margin: 0;
    }

        .menu li a {
            background: #f3f3f3;
            color: #797979;
        }

            .menu li a:hover,
            .menu li:hover > a {
                background: #f6a11c;
                color: #fff;
            }

    .menu ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
    }

    .menu li:hover > ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }

    .menu ul ul {
        left: 0;
        transform: initial;
    }

    .menu li > ul ul:hover {
        transform: initial;
    }

    .imgBan {
        width: 100% !important;
    }

    .hed {
        margin-bottom: 0em;
    }

    .log {
        padding: 5px 5px 0px 5px !important;
        width: 50%;
        text-align: left;
    }

    .pagination td {
        display: inline-block !important;
        border: 0;
    }

    .thEspecial {
        width: 80px !important;
    }
}

@media (max-width: 600px) {
    .name {
        font-size: 18px;
        line-height: 1.3;
        padding: 5px 0px 0px 5px !important;
        width: 50%;
    }

    .c2 {
        line-height: 2;
        padding: 0.5em 0.5em;
        font-size: 12px;
        margin-bottom: 2em;
    }

    .cp1 {
        display: none
    }

    .cp2 {
        width: 100%;
        float: left;
    }

    .crear a {
        display: block;
        text-align: center;
    }

    .Log {
        padding: 5px 5px 0px 0px;
    }

    .ds-btn li {
        display: block;
        width: 100%;
    }
}

.loadEsp {
    color: #f6a11c !important;
}

    .loadEsp span {
        font-size: 1.5em !important;
    }

    .loadEsp .fa {
        font-size: 1.5em !important;
    }

tr:nth-child(even) {
    background: #EFEFEF;
}

tr:nth-child(odd) {
    background: #FFF;
}

.thEspecial {
    width: 120px !important;
}

.btn-check {
    background: #fff;
    border: 2px solid #5cb8b2 !important;
    color: #5cb8b2;
    margin-right: 2 rem;
}

.btn-checkAditional {
    background: #fff;
    border: 2px solid #5cb8b2 !important;
    color: #5cb8b2;
}

.btn-check:hover, .btn-check:visited, .btn-check:active, .btn-check:focus {
    border: 2px solid #5cb8b2 !important;
    border-radius: 0;
}

.checked {
    background: #5cb8b2 !important;
    color: #fff !important;
    border: 2px solid #5cb8b2;
}

.btn-ingredient {
    min-width: 32%;
    margin: 3px 2px;
}

.w-100 {
    width: 100% !important;
}

.btn-secundary:hover {
    color: #df4661 !important;
    background-color: #FFF !important;
    border-color: #df4661 !important;
}

.text-white {
    color: white !important;
}
