@charset 'utf-8';
/*
 Theme Name:   Deviox Child Theme
 Theme URI:    http://deviox.themerex.net/
 Description:  Deviox Child Theme
 Author:       ThemeREX
 Author URI:   https://themerex.net/
 Template:     deviox
 Version:      1.0
 Tags:         light, inheritable theme options
 Text Domain:  deviox
*/
/* =Theme customization starts here
-------------------------------------------------------------- */
/**************************************/
/**************************************/
/**************************************/
/**************************************/
.sc_button.color_style_default.sc_button_default {
  background-color: #cbba89 !important;
  color: #000000 !important;
}
.sc_button.color_style_default.sc_button_default:hover {
  background-color: white !important;
}
.sc_button.color_style_default.sc_button_default.btn-sombra {
  -webkit-box-shadow: 0px 3px 9px 2px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 3px 9px 2px rgba(0, 0, 0, 0.26);
}
.sc_button.color_style_link2 {
  color: #000000 !important;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
}
.sc_button.color_style_link2:hover {
  background-color: #cbba89 !important;
}
/**************************************/
/**************************************/
html {
  font-size: 16px;
}
html body {
  line-height: 1.6;
}
html body p,
html body ul {
  color: #4a4a4a;
}
.sc_item_descr p {
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5 {
  letter-spacing: normal !important;
}
/* QUitamos menú de redes sociales de menu movil */
.socials_mobile {
  display: none !important;
}
.h1 {
  font-size: 45px;
  line-height: 1.16em;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
}
.sc_item_title:before,
.sc_title .sc_item_title:before {
  display: none;
}
h1.sc_layouts_title_caption::before {
  display: none;
}
.sc_testimonials_default {
  background-image: none !important;
}
/**************************************/
/**************************************/
.black {
  color: black !important;
}
.white {
  color: white !important;
}
.white h2,
.white h2 b,
.white h2 strong,
.white p,
.white ul,
.white li {
  color: white !important;
}
section.inner-section {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
@media all and (max-width: 1199px) {
  section.inner-section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media all and (max-width: 991px) {
  section.inner-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media all and (max-width: 767px) {
  section.inner-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
h2.sc_item_title {
  font-size: 45px !important;
}
@media all and (max-width: 959px) {
  h2.sc_item_title {
    font-size: 32px !important;
  }
}
@media all and (max-width: 767px) {
  h2.sc_item_title {
    font-size: 28px !important;
  }
}
.mc4wp-form {
  max-width: 360px;
  text-align: center;
  margin: auto;
  margin-bottom: 6px !important;
}
.mc4wp-form .mc4wp-form-fields input[type="submit"] {
  color: black !important;
  letter-spacing: normal !important;
  font-weight: normal !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  height: 20px !important;
  top: 20px !important;
}
.mc4wp-form .mc4wp-form-fields input[type="submit"]:hover {
  color: #cbba89 !important;
}
.mc4wp-form .mc4wp-form-fields input[type="email"],
.mc4wp-form .mc4wp-form-fields input[type="text"] {
  width: 100%;
  border: 1px solid #cbba89 !important;
  border-color: #cbba89 !important;
  padding-right: 120px !important;
  margin: auto;
  background-color: #ffffff !important;
  color: #7f7878 !important;
}
.mc4wp-form.busqueda input[type="submit"] {
  width: 80px;
}
.mc4wp-form.busqueda input[type="text"] {
  padding-right: 90px;
}
/**************************************/
/**************************************/
.sc_services_default h3 {
  font-family: 'Roboto Condensed';
}
.home-section-servicios > .vc_row > .wpb_column > .vc_column-inner {
  height: 470px;
}
.home-section-servicios > .vc_row > .wpb_column > .vc_column-inner .servicios-container {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  z-index: 15;
  padding-right: 150px;
}
.home-section-servicios > .vc_row > .wpb_column > .vc_column-inner .servicios-container h3 {
  color: white;
  margin-bottom: 15px;
  font-family: 'Roboto Condensed';
}
.home-section-servicios > .vc_row > .wpb_column > .vc_column-inner .servicios-container .servicios-hidden {
  display: none;
  margin-bottom: 30px;
}
.home-section-servicios > .vc_row > .wpb_column > .vc_column-inner .servicios-container .servicios-hidden p {
  color: white;
}
.home-section-servicios > .vc_row > .wpb_column > .vc_column-inner:hover::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 10;
}
.home-section-servicios > .vc_row > .wpb_column > .vc_column-inner:hover .servicios-hidden {
  display: block;
  line-height: 1.3;
}
@media all and (max-width: 1199px) {
  .home-section-servicios > .vc_row > .wpb_column > .vc_column-inner {
    height: 350px;
  }
  .home-section-servicios > .vc_row > .wpb_column > .vc_column-inner .servicios-container {
    padding-right: 100px;
  }
}
@media all and (max-width: 991px) {
  .home-section-servicios > .vc_row > .wpb_column > .vc_column-inner {
    height: 250px;
  }
  .home-section-servicios > .vc_row > .wpb_column > .vc_column-inner .servicios-container {
    padding-right: 60px;
    bottom: 10px;
  }
  .home-section-servicios > .vc_row > .wpb_column > .vc_column-inner .servicios-container h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.home-section-ctas .inner-container {
  min-height: 110px;
  padding: 70px 30px;
}
.home-section-ctas .inner-container h2 {
  color: white;
  font-size: 30px;
  font-family: 'Roboto';
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: bold;
}
@media all and (max-width: 991px) {
  .home-section-ctas .inner-container h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .home-section-ctas .inner-container h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .home-section-testimonios .sc_testimonials {
    padding-left: 0;
    padding-right: 0;
  }
}
.home-section-testimonios .sc_testimonials_slider {
  padding-bottom: 3.5em !important;
}
.home-section-testimonios .sc_testimonials_slider .sc_testimonials_item_author {
  padding-bottom: 10px;
}
.home-section-testimonios .sc_testimonials_slider .sc_testimonials_item_author .sc_testimonials_item_author_title {
  font-size: 16px;
}
.home-section-testimonios .sc_testimonials_slider .sc_testimonials_item_author .sc_testimonials_item_author_subtitle {
  font-weight: normal;
}
.home-section-testimonios .sc_title p {
  margin-bottom: 10px;
}
.home-section-testimonios .sc_testimonials_item {
  padding: 0 4em 2em !important;
}
.home-section-testimonios .swiper-pagination-bullet {
  opacity: 1 !important;
}
.home-section-noticias .sc_blogger_item .post_info_bottom .post_categories {
  color: black;
}
.home-section-noticias .sc_blogger_item .post_info_bottom .post_categories a {
  font-size: 12px;
  color: black;
}
.home-section-noticias .sc_blogger_item .post_info_bottom .post_categories a:hover {
  color: white;
}
.home-section-noticias .sc_blogger_item .entry-content {
  padding: 20px;
}
.home-section-noticias .sc_blogger_item .entry-content .post_meta_item.post_date a {
  font-weight: normal;
  color: #4a4a4a;
  letter-spacing: normal;
}
.home-section-noticias .sc_blogger_item .entry-content h5.sc_blogger_item_title.entry-title {
  font-family: 'Roboto Condensed';
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.home-section-noticias .sc_blogger_item .entry-content h5.sc_blogger_item_title.entry-title a {
  color: #000000;
}
.home-section-noticias .sc_blogger_item .entry-content h5.sc_blogger_item_title.entry-title a:hover {
  color: #cbba89;
}
.home-section-noticias .sc_blogger_item .entry-content .post-excerpt p {
  margin-bottom: 15px;
}
.home-section-noticias .sc_blogger_item .entry-content .sc_item_button {
  border-left: 1px solid #cbba89;
}
.home-section-noticias .sc_blogger_item .entry-content .sc_item_button a {
  display: block;
  color: black;
  padding-left: 15px;
}
.home-section-noticias .sc_blogger_item .entry-content .sc_item_button a:hover {
  color: #cbba89 !important;
}
.home-section-noticias .comments_meta {
  display: none;
}
@media all and (max-width: 767px) {
  .home-section-noticias .trx_addons_column-1_3 {
    margin-bottom: 20px;
  }
}
.home-section-contacto form input[type="submit"].wpcf7-form-control {
  color: #000000 !important;
  -webkit-box-shadow: 0px 3px 9px 2px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 3px 9px 2px rgba(0, 0, 0, 0.26);
  padding: 1.28em 2.5em;
}
.home-section-contacto form input[type="submit"].wpcf7-form-control:hover {
  color: #cbba89 !important;
}
.scheme_dark.top_panel.with_bg_image:before {
  background-color: rgba(0, 0, 0, 0.5);
}
header.top_panel {
  margin-bottom: 0;
}
/**************************************/
/**************************************/
footer.footer_wrap {
  margin-top: 0;
}
footer.footer_wrap .widget_contacts .contacts_info {
  color: white !important;
}
footer.footer_wrap .widget_contacts .contacts_info a {
  color: white !important;
}
footer.footer_wrap .widget_contacts .contacts_info a:hover {
  color: #cbba89 !important;
}
footer.footer_wrap ul.menu li {
  margin: 5px 0;
}
footer.footer_wrap ul.menu li a {
  color: white;
}
footer.footer_wrap ul.menu li a:hover {
  color: #cbba89;
}
@media all and (max-width: 768px) {
  footer.footer_wrap .vc_row {
    background-size: cover;
  }
}
/**************************************/
/**************************************/
.planes-section-planes .row-planes {
  max-width: 800px;
  margin: auto !important;
}
.planes-section-planes .plan-item .vc_column-inner {
  padding: 30px !important;
}
.planes-section-planes .plan-item .plan-header h3 {
  font-size: 30px;
  font-family: 'Roboto Condensed';
  font-weight: 300;
  margin-bottom: 40px;
}
.planes-section-planes .plan-item .plan-precio {
  font-family: 'Roboto Condensed';
  color: #cbba89 !important;
  font-size: 43px;
  margin-bottom: 20px !important;
}
.planes-section-planes .plan-item .plan-precio p,
.planes-section-planes .plan-item .plan-precio b,
.planes-section-planes .plan-item .plan-precio strong {
  color: #cbba89 !important;
}
.planes-section-planes .plan-item .plan-texto {
  min-height: 160px;
}
.planes-section-planes .plan-item .plan-texto p {
  line-height: 1.4;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (max-width: 767px) {
  .planes-section-planes .plan-item .plan-header h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .planes-section-planes .plan-item .plan-precio {
    font-size: 32px;
  }
  .planes-section-planes .plan-item .plan-texto {
    min-height: 120px;
  }
}
/**************************************/
/**************************************/
.servicios-section-servicios h2 {
  margin-bottom: 10px;
}
.servicios-section-servicios .btn-auditorias {
  margin-left: 55px;
  -webkit-box-shadow: 0px 3px 9px 2px rgba(0, 0, 0, 0.26) !important;
  box-shadow: 0px 3px 9px 2px rgba(0, 0, 0, 0.26) !important;
}
.ul-especial ul {
  list-style-type: none;
  margin-bottom: 30px !important;
  padding-left: 0;
}
.ul-especial ul li {
  position: relative;
  padding-left: 55px;
  margin: 5px 0;
}
.ul-especial ul li::before {
  content: ' ';
  position: absolute;
  left: 0;
  height: 3px;
  width: 40px;
  background-color: white;
  top: 10px;
}
.ul-especial.gold ul li {
  margin-bottom: 20px;
}
.ul-especial.gold ul li::before {
  content: ' ';
  background-color: #cbba89;
}
/**************************************/
/**************************************/
.contacto-section-enlaces a {
  color: #cbba89;
}
.contacto-section-enlaces a:hover {
  color: black;
}
/**************************************/
/**************************************/
@media all and (max-width: 991px) {
  .presencia-row h3 {
    font-size: 18px;
  }
}
/**************************************/
/**************************************/
.blog header,
.single header,
.search-results header,
.search-no-results header,
.archive header,
.category header {
  background-image: url('assets/img/bg-header-blog-2.jpg') !important;
}
.blog .content,
.single .content,
.search-results .content,
.search-no-results .content,
.archive .content,
.category .content {
  width: 100%;
}
.blog .page_content_wrap,
.search-results .page_content_wrap,
.search-no-results .page_content_wrap {
  padding-bottom: 60px;
}
.blog .inner-section,
.search-results .inner-section,
.search-no-results .inner-section {
  padding-bottom: 40px !important;
}
.single .page_content_wrap,
.archive .page_content_wrap,
.category .page_content_wrap {
  padding-bottom: 60px;
  padding-top: 60px;
}
.sidebar:before {
  background-color: #f5f1e7 !important;
}
.widget_tag_cloud a {
  background-color: #cbba89 !important;
  color: black !important;
}
.widget_search form:after {
  display: none;
}
.widget .widget_title {
  margin-bottom: 1.6em;
}
.widget .widget_title::after {
  display: none;
}
.widget ul li {
  padding-left: 10px;
}
.widget ul > li:before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background-color: #cbba89;
  position: absolute;
  left: -1.75em;
  top: 10px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
/**************************************/
/**************************************/
.blog .content_wrap {
  padding-bottom: 100px;
}
.blog article .post_featured,
.archive article .post_featured {
  margin-bottom: 20px;
}
.blog article .cat-container,
.archive article .cat-container {
  background-color: #cbba89;
  height: 30px;
  margin-top: -50px;
  z-index: 1000;
  position: absolute;
  margin-bottom: 20px;
  padding: 0 24px;
  display: inline-block;
}
.blog article .cat-container .post_categories,
.archive article .cat-container .post_categories {
  color: black !important;
}
.blog article .cat-container a,
.archive article .cat-container a {
  color: black !important;
  font-size: 12px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
}
.blog article .cat-container a:hover,
.archive article .cat-container a:hover {
  color: white !important;
}
.blog article .entry-header,
.archive article .entry-header {
  padding-left: 20px;
  padding-right: 20px;
}
.blog article .entry-header .post_date,
.archive article .entry-header .post_date {
  font-weight: normal;
  color: #4a4a4a !important;
  letter-spacing: normal;
}
.blog article .entry-header h2.post_title,
.archive article .entry-header h2.post_title {
  font-size: 20px;
  font-family: 'Roboto Condensed';
  font-weight: 500;
  margin-top: 15px;
}
.blog article .entry-content,
.archive article .entry-content {
  padding-left: 20px;
  padding-right: 20px;
}
.blog article .entry-content .sc_item_button,
.archive article .entry-content .sc_item_button {
  border-left: 1px solid #cbba89;
  margin-top: 20px;
}
.blog article .entry-content .sc_item_button a,
.archive article .entry-content .sc_item_button a {
  display: block;
  font-weight: 500;
  color: black !important;
  padding-left: 15px;
}
.blog article .entry-content .sc_item_button a:hover,
.archive article .entry-content .sc_item_button a:hover {
  color: #cbba89 !important;
}
.blog article .entry-content .sc_item_button a::after,
.archive article .entry-content .sc_item_button a::after {
  display: none;
}
@media all and (max-width: 768px) {
  .blog article,
  .archive article {
    margin-bottom: 20px;
  }
}
.blog .nav-load-more,
.archive .nav-load-more {
  background-color: #cbba89;
  border-radius: 20px;
  color: black;
  font-size: 11px;
  padding: 12px;
  -webkit-box-shadow: 0px 3px 9px 2px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 3px 9px 2px rgba(0, 0, 0, 0.26);
  letter-spacing: normal;
}
.blog .nav-load-more::before,
.archive .nav-load-more::before {
  display: none;
}
.blog .nav-load-more:hover,
.archive .nav-load-more:hover {
  background-color: white;
  color: black;
  -webkit-animation: none;
          animation: none;
}
/**************************************/
/**************************************/
.single .page_content_wrap h1 {
  font-size: 30px;
  font-family: 'Roboto Condensed';
  font-weight: normal;
}
.single .page_content_wrap h2 {
  font-size: 24px;
  font-family: 'Roboto Condensed';
  font-weight: normal;
}
.single .page_content_wrap .nav-links-single .nav-links {
  border-color: #cbba89;
}
.single .page_content_wrap .nav-links-single .nav-links .nav-previous:before {
  background-color: #cbba89;
}
/* Resultados de búsqueda */
.post_item_none_search .content,
.post_item_none_archive .content {
  width: 100%;
}
.post_item_none_search h2,
.post_item_none_archive h2 {
  text-align: center;
}
.post_item_none_search .page_info,
.post_item_none_archive .page_info {
  width: 100%;
  text-align: center;
  padding-left: 0;
}
