/*
* Theme Name: Komodo
* Author: Gedesco
* Author URI: https://www.gedesco.es
* Version: 2.2.6
* GitHub Theme URI: https://github.com/GEDESCO-SERVICES-SPAIN-SA/komodo
*/
/* ----------------------------- HEADER ----------------------------- */
body {
  font-family: 'Roboto', sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  margin-top: 1rem;
  font-weight: 400;
  line-height: 1.2;
  position: initial;
  font-family: 'poppins', sans-serif;
  color: #262E33;
  text-align: left;
  text-transform: none;
  text-align: center;
  /*float: left;*/
  width: 100%;
}

.col-sm-1 {
  float: left;
}

.col-sm-2 {
  float: left;
}

.col-sm-3 {
  float: left;
}

.col-sm-4 {
  float: left;
}

.col-sm-5 {
  float: left;
}

.col-sm-6 {
  float: left;
}

.col-sm-7 {
  float: left;
}

.col-sm-8 {
  float: left;
}

.col-sm-9 {
  float: left;
}

.col-sm-10 {
  float: left;
}

.col-sm-11 {
  float: left;
}

.col-sm-12 {
  float: left;
}

.header-container {
  box-shadow: 1px 2px 3px #00000012;
  margin-bottom: 0px;
}

.header-container .navbar-expand-md .navbar-collapse {
  display: unset !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.header-container .navbar-brand.logo {
  float: left;
  width: 15%;
  margin: 0;
  margin-left: 30px;
}

.header-container .top_nav_menu {
  width: 43%;
  float: left;
  padding: 0;
  list-style: none;
  display: flex;
  margin: 0;
}

.header-container .top_nav_menu {
  width: 38%;
  float: left;
  padding: 0;
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  height: 55px;
  align-items: center;
  justify-content: flex-start;
}

.header-container .top_nav_menu2 {
  padding: 0;
  list-style: none;
  margin: 0;
  width: unset;
  float: left;
  display: flex;
  height: 55px;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}

.header-container .top_nav_menu3 {
  width: 100%;
}

.header-container .header-main {}

.header-container .width-100p {
  width: 100%;
}

.header-container .navbar-brand.logo {
  float: left;
  width: 15%;
  margin: 0;
  margin-left: 0px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header-container .navbar-brand.logo img {
  width: 100%;
  max-width: 200px;
}

.header-container .top_nav_menu li {}

.header-container .top_nav_menu li a {
  padding: 20px 15px;
  color: #0069AA;
}

.header-container .top_nav_menu li a {
  padding: 0px 10px;
  color: #7E7E7E;
  text-transform: capitalize;
  font-size: 14px;
  width: 100%;
  display: block;
}

.header-container .top_nav_menu li:first-child a {
  border-right: 1px #7E7E7E solid;
}

.header-container .top_nav_menu2 li a,
.header-container .top_nav_menu2 li .ps {
  color: #0069AA;
  font-size: 14px;
  width: 100%;
  display: block;
}

.header-container .top_nav_menu2 li a button {
  background: #49BFDA;
  border: 0;
  font-size: 14px;
  padding: 10px 40px;
  color: #FFFFFF;
  border-radius: 2px;
}

.top_header {
  padding-top: 10px;
}

.header-container .top_nav_menu3 {
  width: 100%;
  height: unset;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0px;
}

.header-container .bg-primary {
  background-color: #FFFFFF !important;
  border-top: 0px solid #B3CED5;
}

.header-container .nav-item {
  margin-right: 0px;
}

.header-container .navbar-dark .navbar-nav .nav-link {
  color: #235E81 !important;
  font-size: 14px;
  margin-right: 10px;
  padding: 8px 10px;
}

.header-container .navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #FFFFFF;
}

.header-container .dropdown-toggle::after {
  display: none;
}

.header-container .db-menu {
  position: fixed !important;
  float: none;
  margin-top: 69px;
  width: 100%;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto;
  margin-top: 5px;
  max-width: 95%;
  transform: unset !important;
  top: unset !important;
  box-shadow: 0px 0px 6px #0000003b;
  border: 0;
  border-radius: 0;
}

.header-container .db_list {
  padding: 0;
  list-style: none;
}

.header-container .db_list li {
  display: inline-block;
  width: 25%;
  float: left;
}

.header-container .dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #0069AA;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.header-container .nav-item.dropdown.show2:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  position: absolute;
  transform: rotate(45deg);
  box-shadow: -3px -3px 3px rgba(0, 0, 0, 0.10);
  margin-top: 38px;
  z-index: 9999;
  margin-left: 42%;
}

.header-container .mobile_search {
  display: none;
}

.header-container .hidden-m {
  display: none !important;
}

.header-container .mobile-header {
  display: none;
}

/* ----------------------------- FOOTER ----------------------------- */
/***************** CONTAINERS - INICIO ****************/
.container-fullwidth {
  max-width: 100%;
}

/***************** CONTAINERS - FIN ****************/
.leftmenu {
  float: right;
  padding-right: 30px;
}

.hover-menu-db {
  position: static;
}

.open-db {
  display: none;
}

.hover-menu-db:hover .open-db {
  display: block;
  top: unset !important;
}

.open-db {
  position: absolute !important;
  width: 100%;
  max-width: 100%;
  right: 0;
  margin: 0 auto;
  top: unset;
  left: 0;
  margin-top: 0px;
  box-shadow: 1px 1px 8px #00000061;
  border: 0px;
  border-radius: 0px;
}

.hover-menu-db:hover:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #FFFFFF;
  transform: rotate(45deg);
  box-shadow: -2px -2px 2px #00000040;
  left: unset;
  top: unset;
  z-index: 9999;
  margin-top: 31px;
  margin-left: 35px;
}

.open-db li {
  width: 25%;
  float: left;
  margin: 0 !important;
}

.close-btn {
  display: none;
}

/*
.container_blog_1 {
  padding: 65px 0;
  background-size: cover !important;
  background-position: center !important;
  overflow: hidden;
}
.left-with-bgcolor {
  padding: 5em 0em;
  width: 750px;
}
.right-with-bgcolor {
  float: right;
  margin: 0 auto;
  padding: 5em 0em;
  width: 750px;
}
*/
.textwidget.custom-html-widget {
  display: none;
}

.page-id-18513 .solicitar-info {
  display: none;
}

.card-body table td {
  padding: 1em;
}

#if {
  border: none;
}

/* ----------------------------- HEADER: RESPONSIVE ----------------------------- */
@media only screen and (max-width: 970px) {
  .header-container .collapse:not(.show) {
    display: none !important;
  }

  .header-container .navbar-brand.logo {
    float: left;
    width: 33.3%;
    margin: 0;
    margin-left: 0;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .hover-menu-db:hover:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: #FFFFFF;
    transform: rotate(45deg);
    box-shadow: -1px -1px 3px #00000040;
    left: 35px;
    top: 38px;
    z-index: 9999;
    display: none;
  }

  .header-container .top_header {
    height: 55px;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
    padding: 0;
  }

  .header-container .navbar-dark .navbar-toggler,
  .header-container .navbar-dark .close {
    color: rgb(1, 103, 172) !important;
    border-color: rgba(255, 255, 255, 0);
  }

  .header-container .mobile_search {
    display: block;
    width: 33.3%;
    padding: 0 20px;
    color: #0269AF;
    font-size: 25px;
    float: left;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .header-container .nav_menu_list {
    display: none;
  }

  .header-container .top_nav_menu {
    display: block;
    height: unset;
    width: 100%;
    float: unset;
    background: #0069AA;
    line-height: normal;
    padding: 0 15px;
  }

  .header-container .top_nav_menu li a {
    padding: 12px 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #ddd;
  }

  .header-container .top_nav_menu3 {
    width: 100%;
    height: unset;
    display: block;
    align-items: center;
    padding: 3px 15px;
    line-height: normal;
    border-bottom: 1px solid #FFFFFF;
    background: #0069AA !important;
    position: relative;
    z-index: 99999;
  }

  .header-container .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5);
    font-size: 16px;
    padding: 12px 0;
    color: #FFFFFF !important;
    border-bottom: 1px solid #DDDDDD;
  }

  .header-container .navbar-dark .navbar-nav .nav-link i {
    display: none;
  }

  .header-container .nav-link:after {
    content: "";
  }

  .header-container .hidden-m {
    display: block !important;
    float: right;
    position: relative;
    top: 5px;
    font-size: 12px;
  }

  .header-container .mobile-header {
    display: block;
  }

  .header-container .m-h-b-1 {
    width: 50%;
    text-align: center;
    padding: 12px 0;
    color: #FFFFFF;
  }

  .header-container .mobile-header {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-container .nav-item.dropdown.show2:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    position: absolute;
    transform: rotate(45deg);
    box-shadow: -3px -3px 3px rgba(0, 0, 0, 0.10);
    margin-top: 40px;
    z-index: 9999;
    margin-left: 4px;
  }

  .header-container .db-menu {
    position: relative !important;
    float: none;
    margin-top: 69px;
    width: 100%;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    margin-top: 5px;
    max-width: 100%;
    transform: unset !important;
    top: unset !important;
    box-shadow: 0px 0px 6px #0000003b;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    padding: 4px 7px;
  }

  .header-container .dropdown-item {
    display: block;
    width: 100%;
    padding: 5px 0px;
    clear: both;
    font-weight: 400;
    color: #FFFFFF;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }

  .hover-menu-db:hover .open-db {
    display: block;
    top: unset !important;
    padding: 0;
    background: #0069AA;
    border: 0;
  }

  img.shortimg {
    width: 100% !important;
  }

  .hover-menu-db {}

  .open-db {
    display: none;
    position: relative !important;
  }

  .hover-menu-db:hover .open-db {
    display: block;
    top: unset !important;
  }

  .open-db li {
    width: 100%;
    float: left;
    margin: 0 !important;
  }

  .close-btn {
    display: block;
    position: absolute;
    color: #FFFFFF;
    font-size: 25px;
    float: right;
    margin-right: 15px;
    right: 0;
    padding: .3em;
  }
}

/* ----------------------------- HEADER: FINAL ----------------------------- */
/* ----------------------------- FOOTER: INICIO ----------------------------- */
.footer {
  background: #F7F7F7;
  padding: 25px 0;
}

.footer-blog {
  display: flex;
  width: 100%;
}

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

.footer-title {
  text-transform: uppercase;
  font-weight: 600;
  color: #333333 !important;
  margin-bottom: 15px;
  font-size: 16px;
}

.footer-content ul li a {
  padding: 10px 0;
  display: block;
}

.footer-content ul li a {
  padding: 10px 0;
  display: block;
  font-size: 14px;
}

.footer-title-2 {
  text-transform: uppercase;
  font-weight: 600;
  color: #7A7B7E !important;
  margin-bottom: 15px;
  font-size: 14px;
  margin-top: 15px;
}

.footer-content ul li a {
  padding: 10px 0;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: flex-start;
}

.footer-content ul li a img {
  width: 100%;
  max-width: 20px;
  margin-right: 10px;
}

.footer_content_2 {}

.footer_content_2 ul {}

.footer_content_2 ul li {}

.footer_content_2 ul li a {
  padding-bottom: 0;
  text-decoration: underline;
}

.footer-title-2 {
  text-transform: uppercase;
  font-weight: 600;
  color: #7A7B7E;
  margin-bottom: 15px;
  font-size: 14px;
  margin-top: 15px;
}

.footer_content_2 ul li {
  color: #969696;
}

li.star-list span {
  color: #FF9400;
  font-size: 14px;
}

li.star-list {
  margin-bottom: 10px;
  color: #FF9400;
}

.img-footer img {
  width: 100%;
  max-width: 135px;
  margin-right: 30px;
}

.img-footer {
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.footer_img {
  width: 100%;
  max-width: 275px;
}

.bottom-footer {
  background: #0069AA;
  padding: 35px 0;
}

.left-footer-blog {}

.footer-image {
  width: 100%;
  max-width: 175px;
  margin: 15px 0;
}

.left-footer-blog p {
  color: #FFFFFF;
  margin: 0 0;
  line-height: 30px;
  font-size: 14px;
}

.bottom-footer-blog {
  display: flex;
}

.footer-logo-2 {
  position: relative;
  top: 65px;
  margin: 0 auto;
}

section#primary {
  width: 100%;
}

/* ----------------------------- FOOTER: RESPONSIVE ----------------------------- */
@media only screen and (max-width: 970px) {
  .footer-blog {
    display: block;
  }

  .img-footer img {
    width: 100%;
    max-width: 100px;
    margin-right: 30px;
  }
}

/* ----------------------------- FOOTER: FINAL ----------------------------- */
/* ----------------------------- DSM_MAIN_MENU: INICIO ----------------------------- */
.padder-left {
  padding-left: 0;
}

.padder {
  padding: 0;
}

.ds_main_right {
  display: block;
  width: 100%;
}

.ds_main_right .top_nav_menu2 {
  border-bottom: 0px solid #B3CED5;
  height: 22px;
  width: 100%;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

/* ----------------------------- DSM_MAIN_MENU: RESPONSIVE ----------------------------- */
@media only screen and (max-width: 900px) {
  .navbar-dark .navbar-toggler {
    color: #006BAF;
    border-color: rgba(255, 255, 255, 0.1);
  }

  .navbar-expand-md .navbar-toggler,
  .navbar-expand-md .close {
    display: block;
  }

  .header-container .navbar-expand-md .navbar-collapse {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .row {
    margin-left: 0px;
    margin-right: 0px;
  }

  .img-responsive.footer-image.footer-logo-2 img {
    width: 100%;
    max-width: 100px;
  }

  .DSM_Mian_menu_collas {
    position: fixed;
    width: 100%;
    max-width: 40%;
    left: -200%;
    top: 68px;
    z-index: 9999;
    transition: all ease-in 0.5s;
  }

  .show2 {
    transition: all ease-out 0.5s;
  }

  .header-container .top_nav_menu2 li a,
  .header-container .top_nav_menu2 li .ps {
    padding: 0;
    color: #0069AA;
    font-size: 14px;
    width: 100%;
    display: block;
    margin-right: 0;
  }

  .ds_main_header .col-sm-9 {
    max-width: 65%;
    float: left;
  }

  .ds_main_header .col-sm-3 {
    max-width: 45%;
    float: left;
  }

  .header-container .top_nav_menu2 li a button,
  .header-container .top_nav_menu2 li .ps button {
    background: #49BFDA;
    border: 0;
    font-size: 14px;
    padding: 7px 10px;
    color: #FFFFFF;
    border-radius: 2px;
  }

  .ds_main_header .col-sm-3 {
    max-width: 35%;
    float: left;
  }

  .ds_main_header .row {
    display: block;
    overflow: hidden;
    width: 100%;
  }

  ul.top_nav_menu2 li {
    padding: 0 10px;
  }

  .navbar-expand-md .navbar-toggler,
  .navbar-expand-md .close {
    display: block;
    position: relative;
    top: 13px;
  }

  .header-container .navbar-brand.logo {
    float: left;
    width: 25%;
    margin: 0;
    margin-left: 0px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .ds_main_right .top_nav_menu2 {
    border-bottom: 0px solid #B3CED5;
    height: 67px;
    width: 100%;
  }

  .show2 {
    width: 100%;
    position: fixed;
    top: 68px;
    left: 0;
    background: #FFFFFF;
    z-index: 99999;
    box-shadow: 1px 0px 11px 0px #000000A6;
    max-width: 300px;
    height: 100vh;
    background: #0872B3;
  }

  .header-container .top_nav_menu {
    width: 100%;
    float: left;
    padding: 0;
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    height: unset;
    align-items: center;
    justify-content: flex-start;
    background: #0872B3;
  }

  .header-container .top_nav_menu li a {
    padding: 15px 15px;
    color: #FFFFFF;
    text-transform: capitalize;
    font-size: 14px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #FFFFFF;
  }

  .leftmenu {
    float: unset;
    padding-right: 0;
  }

  .header-container .top_nav_menu3 {
    width: 100%;
    height: unset;
    display: block;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0px;
  }

  .header-container .top_nav_menu3 {
    width: 100%;
    height: unset;
    display: block;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0px;
    overflow: hidden;
  }

  .header-container .bg-primary {
    background-color: #0872B3 !important;
    border-top: 2px solid #B3CED5;
  }

  .header-container .navbar-dark .navbar-nav .nav-link {
    color: #FFFFFF !important;
    font-size: 14px;
    margin-right: 0;
    padding: 15px 15px;
    border-bottom: 1px solid #FFFFFF;
  }

  .tab-class {
    display: block !important;
    width: 100% !important;
    height: unset !important;
    text-align: left !important;
  }

  .header-container .bg-primary {
    background-color: #0872B3 !important;
    border-top: 0px solid #B3CED5;
  }

  .tab-class li {
    padding: 15px 15px !important;
    display: block;
    width: 100%;
    border-bottom: 1px solid #FFFFFF;
  }

  .tab-class li a {
    color: #FFFFFF !important;
  }
}

@media only screen and (max-width: 970px) {
  .header-container .top_nav_menu3 {
    width: 100%;
    height: unset;
    align-items: center;
    justify-content: flex-start;
    padding: 0 15px;
  }

  .ds_main_header .top_nav_menu2 .meny_enter1 {
    display: block;
  }

  .ds_main_header .top_nav_menu2 li {
    display: inline-block;
    float: left;
    width: 50%;
  }

  .header-container .bg-primary {
    background-color: #0069AA !important;
    border-top: 0px solid #B3CED5;
  }

  .header-container .container-fluid {
    padding: 0px;
  }

  .ds_main_header .top_nav_menu2 .meny_enter1 a button {
    background: #49BFDA;
    width: 100%;
    height: 45px;
  }

  .ds_main_header .top_nav_menu2 .meny_enter1 a {
    display: block;
    width: 100%;
  }

  .ds_main_header .top_nav_menu2 .meny_enter a {
    width: 100%;
    color: #0069AA;
    background: #FFFFFF;
    width: 100%;
    height: 45px;
    text-align: center;
    padding: 14px 0;
  }

  .ds_main_header {
    display: block;
    width: 100%;
  }

  .ds_main_header .ds_main_left {
    position: relative;
    top: 50px;
    z-index: 99;
    background: #FFFFFF;
  }

  .ds_main_header .ds_main_right {
    position: absolute;
    top: 0;
    width: 100%;
  }

  .header-container .mobile-header {
    display: none !important;
  }

  .header-container {
    box-shadow: 1px 2px 3px #00000012;
    margin-bottom: 60px;
  }

  .ds_main_right .top_nav_menu2 {
    border-bottom: 0px solid #B3CED5;
    height: auto;
  }

  .ds_main_header .row {
    margin: 0 !important;
  }

  .header-container .navbar-expand-md .navbar-collapse {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .dsrenavbar-collapse {
    flex-basis: auto;
  }

  .show2 {
    /*  display: block !important;*/
    width: 100%;
    position: unset;
    top: unset;
    left: -200%;
    background: #FFFFFF;
    z-index: 99999;
    box-shadow: 1px 0px 11px 0px #000000A6;
    max-width: 300px;
    height: unset;
    background: #0872B3;
  }

  .ds_main_header .col-sm-3 {
    max-width: 100%;
    float: left;
  }

  .ds_main_header .row {
    display: block;
    overflow: unset;
    width: unset;
    margin: 0;
  }

  .ds_main_header .col-sm-9 {
    max-width: 100%;
    float: left;
  }

  .ds_main_header .ds_main_left {
    position: relative;
    top: 0px;
    background: #FFFFFF;
  }

  .header-container .navbar-brand.logo {
    float: left;
    width: 33%;
    margin: 0;
    margin-left: 0px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .dsrenavbar-collapse {
    flex-basis: auto;
    position: fixed;
    left: unset;
    right: -200%;
    transition: all ease-in 0.5s;
    top: 0px;
    height: 100vh;
  }

  .show2 {
    width: 100%;
    position: fixed;
    left: 100%;
    right: 0%;
    background: #FFFFFF;
    z-index: 99999;
    box-shadow: 1px 0px 00px 0px #000000a6;
    max-width: 100%;
    height: calc(100% - (49px));
    background: #0872B3;
    transition: transform ease-out 0.5s;
    overflow: auto;
    z-index: 9999;
    transform: translate(3%, 0);
    padding-bottom: 2em;
    padding-top: 1em;
  }

  .header-container .top_nav_menu li {
    padding: 0 15px;
  }

  .header-container .top_nav_menu li a {
    padding: 15px 00px;
    color: #FFFFFF;
    text-transform: capitalize;
    font-size: 14px;
    width: auto;
    display: inline-block;
    border-bottom: 1px solid #FFFFFF;
  }

  .ds_main_header .top_nav_menu2 li {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 0 15px;
  }

  .header-container .top_nav_menu2 li a,
  .header-container .top_nav_menu2 li .ps {
    padding: 12px 0;
    color: #FFFFFF;
    font-size: 14px;
    width: 100%;
    display: block;
    border-bottom: 0px solid #DDDDDD;
  }

  .ds_main_header .top_nav_menu2 .meny_enter1 {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 0 0;
    margin-top: 0px !important;
    padding-top: 0px;
    padding: 9px 0em;
    background: none;
  }

  .ds_main_header .top_nav_menu2 .meny_enter1 a {
    display: block;
    width: 100%;
    padding: 0 0;
    border-bottom: 0px;
  }

  .ds_main_header .top_nav_menu2 .meny_enter a {
    width: 100%;
    color: #0069AA;
    background: #FFFFFF;
    width: 100%;
    height: 45px;
    text-align: center;
    padding: 12px 0;
    border-bottom: 0px solid;
  }

  .ds_main_header .top_nav_menu2 .meny_enter1 a button {
    background: #49BFDA;
    width: 100%;
    height: 45px;
    border-radius: 0px;
  }

  .tab-class li {
    padding: 0 15px !important;
    display: block;
    width: 100%;
    border-bottom: 0px solid #FFFFFF !important;
  }

  .header-container .navbar-dark .navbar-nav .nav-link {
    color: #FFFFFF !important;
    font-size: 14px;
    margin-right: 0;
    padding: 15px 0;
    border-bottom: 1px solid #FFFFFF;
  }

  .body {
    overflow: hidden;
  }

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

  iframe {
    width: 100%;
    max-width: 100%;
    overflow: unset !important;
  }

  section#primary {
    width: 100%;
    height: unset;
  }

  .cont_13_title {
    border-bottom: 1px solid #49D3E6;
    padding: 16px 10px;
  }

  .cont-13-content_para {
    padding: 16px 10px;
    border-bottom: 1px solid #ddd;
  }
}

/* ----------------------------- DSM_MAIN_MENU: FINAL ----------------------------- */
/* ----------------------------- MODAL: INICIO ----------------------------- */
.modal .modal-dialog.modal-right {
  right: 0;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, 0%);
  transform: translate(0, 0%);
}

.modal .modal-full-height {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  width: 400px;
  height: auto;
  min-height: 100%;
  top: 0;
  right: 0;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, .2);
  border-radius: 0;
  outline: 0;
}

/* MODAL TARIFICADOR FACTURAS */
.modal .modal-full-height-tarificador {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  width: 1040px;
  height: auto;
  min-height: 100%;
  top: 0;
  right: 0;
}

.modal .modal-dialog-tarificador {
  max-width: 1040px !important;
  margin: 0px;
}

.modal .modal-dialog-tarificador .modal-body {
  padding: 0px !important;
}

/* MODAL TARIFICADOR COCHES */
.modal .modal-full-height-tarificador-coches {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  width: 400px;
  height: auto;
  min-height: 100%;
  top: 0;
  right: 0;
}

.modal .modal-dialog-tarificador-coches {
  max-width: 400px !important;
  margin: 0px;
}

.modal .modal-dialog-tarificador-coches .modal-body {
  padding: 0px !important;
}

/* ----------------------------- MODAL: FIN ----------------------------- */
/* ----------------------------- SINGLE POST: INICIO ----------------------------- */
.single article .entry-content img {
  float: left;
  margin-right: 15px;
  margin-bottom: 4px;
}

@media only screen and (max-width: 970px) {
  .single article .entry-content img {
    float: none;
    width: 100%;
  }
}

/* ----------------------------- SINGLE POST: FINAL ----------------------------- */
/* ----------------------------- MENÚS: INICIO ----------------------------- */
.enlacesCabecera {
  background-color: #e6e6e6;
}

.enlacesCabecera a {
  font-size: 12px !important;
  font-family: 'Poppins', sans-serif;
  color: #797979 !important;
  line-height: 2.04;
  text-align: left;
}

.menuLateralIzquierdo a {
  font-size: 14.438px;
  font-family: 'Poppins', sans-serif;
  color: rgb(126, 126, 126);
  line-height: 1.247;
  text-align: left;
}

.menuLateralDerecho a,
.menuLateralDerecho .ps {
  font-size: 14.438px !important;
  font-family: 'Poppins', sans-serif;
  color: rgb(3, 107, 171) !important;
  line-height: 1.247;
  text-align: left;
}

.areaCliente button {
  font-size: 14.438px !important;
  font-family: 'Poppins', sans-serif;
  color: rgb(3, 107, 171);
  line-height: 1.247;
  text-align: left;
  background: #FFFFFF;
  border: 1px solid #0069aa;
  border-radius: 2px;
  padding: .5em;
}

.ds_main_header .leftmenu {
  float: left;
  padding-right: 0px;
}

.telefonoSuperior a {
  font-size: 1.2em !important;
}

.tituloSuperiorSlider {
  /*font-size: 40px !important;*/
  font-size: 5vmin !important;
  font-family: 'Poppins', sans-serif;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 0.667;
  text-align: center;
  line-height: 1;
}

.ds_main_header .leftmenu {
  float: right;
  padding-right: 0em;
}

.header-container .top_nav_menu2 {
  float: right;
}

.header-container .navbar-brand.logo {
  width: 200px;
}

.container-fluid.enlacesCabecera a {
  text-align: right;
}

.container_blog_1 {
  padding: 65px 0;
  background-size: cover !important;
  background-position: center !important;
  overflow: hidden;
}

.left-with-bgcolor {
  padding: 5em 2em;
  width: 750px;
}

.right-with-bgcolor {
  float: right;
  margin: 0 auto;
  padding: 5em 2em;
  width: 750px;
}

.center-without-bg {
  margin: 0 auto;
  padding: 5em 0em;
  width: 750px;
}

.cont_blog_1 p {
  font-size: 22px;
  color: #FFFFFF;
}

.container_blog_1 .more-btn,
.container_blog_1 a {
  color: #FFFFFF;
  border: 0;
  padding: 10px 40px;
  background: #0069AA;
  margin: 10px 0;
  color: #0069AA;
  background-color: #FFF;
  font-size: 1.3em;
  display: inline-block;
  outline-style: none;
}

.container_blog_1 {
  padding-top: 130px;
}

.DSM_Mian_menu .top_nav_menu li {
  margin-top: 5px;
}

.ds_main_header {
  padding: 5px 0px;
}

.header-container .top_nav_menu .dropdown-menu li:first-child a {
  border-right: 0px #797979 solid;
}

.header-container .top_nav_menu .dropdown-menu li {
  margin-bottom: 1em;
  width: 100%;
  padding: 0px 15px;
}

.header-container .top_nav_menu li {
  padding: 1.5em 0em;
}

.open-db {
  position: absolute !important;
  width: 270px;
  max-width: 270px;
  right: auto;
  margin: 0 auto;
  top: unset;
  left: auto;
  margin-top: 2px;
  box-shadow: 1px 1px 8px #00000061;
  border: 0px;
  border-radius: 0px;
}

.header-container .nav-item,
.areaClienteCandado {
  margin-right: 0px;
  position: relative;
}

.hover-menu-db:hover:before {
  left: 0px;
}

.header-container .leftmenu .nav-item,
.areaClienteCandado {
  padding: 1.5em 0em;
  margin-top: 5px;
}

li.meny_enter1.areaClienteCandado {
  padding: 0em 0em;
}

.header-container .leftmenu .dropdown-menu .nav-item {
  margin-bottom: 1em;
  width: 100%;
  padding: 3px 0px;
}

.header-container .leftmenu .dropdown-menu a {
  padding: 0px 10px;
}

.leftmenu .open-db {
  width: 580px;
  max-width: 580px;
}

.header-container .leftmenu .dropdown-menu .nav-item {
  margin-bottom: 1em;
  width: 50%;
  padding: 5px 0px;
}

.site-content {
  margin-top: 0em;
  /*margin-bottom: 2em;*/
  margin-bottom: -16px;
}

.menuLateralIzquierdo a,
.menuLateralIzquierdo .ps,
.menuLateralDerecho a,
.menuLateralDerecho .ps,
.areaClienteCandado p,
.areaClienteCandado a,
li.idiomasSuperior span {
  font-size: 16px !important;
  margin-bottom: 0em;
}

.menuLateralIzquierdo {
  margin: 0px 1em;
}

.DSM_Mian_menu .top_nav_menu li,
.menuLateralDerecho li,
.areaClienteCandado {
  margin-top: 12px !important;
}

li.meny_enter1.areaClienteCandado i {
  margin-right: 7px;
}

li.meny_enter1.areaClienteCandado button {
  background: #FFFFFF;
  border: none;
  margin-top: 12px !important;
  color: #0069aa;
  font-size: 18px;
}

li.meny_enter1.areaClienteCandado button:hover {
  color: #49D3E6;
}

li.idiomasSuperior {
  margin-top: 12px !important;
}

li.idiomasSuperior span {
  font-size: 18px;
}

li.meny_enter.telefonoSuperior {
  margin-top: 12px !important;
  font-size: 18px !important;
}

.header-container .DSM_Mian_menu .dropdown-item {
  font-size: 18px;
  color: #7E7E7E;
  line-height: 0.833;
  text-align: left;
}

.header-container .top_nav_menu .dropdown-menu li:last-child a {
  border-right: 0px #7E7E7E solid;
  border-bottom: 0px #7E7E7E solid;
}

.header-container .top_nav_menu .dropdown-menu li a {
  border-bottom: 1px #7E7E7E solid;
  padding-bottom: 10px;
  font-size: 14px !important;
}

.header-container .top_nav_menu .dropdown-menu li a:hover,
.enlacesCabecera a:hover {
  color: #454545 !important;
}

.header-container .top_nav_menu li a:hover {
  color: #454545;
}

.menuLateralDerecho a:hover {
  color: #4abfdc !important;
}

.menuLateralDerecho .dropdown-menu a,
.menuLateralDerecho .dropdown-menu .ps {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: rgb(138, 140, 138);
  line-height: 0.833;
  text-align: left;
}

.header-container .leftmenu .dropdown-menu a,
.header-container .leftmenu .dropdown-menu .ps {
  padding: 0px 20px;
}

.telefonoSuperior a:hover {
  color: #4abfdc !important;
}

.header-container {
  box-shadow: 1px 2px 3px #00000012;
  margin-bottom: 0px;
  background: #FFFFFF;
}

/*
body {
    margin-top: 87px;
}*/
li.meny_enter1.areaClienteCandado {
  font-family: 'Poppins', sans-serif;
}

.menuLateralDerecho .dropdown-menu a,
.menuLateralDerecho .dropdown-menu .ps {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #7E7E7E !important;
}

/*
.header-container .top_nav_menu2 li a {
    font-size: 14px!important;
}
*/
.footer {
  background: #FFFFFF;
  padding: 25px 0 5px 0;
}

.footer-content #text-3 li {
  float: left;
  width: auto;
  display: block;
}

.footer-content #text-3 li img {
  width: 30px;
  margin-right: 1em;
}

li.selloConfianza img {
  width: 140px !important;
}

li.selloConfianza {
  width: 100% !important;
  display: block;
  float: left;
  margin-top: 2em;
}

section#text-4 img {
  margin-bottom: 0em;
}

nav#footer-menu li {
  width: auto;
  display: block;
  float: left;
  color: #FFFFFF;
}

nav#footer-menu li a.nav-link {
  color: #FFFFFF;
}

#menu-footer-menu li a {
  border-right: 1px #FFF solid;
}

#menu-footer-menu li:last-child a {
  border-right: 0px #FFF solid;
}

nav#footer-menu {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
}

ul#menu-footer-menu {
  text-align: center;
  margin: 0 auto;
  width: auto;
  padding: 0;
  display: block;
}

.bottom-footer li {
  display: inline-block;
  color: #0069aa;
}

#menu-footer-menu li a {
  border-right: 1px #FFF solid;
  padding: 0 1rem;
  color: #FFFFFF;
}

.textoFooter {
  color: #FFFFFF;
  font-size: 19px;
  font-weight: bold;
  margin-top: 0em;
}

span.textoAzul {
  color: #49d3e6;
}

.header-container .top_nav_menu .current-menu-item a {
  color: #454545;
}

.header-container .leftmenu .top_nav_menu2 .current-menu-item>.ps,
.header-container .leftmenu .top_nav_menu2 .current-menu-item>a,
.header-container .leftmenu .top_nav_menu2 .current-menu-item>a,
.header-container .leftmenu .top_nav_menu2 .current-menu-item>.ps,
.header-container .leftmenu .top_nav_menu2 .current-menu-item>.ps,
.header-container .leftmenu .top_nav_menu2 .current-menu-item>.ps {
  color: #4abfdc !important;
}

.header-container .top_nav_menu .dropdown-menu .current-menu-item a,
.enlacesCabecera .current-menu-item a {
  color: #454545 !important;
}

.header-container .leftmenu .top_nav_menu2 .current-menu-item .dropdown-menu a {
  color: #7E7E7E !important
}

.header-container .leftmenu .top_nav_menu2 .current-menu-item .dropdown-menu a:hover {
  color: #454545 !important
}

.menuLateralDerecho .dropdown-menu .current-menu-item a {
  color: #454545 !important;
}

.menuLateralDerecho .dropdown-menu a:hover,
.menuLateralDerecho .dropdown-menu .ps:hover {
  color: #454545 !important;
}

.menuLateralDerecho .dropdown-menu .current-menu-item .dropdown-menu a {
  color: #454545 !important;
}

.header-container .leftmenu .top_nav_menu2 .current-menu-item>a,
.header-container .leftmenu .top_nav_menu2 .current-menu-item>.ps {
  color: #4abfdc !important;
}

.header-container .leftmenu .top_nav_menu2 .current_page_parent .current-menu-item>a {
  color: #4abfdc !important
}

.menuLateralDerecho .current-menu-ancestor>a {
  color: #4abfdc !important;
}

#loading-bar {
  background-color: #f00;
  height: 5px;
  width: 0;
  position: fixed;
  z-index: 666000666;
  -webkit-transition: width 500ms ease-out, height 500ms ease-out;
  -o-transition: width 500ms ease-out, height 500ms ease-out;
  transition: width 500ms ease-out, height 500ms ease-out;
}

#loading-bar.no-transition {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

#loading-bar.top,
#loading-bar.bottom,
#loading-bar.left {
  left: 0;
}

#loading-bar.top,
#loading-bar.left,
#loading-bar.right {
  top: 0;
}

#loading-bar.left,
#loading-bar.right {
  width: 5px;
  height: 0;
}

#loading-bar.bottom {
  bottom: 0;
}

#loading-bar.right {
  right: 0;
}

.container_10_blog .nav-link {
  font-size: 18px;
  font-family: 'Roboto Light', sans-serif;
  color: rgb(0, 0, 0);
}

.simulaEncabezadoTabs h1,
.simulaEncabezadoTabs h2,
.simulaEncabezadoTabs h3,
.simulaEncabezadoTabs h4,
.simulaEncabezadoTabs h5,
.simulaEncabezadoTabs h6,
.simulaEncabezadoTabs p,
.simulaEncabezadoTabs span {
  font-size: 18px;
  font-family: 'poppins', sans-serif;
  color: rgb(38, 46, 51);
  text-align: left;
  display: inline-block;
  margin-left: 0em;
  text-transform: none;
  margin-bottom: 0em;
}

img {
  max-width: 100%;
}

.no_line_title h1,
.no_line_title h2,
.no_line_title h3,
.no_line_title h4,
.no_line_title h5,
.no_line_title h6 {
  position: relative;
  font-size: 37px;
  font-family: 'poppins', sans-serif;
  color: rgb(38, 46, 51);
  text-align: left;
  text-transform: none;
  text-align: center;
}

.textoFooter i.fab {
  font-size: 1em;
  margin-right: 15px;
  color: #0069aa;
}

p.solicitar-info-tab-btn {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: rgb(0, 0, 0);
  display: block;
  padding: .5rem 1rem;
}

li.nav-item.solicitar-info {
  background: #e2edfc;
  border: 1px solid #ddd !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

li.nav-item p {
  margin-top: 0;
  margin-bottom: 0rem;
}

ul.nav.nav-tabs.con_tab_10 li:first-child {
  margin-left: 1em;
}

.con_tab_10 li.nav-item {
  cursor: pointer;
}

.footer-content #text-4 .textwidget img {
  margin-top: 9em;
}

.footer {
  background: #0069aa;
  float: left;
}

.textwidget img {
  display: block;
}

.footer-blog a {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  text-align: left;
}

.footer-blog li {
  list-style: none;
}

.tituloFooter {
  font-size: 19px;
  font-family: 'Poppins', sans-serif;
  color: rgb(69, 69, 69);
  line-height: 1;
  text-align: left;
  margin-left: 55px;
  margin-top: 1em;
}

.bottom-footer {
  background: #0069AA;
  padding: 0em 0 0em 0;
  width: 100%;
}

.footer-blog a:hover {
  color: #4abfdc;
}

.simulaEncabezadoTabs {
  cursor: pointer;
  align-items: baseline;
  display: flex;
}

.descipcionInfografia {
  margin-top: 2em;
}

.leyendaInfografia {
  margin-top: 5em;
}

.sigueLeyendoBanner {
  display: none;
}

li.meny_enter2.idiomasSuperior p {
  width: 20px;
  display: inline-block;
  text-align: center;
  margin-bottom: 0px;
  font-size: 16px !important;
}

li.meny_enter2.idiomasSuperior p a {
  font-size: 16px !important;
}

li.idiomasSuperior {
  margin-top: 12px !important;
  width: 75px;
}

.footer {
  background: #d8dbdd;
  float: left;
  float: left;
}

footer .opinions-top img {
  width: 20px;
}

footer .opinions-top ul {
  display: inline-block;
  color: #FFFFFF;
  margin-bottom: 0rem;
}

footer .opinions-top {
  color: #0069aa;
  /*text-align: left;*/
  width: auto;
  display: inline-block;
}

footer .nav-link {
  display: block;
  padding: 0;
  margin-right: 2em;
  color: #0069aa;
}

footer ul {
  margin: 0em;
  padding: 0em;
}

p.fraseSimple {
  display: inline-block;
  margin-bottom: 0px;
  color: #0069aa;
  margin-top: 2em;
}

p.fraseSimple img {
  display: inline-block;
  margin-left: 0em;
  margin-top: -29px;
  padding-right: 1em;
}

p.fraseSimple:last-child img {
  height: auto;
  margin-top: -19px;
}

p.para {
  padding: 0em;
  font-size: 16px;
  line-height: unset;
  text-align: left;
  margin-top: 0px;
  color: black;
  margin: 0em 3em;
  font-family: 'Roboto', sans-serif;
}

.blog_content_1 h2 {
  width: 100%;
}

.blog_content_1 {
  padding: 35px 35px;
  border: 0px solid #f2f2f2;
  box-shadow: none;
  overflow: hidden;
  background: #f5f5f5;
  padding: 2em;
  text-align: justify;
  margin: 2em 0em;
}

.blog_content_1 h1,
.blog_content_1 h2,
.blog_content_1 h3,
.blog_content_1 h4,
.blog_content_1 h5,
.blog_content_1 h6 {
  color: black;
  margin-bottom: 1em;
  text-transform: initial;
}

.steptittle {
  position: relative;
  font-size: 37px;
  font-family: 'poppins', sans-serif;
  color: rgb(38, 46, 51);
  text-align: left;
  text-transform: none;
  text-align: center;
}

.post-thumbnail img {
  width: 100%;
  height: auto;
}

.blog main .loop a img {
  height: auto;
  margin-top: 1em;
}

.masArticulos {
  text-align: center;
  display: block;
  padding: 1em;
  font-size: 1.5em;
  background: #f4f4f4;
  margin: 2em 0em;
  border: 2px solid #4e4c4c63;
  float: left;
  width: 100%;
}

.masArticulos a {
  color: #676767;
}

.barraSubMenu {
  min-height: 2em;
  background: #0069AA;
}

.barraSubMenu a,
.barraSubMenu .ps {
  border-right: 0px #7E7E7E solid !important;
  color: #FFFFFF;
}

.barraSubMenu .menu-blog-menu {
  width: 100%;
}

.barraSubMenu .menu-blog-menu-container {
  width: 100%;
}

.barraSubMenu ul {
  margin-bottom: 0em;
  padding: 0em;
}

.barraSubMenu ul li {
  display: inline-block;
}

.barraSubMenu a,
.barraSubMenu .nav-link,
.barraSubMenu .ps {
  display: block;
  padding: .5em 1em .5em 0em;
}

.card-body h1,
.card-body h2,
.card-body h3,
.card-body h4,
.card-body h5,
.card-body h6 {
  text-align: left;
  padding: 1rem 0rem 0rem 0rem;
}

footer .opinions-top ul {
  display: inline-block;
  color: #0069aa;
  margin-bottom: 16px;
  font-size: 12px;
  height: 8px;
  /*float: left;*/
  margin-right: .5em;
}

.opinions-top li {
  font-size: 8px;
}

.card-view-main .card-holder .details p:first-child {
  margin: 5px 0 10px;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
}

.mview-main .row .row>div:first-child {
  padding: 0em;
}

.bannerBlog h1 {
  color: #FFFFFF;
  font-size: 2.9em;
  font-family: "Poppins";
  font-weight: 300;
  font-style: normal;
}

.container_blog_1_exclusivo:before {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 1 !important;
  content: ' ' !important;
  opacity: 0.7;
  background: rgba(6, 51, 77, 0.88);
  background: -moz-linear-gradient(top, rgba(6, 51, 77, 0.88) 0%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(6, 51, 77, 0.88)), color-stop(100%, rgba(0, 0, 0, 1)));
  background: -webkit-linear-gradient(top, rgba(6, 51, 77, 0.88) 0%, rgba(0, 0, 0, 1) 100%);
  background: -o-linear-gradient(top, rgba(6, 51, 77, 0.88) 0%, rgba(0, 0, 0, 1) 100%);
  background: -ms-linear-gradient(top, rgba(6, 51, 77, 0.88) 0%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(6, 51, 77, 0.88) 0%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#06334d', endColorstr='#000000', GradientType=0);
}

.more-btn {
  color: #FFFFFF;
  border: 0;
  padding: 10px 40px;
  background: #0069AA;
  margin: 10px 0;
}

.select-btn {
  color: #FFFFFF;
  background: #0069AA;
}

.services_blog_4 h3 {
  color: #00C1DD;
  font-size: 16px;
  font-weight: 400;
}

.services_blog_4 .titulo {
  color: #0069aa;
  font-size: 24px;
  font-weight: 400;
}

.block-with-text {
  height: 135px;
}

.services_blog_3 {
  margin-bottom: 0px;
}

.button_blog a {
  color: #0069aa;
}

.card-view-main {
  margin: 2em 0em;
}

.entry-content {
  font-size: 18px;
}

.bannerBlog #breadcrumbs a {
  color: #FFFFFF;
}

.single .entry-content h1,
.single .entry-content h2,
.single .entry-content h3,
.single .entry-content h4,
.single .entry-content h5,
.single .entry-content h6 {
  text-align: left;
}

.single section#primary {
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.1);
  clear: both;
  margin-top: -120px;
  padding: 2em 2em 4em 2em;
  position: relative;
  word-wrap: break-word;
  margin-bottom: 2em;
}

.single .entry-content h1,
.single .entry-content h2,
.single .entry-content h3,
.single .entry-content h4,
.single .entry-content h5,
.single .entry-content h6 {
  margin-top: 1.5em;
  line-height: 1.18;
  letter-spacing: -0.022em;
  margin-bottom: .3em;
  font-size: 30px;
  font-family: "Poppins";
  font-weight: 300;
  font-style: normal;
}

.single .entry-content p {
  margin-top: 0.86em;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 1.4;
  letter-spacing: -0.004em;
  margin-bottom: 1em;
  font-size: 19px;
  text-align: justify;
}

.single .entry-content li {
  margin-top: 0.86em;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  /*line-height: 1.58;*/
  letter-spacing: -0.004em;
  /*margin-bottom: -0.46em;*/
  font-size: 19px;
}

ul#catnav {
  float: left;
  margin-left: 0em;
  margin-bottom: 0rem;
  width: 100%;
  padding: 0;
}

ul#catnav a {
  font-style: normal;
  color: #0069aa;
  /* font-family: medium-content-title-font, Georgia, Cambria, "Times New Roman", Times, serif; */
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0em;
}

ul#catnav li {
  list-style: none;
}

ul#catnav li p {
  height: 115px;
  float: left;
}

.single #secondary {
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.1);
  clear: both;
  margin-top: 0px;
  padding: 2em;
  position: relative;
  word-wrap: break-word;
  margin-bottom: 2em;
}

aside#secondary .titulo {
  color: #0069aa;
  font-weight: 300;
  margin-bottom: 0rem;
}

#secondary .services_blog_4 span {
  margin-right: 0;
  color: #0069aa;
  height: 3em;
  display: block;
  font-size: 24px;
  cursor: pointer;
}

aside#secondary .titulo a {
  color: #0069aa;
  height: 72px;
}

aside .services_wrapper_2 .button_blog {
  display: none;
}

#secondary .titulo a {
  color: #212529;
}

.elementoFlotante {
  position: fixed;
  background: #0069aa;
  width: 100px;
  height: 100px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.elementoFlotante .primeraLinea {
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 2em;
}

.elementoFlotante span.segundaLinea {
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 1em;
}

p.titularMasInformacion {
  margin-top: 0em;
  line-height: 1.18;
  letter-spacing: -0.022em;
  margin-bottom: .5em;
  font-size: 26px;
  text-align: left;
  text-decoration: underline;
  color: #454545;
  text-decoration: none;
  text-transform: uppercase;
}

ul.bloqueLateralSinFondo a {
  color: #0069aa;
}

ul.bloqueLateralSinFondo {
  margin: 1em 0em 3em 0em;
  padding: 0;
  float: left;
  width: 100%;
}

ul.bloqueLateralSinFondo li {
  list-style: none;
  margin-bottom: 2em;
}

ul.bloqueLateralSinFondo li {
  height: 3em;
}

.bottom-footer nav {
  display: inline-block;
}

.bottom-footer #menu-footer-menu-2 a,
.bottom-footer #menu-footer-menu-2 .ps {
  color: #0069aa;
  margin-right: 2em;
}

.posts-navigation {
  width: 100%;
  float: left;
  display: block;
}

/*
article {
    float: left;
    width: 100%;
}
*/
.contenedorPostsDestacados ul li a img,
.archive main#main article img,
#catnav li img.archive main#main article img,
#catnav li img {
  height: 125px;
}

p.tituloPostDestacado {
  width: 100%;
  text-align: center;
  font-size: 2em;
  font-family: 'Poppins', sans-serif;
  color: #797979;
}

.contenedorPostsDestacados {
  display: block;
  float: none;
  margin-top: 5em;
}

span.imagenDestacadaTop {
  display: block;
  float: left;
}

span.imagenDestacadaTop img,
.paged article img,
.category main article .entry-title a {
  height: 125px;
  width: 100%;
}

.contenedorPostsDestacados ul li {
  list-style: none;
}

.contenedorPostsDestacados ul li p,
main article .entry-title,
span.imagenDestacadaTitulo,
.paged main article .entry-title a,
.category main article .entry-title a,
.archive section main article .entry-title,
ul#catnav li p {
  width: 100%;
  display: block;
  float: left;
  min-height: 130px;
  font-style: normal;
  color: #0069aa;
  /* font-family: medium-content-title-font, Georgia, Cambria, "Times New Roman", Times, serif; */
  font-size: 18px;
  margin-top: 5px;
  height: auto;
}

.contenedorPostsDestacados:first-child {
  margin-top: 1.2em;
}

.nav-links div {
  display: inline;
  margin-right: 2em;
  margin-left: 2em;
}

iframe {
  max-width: 100%;
}

main article .entry-title {
  height: 65px;
}

.archive main article,
.paged article {
  float: left;
  width: 100%;
}

/*
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
    float: left;
    width: 100%;
}
*/
.archive-description {
  width: 100%;
  display: block;
  float: left;
}

.bottom-footer .textwidget.custom-html-widget,
.bottom-footer nav {
  width: auto;
  display: inline-block;
  float: left;
}

.bottom-footer div {
  width: 100%;
  float: left;
}

.services_wrapper,
.services_wrapper_2 {
  display: block;
  float: left;
  width: 100%;
}

.services_blog_4 .titulo a {
  color: #0069aa;
  height: 2em;
  display: block;
}

.block-with-text p {
  height: 110px;
}

aside .services_blog_4 p.titulo {
  text-align: left;
}

aside .services_blog_4 .titulo a {
  height: auto;
}

aside .services_blog_3 {
  margin-bottom: 2em;
}

.contenedorArticuloPost.col-lg-3.col-sm-12 a {
  float: left;
}

aside#secondary p.titulo.articulosRelacionados {
  font-size: 2em;
  margin-bottom: .5em;
}

#secondary .services_blog_3 {
  border: 1px solid #DCDCDC;
  margin-bottom: 15px;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15);
  background: #FFFFFF;
  text-align: center;
  border-radius: 2px;
  padding: 25px 20px;
  color: #0069aa;
  font-weight: 400;
}

/*
.single ul#catnav img:hover,
.archive div img:hover,
.blog div img:hover,
.blog .contenedorPostsDestacados ul li img:hover {
  -webkit-filter: grayscale(0%) !important;
}
*/
.div_articulos div img:hover {
  -webkit-filter: opacity(60%) !important;
}

.services_wrapper_2 .services_blog_3 {
  margin-bottom: 2em;
}

.without_line_title,
.line_title-blog {
  padding: 20px 0;
  float: left;
  width: 100%;
}

ul.steps_form_2 {
  width: 100%;
  float: left;
}

.cont_13_title {
  width: 100%;
  float: left;
}

.steps_form_2 li {
  height: 190px;
}

.container_10_wrapper {
  padding: 40px 0;
  float: left;
  width: 100%;
}

.aligncenter {
  text-align: center;
}

.wp-block-button.aligncenter {
  float: left;
  width: 100%;
  margin: 1em 0em;
}

a.wp-block-button__link {
  width: 100%;
  border: 0;
  padding: 10px;
  font-size: 16px;
  border-radius: 2px;
  color: #FFFFFF;
  background: #0069AA;
  margin: 2em 0em;
}

.services_wrapper_2 .button_blog a,
.services_wrapper_2 .button_blog .ps {
  width: 100%;
  background: #FFF;
  color: #0069aa;
  padding: 9px 0;
  font-size: 16px;
  border-radius: 2px;
  display: block;
  border: 1px solid #0069aa;
  margin-bottom: 1em;
}

.services_wrapper_2 .button_blog a:hover,
.services_wrapper_2 .button_blog .ps:hover {
  text-decoration: underline !important;
  color: #49BFDB;
}

.contenedor-carrousel-uno {
  display: block;
  float: left;
  width: 100%;
}

.contenedor-carrousel-uno .card-view-main {
  margin: 0em 0em;
}

.telefonoSuperior i,
.contactoSuperior i {
  display: none;
}

.bannerSolicitar {
  display: block !important;
  width: 100%;
  float: left;
}

/*
button.bannerSolicitar.more-btn{
    display: none!important;
}
*/
/** BREADCRUMB: INICIO **/
.page p#breadcrumbs,
.servicio-template p#breadcrumbs,
.category p#breadcrumbs {
  display: block;
  float: none;
  width: 100%;
  font-size: 0.9em;
  border-bottom: 1px solid #ababab;
  padding: 6px;
  margin-bottom: 1.2rem;
  margin-top: 20px;
}

.page p#breadcrumbs a,
.servicio-template p#breadcrumbs a,
.category p#breadcrumbs a {
  color: #ababab;
  padding: 10px;
  /*font-size: 0.7em;*/
}

.page p#breadcrumbs span,
.servicio-template p#breadcrumbs span,
.category p#breadcrumbs span {
  color: #ababab;
}

.page span.breadcrumb_last,
.servicio-template span.breadcrumb_last,
.category span.breadcrumb_last {
  color: #0a0a0a !important;
  padding: 10px;
  /*font-size: 0.7em;*/
}

.category p#breadcrumbs {
  margin-bottom: 2em;
  margin-top: 1.2em;
}

/** BREADCRUMB: FINAL **/
.has-2-columns .wp-block-column {
  display: block;
  width: 50%;
  float: left;
}

.contenedorBuscarOficina {
  padding: 3em;
  background: #f7f7f7;
  margin: 2em;
  border: 1px solid #e4e4e4;
}

.contenedorBuscarOficina strong {
  margin-bottom: 1em;
  width: 100%;
  display: block;
  font-weight: 100;
  font-size: 25px;
}

.contenedorBuscarOficina select {
  margin-bottom: 1em;
  width: 100%;
  padding: .5em;
}

.contenedorBuscarOficina .mapa {
  cursor: pointer;
  display: block;
  width: 100%;
  color: #0069aa;
}

.serviece_blog_v2 p.titulo {
  text-decoration: none;
  font-weight: 200 !important;
  font-size: 26px !important;
}

.serviece_blog_v2 p.titulo a {
  text-decoration: none !important;
}

.serviece_blog_v2 p.titulo a:hover {
  text-decoration: underline !important;
}

.card-view-main {
  display: block;
  width: 100%;
  padding: 30px 0;
  background: none;
  height: auto;
}

.carousel-item {
  height: 200px;
}

.no_line_title {
  display: block;
  float: left;
  width: 100%;
}

.home .card-view-main {
  margin: 0em 0em 0em 0em;
}

.main_wrapper {
  display: block;
  float: left;
  width: 100%;
}

.index_blog1 {
  display: block;
  width: 70%;
  float: left;
  position: relative;
  margin: 0 15%;
}

.blog_content {
  float: left;
  width: 480px;
  padding: 20px 20px;
  height: 200px;
  box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.45);
  position: relative;
  top: 50%;
  left: 280px;
  background: #FFFFFF;
  position: absolute;
  transform: translateY(-50%);
}

.index_blog1 .blog_content a {
  position: absolute;
  bottom: 10px;
  right: 18px;
  color: #269bd1 !important;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 1.8;
}

.blog_content p {
  font-family: Roboto;
}

div#accordion h1,
div#accordion h2,
div#accordion h3,
div#accordion h4,
div#accordion h5,
div#accordion h6 {
  font-size: 24px;
}

.carousel-item {
  height: 420px;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 43px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFFFFF;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

div#carouselExampleIndicators {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 2em;
}

#carouselExampleIndicators .titulo {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  font-size: 37px;
  font-family: 'poppins', sans-serif;
  color: rgb(255, 255, 255);
  text-align: left;
  text-transform: none;
  text-align: center;
  float: left;
  width: 100%;
}

#carouselExampleIndicators .titulo {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  font-size: 25px;
  font-family: 'poppins', sans-serif;
  color: rgb(255, 255, 255);
  text-align: left;
  text-transform: none;
  text-align: center;
  float: left;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.simulaEncabezadoTabs h1,
.simulaEncabezadoTabs h2,
.simulaEncabezadoTabs h3,
.simulaEncabezadoTabs h4,
.simulaEncabezadoTabs h5,
.simulaEncabezadoTabs h6 {
  width: 98%;
}

.simulaEncabezadoTabs i#up {
  width: 2%;
  padding: 16px 0em 0em 0em;
}

.carousel-item {
  height: 150px;
}

.container_12-wrapper {
  float: left;
}

.simulaEncabezadoTabs h1,
.simulaEncabezadoTabs h2,
.simulaEncabezadoTabs h3,
.simulaEncabezadoTabs h4,
.simulaEncabezadoTabs h5,
.simulaEncabezadoTabs h6,
.simulaEncabezadoTabs p,
.simulaEncabezadoTabs span {
  font-size: 24px;
  font-family: 'poppins', sans-serif;
  color: rgb(38, 46, 51);
  text-align: left;
  display: inline-block;
  margin-left: 0em;
  text-transform: none;
  margin-bottom: 0em;
}

li.meny_enter2.idiomasSuperior a:hover,
.clic_ID_menu_login:hover {
  text-decoration: underline !important;
}

.menu-item-19263.dropdown ul>li:last-child p,
.menu-item-19263.dropdown ul>li:last-child a {
  color: #454545 !important;
}

.solicitarSidebar p {
  background: #FFFFFF;
  padding: 0px 0px;
  text-align: center;
  position: relative;
  /* text-transform: capitalize; */
  color: #898989;
  font-size: 37px;
  margin-bottom: 0px;
  margin: 0px 15px;
}

span.clic_ID_solicita-mas-informacion-aqui {
  width: 100%;
  font-size: 17px;
  text-align: center;
  /*text-decoration: underline;*/
  color: #0069aa;
  cursor: pointer;
}

.solicitarSidebar {
  margin: 3em 0em;
}

.bannerSolicitar.more-btn {
  display: none;
  position: fixed;
  width: 275px;
  right: 0px;
  bottom: 10px;
  padding: 0px;
  z-index: 999;
  border: 0px solid #bdbbbb;
  box-shadow: 0px 0px 4px black;
}

/*
button.bannerSolicitar.more-btn:before {
    content: url(/contenido/themes/komodo/img/banner-solicitar.jpg);
}
*/
.bannerSolicitar.more-btn.flotanteLateral {
  display: none;
  position: fixed;
  width: auto;
  right: 0px;
  bottom: 10px;
  padding: 0px 0px;
  max-width: 300px;
  z-index: 9999;
  border-bottom: #dcdcdc 3px solid;
  border-top: #dcdcdc 3px solid;
  border-left: #dcdcdc 3px solid;
}

.index_blog1 .blog_content p,
.index_blog1 .blog_content a {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  display: block;
  margin-top: 2.5em;
  /* color: #FFFFFF; */
  width: 100%;
  margin: 0em;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  float: left;
  margin-top: 1em;
  /*font-weight: 700;*/
}

.blog_content .more_infor {
  position: absolute;
  bottom: 10px;
  right: 18px;
  color: #269bd1 !important;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 1.8;
}

.blog_content h1 {
  font-weight: 500;
}

@media screen and (max-width: 1450px) {
  .textwidget div:last-child .fraseSimple:last-child {
    float: right;
  }

  .textwidget div:last-child .fraseSimple:first-child {
    float: right;
  }
}

@media screen and (max-width: 1300px) {
  .textwidget div:last-child .fraseSimple:first-child {
    margin-top: 4em;
  }

  .textwidget div:last-child .fraseSimple:last-child {
    margin-top: 0em;
  }
}

@media screen and (max-width: 1200px) {
  .textwidget div:last-child .fraseSimple {
    margin-top: 4em;
    width: 100%;
  }

  .textwidget div:first-child .fraseSimple:first-child {
    width: 100%;
  }

  .textwidget div:first-child .fraseSimple:last-child {
    width: 100%;
  }

  .opinions-top {
    margin: 2em 0em;
  }

  .textwidget div:last-child .fraseSimple:first-child img {
    display: inline-block;
    margin-left: 0em;
    height: auto;
    margin-top: -36px;
    padding-right: 0em;
    padding-bottom: 1em;
  }

  .textoFooter {
    margin-bottom: 0em;
  }

  ul#menu-right {
    display: none;
  }
}

@media screen and (max-width: 970px) {
  .barraSubMenu .row div:last-child {
    display: none;
  }

  .container-fluid.enlacesCabecera {
    display: none;
  }

  .ds_main_header .top_nav_menu2 .meny_enter {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 0 0;
    border-bottom: 0px;
  }

  li.meny_enter.contactoSuperior {
    position: absolute;
    right: 40%;
    top: -34px;
    width: 10px !important;
    font-size: 1.2em !important;
    color: #0069aa;
  }

  .telefonoSuperior i,
  .contactoSuperior i {
    display: block;
    font-size: 21px;
    margin-top: 2px;
  }

  .contactoSuperior i {
    display: block;
    font-size: 26px;
    margin-top: -2px;
  }

  .telefonoSuperior i,
  .contactoSuperior i {
    display: block;
  }

  .leftmenu {
    float: unset;
    padding-right: 0;
    z-index: 9999;
    display: block;
    width: 100%;
    overflow: hidden;
  }

  div#collapsibleNavbar {
    display: none;
  }

  div#collapsibleNavbar {
    z-index: 99999;
  }

  .header-container .top_nav_menu2 {
    width: 100%;
    height: unset;
    display: block;
    line-height: normal;
    background: #0069AA;
    display: none;
  }

  .ds_main_header .top_nav_menu2 {
    display: block;
    background: transparent;
    text-align: left;
    width: 100%;
    width: 100%;
  }

  .ds_main_header .top_nav_menu2 {
    display: block;
    background: #0069ae;
    text-align: left;
    width: 100%;
    width: 100%;
    z-index: 99999999;
  }

  .ds_main_header .top_nav_menu2 {
    background: none;
    height: 0px;
  }

  .navbar-expand-md .navbar-toggler,
  .navbar-expand-md .close {
    display: block;
    position: relative;
    top: 0;
  }

  .header-container .navbar-dark .navbar-toggler,
  .header-container .navbar-dark .close {
    color: rgb(1, 103, 172) !important;
    border-color: rgba(255, 255, 255, 0);
    width: 33.3%;
    text-align: right;
    font-size: 25px;
    outline: none;
    height: 55px;
  }

  .header-container .navbar-dark .navbar-toggler,
  .header-container .navbar-dark .close {
    height: auto;
  }

  .container_blog_1 {
    padding: 0px 0;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    height: 0;
    top: 0px;
    overflow: unset;
    height: 415px;
  }

  .container_blog_1 {
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-size: cover !important;
    height: 420px;
  }

  .container_blog_1 {
    padding: 0px 0;
  }

  .areaClienteCandado .ps span {
    display: none;
  }

  li.meny_enter1.areaClienteCandado {
    display: none !important;
  }

  li.meny_enter2.idiomasSuperior {
    display: none;
  }
}

@media screen and (max-width: 970px) {
  button.bannerSolicitar.more-btn:before {
    content: "Solicitar información";
  }

  .container_blog_1 .more-btn,
  .container_blog_1 a {
    border-radius: 5px;
  }

  .bottom-footer div {
    width: 100%;
    float: left;
    text-align: center;
  }

  .bottom-footer #menu-footer-menu-2 a,
  .bottom-footer #menu-footer-menu-2 .ps {
    color: #FFFFFF;
    margin-right: 0em;
  }

  .bottom-footer nav {
    display: block;
    text-align: center;
  }

  .barraSubMenu {
    display: none;
  }

  div#collapsibleNavbar {
    display: none;
  }

  .center-without-bg {
    width: auto;
  }

  .ds_main_right {
    display: none;
  }

  .header-container .navbar-brand.logo {
    width: 33%;
  }

  .show2 .dropdown-menu.open-db {
    position: relative !important;
    box-shadow: 0px 0px 0px 0px;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
    display: block;
    margin-top: 1em;
  }

  .show2 .header-container .leftmenu .dropdown-menu .nav-item {
    margin-bottom: 1em;
    width: 100%;
  }

  .show2 .dropdown-menu {
    background-color: inherit;
  }

  .show2 .tab-class li li {
    padding: 0 0px !important;
  }

  .show2 .header-container .leftmenu .dropdown-menu a,
  .show2 .header-container .leftmenu .dropdown-menu .ps {
    padding: 0px 0px;
  }

  .show2 .header-container .top_nav_menu2 li a,
  .show2 .header-container .top_nav_menu2 li .ps {
    border-bottom: 0px solid #ddd;
  }

  .show2 {
    background: #0069aa;
  }

  .show2 .top_nav_menu2 li a,
  .show2 .top_nav_menu2 li .ps {
    border-bottom: 0px solid #ddd;
    color: #FFFFFF !important;
  }

  .show2 #close {
    display: block;
  }

  .header-container .leftmenu.show2 .dropdown-menu .nav-item {
    width: 100%;
  }

  .show2 {
    display: block !important;
  }

  .header-container .leftmenu.show2 .nav-item {
    padding: 0em 0em;
    margin-top: 0px;
  }

  .header-container .top_nav_menu .show2 li:first-child a {
    border-right: 0px #7E7E7E solid;
  }

  .header-container .leftmenu.show2 .nav-item {
    padding: 0 15px !important;
    margin-top: 0px;
  }

  .header-container .top_nav_menu {
    background: #0069aa;
  }

  .header-container .top_nav_menu .menuLateralIzquierdo li a {
    border-bottom: 0px solid #FFFFFF;
  }

  .header-container .top_nav_menu li a {
    padding: 0px 00px;
  }

  .header-container .leftmenu.show2 .nav-item {
    padding: 0 15px !important;
    margin-top: 13px;
  }

  .menuLateralIzquierdo ul.dropdown-menu.open-db {
    display: none;
  }

  .header-container .top_nav_menu li a {
    border-bottom: 0px solid #FFFFFF;
  }

  .header-container .top_nav_menu2 li a,
  .header-container .top_nav_menu2 li .ps {
    padding: 0px 0;
    text-align: left;
  }

  .header-container .top_nav_menu li:first-child a {
    border-right: 0px #7E7E7E solid;
  }

  .sundoSuperpuesto {
    position: fixed;
    background: #243333d6;
    width: 100%;
    height: 200%;
    display: block;
    z-index: 98;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all ease-out 0.5s;
    opacity: 0;
  }

  div#collapsibleNavbar {
    z-index: 99999;
    overflow-y: auto;
  }

  .show2 .menu-item {
    display: inline-block;
    min-width: 50%;
  }

  .col-xl-4.col-lg-12.padder.ds_main_left {
    float: right;
    margin-top: 0px;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 1px 2px 3px #00000012;
  }

  .col-xl-8.col-lg-12.padder.ds_main_left {
    float: left;
  }

  li.meny_enter1.areaClienteCandado {
    background-color: #49D3E6;
  }

  li.meny_enter1.areaClienteCandado button {
    background: #FFFFFF;
    border: none;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
    color: #FFFFFF;
    font-size: 18px;
    background-color: #49D3E6;
  }

  li.meny_enter1.areaClienteCandado {
    font-family: 'Poppins', sans-serif;
    text-align: center;
  }

  .header-container .mobile_search {
    height: auto;
  }

  .header-container .navbar-brand.logo {
    height: auto;
    margin: 5px 0px;
  }

  .ds_main_header {
    padding: 0px 0px;
  }

  .ds_main_header {
    /* position: fixed;
        top: 66px;
        right: 0;
        left: 0;
        z-index: 1030;
        */
  }

  li.meny_enter.telefonoSuperior a {
    margin-top: 0px !important;
    font-size: 18px !important;
    position: absolute;
    right: 16%;
    width: 60px;
    top: -47px;
    margin-right: 0;
  }

  .header-container .navbar-brand.logo img {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
  }

  button#btnsearch {
    background: #FFFFFF;
    border: none;
    height: 43px;
    text-align: center;
  }

  /*
    body {
        margin-top: 50px;
    }
    */
  .header-container .navbar-dark .navbar-toggler,
  .header-container .navbar-dark .close {
    height: 50px;
  }

  .center-without-bg {
    margin: 0 auto;
    padding: .5em 0em;
    width: 100%;
  }

  .cont_blog_1.center-without-bg .more-btn {
    display: block;
  }

  .cont_blog_1.center-without-bg button {
    display: inline-block !important;
  }

  .cont_blog_1.center-without-bg p {
    display: none;
  }

  .cont_blog_1.center-without-bg .tituloSuperiorSlider {
    display: block;
    line-height: 1;
  }

  .container_blog_1 .more-btn {
    color: #0069aa;
    background-color: #FFF;
    font-size: 1.3em;
  }

  /* MODAL */
  .modal .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 0px;
    width: 100%;
  }

  /* MODAL TARIFICADOR FACTURAS + MODAL TARIFICADOR COCHES*/
  .modal .modal-dialog-tarificador,
  .modal .modal-dialog-tarificador-coches {
    max-width: 350px !important;
  }

  .modal .modal-dialog-tarificador .modal-content,
  .modal .modal-dialog-tarificador-coches .modal-content {
    max-width: 350px;
  }

  ul.nav.nav-tabs.con_tab_10 li:first-child {
    margin-left: 0em;
  }

  .tab_content_blog_1 img {
    width: 100%;
    text-align: center;
    margin: 1em 0em;
    margin-left: 0em !important;
  }

  .container_10_blog .tab-pane {
    padding: 0px;
  }

  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem;
  }

  .simulaEncabezadoTabs h1,
  .simulaEncabezadoTabs h2,
  .simulaEncabezadoTabs h3,
  .simulaEncabezadoTabs h4,
  .simulaEncabezadoTabs h5,
  .simulaEncabezadoTabs h6,
  .simulaEncabezadoTabs p,
  .simulaEncabezadoTabs span {
    width: 95%;
  }

  span.errrow {
    width: 5%;
  }

  .leyendaInfografia {
    margin-top: 0em;
  }

  .modal .modal-full-height {
    width: 100%;
  }

  .sigueLeyendoBanner {
    width: 100%;
    background: #E4717A;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 0em;
    cursor: pointer;
    display: block;
  }

  .areaClienteCandado .ps {
    font-size: 1.2em !important;
  }

  .bottom-footer li {
    width: 100%;
    text-align: center;
  }

  footer .opinions-top ul {
    display: inline-block;
    color: #0069aa;
    margin-bottom: 0rem;
    text-align: center;
    width: 100%;
  }

  footer .nav-link {
    margin-right: 0em;
  }

  .bottom-footer li {
    display: inline;
  }

  .opinions-top {
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
  }

  span.opinions-text {
    width: 100%;
    text-align: center;
    display: block;
  }

  .textoFooter {
    color: #FFFFFF;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 0em;
  }

  p.fraseSimple {
    width: 100%;
    text-align: center;
  }

  .blog_content_1 .more-btn {
    color: #FFFFFF;
    border: 0;
    padding: 10px 40px;
    background: #4abfdc;
    margin: 10px 0;
    width: 100%;
  }

  .steps_form_2 li {
    width: 100%;
    padding: 0 15px;
    margin: 1em 0em;
  }

  .textwidget div:first-child .fraseSimple:last-child img {
    margin-bottom: 2em;
  }

  .contenedorPostsDestacados ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
  }

  .contenedorPostsDestacados a {
    width: 100%;
    float: left;
    display: block;
  }

  .contenedorPostsDestacados img {
    width: 100%;
  }

  aside#secondary .titulo a {
    height: auto;
    font-size: 22px;
  }

  aside .services_blog_4 a:after {
    display: none;
  }

  ul#catnav a {
    width: 100%;
    display: block;
    float: left;
  }

  .contenedorPostsDestacados ul li a img,
  .archive main#main article img,
  #catnav li img.archive main#main article img,
  #catnav li img {
    width: 100%;
  }

  aside#secondary .titulo {
    color: #0069aa;
    font-weight: 300;
    margin-bottom: 0rem;
    font-size: 2em;
    text-align: center;
    margin-bottom: 1em;
  }

  .ds_main_header .top_nav_menu2 .telefonoSuperior a {
    width: 10%;
    right: 19%;
    font-size: 21px !important;
  }

  .ds_main_header .top_nav_menu2 .telefonoSuperior a i {
    color: #0069aa;
  }

  .ds_main_header .top_nav_menu2 .telefonoSuperior a span {
    display: none;
  }

  .areaClienteCandado .ps {
    position: absolute;
    top: -40px;
  }

  .areaClienteCandado .ps i {
    color: #0069aa;
  }

  .areaClienteCandado .ps {
    position: absolute;
    top: -40px;
    width: 150px !important;
  }

  .col-xl-8.col-lg-12.padder.ds_main_left {
    height: 0px;
  }

  .areaClienteCandado .ps {
    position: absolute;
    top: -40px;
    width: 40px !important;
    left: 33%;
  }

  aside#secondary .titulo {
    margin-bottom: 0em;
  }

  button#btnsearch {
    display: none;
  }

  button#btntoggles,
  #close {
    margin: 0;
    padding: 0;
    right: 5%;
    position: absolute;
    width: 30px;
    opacity: 1;
  }

  a.navbar-brand.logo {
    margin-left: 0em !important;
    padding-left: 0em;
    width: 50% !important;
  }

  .telefonoSuperior i,
  .contactoSuperior i {
    display: block;
    font-size: 21px;
    margin-top: 2px;
  }

  .contactoSuperior i {
    display: block;
    font-size: 26px;
    margin-top: -2px;
  }

  button#btntoggles,
  #close {
    margin-top: 12px;
  }

  p#breadcrumbs {
    display: none;
  }

  .page .site-content {
    margin-top: 0em;
  }

  .img.shortimg {
    margin-right: 0em;
    margin-bottom: 2em;
  }

  .blog_content_1 .more-btn {
    font-size: 18px;
  }

  .contenedorPostsDestacados ul li a img,
  .archive main#main article img,
  #catnav li img.archive main#main article img,
  #catnav li img {
    max-height: 100%;
  }

  .single main .cont_blog_1 {
    position: relative;
  }

  .single #main article img {
    margin-bottom: 1em;
  }

  .nav-previous {
    width: 100%;
    display: block;
    float: left;
    margin: 0em;
    padding: 0em;
    margin-right: 0em;
    margin-left: 0em;
  }

  .nav-links div {
    width: 100%;
    display: block;
    float: left;
    margin: 0em;
    padding: 0em;
    margin-right: 0em;
    margin-left: 0em;
  }

  .carousel-items {
    height: auto;
  }

  .carousel-captions p {
    height: auto;
  }

  .carousel-captions {
    height: auto;
    margin-bottom: 3em;
  }

  .telefonoSuperior i,
  .contactoSuperior i {
    display: block;
  }

  .contenedor7 .container_7 {
    border: 1px solid #49bfdb54;
    height: auto;
    margin: 1em 0em;
  }

  p.tituloCaptions {
    text-transform: capitalize;
    margin: 5px 0 10px;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
  }

  p.subtitulo {
    display: none;
  }

  /*
    #carouselExampleIndicators .titulo {
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
        position: relative;
        font-size: 24px;
        font-family: 'poppins', sans-serif;
        color: rgb(255, 255, 255);
        text-transform: none;
        text-align: center;
        float: left;
        width: 100%;
    }
    */
  .carousel-item {
    height: 250px;
  }

  .carousel-caption {
    padding-top: 0;
    padding-bottom: 0;
  }

  #carouselExampleIndicators .titulo {
    margin-bottom: 0rem;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
    font-size: 22px;
    font-family: 'poppins', sans-serif;
    color: rgb(255, 255, 255);
    text-transform: none;
    text-align: center;
    float: left;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }

  button.bannerSolicitar.more-btn {
    width: 100%;
    padding: 1em;
    margin: 0em;
    position: fixed;
    bottom: 0px;
    font-size: 1em;
    box-shadow: 0px -3px 6px #00000012;
    display: none;
    z-index: 99;
  }

  .bannerSolicitar.more-btn.ps img {
    display: none;
  }

  button.bannerSolicitar.more-btn,
  a.bannerSolicitar.more-btn,
  p.bannerSolicitar.more-btn {
    width: 100%;
    padding: 1em;
    margin: 0em;
    position: fixed;
    bottom: 0px;
    font-size: 1em;
    box-shadow: 0px -3px 6px #00000012;
    display: none;
    z-index: 99;
    text-align: center;
    color: #FFFFFF;
  }

  .has-2-columns .wp-block-column {
    display: block;
    width: 100%;
    float: left;
  }

  .index_blog1 {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    margin: 0px 0%;
  }

  .blog_content {
    float: left;
    width: 480px;
    padding: 20px 20px;
    height: auto;
    box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.45);
    position: relative;
    top: 59%;
    left: 0px;
    background: #FFFFFF;
    position: absolute;
    transform: translateY(-50%);
    width: 100%;
  }

  .index_blog1 {
    height: 570px;
  }

  .index_blog1 h1 {
    text-align: center;
  }

  .cont_blog_1 {
    text-align: center;
    width: 90%;
    padding: 15px 15px;
    position: absolute;
    left: 5%;
    bottom: 25px;
  }

  .bottom-footer #menu-footer-menu-2 a,
  .bottom-footer #menu-footer-menu-2 .ps {
    color: #0069aa;
    margin-right: 0em;
  }

  .header-container .leftmenu.show2 .nav-item {
    padding: 0 0px !important;
    margin-top: 13px;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    text-align: center;
  }

  .contenedor-carrousel-uno .card-view-main .col-sm-12 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .leftmenu .open-db {
    width: 100%;
    max-width: 580px;
  }

  /*
ul.dropdown-menu.open-db {
    display: none!important;
}
*/
  #btntoggles .fa-times {
    margin-right: 4px;
  }

  .menuLateralDerecho .dropdown-menu a:hover,
  .menuLateralDerecho .dropdown-menu .ps:hover {
    color: #FFF !important;
  }

  .a_fullHeightModalRight,
  .menuLateralIzquierdo a,
  .menuLateralIzquierdo .ps,
  .menuLateralDerecho a,
  .menuLateralDerecho .ps,
  .areaClienteCandado p,
  .areaClienteCandado a,
  li.idiomasSuperior span {
    font-size: 22px !important;
    margin-bottom: 0em;
    margin: 2px 0px;
    height: 24px;
    line-height: 26px;
  }

  .header-container .leftmenu .dropdown-menu a,
  .header-container .leftmenu .dropdown-menu .ps {
    padding: 0px 20px;
    font-size: 19px !important;
    font-weight: 100;
    line-height: 8px;
    border-bottom: solid 1px #FFFFFF33;
    display: list-item;
    list-style-position: inside;
    list-style: inside;
  }

  .dropdown-menu {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 0px;
    moz-transition: height 1s ease;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
  }

  .altoMenuMobile {
    height: 320px;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
  }

  span.caret {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #FFFFFF;
    margin-top: 8px;
    margin-left: 8px;
  }

  .textwidget.custom-html-widget {
    display: block;
  }

  .textwidget.custom-html-widget img {
    text-align: center;
    margin: auto;
    width: 100%;
  }

  .textwidget.custom-html-widget {
    float: left;
    width: 100%;
  }

  .menuLateralDerecho>li {
    margin-top: 2em !important;
  }

  section#custom_html-3 {
    border: 1px solid #FFFFFF57;
    border-left: 0px;
    border-right: 0px;
    padding: 0em;
    width: 90%;
    float: left;
    margin: 2em 05%;
  }

  .menu-item-19263.dropdown ul>li:last-child p,
  .menu-item-19263.dropdown ul>li:last-child a {
    color: #FFF !important;
    font-weight: 500 !important;
    text-decoration: underline;
  }

  p.bannerSolicitar.more-btn.ps.flotanteLateral {
    display: none;
  }

  .blog_content_1 {
    text-align: left;
  }

  .services_blog_4 .titulo a {
    height: auto;
  }

  a.ps.nav-link.clic_ID_menu_login {
    color: #FFFFFF !important;
  }

  a.ps.nav-link.clic_ID_menu_login i {
    margin-right: .5em;
  }
}

.page-template-tpl-login h1 {
  text-align: left !important;
}

.blockImportant {
  display: block !important
}

.noneImportant {
  display: none !important
}

.modal-open .show {
  display: block;
}

blockquote {
  background: #0069aa40;
  border-left: 10px solid #0069aa;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #0069aa;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p,
blockquote a {
  display: inline;
  margin-top: 0.86em;
  font-weight: 400;
  font-style: normal;
  color: rgba(0, 0, 0, 0.84);
  line-height: 1.58;
  letter-spacing: -0.004em;
  margin-bottom: -0.46em;
  font-size: 21px;
}

.parrafoDestacadoPost {
  background: #0069aa40;
  border-left: 10px solid #0069aa;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  /* quotes: "\201C""\201D""\2018""\2019"; */
}

.bottom-footer .textwidget.custom-html-widget {
  display: block;
}

.text-xl-right .textwidget.custom-html-widget {
  width: 100%;
}

.DSM_Mian_menu .open-db {
  margin-top: 19px;
}

@media screen and (max-width: 970px) {
  body {
    margin-top: 50px !important;
  }

  .blog_content_1 {
    padding: 0em
  }

  .blog_content_1 .more-btn {
    padding: 10px 10px;
  }

  .card-view-main.mview-main .cls {
    color: #FFFFFF !important;
  }

  .bottom-footer li,
  .bottom-footer ul,
  .bottom-footer nav {
    display: block;
    width: 100%;
  }

  .bottom-footer .textwidget.custom-html-widget {
    display: block;
    width: 100%;
  }

  .opinions-top li {
    display: inline;
  }

  .ds_main_header .textwidget.custom-html-widget {
    display: block;
  }

  .header-container .navbar-brand.logo img {
    margin-left: 10px;
  }
}

a.bannerSolicitar .more-btn .ps {
  display: block;
}

.bloque {
  display: block !important;
}

.cont_blog_1 .tituloSuperiorSlider {
  line-height: 1.2em;
}

.blog_content_1 div p b {
  margin-right: .3em;
}

.no_line_title,
.without_line_title {
  padding: 0px;
}

.blog_content_1 li {
  text-align: left;
}

div#accordion img {
  margin-right: 2em;
}

.wp-block-button {
  color: #FFFFFF;
  margin-bottom: 1.5em;
}

.wp-block-button.aligncenter {
  text-align: center;
}

.wp-block-button.alignright {
  text-align: right;
}

.wp-block-video.aligncenter {
  text-align: center;
}

.formulario .modal-content iframe#f {
  height: 750px;
  width: 100%;
  overflow: hidden;
}

.blog_content_1 {
  display: block;
  float: left;
}

.con_16-content {
  padding: 1em;
}

.cont-16-content_para {
  float: left;
  margin: 0em 0em;
}

a.more-btn.solicitarSidebarBoton:hover {
  color: #FFFFFF;
}

span.clic_ID_solicita-mas-informacion-aqui {
  display: block;
  float: left;
  margin-bottom: 2em;
}

button.more-btn.solicitarSidebarBoton {
  display: block;
  text-align: center;
  margin: 3em auto 1em auto;
  border: 1px solid #FFFFFF;
}

.serviece_blog_v2 p.titulo a {
  height: 80px !important;
}

.entry-content {
  margin: 1em 0em;
}

.index_blog1 .blog_content p, .index_blog1 .blog_content a {
  margin-top: 0.5em;
}

.blog_content_1 {
  width: 100%;
}

.wp-block-columns {
  width: 100%;
}

.services_blog_3 {
  width: 100%;
  float: left;
}

.solicitarSidebar p {
  display: block;
  float: left;
  text-align: center;
  width: 100%;
}

span.clic_ID_solicita-mas-informacion-aqui {
  width: 100%;
}

.textwidget a.lemon-way {
  float: left;
  margin-top: -1em;
}

.cont_blog_2.cont_header_landing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1140px;
  margin: auto;
}

@media (max-width: 900px) {
  .blog_content_1 img.shortimg {
    margin: 1em 0em;
  }

  .cont-18-content_para_enlace a {
    padding: 7px 12px;
    font-size: 1.5em;
  }

  .banner_activo_pc {
    display: none !important;
  }

  .cont_blog_2 .cont_blog_1 {
    margin: 0px !important;
  }

  .cont_blog_2 .cont_blog_1 .title.tituloSuperiorSlider {
    text-align: center !important;
    font-size: 10vmin !important;
    inline-size: auto;
    overflow-wrap: break-word;
  }

  .cont_blog_2 .cont_blog_1 .subtituloSuperiorSlider {
    text-align: center !important;
    inline-size: auto;
    overflow-wrap: break-word;
  }

  .cont_blog_2 .cont_blog_1 .div_buttonSuperior {
    justify-content: center !important;
  }

  .cont_blog_2.cont_header_landing {
    display: block;
  }
}

@media (max-width: 600px) {
  .textoFooter i.fab {
    font-size: 1.4em;
    margin-right: 0px;
  }

  .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 48px;
    height: 48px;
  }
}

/********************* NUEVOS ESTILOS *********************/
/*
.container {
  max-width: 1380px;
  padding-left: 0px;
  padding-right: 0px;
}

.container_9_wrapper {
  display: inline-block;
  width: 100%;
  border: 1px solid #ff0000;
}

.container9_fixed_width {
  display: grid;
  max-width: 1440px;
  margin: auto;
  border: 1px solid #ff0000;
}

.p_fixed_width {
  max-width: 1440px;
  margin: auto;
  float: none !important;
  border: 1px solid #ff0000;
}

.contenedor-carrousel-uno_fixed_width {
  max-width: 1440px;
  margin: auto;
  float: none !important;
  border: 1px solid #ff0000;
}

.nuevo_header_fondo {
  margin-top: 60px !important;
  margin-bottom: 0px !important;
}

.nuevo_header_fondo_2 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  min-height: 636px !important;
}

.nuevo_header_fondo_2 .imagen_pie {
  position: absolute;
  margin-bottom: 0px;
  bottom: 0px;
  width: 100%;
  left: 0px;
}

.nuevo_header_fondo_2 .imagen_pie figure{
  margin-bottom: 0px;
}

.nuevo_header_fondo_2.wp-block-cover h2{
  max-width: 100% !important;
}
*/
/********************* NUEVOS ESTILOS *********************/