/*
Theme Name: The7
Theme URI: https://the7.io/
Author: Dream-Theme
Author URI: https://dream-theme.com/
Description: Any design, any layout. No coding required. The7 is the most customisable WordPress theme on the market up to date. Add the power of Visual Composer, The7 Post Types, Ultimate Addons, Slider Revolution, and WooCommerce to the mix, and you'll get the ultimate web-site building toolkit! Theme is translation ready, compatible with WPML, SEO and mobile friendly (certified by Google).
Version: 11.6.1
Tested up to: 6.2.0
Requires PHP: 5.6.20
Requires at least: 5.4.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: https://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: https://themeforest.net/licenses/regular_extended
License URI: License.txt
Tags: multipurpose, responsive, retina ready, SEO ready, mobile friendly, iOS, material design, clean, minimal, business, corporate, portfolio, creative, photography, one page site, micro site
Text Domain: the7mk2
*/

.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.main-page {}

/*ELIMINAR ETIQUETA DEL TEMA*/
.solid-bg .wf-float-left{
	display:none!important;
}

/*CENTRAR COPYRHIGT*/
.solid-bg .wf-container-bottom {
	text-align:center!important;
}
.solid-bg .wf-container-bottom .wf-float-right{
	justify-content: center!important;
	    margin-left: 0px!important;
}
.solid-bg .wf-container-bottom .wf-float-right .bottom-text-block {
    text-align: center;
}




 /* CUSTOM CSS: BOTONES WP-ACCESIBILITY*/ 
.a11y-toolbar-widget ul li button {
  color: #000000 !important; /* Color de texto negro */
  font-size: 25px !important; /* Tamaño de fuente más grande */
  line-height: 2; /* Ajusta el valor según tus necesidades */
}

/*.a11y-toolbar-widget ul li button {
  background-color: transparent;
  background-color: #1fb1e480;
  border: none;
  outline: none;
  box-shadow: none;
  color: #ffffff;
}*/
.a11y-toolbar-widget ul li button {
  background-color: rgba(31, 177, 228, 0.5); 
  border: 1px solid #1f5ac2;
  outline: none;
  box-shadow: none;
  color: #ffffff;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.a11y-toolbar-widget ul {  /*ELIMINAR EL PUNTO DEL LISTADO */
  list-style: none;
}


 			/* HOVER */ 
.a11y-toolbar-widget ul li:nth-child(1) button:hover {
  background-color: #000000;
  color: #ffff00 !important; /* Texto amarillo */
}
.a11y-toolbar-widget ul li:nth-child(2) button:hover {
  background-color: #000000;
  color: #00ff00 !important; /* Texto verde */
}
.a11y-toolbar-widget ul li:nth-child(3) button:hover {
    background-color: #cccccc;
    color: #000000!important; /* Bajo Contraste */
}
.toggle-reset:hover {
  /* Estilo para el cuarto li */
      background-color: #1f5ac2;
    color: #ffffff!important;
}

      /******FOOTER*********/
/*.presscore-contact-info-widget-3{
	margin-left: 50px;
}*/

/*SUB MENU FOOTER - interlineado y margen*/
#presscore-custom-menu-two-3 {
	line-height:2.2em;
	margin-top: 18px;
}
/*CONTACTO FOOTER - margen*/
#presscore-contact-info-widget-3 {
		margin-top: 18px;
}

/*ESTILO EMAILS del FOOTER*/
  /* Eliminar el subrayado de los enlaces */
 .footer .contact-info li a {
    text-decoration: none;
  }
  /* Agregar el color del hover */
 .footer .contact-info li a:hover {
    color: #1fb1e4;
    text-decoration: none; /* Opcionalmente, puedes eliminar también el subrayado en hover */
  }

/*ESTILO EMAILS de CONTACTO*/
  /* Eliminar el subrayado de los enlaces */
 .icon-text-id-654470ab5628c493dbff89718d7018e4 .dt-text-desc a {
    text-decoration: none;
	 color:#767676;
  }
  /* Agregar el color del hover */
 .icon-text-id-654470ab5628c493dbff89718d7018e4 .dt-text-desc a:hover {
    color: #1fb1e4;
    text-decoration: none; /* Opcionalmente, puedes eliminar también el subrayado en hover */
  }


/*Sobre nosotros - margen*/
.vc_custom_1493829169670 .standard-number-list{
	margin-top: -20px;
}
.vc_custom_1493829183360 .wpb_wrapper p{
		line-height:2.2em;
}
/*LISTADO DE MAPA DEL SITIO*/
.vc_column-inner .image-arrow.list-divider li {
    display: inline-flex;
}
.list-divider li {
	 border-top: none;
}







/***********MOBIL RESPONSIVE******************/
/*EN GENERAL*/
@media only screen and (max-width: 993px) {
	.first-switch-logo-center.first-switch-menu-right .mobile-header-bar .mobile-mini-widgets {
		 display: contents !important;
	}
	.mobile-header-bar .mobile-branding img {
    max-width: 60%;
    height: auto;
  }
}
@media only screen and (max-width: 860px) {
	.nuevo-div{
		margin-left: 79%!important;
	}	
}
@media only screen and (max-width: 767px) {
  #footer > .wf-wrap{
	 display: inline-block;
    text-align:center!important;
  }
  .widget_presscore-custom-menu-two .custom-nav{
	 display: inline-table;
    text-align:center!important;
  }
	.footer .custom-nav > li > a span{
		margin: auto;
	}
}

@media only screen and (max-width: 450px) {
	.mobile-header-bar .mobile-branding img {
    max-width: 230px;
    height: auto;
  }
	.nuevo-div{
		margin-left: 70%!important;
	}	
}