﻿/* CATEGORY_BOX  ******/

.category_box .MARCA {
    color: #999;
    font-size: 0.9em;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.category_box .box_data h3 {
    font-size: 1.5em;
    margin: 10px 0 0;
    text-align: center;
}





/*////////////////////////////////////////////////////////////////////*/
/*   CATEGORY              ////////////////////////////////////////  */
/*//////////////////////////////////////////////////////////////////*/

.Category section {
    margin-top: 2px;
}


.Category .BUTTONBUY {
   margin-top: 2px;
}

.Category .title hr {
    display:none;
}

.Category .banner-item {
    margin-bottom: 30px;
}

.title hr {
    border-bottom: 1px solid #d1d1d1;
    border-top: 0 none;
    float: left;
    margin: 0;
    width: 100%;
}
.Category h1 {
    color: #002364;
    float: right;
    font-size: 2.3em;
    text-transform: uppercase;
    margin: 25px 0;
}
.Category h1 a:before {display: none}

.Category .PRODUCT_BOX .buttons_wrapper {
    padding-top: 100px;
}

.Category .totalprods {
    color: #676767;
    font-size: 1em;
    /*left: 100px;*/
    text-transform: uppercase;
    top: 15px;
    /*border-left: 1px solid gray;*/
    padding-left: 5px;
    position: absolute;
}


/* imagen categoria */
.Category .bigimage {
    width: 100%;
}

.Category .bigimage img{
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width:991px){
    .Category h1{
        font-size: 1.55em;
    }
}

@media (max-width: 767px) {
    .Category section {
        margin-top: 0px;
    }
    .Category .BUTTONBUY {
        margin-top: 0px;
    }

    .Category .title {
        background: #002364 none repeat scroll 0 0;
        float: none !important;
        margin: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        height: auto;
        padding: 10px;
    }
    .Category h1 {
        float: left;
        font-size: 1.75em;
        margin: 0 0 10px;
        text-align: left;
        width: 100%;
        color: #fff;
        order:2;
        font-weight: 400;
    }
    .Category .totalprods {
        left: 0px;
        border-left: none;
        text-transform: none;
        position: initial;
        padding: 10px 0;
    }
    .Category .totalprods span {
        display: inline;
        font-weight: bold;
    }
    .Category .totalprods {
        font-size: 1em;
    }

}


@media (min-width: 1440px) {
	.Category aside {width: 16%; padding-left: 0!important;}
	.Category .derecha {width: 84%; padding-right: 0!important;}
    .Category .product_list.gridview > ul > li {width: 25%}
    .Category .title {padding:0}
}


/* CATEGORY_TREE (menu categorias) / MENU_TREE (menu usuario y content) **************************/
.category_tree, .menu_tree {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.category_tree ul, .menu_tree ul, .filter_tree ul {
    float: left;
    height: auto;
    width: 100%;
    padding-left: 10px;
}


/*
.category_tree ul a:before, .menu_tree ul a:before {content: "\e00e"}*/
.category_tree ul a:before, .menu_tree ul a:before  {
    color: #b7b7b7;
    display: block;
    float: left;
    font-size: 11px;
    margin: 2px 3px 0 -5px;
}
.category_tree ul li, .menu_tree ul li {
    background: none;
}
.category_tree ul li a:before{
    font-family: "cdafont";
    color: #828282;
    margin: -5px 15px 0 -5px;
    width: 20px;
    height: 20px;
    float: left;
    font-size: 1.8em;
}
.Category .category_tree ul li a:before{
    display: none;
}


.category_tree ul > li > a, .menu_tree ul > li > a {
    display: block;
    font-weight: normal;
    letter-spacing: 0.03em;
    padding: 3px 5px 3px 16px;
    width: 100%;
}

.category_tree ul > li > a:hover, .menu_tree ul > li > a:hover, .activee {
    color: #002364;
    text-decoration: underline;
}

.category_tree ul  li::before {
    content: "\f125";
    font-family: "Ionicons";
    position: absolute;
    font-size: 0.6em;
    color: gray;
    margin-top: 4px;

}


.category_tree > ul > li.subcategory > a::after {content: "\f35f"}
.category_tree > ul > li > a.activee:after {content: "\f365"}
.category_tree > ul > li > a::after {
    background-clip: padding-box;
    color: #c8c8c8;
    display: block;
    float: right;
    font-family: "Ionicons";
    font-size: 18px;
    height: 17px;
    line-height: 16px;
    margin: 3px 2px;
    text-align: center !important;
    width: 10px;
}
.category_tree > ul > li.collapsed:after {content: "\f123"}
.category_tree > ul > a.collapsed {background: #ccc}

/* H5 */
.category_tree h5, .filter_tree h5 {
    color: #222;
    font-size: 1.1em;
    font-weight: 600;
    height: 46px;
    letter-spacing: 0;
    line-height: 46px;
    margin: 0 0 14px;
    padding: 0 10px 0 16px;
    text-transform: none;
    width: 100%;
    font-family: 'Montserrat' , sans-serif;
}

.category_tree h5,.filter_tree h5 {
    background-color: #efefef;
    margin: 5px 0;
    margin-bottom: 32px;
    color: #676767;
    border-bottom: 0;
    font-size: 18px;
    line-height: 45px;
}

.filter_tree h5::after {
    Content:"\f39d";
    font-family:"Ionicons";
    padding-left: 10px;
    font-size: 1.3em;
    font-weight: 500;
    position: relative;
    top: 4px;
}
.category_tree ul.cats {
    /*border-top: 1px solid #d1d1d1;*/
    padding-top: 15px;
} 

.menu_tree h5 {
    color: #333;
    font-weight: 300;
    line-height: 1.5em;
    margin: 0;
}
.Content .menu_tree h5 {
    color: #000;
    font-size: 1.6em;
    text-transform: uppercase;
}

.menu_tree a::after {content: "\f363"}
.menu_tree a::after {
    color: #888;
    float: right;
    font-family: "Ionicons";
    font-size: 15px;
    opacity: 0.4;
    padding: 0;
}


/* FILTER_TREE - MENU FILTROS **************************/
.filter_tree {
    float: left;
    margin-bottom: 25px;
    position: relative;
    width: 100%;
}
.filter_tree > div {
    float: left;
    width: 100%;
}
.filter_tree .accordion {
    float: left;
    padding: 7px 0;
    width: 100%;
}
/*asd2*/
.filter_area p {
    margin: 4px 0 0 22px;
}
/*asd2*/
.filter_elem input{
    position: relative;
    z-index: 3;
    opacity: 0;
}
/*asd2*/
.filter_elem input+span::before{
        width: 18px;
    height: 18px;
    border-radius: 18px;
    background: #d0d0d0;
    border: 3px solid white;
    content: "";
    position: absolute;
    margin: 1px 0 0 -15px;
}
/*asd2*/
.filter_elem input+span::after{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #f1f1f1;
    content: "";
    position: absolute;
    margin: 5px 0 0 -11px;
}
.filter_elem input:checked+span::after{
     width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #00B4AA;
    content: "";
    position: absolute;
    margin: 5px 0 0 -11px;
    display: inline-block;
}
/*
.filter_tree .accordion input[type=radio]:checked::after{
     width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #1285b2;
    content: "";
    position: absolute;
    margin: 3px 0 0 2px;
    display: inline-block;
}*/
.filter_tree .accordion input[type=radio]:checked + label{
    color: #00B4AA;
}
/*
.filter_tree .accordion input[type=radio]::before{
        width: 18px;
    height: 18px;
    border-radius: 18px;
    background: #d0d0d0;
    border: 3px solid white;
    content: "";
    position: absolute;
    margin: -1px 0 0 -2px;
}

.filter_tree .accordion input[type=radio]::after{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #f1f1f1;
    content: "";
    position: absolute;
    margin: 3px 0 0 2px;
}*/

.expandcollapse {
    color: #b7b7b7;
    float: right;
    font-size: 0.8em;
    position: absolute;
    right: 0;
    top: -21px;
}
.expandcollapse i {
    float: left;
    font-size: 0.85em;
    margin: 1px 5px 0 0;
}

.filter_title:not(:first-child) {
    border-top: 1px solid #d0d0d0;
}

.filter_title {
    background-color: #fff;
    border-top: 1px solid lightgray;
    color: #878787;
    cursor: pointer;
    float: left;
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1em;
    padding: 14px 1px;
    position: relative;
    text-decoration: none;
    text-transform: none;
    width: 100%;
    font-family: 'Montserrat' , sans-serif;
}
.filter_title:before, .category_tree h5:before {content: "\f462"}
.filter_title::before, .category_tree h5:before {
    color: #878787;
    float: right;
    font-family: "Ionicons";
    font-size: 18px;
    line-height: 1.3em;
    padding: 12px 11px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.filter_title.collapsed:before, .category_tree h5.collapsed:before {content: "\f489"}

.category_tree h5::before {
    right: 14px;
    top: 2px;
}

.filter_area {
    float: left;
    padding: 0 0 10px 0;
    width: 100%;
}
.filter_area a img {display: none !important}
.filter_area a {
    clear: left;
    color: #000;
    cursor: pointer;
    float: left;
    font-weight: normal;
    padding: 2px 0 2px 1px;
    position: relative;
    text-decoration: none;
    width: 100%;
}
.filter_area a::before {
    background: #dfdee1 none repeat scroll 0 0;
    border: 1px solid #dfdee1;
    border-radius: 1px;
    content: "";
    display: block;
    float: left;
    height: 12px;
    margin: 4px 10px 0 0;
    position: relative;
    width: 12px;
    border-radius: 50px;
}
.filter_area a:hover, .filter_area a.checked {color: #002364; text-decoration: underline;}

@media (min-width: 768px) {
.filter_area a:hover::before {
    background-color: #002364;
    border: 1px solid #fff;
}

}


.filter_area a.checked {
    margin-top: -7px;
    padding: 5px 7px 11px 0px;
}
.filter_area a.checked:after {display: none;}
.filter_area a.checked::before {content: "\f120"}
.filter_area a.checked::before {
    float: left;
    font-family: "Ionicons";
    font-size: 1.2em;
    margin: 1px 10px 0 0;
    background: none;
    border: none;
}


/* ver mas */
.filter_area .mas p {
    color: #000;
    cursor: pointer;
    font-size: 0.9em;
}
.filter_area .mas p:hover {color: #00B4AA}
.filter_area .mas p::before {
    background: transparent;
    border: 0 none;
    border-radius: 0;
    content: "ver más";
    margin: 0;
    width: auto;
    position: relative;
    top: 5px;
}
.filter_area .mas p::after {
    font-family: "Ionicons";
    font-size: 1.1em;
    margin: 0 0 0 4px;
    position: relative;
    top: 5px;
}
.filter_area .mas p:after {content: "\f35f"}

.filter_area .mas.opened p:before {content: "ver menos"}
.filter_area .mas.opened p:after {content: "\f365"}



/*asd2*/
.filter_area label {
    padding-left: 15px;
}
.category_tree .subcategory .filtro-contain {
    background: #fff none repeat scroll 0 0;
    padding: 2px 0 9px;
}
.category_tree .subcategory .filtro-contain ul li{
    background: none;
    padding-left: 25px;
}
.category_tree .subcategory .filtro-contain ul li a {
    color: #777;
    padding: 0;
}
.category_tree .subcategory .filtro-contain ul li a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #00B4AA !important;
    text-decoration: underline;
}






@media (max-width: 991px) {
aside {font-size: 0.95em}
.category_tree ul > li > a, .menu_tree ul > li > a {
    /*padding-left: 0;
    padding-right: 0;*/
}
.category_tree h5, .filter_tree h5 {/*padding: 0*/}

.filter_tree h5 {line-height: 1.2em; padding-top: 11px;}
.filter_tree h5, .Result .browse_area {
   /* height: 55px;*/
}
.filter_area a {
    padding: 2px 0;
}
.menu_tree a::after {display: none}
.User .menu_tree a {font-size: 0.8em}
}


/* FILTROS MOBILE ***************************************/


@media (max-width: 767px) {

    #FILTERS {
        display: none;
        opacity: 0;
        top: 200px;
        transition: all 0.5s ease 1s;
    }
    
    .btfilter-open {
        background: #eee none repeat scroll 0 0;
        float: right;
        height: 35px;
        line-height: 34px;
        margin: 10px 0 0;
        padding: 0 18px;
    }
    
    .derecha.mobile, footer.mobile, .backtotop.mobile {display: none}
    #FILTERS.mobile {
        background: #fff none repeat scroll 0 0;
        display: block;
        position: absolute;
        top: -110px;
        left: 0;
        width: 100%;
        z-index: 100000;
        transition: transform 1s ease 0s;
        opacity: 1;
        padding: 0;
    }

    .filter_tree, .category_tree {
        border: 0;
        margin: 0;
        padding: 0;
    }

    .filter_title {
        padding: 13px 15px;
    }
    .filter_tree .accordion {padding: 0}
    
    .categ_title {
        border: 1px solid #ddd;
        background-color: #f4f4f4;
        margin: 0 0 6px;
        padding: 13px 15px;
        font-size: 1em;
    }
    .filter_title::before {
        float: right;
        line-height: 1.5em;
        padding: 0;
        position: absolute;
        right: 18px;
        text-align: center;
        top: 5px;
    }

    .categ_title::before {
            color: gray;
            float: right;
            font-family: "Ionicons";
            line-height: 1em;
            font-size: 18px;
            padding: 0;
            position: absolute;
            right: 33px;
            text-align: center;
        }
        .category_tree ul, .menu_tree ul, .filter_tree ul {
            padding-bottom: 0px;
            padding: 5px 0 15px 25px;
        }

        .categ_title {
            text-transform: uppercase;
            font-weight: 700;
        }
    /* MENU MOBILE HEADER ******/
    .xheader {
        background: #f6f6f6;
        float: left;
        height: 60px;
        left: 0;
        margin: 0;
        padding: 0 15px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1;
    }
    .xheader span {
        color: #676767;
        float: left;
        font-size: 1.5em;
        font-weight: 500;
        margin: 19px 0 0 4px;
    }
    
    .xclose:before {content: "\f12a"}
    .xclose {
        color: #000;
        display: block;
        float: right;
        font-family: "Ionicons";
        font-size: 1.5em;
        margin: 6px -6px 0 0;
    }
    .xclose:hover {color: #00B4AA !important}
    .xspace {
        float: left;
        height: 100px;
        width: 100%;
    }

    .category_tree ul.cats {
        padding: 10px;
    }

    .Category .PRODUCT_BOX .badge-dto {
        font-size: 1em;
        padding: 0px;
    }
    
    }
    
    
    @media (max-width: 479px) {  
        #FILTERS.mobile {top: -140px}

        .Category .PRODUCT_BOX .price {
            flex-basis: 100%;
        }

        .Category .tachado span {
            margin-top: 0px;
            position: relative;
            top: 0;
        }
        .Category .PRODUCT_BOX .badge-dto {
            position: unset;
            order: 3;
            line-height: 1.25em;
        }
        .Category .PRODUCT_BOX .tachado {
            flex-basis: unset;
            text-align: left;
            position: unset;
            padding: 0;
            font-size: 1em;
            order: 2;
            line-height: 2.2em;
        }
        .Category .PRODUCT_BOX .cuotas {
            font-size: 1.1em;
            padding: 5px 0;
            position: unset;
            top: 0;
            bottom: 0;
            margin: 0;
        }
        .Category .bloque {
            height: 0;
        }
        .Category .PRODUCT_BOX .buttons_wrapper {
            padding-top: 0;
        }
        .Category .PRODUCT_BOX .box_data {
            padding: 8px 8px 0px;
        }
        .Category .badge-enviogratis{
            top: auto;
            bottom: 0;
            font-size: 1em;
        }

        .Category .product_list .badge-dto {
           /* top: 17px;
            right: -6px !important;
            width: auto;*/
        }
        
    }

@media (max-width: 400px) {
    .Category .PRODUCT_BOX .badge-dto {
        left: 0 !important;
    }
}
    
/* BANNERS-LEFT  **************************/
.b-left .banner-item {margin-bottom: 20px;}



/* BROWSE_AREA **************************/
.browse_area, .filter_applied {float: left; width: 100%;}
	
@media (min-width: 768px) {
.browse_area1 {
    background-color: #fff;
    color: #00B4AA;
    height: 45px;
    line-height: 45px;
    margin-bottom: 10px;
    border-top: 1px solid #b5b5b5;
}

aside#FILTERS {
    margin-top: -6px;
}

.filter_tree ul {
    padding-bottom: 20px;
}

}

@media (max-width: 767px) {

.browse_area1 {
    margin: 0;
    position: absolute;
    width: calc(100% + 15px) !important;
    margin: -34px -30px;
    background-color: #555;
}

}


.browse_area a:hover {text-decoration: none !important}

.browse_area1 h5 {
    display: inline-block;
    font-size: 0.8em;
    margin: 6px 6px 0;
    text-transform: uppercase;
    width: auto !important;
    position: relative;
    top: -5px;
}

.view {
	text-align: left;
	float: left;
}
.view, .pagination, .order {margin: 0; padding: 0;}
.view_wrapper, .pagination_wrapper, .order_wrapper {}

.order_wrapper .customselect::after {
    bottom: -4px;
    font-weight: 700;
}

.order_wrapper .customselect {
    width: 150px;
}

.order_wrapper .form-control, select {
    background-color: #fff;
    color: #676767;
    line-height: 1em;
    border-width: 0px;
    padding: 0px 12px;
    margin-top: 4px;
}

@media (min-width: 1440px){
    #selOrder, .Category .totalprods{
        font-size: 18px;
    }

    #selOrder{
        padding: 0;
    }
}

.order_wrapper .customselect option {
    text-transform: none;
}

/* View */

.view_grid, .view_list {}

.view_wrapper a {
    color: #ccc;
    display: inline-block;
    font-family: "e3font";
    font-size: 18px;
    text-align: center;
    width: 20px;
    margin-right: 10px;
}
.view_wrapper a:before {}
.view_grid:before {content: "\4c"}
.view_list:before {content: "\4e"}

.view_wrapper a.active { color: #002364;}

.view_wrapper a:hover {color: #aaa !important}
.view_wrapper a.active:hover {color: #00B4AA !important; cursor: default !important}




/* Pagination */
.pagination {
    display: table;
    float: none;
    margin: 8px auto 0;
    padding: 0;
    text-align: center;
    width: auto;
    font-size: 1.3em;
    font-weight: 600;
    position: relative;
    top: -10px;
}
.pagination_wrapper {
    float: none;
    margin: 0 auto;
    width: auto;
}
.pagination a {
    color: #333;
    content: "";
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 0.9em;
    height: 38px;
    letter-spacing: 0.05em;
    line-height: 38px;
    margin: 0 6px 10px;
    padding: 0;
    text-align: center;
    width: 38px;
}

.pagination a:hover {color: #002364;}

.pagination .current {
    border-color: #002364;
    color: #fff;
    pointer-events: none;
    background-color: #002364;
    border-radius: 100%;
    pointer-events: none;
}

.pagination .p-first, .pagination .p-last, .pagination .p-prev, .pagination .p-next {
    font-family: "Ionicons";
    font-size: 15px;
    margin: 0;
    width: 35px;
}
@media (min-width:768px) and (max-width:991px){
    .pagination .p-first, .pagination .p-last, .pagination .p-prev, .pagination .p-next{
        width:25px;
    }
}
.pagination .p-first, .pagination .p-last {opacity: 0.7; display: none;}
.pagination .p-prev, .pagination .p-next {border-color: #fff !important;}

.pagination .p-first:before {content: "\e02e";}
.pagination .p-last:before {content: "\e02f";}
.pagination .p-prev:before {content: "j"; font-family: "dhs";}
.pagination .p-next:before {content: "k"; font-family: "dhs";}


@media (max-width: 767px) {
.pagination a {
    height: 34px;
    line-height: 34px;
    margin: 0 2px 10px;
    width: 34px;
}
    .pagination{
        margin-top: 0px;
    }
}

@media (max-width: 479px) {
        .pagination{
            margin-top: 20px;
        }
    }


/* Order */

@media (min-width: 768px) {
.order {
    float: right;
    /*margin-right: 4px;*/
}
.order_wrapper .option {
    color: #777;
    float: left;
    font-size: 0.95em;
    padding: 8px;
    height: auto;
    line-height: 1em;
    margin: 5px 2px;
}
.order_wrapper .option:hover {background-color: #fff;}

.order_wrapper .option.active {
    background-color: #fff;
    text-decoration: none !important;
}
}


/* filter_applied */
.filter_applied {
    float: left;
    margin: 0 0 5px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    
}
.filter_applied li {
    display: inline-block;
}
.filter_applied a {
    background-color: #fff;
    color: #002364;
    cursor: pointer;
    float: left;
    font-size: 1.1em;
    line-height: 1em;
    margin: 0 15px 0 0;
    padding: 7px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.filter_applied a:before {content: "\f120"}
.filter_applied a::before {
    float: left;
    font-family: "Ionicons";
    font-size: 15px;
    margin: 0 8px 0 0;
}
.filter_applied a:hover {
	
}


@media (max-width: 767px) {
.derecha {
    padding-top: 42px;
    position: unset;
}
.browse_area1 {
    float: right;
    margin: 0;
    position: absolute;
    right: 0px;
    top: 3px;
    width: 100% !important;
    background-color: #e3e3e3;
    margin-top: 70px;

}
.browse_area1 > div {
    float: none;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.view_wrapper, .order_wrapper {margin: 0}

.view_wrapper {
    display:none !important;
}

.view_wrapper a, .btfilter-open, .order select {
    background: transparent;
    border-radius: 0;
    color: #002364 !important;
    font-weight: 500;
    float: left;
    height: 45px;
    line-height: 45px;
    margin: 0 0 0 8px;
    padding: 0;
    text-align: center;
    width: 49%;
    border-right: 2px solid white;
}

.btfilter-open:before {
    content: "Filtrar";
    margin-right: 10px;
    position: relative;
    bottom: 4px;
}
.filter_applied {
    justify-content: flex-start;
}

.view_wrapper a:hover, .btfilter-open:hover, .order select:hover {
    /*background-color: #fff !important;
    color: #000 !important;*/
}
.view_wrapper a::before {}
.order {
    margin-left: 0;
}



.order .dropdown .dropdown-toggle {
    background: transparent !important;
    color: #002364 !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 1.04em;
    height: 45px;
    line-height: 45px;
    padding: 0 12px;
    margin: 0;
    text-transform: none;
    letter-spacing: 0;
    text-align: center;
    float:right;
    width: 100%;
    
}
.order .dropdown-menu {
    border: 1px solid #000;
    box-shadow: 2px 4px 6px rgba(57, 57, 57, 0.16);
    margin-top: 45px;
    width: 100%;
}
.order .dropdown .dropdown-menu-right {
    left: initial;
    right: -10px;
}
.order .dropdown-menu > li > a {
    padding: 10px 20px;
    text-align: center;
}


/*.order select {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}
.order .customselect option {padding: 5px 12px; font-size: 11px;}
.order select {
    min-width: unset;
    padding: 0;
}
*/

.btfilter-open:after {content: "\f4a6"}
.btfilter-open::after {
    font-family: "Ionicons";
    font-size: 25px;
}

.browse_area1 .view_wrapper a {display: block} 
.browse_area1 .view_wrapper a.active {display: none}


}	


.btbottom {padding: 0; float: left; width: 100%;}
.btbottom .btn {
    border: 1px solid #ddd;
    font-size: 1.1em;
    height: 50px;
    letter-spacing: 0.12em;
    line-height: 50px;
    margin: 20px 0 40px;
    padding: 0;
    width: 100%;
	background: #002364 none repeat scroll 0 0;
    color: #fff;
}



@media (max-width:767px){
    .order .dropdown .dropdown-toggle::after{
        content: "\f123";
        font-family: "Ionicons";
        font-size: 0.5em;
        padding: 0 0 0 5px;

    }

    .btbottom .btn{
        width: 258px;
        margin: 20px auto 40px;
        display: block;
        border-radius: 3px;
    }
}


/* RESULT **************************/

.Result .title {
    height: 0;
    width: calc(100% + 35px);
    position: relative;
    left: -20px;
    margin: 0 0 45px;
}

.Result h1 {
    font-size: 1.3em;
    font-weight: 300;
    padding: 20px;
    text-align: center;
}

.Result .derecha {
    padding-top: 0px;
}

@media (max-width:767px){
    .Result .title {
        height: 80px!important;
    }
}