/*
Theme Name: Tema Cualli
Theme URI: https://desarrollos-ajsc.com/
Author: Aldo Jesús Solis Cadena
Author URI: https://desarrollos-ajsc.com/
Description: El Tema Cualli para WordPress es un desarrollo personalizado, con secciones como Inicio, Nosotros, Servicios, Contacto y Blog; esta desarrollado por Aldo Jesús Solis Cadena.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cualli ajsc
Tags: tema-personalizado, ajsc, cualli
*/
/*--------------------------------------------------------------
|                        General                               |
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
body {
  font-family: Poppins!important;
  font-size: 16px;
  font-weight: 400!important;
  color: #585858!important;
  padding: 0!important;
  margin: 0!important;
  overflow-x: hidden!important;	
  -webkit-font-smoothing: antialiased!important;
  font-smoothing: antialiased!important;
}
h2 {
	font-weight: 700!important;
}
p {
	line-height: 24px;
  margin-bottom: 24px;
}
.content-padding{
	padding-bottom: 80px;
}
img {
  max-width: 100%;
  height: auto;
}

.cotizacion-barra-lateral {
  position: fixed;
  left: 0;
  top: 200px;
  z-index: 2000;
  overflow: hidden;
  width: 45px;
  color:#fff!important;
  background:#ac8b00!important;
  font-size: 30px;
  -webkit-transition: width 500ms;
  -o-transition: width 500ms;
  transition: width 500ms;
}
.cotizacion-barra-lateral a {
  display: inline-block;
  color:#fff!important;
  padding: 10px 15px;
  text-decoration: none;
}
.cotizacion-barra-lateral:hover {
  background: #ac8b00;
  width: 238px;
  -webkit-transition: width 500ms;
  -o-transition: width 500ms;
  transition: width 500ms;
}

.color-primario-btn {
  background: #ac8b00;
  color: #fff;
  border-color: #ac8b00;
}
.color-primario-btn:hover {
  background-color: #927600;
  border-color: #927600;
  color: #fff!important;
}
.color-primario-btn.focus, .color-primario-btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 139, 0, 0.44)!important;
}
.site-header > div,
.site-header > div > div,
.site-header > div > div > div,
.site-header > div > div > div > div,
.site-header > div > div > div > div > a > img {
	height: 100%!important;
}
button.scroltop {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  border-color: #ac8b00;
  border-radius: 20px;
  border-style: solid;
  border-width: 0;
  bottom: 15px;
  -webkit-box-shadow: 2px 2px 12px -5px #000000;
  box-shadow: 2px 2px 12px -5px #000000;
  color: #ac8b00;
  cursor: pointer;
  display: none;
  height: 40px;
  line-height: 26px;
  margin: 0;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 40px;
  z-index: 999;
}
.page-titulo{
  height: 427px!important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.page-titulo.nosotrosPage {
  background-image: url(./images/hero_seccion.jpg) !important;
}
.page-titulo.contactoPage {
  background-image: url(./images/contacto_header.jpg) !important;
}
.page-titulo.clientesPage {
  background-image: url(./images/clientes_header.jpg) !important;
}
.page-titulo.ccPage {
  background-image: url(./images/consultoria_capacitacion-header.jpg) !important;
}
.page-titulo.ssgPage {
  background-image: url(./images/software-header.jpg) !important;
}
.page-titulo.acPage {
  background-image: url(./images/capacitacion_auditoria-header.jpg) !important;
}
.containerTitulo {
  height: 100%!important;
  color: #fff!important;
  padding-top: 180px;
}
.containerTitulo h2{
  font-size: 60px;
  letter-spacing: 2pt;
}
.containerTitulo p{
  font-size: 15px;
  letter-spacing: 3pt;
}
#menu-menu-footer {
  list-style: none;
  padding-inline-start: 0px;
}
#menu-menu-footer a {
  color: #ffffff;
}
#menu-menu-footer a:hover {
  color: #c4ad09
}
.por-servicio .expertos-titulo {
  padding-bottom:  0px!important;
}

/*--------------------------------------------------------------
|                        Header                                |
--------------------------------------------------------------*/
.site-header {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: transparent;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	height: 101px;
}
.site-header.float-header {
	top: 0;
	padding: 0;
	margin-top: 0;
}
.site-header.sticky {
	position: fixed;
	top: 0;
	padding: 0;
}
.site-header ul,
.site-header ol {
  margin-bottom: 0px;
}
.site-header .banner-background{
	padding: 5px 0;
	background:url(./images/fondo_blanco1.png) left center no-repeat;
}
.site-header.sticky .banner-background{
	background: white;
}
/***** Navigation *****/
#site-navigation {
	display: block;
	float: right;
	margin-top: 15px;
	-webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#site-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#site-navigation li {
	float: left;
	/*padding: 0 14px;*/
}
#site-navigation ul ul li {
	padding: 0;
}	
#site-navigation ul li a {
	position: relative;
	font-size: .8em;
  padding: 18px 20px;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	outline: none;
	border-bottom: 3px solid rgba(0, 0, 0, 0);
	cursor: pointer;
  font-weight: 600;
  display: inline-block;
}
#site-navigation ul li a:hover {
	border-color: #fff;
  color: #fff;
}
#site-navigation li.current-menu-item>a,
#site-navigation li.current-menu-parent>a,
#site-navigation li.current-menu-ancestor>a {
	border-color: #ac8b00!important;
	color: #ac8b00!important;
}
#site-navigation ul ul a {
	width: 180px;
}
#site-navigation > ul > li:last-child {
	padding-right: 0;
}
#site-navigation ul li {
	position: relative;
}
#site-navigation ul li ul {
	width: 180px;
	position: absolute;
	top: 100%;
	left: initial; 
	opacity: 0;
	visibility: hidden;
	-webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
	-o-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#site-navigation ul li ul ul {
	top: 0;
}
#site-navigation ul li ul:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
}
#site-navigation ul li ul ul:after {
	top: 0;
}
#site-navigation ul li ul li ul {
	left: 100%;
}
#site-navigation ul {
	padding: 0;
}
#site-navigation li:hover > ul {
  opacity: 1;
  padding-top: 10px;
  margin: 0;
  visibility: visible;
  left: auto;
  display: block !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#site-navigation li:hover > ul ul {
	padding-top: 0;
	left: 100%;
}
#site-navigation ul ul {
	z-index: 99999;
}
#site-navigation ul ul li a {
	color: #fff;
	display: block;
	line-height: 30px;
	background: #1c1c1c;
	padding: 8px 18px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#site-navigation ul ul li:hover > a {
	color: #fff;
}
/***** Icons *****/
#site-navigation ul li::before {
	color: #fff;
	float: left;
	margin: 5px 5px 0 0;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
}
#site-navigation ul li a {
	float: left;
}
#site-navigation ul ul li:before {
	content: '';
	margin: 0;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#site-navigation.sticky-navigation ul li a {
	color: #585858;
}
#site-navigation.sticky-navigation ul li a:hover {
	border-color: #807e7e;
	color: #807e7e;
}
#site-navigation.sticky-navigation ul li::before {
	color: #807e7e;
}
/*--------------------------------------------------------------
|                        Footer                                |
--------------------------------------------------------------*/
.section-redes {
	margin-top: -55px !important;
  background-color: #0b0b4e !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
  color: #fff;
}
.section-redes .div-redes{
	padding-top: 80px;
  padding-bottom: 80px;
  
}
.div-redes h3 {
  color: #fff !important;
  font-size: 21px;
  letter-spacing: 3px;
  border-left: 4px solid #c4ad09;
  text-transform: uppercase;
  padding-left: 21px;
}
.ul-redes {
  font-size: 37px;
  padding-inline-start: 0px;
}
.ul-redes li {
  list-style: none;
  display:inline;
  padding-right: 10px;
}
.ul-redes li a {
  color: #fff;
  text-decoration: none;
}
.derechos-ajsc{
	color: #fff;
	font-size: 12px;
	margin-top: 0px !important;
  margin-bottom: -50px !important;
  padding-right: 50px !important;
  padding-top: 20px !important;
  padding-bottom: 0px !important;
  padding-left: 50px !important;
  background-color: #040247 !important;
}
.derechos-ajsc a{
	color: #fff;
	text-decoration: underline;
}
.derechos-ajsc a:hover{
	border-color: #ac8b00!important;
	color: #ac8b00!important;
}

/*--------------------------------------------------------------
|                        Sologan                               |
--------------------------------------------------------------*/
.slogan {
    background: rgba(21, 33, 92, .76);
    color: #fff;
    z-index: 9!important;
    margin-top: -58px;
    text-align: center;
    padding: 17px 25px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 13px;
}

/*--------------------------------------------------------------
|                    Clientes Slide                            |
--------------------------------------------------------------*/
.clientes-consultoria {
  padding-top: 75px;
  padding-bottom: 80px;
}
.clientes-ac {
  padding-bottom: 120px;
}
.clientes-carrusel {
	padding-top: 130px!important;
	margin-top: -35px!important;
  background-image: url(./images/home_clientes_carrusel.jpg) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
}
.carousel-indicators {
  bottom: -40px!important;
}
.carousel-indicators .active {
  background-color: #000!important;
}
.carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.5)!important;
}
.clientes-title {
	margin-bottom: 50px;
}
.head-title{
	font-size: 50px;
  line-height: 60px;
}
.todo-cliente {
  padding: 15px;
  display: flex;
}
.todo-cliente .imagen-testimonio {
  max-width: 35%;
  align-self: center!important;
  padding-right: 15px;
  text-align: center;
}
.todo-cliente .testimonial-text h3 {
	font-size: 1.30rem;
  font-weight: 700;
  margin-bottom: 1.7rem!important;
}
.todo-cliente .testimonial-text h3::before {
  content: "";
  border: 5px solid #ac8b00;
  margin-right: 15px;
}
.todo-cliente .testimonial-text {
  max-width: 65%;
	font-size: .9rem;
	font-weight: 400;
}
.testimonial-detail {
  padding: 5px;
}
.testimonial-detail strong{
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
.testimonial-detail span {
	color: #b7b7b7;
	font-size: 12px;
  font-style: inherit;
  text-transform: uppercase;
}
#carouselInicioControls .carousel-inner {
	padding: 0px 60px 0px 60px!important;
}
.controles-clientes {
	top: 20px!important;
	height: 50px;
  width: 50px!important;
  background: #ac8b00;
  color: #fff;
  border-radius: 50px;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
}
/*--------------------------------------------------------------
|                     Experiencia                              |
--------------------------------------------------------------*/
.experienca-row {
	margin-bottom: 80px!important;
}
.experiencia-home {
	padding-top: 100px !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.img-experiencia {
	box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.about-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 15px;
}
.about-year span {
  font-size: 85px;
  color: #000;
  font-weight: 600;
  line-height: 85px;
  position: relative;
  padding-left: 50px;
  padding-right: 15px;
  z-index: 1;
}
.about-year span:after {
  content: "";
  width: 130px;
  height: 130px;
  display: block;
  position: absolute;
  border: 5px solid #ac8b00;
  left: 0;
  top: -25px;
  z-index: -1;
}
.about-year p {
  font-size: 22px;
  color: #000;
  margin-bottom: 0;
}
.about-year p {
  font-size: 22px;
  color: #000;
  margin-bottom: 0;
}

.section-head.sec-head-medium .head-title {
  font-size: 40px;
  line-height: 55px;
  color: #585858;
}
.section-head.sec-head-medium {
  margin-bottom: 30px;
}
/*--------------------------------------------------------------
|                    Valor Agregado                            |
--------------------------------------------------------------*/
.valor-agregado {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  background-image: url(./images/valor_agregado_fondo.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.titulo-valor {
	padding-top: 70px!important;
	margin-bottom: 40px;
  color: #ffffff;
}
.titulo-valor h2 {
	text-align: center;
	color: #ffffff;
} 
.lista {
  color: #fff;
  font-size: 16px;
  padding-left: 8px;
}
.valor-agregado .lista a, .mision-texto a{
  color: #ad892c;
}
.valor-agregado .lista a:hover, .mision-texto a:hover{
  color: #ffffff!important;
}
/*--------------------------------------------------------------
|                        Servicios                             |
--------------------------------------------------------------*/
.servicios-home {
	margin-top: 40px !important;
}
.servicio-col a{
  color: #ac8b00;
}
.servicio-col a:hover{
  color: #585858;
}
.servicio-col p img {
	float: left;
	margin: 5px 25px 25px 0;
	width: 100px;
}
.servicio-col h3 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}
.servicio-col.importante {
  border-bottom: solid 10px #ac8b00 !important;
  padding: 12px 27px 39px 27px;
  box-shadow: 1px 0px 17px #e4e4e4;
  margin-top: -25px;
}
/*--------------------------------------------------------------
|                          Blog                                |
--------------------------------------------------------------*/
.blog-home {
    padding-top: 0px!important;
}
.blog-card {
	background: #f9f9f9!important;
	border: none!important;
	width: 100%!important;
}
.blog-card .card-body h4 {
	text-align: left!important;
	color: #585858!important;
	font-size: 22px!important;
	line-height: 32px!important;
	margin-bottom: 15px!important;
	font-weight: 600!important;
}
.blog-card .card-body a {
	background: #2d3660!important;
	text-transform: uppercase!important;
	letter-spacing: 2px!important;
}
/* Blog */
.section-blog{
  margin-bottom: 85px;
  margin-top: 80px;
}
.section-blog .card, section#busqueda .card, section#autor .card{
  margin-bottom: 20px;
  border: none;
}
.section-blog .card .card-footer, section#busqueda .card .card-footer, section#autor .card .card-footer{
  background: none;
}
.section-blog .card-title a, section#busqueda .card-title a, section#autor .card-title a{
  color: #333333;
  font-size: 20px;
  transition: all 0.35s;
}
.section-blog .card:hover .card-title a, section#busqueda .card:hover .card-title a, section#autor .card:hover .card-title a{
  color: #239fd3;
  text-decoration: none;
}
.section-blog .card .card-footer, section#busqueda .card .card-footer, section#autor .card .card-footer{
  text-transform:uppercase;
}
.section-blog .card .card-footer small, section#busqueda .card .card-footer small, section#autor .card .card-footer small{
  font-size: 8px;
}
.card .card-body .card-title,.card .card-body .card-text,.card .card-body .btn{
  text-align: center!important;
}
.section-blog .card .card-body .btn, section#busqueda .card .card-body .btn, section#autor .card .card-body .btn{
  font-size: 10px;
}
.section-blog .paginacion ul{
  list-style: none;
  display: inline-flex;
  display: -webkit-inline-box;
  font-size: 16px;
}
.section-blog .paginacion ul li{
  padding-right: .5rem;
  padding-left: .5rem;
  border: 1px solid #dee2e6;
}
.section-blog .paginacion ul li:first-child{
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.section-blog .paginacion ul li:last-child{
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.section-blog .paginacion ul li:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.section-blog .paginacion ul li a{
  text-decoration: none;
}
.section-blog .paginacion.page-numbers .current {
  color: #fff;
  background: #fdcc52;
}
.notas, .relacionadas{
  margin-bottom: 20px;
  width: 100%;
  padding: 15px 10px;
  background: #dedede14;
}
.notas h3, .relacionadas h3{
  font-size: 20px;
  font-weight: 400!important;
  border-bottom: 3px solid #dedede;
}
.notas .sidebar_anio{
  font-weight: 500;
  font-size: 17px;
  margin-left: 5px;
  margin-right: 8px;
  cursor: pointer;
}
.notas .sidebar_anio{
  font-weight: 500;
  font-size: 17px;
  margin-left: 5px;
}
.notas .sidebar_anio:hover p{
  color:#239fd3;
}
.notas .anio span{
  float: right;
  font-size: 18px;
}
.notas .archive_mes{
  text-transform: capitalize;
  margin-left: 8px;
  cursor: pointer;
}
.notas .archive_ocultar{
  display: none;
}
.notas .archive{
  margin-left: 10px;
  text-decoration: none;
  border-bottom: 1px solid #dedede;
  margin-bottom: 5px;
}
.relacionadas .relacionada-titulo{
  padding: 10px;
  text-decoration: none;
  border-bottom: 1px solid #dedede;
  margin-bottom: 5px;
}
.notas .archive .rojo{
  text-decoration: none;
  font-weight: 500;
  font-size: 22px;
  color: #000;
}
.relacionadas .relacionada-titulo .rojo{
  text-decoration: none;
  font-weight: 500;
  font-size: 22px;
  color: #000;
}
.notas .archive:hover .rojo, .relacionadas .relacionada-titulo:hover .rojo{
  color:#239fd3;
}
.notas .archive .autor, .relacionadas .relacionada-titulo .autor{
  display: block;
  color: #585858;
}
.notas .archive .autor a, .relacionadas .relacionada-titulo .autor a{
  color: #585858;
  text-decoration: underline;
}
.share-facebook{
  color: #3B5997
}
.share-facebook:hover{
  color: #2d4372;
  font-size: 1.2rem;
}
.share-twitter{
  color: #00aced;
}
.share-twitter:hover{
  color: #0084b4;
  font-size: 1.2rem;
}
.share-linkedin{
  color: #0074A1;
}
.share-linkedin:hover{
  color: #006288;
}
.share-pinterest{
  color: #cb2027;
}
.share-pinterest:hover{
  color: #c91517;
  font-size: 1.2rem;
}
.share-whatsapp{
  color: #43d854;
}
.share-whatsapp:hover{
  color: #009688;
  font-size: 1.2rem;
}
/*--------------------------------------------------------------
|                       Nosotros                               |
--------------------------------------------------------------*/
.div-historia {
  padding-top: 80px;
  padding-bottom: 70px;
}
.texto-historia h2 {
  font-size: 3rem!important;
  padding-top: 10px;
  padding-bottom: 18px;
}
.texto-historia h2::after{
  content: "";
  height: 80px;
  display: block;
  position: absolute;
  border: 5px solid #ac8b00;
  left: 0;
  top: 0px;
}
.texto-historia p {
  font-size: 14px!important;
}
.mision-div{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  background-image: url(./images/nosotros_21.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.mision-titulos{
  padding-bottom: 40px;
  padding-top: 45px;
}
.mision-titulos h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 62px;
  color: #ffffff;
  padding-bottom: 7px;
  border-bottom: 9px solid #ad892c;
  display: inline;
  text-transform: uppercase;
}
.mision-texto {
  font-size: 13px;
  color: #ffffff;
  padding-bottom: 30px;
}
.expertos-titulo {
  padding-bottom: 35px!important;
}
.expertos-titulo h1{
  font-size: 48px;
  line-height: 72px;
  font-weight: bold;
  color: rgb(86,87,87);
  padding-bottom: 7px;
  
}
.expertos-titulo span {
  display: block;
  border: 5px solid #ad892c;
  width: 162px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.div-equipo .row, .div-equipo .row .div-todo{
  padding: 0px!important;
  margin: 0px!important;
  width: 100%
}
.div-equipo .img-equipo, .div-equipo .img-equipo img{
  width: 100%;
}
.div-equipo .img-equipo img{
  max-width: 501px;
  max-height: 456px;
}
.div-equipo .hover-equipo, .dvi-hoverC .hover-cc {
  width: 100%;
  height: 100%;
  background-color: #03034c;
  position: absolute;
  opacity: 0.7;
  color: white;
  display: none;
  padding: 16px!important;
  -webkit-transition: opacity .3s cubic-bezier(.69,.1,.33,.9);
  -o-transition: opacity .3s cubic-bezier(.69,.1,.33,.9);
  transition: opacity .3s cubic-bezier(.69,.1,.33,.9);
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.div-todo:hover > .hover-equipo, .dvi-hoverC:hover > .hover-cc{
  display: block;
}
.hover-equipo .nombre-equipo{
  padding-top: 30px!important;
  padding-bottom: 15px!important;
}
.hover-equipo .nombre-equipo h2{
  font-size: 35px;
  line-height: 47px;
  font-weight: bold;
}
.hover-equipo .descripcion-equipo {
  font-size: 13px;
  max-height: 120px;
  overflow: hidden;
}
.hover-equipo .pdf-curriculo {
  margin-top: 34px;
}
.pdf-curriculo{
  font-size: 15px;
  line-height: 20px;
  color: rgb(18,34,127);
  font-weight: bold;
}
.pdf-curriculo a{
  text-align: center;
  width: 192px;
  height: 54px;
  border-radius: 21px;
  background-color: #ffffff;
  font-size: 15px;
  line-height: 20px;
  color: rgb(18,34,127);
  font-weight: bold;
}
.section-contacto, .section-cotizacion {
  margin-top: 85px;
  padding-bottom: 100px;
}
.section-contacto input, .section-contacto textarea, .g-recaptcha, .boton-enviar-formulario button, .message-txt {
  margin-top: 1em!important;
  border-radius: 0rem!important;
}
.section-cotizacion input, .section-cotizacion textarea, .section-cotizacion select {
  border-radius: 0rem!important;
}
.invalid-class {
  margin-bottom: 1em!important;
}
.section-contacto button, .section-cotizacion button {
  background: #ad892c;
  color: white;
  border-radius: 0rem!important;
}
.datos-contacto::before, .section-cotizacion::before {
  content: "";
  display: block;
  position: absolute;
  border: 5px solid #ad892c;
  height: 162px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.datos-contacto p, .datos-cotizacion p {
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 20px;
  color: rgb(88,88,88);
  margin-left: 40px;
}
.datos-contacto ul, .datos-cotizacion ul {
  font-size: 25px;
  line-height: 36px;
  color: rgb(88,88,88);
  margin-left: 0px;
  list-style: none;
}
/*-------------------------------------------------------------
|              CONSULTORÍA Y CAPACITACIÓN                      |
--------------------------------------------------------------*/
.div-cc, .div-ac {
  margin-top: 80px;
}
.div-cc .div-titulo, .div-capacitacion .div-titulo, .div-nom035 .div-titulo {
  margin-bottom: 30px;
}
.div-cc .div-titulo h2::before, .div-capacitacion .div-titulo h2::before, .div-ac .div-titulo h2::before, .div-nom035 .div-titulo h2::before, .div-nom35 .div-titulo h2::before{
  content: "";
  border: 5px solid #ac8b00;
  margin-right: 15px;
}
.img-wizard {
  margin-bottom: 30px;
  padding: 30px;
}
.img-wizard span{
  position: absolute;
  background-color: #03034c;
  color: #fff;
  left: 1px;
  top: 1px;
  display: block;
  width: 37px;
  height: auto;
  border-radius: 27px;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
}
.div-capacitacion .hover-cc {
  padding-top: 12px!important;
  padding-right: 20px!important;
  width: auto!important;
}
.testimonial-sertvicio {
  margin-bottom: 1.3rem;
}
.testimonial-sertvicio h3 {
  font-weight: 600;
}
.testimonial-sertvicio span {
  color: #ad892c;
  font-size: .9rem;
  font-style: inherit;
  text-transform: uppercase;
}
/*-------------------------------------------------------------
|                           SGC                              |
--------------------------------------------------------------*/
.div-sgc, .div-nom35 {
  padding-top: 60px;
  padding-bottom: 50px;
}
.div-sgc .container, .div-nom35 .container {
  padding-bottom: 80px;
  -webkit-box-shadow: inset 0px -36px 10px 0px rgba(240,240,240,1);
  -moz-box-shadow: inset 0px -36px 10px 0px rgba(240,240,240,1);
  box-shadow: inset 0px -36px 10px 0px rgba(240,240,240,1);
}
.fondo_gris_sgc {
  background-image: url(./images/fondo_gris.jpg) !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  /*background-size: cover !important;*/
  
}
.fondo_gris_sgc .body{
  padding-top: 50px!important;
}
/*-------------------------------------------------------------
|                  AUDITORIA Y CAPACITACIÓN                   |
--------------------------------------------------------------*/
.div-ac {
  margin-bottom: 40px!important;
}
.div-ac .text-ac-margin {
  margin-top: 50px;
}
.div-ac .text-ac-margin ul{
  list-style-type: none;
  padding-inline-start: 0px;
}
#accordion .card {
  border: 1px solid rgba(0, 0, 0, 0);
}
#accordion .card-header {
  background: #868686!important;
  padding: 0px!important;
  border-bottom: 0px!important;
  border-radius: 0px!important;
}
#accordion .card .heade-active {
  background: #ac8b00!important;
}
#accordion .card-header .btn-link {
  font-family: Poppins!important;
  color: white!important;
  font-weight: 600!important;
}
.imnc-cursos {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  background-image: url(./images/imnc_fondo.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
/*-------------------------------------------------------------
|                           Blog                              |
--------------------------------------------------------------*/
.section-single-blog{
  padding-top: 50px;
}
.section-single-blog .expertos-titulo{
  padding-bottom: 0px!important;
}
.section-single-blog .expertos-titulo h1{
  font-size: 40px!important;
  line-height: 55px!important;
}
/*-------------------------------------------------------------
|                     Form Wizard                              |
--------------------------------------------------------------*/
.wizard, .tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
}
.wizard a, .tabcontrol a {
  outline: 0;
}
.wizard ul, .tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.wizard ul > li, .tabcontrol ul > li {
  display: block;
  padding: 0;
}
/* Accessibility */
.wizard > .steps .current-info, .tabcontrol > .steps .current-info, .wizard > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
  font-size: .9rem;
}
.wizard.vertical > .steps {
  float: left;
  width: 30%;
}
.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}
.wizard.vertical > .content {
  float: left;
  margin: 0 0 0.5em 0;
  width: 70%;
}
.wizard.vertical > .actions {
  float: right;
  width: 100%;
}
.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}
.wizard > .steps .number {
  font-size: 1.429em;
}
.wizard > .steps > ul > li {
  width: 33.333333%;
  float: left;
}
.wizard > .actions > ul > li {
  float: left;
}
.wizard > .steps a {
  background: #828282b3;
  color: #fff;
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wizard > .steps a span.tiempo-cc {
  display: block;
}
.wizard > .steps a:hover, .wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wizard > .steps .disabled a {
  background: #828282b3;
  color: #fff;
  cursor: default;
}
.wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
  background: #828282b3;
  color: #fff;
  cursor: default;
}
.wizard > .steps .current a {
  background: #0d1476;
  color: #fff;
  cursor: default;
}
.sgc-wizard.wizard > .steps .current a {
  color: #0d1476!important;
}
.wizard > .steps .current a:hover, .wizard > .steps .current a:active {
  background: #2184be;
  color: #fff;
  cursor: default;
}
.wizard > .steps .done a {
  background: #9dc8e2;
  color: #fff;
}
.wizard > .steps .done a:hover, .wizard > .steps .done a:active {
  background: #9dc8e2;
  color: #fff;
}
.wizard > .content {
  display: block;
  margin: 0.5em;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  width: auto;
}
.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}
.wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}
.wizard > .actions > ul > li {
  margin: 0 0.5em;
}
.wizard > .actions a {
  background: #009688;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.wizard > .actions a:hover, .wizard > .actions a:active {
  background: #009688;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.wizard > .actions .disabled a {
  background: #eee;
  color: #aaa;
}
.wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa;
}

.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}
.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}
.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}
.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px;
}
.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}
.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}
.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}
.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}
.tabcontrol > .content > .body ul {
  list-style: disc !important;
}
.tabcontrol > .content > .body ul > li {
  display: list-item;
}
.wizard .content {
  min-height: 245px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  overflow-y: auto;
}
.wizard .content .body {
  padding: 15px;
}
.wizard .steps a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wizard .steps a:active, .wizard .steps a:focus, .wizard .steps a:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.wizard .steps .done a {
  background-color: rgba(13, 20, 118, 0.41);
}
.wizard .steps .done a:hover, .wizard .steps .done a:active, .wizard .steps .done a:focus {
  background-color: rgba(13, 20, 118, 0.41);
}
.wizard .steps .error a {
  background-color: #F44336 !important;
}
.wizard .steps .current a {
  background-color: #0d1476;
}
.sgc-wizard.wizard .steps .current a{
  background-color: #ffffff!important;
  border: 2px solid #0d1476;
  font-weight: bold!important;
}
.wizard .steps .current a:active, .wizard .steps .current a:focus, .wizard .steps .current a:hover {
  background-color: #0d1476;
}

/*-------------------------------------------------------------
|                      Responsive                              |
--------------------------------------------------------------*/
@media (min-width: 1200px) {
	.site-header{
		height: 104px;
	}
}
@media (min-width: 917px) and (max-width: 991px) {
	.container {
		max-width: 940px!important;
	}
}
@media (max-width: 916px) {
	.site-header .banner-background{
		padding: 5px 0;
	}
	.site-header.sticky .banner-background {
		padding: 5px 0;
		background:url(./images/fondo_blanco1.png) left center no-repeat;
	}
	.menu-menu-principal-container{
		padding: 15px 10px!important;
	}
	#site-navigation{
		width: 60%;
    height: 100%;
    background: #000;
    position: fixed;
    right: -550px;
    text-align: center;
    top: 86px;
	}
	#menu-menu-principal {
		display: inline-block;
		margin-block-start: 10px
	}
	#site-navigation ul {
		display: inline-grid;
	}
}
@media (min-width:768px) {
  .card .card-body .card-title,.card .card-body .col-sm-12 .btn{
    text-align: left!important;
  }
  .card .card-body .card-text{
    text-align: justify!important;
  }
  .section-blog .card-title a, section#busqueda .card-title a, section#autor .card-title a{
    font-size: 24px;
  }
  .section-blog .card:hover .card-title a, section#busqueda .card:hover .card-title a, section#autor .card:hover .card-title a{
    color: #239fd3;
  }
  .section-blog .card .card-footer small, section#busqueda .card .card-footer small, section#autor .card .card-footer small{
    font-size: 13px;
  }
}
@media(max-width: 767px) {
  .wizard>.steps>ul>li {
    width:100%;
  }
  .wizard.vertical>.steps,.wizard.vertical>.actions {
    display: block;
    float: none;
    width: 100%;
  }
  .wizard.vertical>.content {
    display: block;
    float: none;
    margin: 0 .5em .5em;
    width: auto;
  }
}
@media (min-width:400px) {
  .section-blog .card .card-footer small,section#busqueda .card-footer small, section#autor .card .card-footer small{
    font-size: 10px;
  }
}
