@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed&display=swap');
/*-----------------------------------------------------------------------------------*/
/*  GENERAL STYLING
/*-----------------------------------------------------------------------------------*/

body {
    font-family: 'Barlow Semi Condensed', sans-serif;
    height: 100%;
    color: #757b87;
}

.mi-area {
    border: 2px solid red; /* cambia el color del borde de las áreas a rojo */
}

.icon-section{
    background-color: #6F253A;
    line-height: 7px;
    padding-top: 10px;
    margin-bottom: 10px;
    
}
.icon-section ul li span {
    position: relative;
    top: 5px;
    color: white;
    font-size: 24px;
}
/*a:link,
a:visited,
a:hover,
a:active {
    color: #757b87;
    text-decoration: none;
}*/

ul {
    list-style-type: none;
}

li label {
    position: relative;
    bottom: 5px;
    color: #757b87;
    font-weight: lighter;
}

label {
    color: #757b87;
    font-weight: lighter;
    padding: 10px 5px;
}

p {
    text-align: justify;
}

p label {
    text-align: justify;
}
/* ----------Custom Color Code ---------- */

.primary,
.primary>a,
.primary>a:visited,
.primary>a:hover,
.primary>a:active {
    color: #757b87;
    text-decoration: none;
}

.danger,
.danger>a,
.danger>a:visited,
.danger>a:hover,
.danger>a:active {
    color: #ef6f6c;
    text-decoration: none;
}

.success,
.success>a,
.success>a:visited,
.success>a:hover,
.success>a:active {
    color: #9e465f;
    text-decoration: none;
}

.warning,
.warning>a,
.warning>a:visited,
.warning>a:hover,
.warning>a:active {
    color: #f89a14;
    text-decoration: none;
}

.yellow,
.yellow>a,
.yellow>a:visited,
.yellow>a:hover,
.yellow>a:active {
    color: #FFD43C;
    text-decoration: none;
}
/* ---------- //Custom Color Code End ---------- */
/* ---------- Text-Bg color Code Css ---------- */

.bg-default {
    background-color: #f5f5f5;
}

.bg-primary {
    background-color: #6F253A;
    color: #fff;
}

.bg-success {
    background-color: #9e465f;
    color: #fff;
}

.bg-danger {
    background-color: #ef6f6c;
    color: #fff;
}

.bg-warning {
    background-color: #f89a14;
    color: #fff;
}
/* ---------- //Text-Bg color Code Css End ---------- */
/* ---------- Why choose us Section css ---------- */

#accordion {
    margin-top: 2%;
}

.text_bg {
    background-color: #f2eded !important;
}
/* ---------- //Why choose us Section End ---------- */
/* ---------- Text-Bg Border color Code Css ---------- */

.border-primary {
    border-bottom: 2px solid #757b87;
    padding-bottom: 5px;
}

.border-warning {
    border-bottom: 2px solid #f89a14;
    padding-bottom: 5px;
}

.border-success {
    border-bottom: 2px solid #9e465f;
    padding-bottom: 5px;
}

.border-danger {
    border-bottom: 2px solid #ef6f6c;
    padding-bottom: 5px;
}
/* ---------- //Text-Bg Border color Code Css End---------- */
/* ---------- Text-Success Css---------- */

.text-success {
    color: #9e465f !important;
    background-color: inherit;
}

.text-danger {
    color: #ef6f6c;
}
/* ---------- //Text-Success End---------- */
/* ---------- Nav bar Css Start ---------- */

.navbar-right {
    margin-right: 30px;
}

.icon-position label {
    padding-left: 0px;
    margin-left: 0px;
}

.logo_position {
    position: relative;
    bottom: 20px;
}

.navbar-nav > li > a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}

.navbar-default .navbar-nav > li>a:hover {
    color: #9e465f;
}
/* ---------- Navbar  Dropdown menu Css ---------- */

.navbar-nav .dropdown-menu:before {
    bottom: 15px;
    width: 0;
    height: 0;
    left: 100px;
    z-index: 1002;
    content: " ";
    display: block !important;
    position: relative;
    border-bottom: 8px solid #9e465f;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
/* ---------- //Navbar  Dropdown menu Css End ---------- */
/* ---------- Navbar  Dropdown menu hover Css ---------- */

.navbar-nav .dropdown-menu a:hover {
    border-left: 2px solid #9e465f;
}
/* ---------- //Navbar  Dropdown menu hover Css End ---------- */

.navbar-default .navbar-nav >.open >a:hover,
.navbar-default .navbar-nav >.open >a {
    background-color: #fff !important;
    color: #9e465f;
}

.navbar-nav .dropdown-menu li:hover {
    border: none;
}

.navbar {
    margin-bottom: 0px;
    background-color: transparent;
    border: none;
}
/* ---------- Nav bar Css End ---------- */
/* ---------- Breadcrumb Css ---------- */

.breadcrumb a,
.breadcrumb a:visited,
.breadcrumb a:hover,
.breadcrumb a:active {
    color: #3d3d3d;
    text-decoration: none;
}

.breadcum {
    background-color: #DBD6D6;
    border-top: 2px solid #b7b0b0;
    border-bottom: 2px solid #b7b0b0;
    padding: 0px 2%;
}

.breadcum .pull-right {
    padding: 8px 15px;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #DBD6D6;
    border-radius: 4px;
    float: left;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #3d3d3d;
    content: none;
}
/* ---------- //Breadcrumb Css End ---------- */
/* ---------- Breadcrumb Icon Section Css ---------- */

.icon3 {
    position: relative;
    top: 5px;
    left: 0px;
}

.icon4 {
    left: -1px;
    top: 3px;
}
/* ---------- //Breadcrumb Icon Section End ---------- */
/* ---------- Carousel Css ---------- */

.carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin: 0;
    background-color: #000;
    border: 1px solid #5E5E5E;
}

.carousel-indicators li {
    border: 1px solid #5E5E5E;
    width: 13px;
    height: 13px;
}

.carousel-caption {
    font-size: 30px;
}
/* ---------- //Carousel Css End ---------- */

blockquote {
    border-left: 2px solid #ef6f6c;
}
/* ---------- Testimonial Images Css Start ---------- */

.author {
    padding: 15px;
    background: #f6f6f6;
    margin-bottom: 10px;
}

.author img {
    width: 50px;
}
/* ---------- //Testimonial Images Css End ---------- */
/* ---------- Feature Section Css ---------- */

.features i {
    line-height: 2px;
    float: left;
    margin: 1px 5px;
}
/* ---------- //Feature Section Css End ---------- */
/* ---------- Menu Section Css ---------- */

.menu > li {
    border: 1px solid #f89a14;
    padding: 10px 13px;
    margin: 0px 10px;
}

.menu {
    margin-top: 20px;
}

.menu > li:hover,
.menu li .active {
    background-color: #9e465f;
}
/* ---------- //Menu Section Css End ---------- */

.tabbable-panel ul {
    list-style-type: none;
}
/* ---------- Our services Box  Style Css ---------- */

.section {
    background: url('../images/backgrounds/back_img3.jpg');
    height: 500px;
    display: block;
    width: 100%;
}

.box {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 15px;
    display: block;
    margin-top: 60px;
    margin-bottom: 15px;
}
/* ---------- //Our services Box  Style Css End ---------- */
/* ------------- Our Services Box Icon Css ---------- */

.box-icon {
    background-color: transparent;
    border: 1px solid #9e465f;
    border-radius: 50%;
    display: table;
    height: 80px;
    margin: 0 auto;
    width: 80px;
    margin-top: -61px;
}
/* ------------- //Our Services Box Icon Css End ---------- */

.box-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
/* ---------- Our Services Icon Border css ---------- */

.box-icon1 {
    border: 1px solid #6F253A;
}

.box-icon2 {
    border: 1px solid #f89a14;
}

.box-icon3 {
    border: 1px solid #FFD43C;
}
/* ---------- //Our Services Icon Border css ---------- */
/* ---------- Our services Text Css----------*/

.info > p {
    color: #787878;
    font-size: 14px;
    padding-top: 10px;
    text-align: justify;
}
/* ---------- //Our services Text End ----------*/
/* ---------- Our service Icon Css ---------- */

.icon {
    position: relative;
    right: 11px;
    top: 14px;
}

.icon1 {
    position: relative;
    right: 10px;
    top: 12px;
}
/* ---------- //Our service Icon Css End---------- */
/* ---------- Feature main Section Start --------- */

.feature-main {
    padding: 50px 0px;
    background-color: #f2eded;
}

.feature-main1 {
    padding: 50px 0px;
}

.layout-styl {
    padding: 80px 0px;
}

.layout-styl li {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 300 !important;
    color: #515763;
    text-align: left
}
/* ---------- //Feature main Section End --------- */
/* ---------- Purchase Section Css Start ---------- */

.purchas-main {
    padding: 10px 0px;
}

.bg-border {
    background: #f2eded;
    border-left: 3px solid #9e465f;
    padding-top: 20px;
    padding-bottom: 20px;
}

.purchae-hed {
    margin-bottom: 20px;
    margin-left: 15px;
    color: #9e465f;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 300;
}

.purchase-styl {
    padding: 15px 80px;
    background-color: #9e465f;
    border: none;
    box-shadow: 0px 2px 0px #893d53;
    color: #fff !important;
    margin-right: 20px;
    margin-top: 10px;
}

.purchase-styl:hover,
.purchase-styl:active,
.purchase-styl:focus {
    background-color: #9e465f !important;
}
/* ---------- //Purchase Section Css Ebd ---------- */
/* ---------- Our Team Divide Section Css ---------- */

.divide {
    border-top: 1px solid #848481;
    padding: 5px;
}

.divide > a {
    padding: 3%;
}
/* ---------- //Our Team Divide Section Css End ---------- */

.section1 {
    background: url('../images/backgrounds/island.jpg') no-repeat;
    height: 600px;
    width: 100%;
}

.pull-right a {
    color: #128bc6;
}

.input-group-addon {
    color: #fff;
    background-color: #893d53;
    border: 1px solid #9e465f;
}

.team img {
    width: 100%;
    height: 100%;
    margin-top: 10px;
}
/* ---------- News Section Css----------*/

.news {
    margin-top: 2%;
}
.news .form-group{
    width: 80%;
}
.news .form-control {
    background-color: #444343;
    border: 1px solid #5E5E5E;
    color: #f3f3f3;
}

.news > .form-control:focus {
    border-color: #5E5E5E;
    outline: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0);
}
/* ---------- //News Section Css End ---------- */

.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #DDD;
}
/* ---------- Headings Border Css ---------- */

.heading_border {
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 15px;
    padding: 5px 15px;
}
/* ---------- //Headings Border Css End---------- */

.tab img {
    width: 100%;
}

.tab {
    padding-left: 0px;
}

.tab_list > li {
    padding: 5px;
}

.tab_list {
    margin-top: 15px;
    padding-left: 0px;
}

.profile img {
    width: 100%;
}
/* ---------- Footer Section Css ---------- */

footer {
    background-color: #E0E0E0;
}

footer h4 {
    color: #380d19;
}

.footer-text {
    color: #421320;
    padding: 10px 0px;
}

footer img {
    width: 50px;
}

footer .btn-primary.text-white {
    margin-top: 2%;
}
/* ---------- //Footer Section Css End ---------- */

.text-white {
    color: #fff !important;
}

.bg-white {
    background-color: #fff;
}

@media(max-width: 370px) {
    .properties {
        border-right: none;
    }
    .media-object img {
        width: 50%;
    }
}
/* ---------- About Us Slider Css ---------- */

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

#owl-demo {
    margin: 0px;
}

#bar {
    width: 0%;
    max-width: 100%;
    height: 3px;
    background: #9e465f;
}

#progressBar {
    width: 100%;
    background: #EDEDED;
}
/* ---------- //About Us Slider Css End ---------- */

.center-block {
    margin-bottom: 0px;
    font-size: 18px;
    margin-top: 0px;
}

.sliders {
    background-color: #fdfcfc;
    padding: 20px;
}

.sliders h4 {
    margin-bottom: -5%;
}

.sliders h5 {
    padding-top: 4%;
}

.marbtm10 h3 {
    margin-bottom: 0px;
}
/* ---------- Back to top Section Icon Css ---------- */

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    border-radius: 50%;
    padding: 15px;
    border: none;
    font-size: 10px;
    opacity: 0.7;
}

.back-to-top:hover {
    opacity: 1;
}
/* ---------- //Back to top Section Icon Css End---------- */
/* ---------- Copy Right Section Css  ---------- */

.copyright {
    background-color: #895161;
}

.copyright p {
    color: #fff;
    padding: 0.5% 0;
    margin: 0.5% 0;
}
/* ---------- //Copy Right Section Css  ---------- */
/* ---------- Advanced Features Css ---------- */

.advanced button,
.tooltips button,
.pop button {
    margin-bottom: 15px;
}
/* ---------- //Advanced Features Css ---------- */

@media(max-width: 759px) {
    .navbar-nav .dropdown-menu:before {
        content: none;
    }
}

@media(max-width: 950px) {
    .profile {
        display: block;
        margin-right: 4%;
        margin-left: 4%;
    }
}


/* ---------- // Agregados por mi ---------- */

.margenSup20{
    margin-top: 20px;
}
.margenSup50{
    margin-top: 50px;
}
.margenSup100{
    margin-top: 100px;
}

.margenInf5{
    margin-bottom: 5px;
}
.margenInf10{
    margin-bottom: 10px;
}
.margenInf20{
    margin-bottom: 20px;
}
.margenInf50{
    margin-bottom: 50px;
}
.margenInf80{
    margin-bottom: 80px;
}
.margenInf100{
    margin-bottom: 100px;
}


.barraControles{
    background-color: #893d53;
    padding: 3px 25px;
}

.barraFiltros {
    background-color: #893d53;
    padding: 3px 25px;
    
}

#mapa {
    width: 100%;
    height: 650px;
    
    padding-left: 0px;
    
    margin-top: 10px;
    margin-bottom: 10px;
}

#leyenda {
    font-family: Arial, sans-serif;
    font-size: medium;
    background: #fff;
    padding: 10px;
    margin: 10px;
    border: 3px solid #000;
}
  
#leyenda h3 {
    margin-top: 0;
    font-size: large;
    font-weight: bold;
}

#leyenda img {
    vertical-align: middle;
}

/* para los formularios */
.backColor, .backColor a{
	background:#6F253A;
	color:white;
}


/*
 * Component: Box
 * --------------
 */
 .box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  }
  .box.box-primary {
    border-top-color: #6F253A;
  }
  .box.box-info {
    border-top-color: #00c0ef;
  }
  .box.box-danger {
    border-top-color: #dd4b39;
  }
  .box.box-warning {
    border-top-color: #f39c12;
  }
  .box.box-success {
    border-top-color: #00a65a;
  }
  .box.box-default {
    border-top-color: #d2d6de;
  }
  .box.collapsed-box .box-body,
  .box.collapsed-box .box-footer {
    display: none;
  }
  .box .nav-stacked > li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
  }
  .box .nav-stacked > li:last-of-type {
    border-bottom: none;
  }
  .box.height-control .box-body {
    max-height: 300px;
    overflow: auto;
  }
  .box .border-right {
    border-right: 1px solid #f4f4f4;
  }
  .box .border-left {
    border-left: 1px solid #f4f4f4;
  }
  .box.box-solid {
    border-top: 0;
  }
  .box.box-solid > .box-header .btn.btn-default {
    background: transparent;
  }
  .box.box-solid > .box-header .btn:hover,
  .box.box-solid > .box-header a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  .box.box-solid.box-default {
    border: 1px solid #d2d6de;
  }
  .box.box-solid.box-default > .box-header {
    color: #444444;
    background: #d2d6de;
    background-color: #d2d6de;
  }
  .box.box-solid.box-default > .box-header a,
  .box.box-solid.box-default > .box-header .btn {
    color: #444444;
  }
  .box.box-solid.box-primary {
    border: 1px solid #893d53;
  }
  .box.box-solid.box-primary > .box-header {
    color: #ffffff;
    background: #893d53;
    background-color: #893d53;
  }
  .box.box-solid.box-primary > .box-header a,
  .box.box-solid.box-primary > .box-header .btn {
    color: #ffffff;
  }
  .box.box-solid.box-info {
    border: 1px solid #00c0ef;
  }
  .box.box-solid.box-info > .box-header {
    color: #ffffff;
    background: #00c0ef;
    background-color: #00c0ef;
  }
  .box.box-solid.box-info > .box-header a,
  .box.box-solid.box-info > .box-header .btn {
    color: #ffffff;
  }
  .box.box-solid.box-danger {
    border: 1px solid #dd4b39;
  }
  .box.box-solid.box-danger > .box-header {
    color: #ffffff;
    background: #dd4b39;
    background-color: #dd4b39;
  }
  .box.box-solid.box-danger > .box-header a,
  .box.box-solid.box-danger > .box-header .btn {
    color: #ffffff;
  }
  .box.box-solid.box-warning {
    border: 1px solid #f39c12;
  }
  .box.box-solid.box-warning > .box-header {
    color: #ffffff;
    background: #f39c12;
    background-color: #f39c12;
  }
  .box.box-solid.box-warning > .box-header a,
  .box.box-solid.box-warning > .box-header .btn {
    color: #ffffff;
  }
  .box.box-solid.box-success {
    border: 1px solid #00a65a;
  }
  .box.box-solid.box-success > .box-header {
    color: #ffffff;
    background: #00a65a;
    background-color: #00a65a;
  }
  .box.box-solid.box-success > .box-header a,
  .box.box-solid.box-success > .box-header .btn {
    color: #ffffff;
  }
  .box.box-solid > .box-header > .box-tools .btn {
    border: 0;
    box-shadow: none;
  }
  .box.box-solid[class*='bg'] > .box-header {
    color: #fff;
  }
  .box .box-group > .box {
    margin-bottom: 5px;
  }
  .box .knob-label {
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 0.3em;
  }
  .box > .overlay,
  .overlay-wrapper > .overlay,
  .box > .loading-img,
  .overlay-wrapper > .loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .box .overlay,
  .overlay-wrapper .overlay {
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
  }
  .box .overlay > .fa,
  .overlay-wrapper .overlay > .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
  }
  .box .overlay.dark,
  .overlay-wrapper .overlay.dark {
    background: rgba(0, 0, 0, 0.5);
  }
  .box-header:before,
  .box-body:before,
  .box-footer:before,
  .box-header:after,
  .box-body:after,
  .box-footer:after {
    content: " ";
    display: table;
  }
  .box-header:after,
  .box-body:after,
  .box-footer:after {
    clear: both;
  }
  .box-header:before,
  .box-body:before,
  .box-footer:before,
  .box-header:after,
  .box-body:after,
  .box-footer:after {
    content: " ";
    display: table;
  }
  .box-header:after,
  .box-body:after,
  .box-footer:after {
    clear: both;
  }
  .box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
  }
  .box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
  }
  .collapsed-box .box-header.with-border {
    border-bottom: none;
  }
  .box-header > .fa,
  .box-header > .glyphicon,
  .box-header > .ion,
  .box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
  }
  .box-header > .fa,
  .box-header > .glyphicon,
  .box-header > .ion {
    margin-right: 5px;
  }
  .box-header > .box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
  }
  .box-header > .box-tools [data-toggle="tooltip"] {
    position: relative;
  }
  .box-header > .box-tools.pull-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .box-header > .box-tools .dropdown-menu > li > a {
    color: #444!important;
  }
  .btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
  }
  .open .btn-box-tool,
  .btn-box-tool:hover {
    color: #606c84;
  }
  .btn-box-tool.btn:active {
    box-shadow: none;
  }
  .box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
  }
  .no-header .box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .box-body > .table {
    margin-bottom: 0;
  }
  .box-body .fc {
    margin-top: 5px;
  }
  .box-body .full-width-chart {
    margin: -19px;
  }
  .box-body.no-padding .full-width-chart {
    margin: -9px;
  }
  .box-body .box-pane {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
  }
  .box-body .box-pane-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
  .box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #ffffff;
  }

  .box-header h4 {
      text-align: center;
      margin: 0;
  }
  
  /* =========== hoja de contacto ============ */
.timeline_overbox
{
	margin:0 15px 30px 0;	
}
.extend .timeline_overbox
{
	margin:0;	
}
.timeline_overbox h3
{
	color:#858585;
	font-size:18px;
	font-family:"linotypeunivers";
	font-family:"FrutigerCn";
        font-weight: bold;
	margin-bottom:5px;
}
.timeline_overbox h2
{
	color:#893d53;
	font-size:20px;
	font-family:"linotypeunivers";
	font-family:"FrutigerCn";
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
}
.timeline_overbox p img
{
	display:block;
	margin:0 auto 10px auto;
	max-width: 100%;
height: auto;
}
.timeline_overbox p
{
	margin-bottom:15px;	
}
.timeline_overbox p,
.timeline_overbox li
{
	font-family:"HelveticaMedium";
	font-family:"FrutigerCn";
	color:#5a5a5a;
	font-size:14px;
	line-height:1.5em;
}
.timeline_overbox iframe
{
	margin-bottom:0;
}

#modalContacto h3
{
	text-transform: uppercase;
}

#modalContacto .button_sugerencias
{
	display:block;
	overflow:hidden;
	text-indent:-1000px;
	background-image:url(./img/bt_sugerencias.png);
	background-repeat:no-repeat;
	width:146px;
	height:41px;
}
#modalContacto .button_sugerencias:hover
{
	background-position:bottom;
}
#modalContacto .left
{
	float: left;
	padding: 0 0 0 0;
	width: 332px;
	margin-right: 23px;
}
#modalContacto h5
{
	border-bottom:1px solid #AFC1CD;
	color:inherit;
	font-family: "FrutigerCn";
	color: #5a5a5a;
	font-size: 14px;
        font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top: 10px;
}
#modalContacto p
{
	line-height: 1.2em;
	font-size: 14px;
	margin-bottom: 0;
}
#modalContacto .left .a
{
	float:left;
	width:47%;
	margin-right:4%;
}
#modalContacto .left .b
{
	float:left;
	width:49%;
}
#modalContacto .button_donativo 
{
	margin: 18px auto 0  auto;
}
#modalContacto .right
{
	float:left;
	font-family: "HelveticaMedium";
	color: #5a5a5a;	
	font-size: 12px;
	width: 280px;
}
#modalContacto label
{
	display:block;
	margin-bottom:2px;
}
#modalContacto input
{
	display:block;
	margin-bottom:3px;
}
#modalContacto .enviar
{
	margin-top:10px;
	margin-left:160px;
}
#modalContacto #mensaje
{
	text-align: center;
	margin-bottom: 5px;
	color: red;	
	font-size: 12px;
}

#modalContacto .panelConactoExitoso {
    color: #416842;
    font-size: 18px;
    background-color: #DFF0D8;
    border-radius: 5px;
    
    padding-top: 5px;
    padding-left: 15px;
    padding-bottom: 5px;
}

#modalContacto .panelConactoErrorDatos {
    color: #843534;
    font-size: 14px;
    background-color: #F2DEDE;
    border-radius: 5px;
    
    padding-top: 5px;
    padding-left: 15px;
    padding-bottom: 5px;
    
    margin-top: 10px;
}

#modalContacto .panelConactoErrorDatos .close {
    padding-right: 10px;
}

#simbologia {
    font-family: Arial, sans-serif;
    background: #fff;
    padding: 10px;
    margin: 10px;
    border: 3px solid #000;
  }


td.details-control {
    background: url('../vendors/datatables.net/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../vendors/datatables.net/details_close.png') no-repeat center center;
}

.que-es-oca {
    font-size: 20px;
}

.metodologia {
    font-size: 18px;
}



.table.table-head-fixed thead tr:nth-child(1) th {
    background-color: #ffffff;
    border-bottom: 0;
    box-shadow: inset 0 1px 0 #dee2e6, inset 0 -1px 0 #dee2e6;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
}

.table.table-head-fixed.table-dark thead tr:nth-child(1) th {
    background-color: #212529;
    box-shadow: inset 0 1px 0 #383f45, inset 0 -1px 0 #383f45;
}

.text-nowrap {
    white-space: nowrap !important;
}

.grid-listado{
    height: 350px;

    overflow-x:auto;
}

.grid-listado table tr th {
    font-size: 14px;
}

.grid-listado table tr td {
    font-size: 12px;
}

/*=============================================
=            tamaño del escritorio            =
=============================================*/

/* (xl revisamos en 1366px en adelante) */
@media (min-width:1200px){
    .logo-principal {
        width: 260px;
    }
    
    .consulta-puntos-encabezado{
        padding-left: 16px;
        height: 50px;
    }
    
    .tabla-consulta-puntos {
        overflow-y: scroll; 
        height: 450px;
    }
    
    .simbologia-consulta-puntos {
        display: flex;
        justify-content: space-between;
    }

    #lineChart {
        min-height: 420;
        height: 420px;
        max-height: 420px;
        max-width: 100%;
    }
}


/* tablet horizontal (lg revisamos en 1024px) */
@media (max-width:1199px) and (min-width:992px){
    .logo-principal {
        width: 220px;
        padding-top: 20px;
    }

    .consulta-puntos-encabezado{
        padding-left: 16px;
        height: 150px;
    }
    
    .tabla-consulta-puntos {
        overflow-y: scroll; 
        height: 285px;
    }
    
    .simbologia-consulta-puntos {
        display: flex;
        justify-content: space-between;
    }
    
    .simbologia-consulta-puntos span {
        font-size: 11px;
    }

    #lineChart {
        min-height: 320;
        height: 320px;
        max-height: 320px;
        max-width: 100%;
    }   
}


/* tablet vertical (md revisamos en 768px) */
@media (max-width:991px) and (min-width:768px){
    .logo-principal {
        visibility: hidden;
    }

    .consulta-puntos-encabezado{
        padding-left: 16px;
        height: 150px;
    }
    
    .tabla-consulta-puntos {
        overflow-y: scroll; 
        height: 250px;
    }
    
    .simbologia-consulta-puntos {
        display: flex;
        justify-content: space-between;
    }
    
    .simbologia-consulta-puntos span {
        font-size: 9px;
    }

    #lineChart {
        min-height: 420;
        height: 420px;
        max-height: 420px;
        max-width: 100%;
    }
}

/* movil horizontal (sm revisamos en 576px) */
@media (max-width:767px) and (min-width:576px){
    .logo-principal {
        visibility: hidden;
    }
    
    .consulta-puntos-encabezado{
        padding-left: 16px;
        height: 195px;
    }

    .tabla-consulta-puntos {
        overflow-y: scroll; 
        height: 320px;
    }
    
    .simbologia-consulta-puntos {
        display: flex;
        justify-content: space-between;
    }
    
    .simbologia-consulta-puntos span {
        font-size: 11px;
    }

    #lineChart {
        min-height: 320;
        height: 320px;
        max-height: 320px;
        max-width: 100%;
    }
}


/* movil vertical (revisamos en 320px) */
@media (max-width:575px){
    .logo-principal {
        visibility: hidden;
    }

    .consulta-puntos-encabezado{
        padding-left: 16px;
        height: 98px;
    }
    
    .tabla-consulta-puntos {
        overflow-y: scroll; 
        height: 220px;
    }
    
    .simbologia-consulta-puntos {
        display: flex;
        justify-content: space-between;
    }
    
    .simbologia-consulta-puntos span {
        font-size: 7px;
    }

    .titulo-mapa-resultados {
        display: none;
    }

    #lineChart {
        min-height: 220;
        height: 220px;
        max-height: 220px;
        max-width: 300px;
    }
}