@-webkit-keyframes fadeInUp {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInUp {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  } 


/*-----*/
 #wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget .textwidget a.item-pilar-menu::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    /* border-radius: 100%; */
    background: #e7b827;
    margin-left: -12px;
    margin-top: 8px; 
}
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget .textwidget a.item-pilar-menu {
    color: #211915 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 25px !important;
    text-transform: uppercase !important;
    letter-spacing: 0 !important;
    font-family: "Montserrat", sans-serif !important;
    text-transform: capitalize !important;
    padding-top: 20px;  
    text-decoration: none;
} 
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget .textwidget a:hover{
    color: #e8b928 !important; 
}


#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget .textwidget p{
    margin-bottom: 0; 
}
/*---------*/
.bg-background{
    width: 100%;
    height: 150px; 
}
.bg-background .title-w{
    color: white;
    font-size: 25px;
    padding-top: 24px; 
}

.title-sub hr {
    width: 100%;
    background: #e8b928;
}
.title-sub h3 {
    margin-bottom: 7px;
}

.tb-shadow .wpb_content_element {
    margin: 0;
}

.tb-shadow {
    background: white;
    padding: 33px 0;
    box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.2);
    margin-bottom: 20px;
}
.tb-shadow h3::before {
    content: "";
    width: 72px;
    height: 73px;
    background-image: url(https://atsgestion.net/wp-content/uploads/2018/05/ic-title-q.png);
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -25px;
   
}

.tb-shadow h3{
    padding-left: 46px;
}


/*------*/
a.smoothScroll.current, a.smoothScroll.active-s{
    color: #e8b928 !important;
}


.open-list .material-icons, .close-list .material-icons{
    font-size: 40px; 
}
.menu-ib{
    padding: 0 !important; 
    width: 40px;
   
     box-shadow: 2px 0px 3px 0px rgba(50, 50, 50, 0.2);
        position: fixed;
    background: #e8b928;
    z-index: 3;
}
.menu-ib .wpb_button, .menu-ib .wpb_content_element, .menu-ib ul.wpb_thumbnails-fluid>li{
    margin: 0 !important;
}
.close-list{
    display: none;
    cursor: pointer;
}
.open-list{
    cursor: pointer; 
}
.menu-ib div#list-theme {
width: 100%;
  
   
}
.menu-ib div#list-theme ul{
    margin: 0;
    padding-left: 15px;
    box-sizing: border-box;
    display: none;
}
.menu-ib div#list-theme ul li{
    width: 100%;
    margin: 0;
    list-style: none;
}
.menu-ib div#list-theme ul li a{
    display: block;
    text-decoration: none;
   font-family: 'Nunito', sans-serif;
    font-weight: bold;
    color: #444242;
    padding: 10px;
    box-sizing: border-box;
    font-size: 15px;
}
.menu-ib div#list-theme ul li a span{
    color: #e8b928;
    margin-right: 10px;
}

/*----------*/

@media (min-width:760px){
    .bg-background{
    width: 100%;
    height: 300px; 
}
    .bg-background .title-w{
    color: white;
    font-size: 40px;
    padding-top: 120px; 
}
    
}
@media (min-width:1024px){

.title-sub hr {
    width: 40%;
    background: #e8b928;
}


/*----*/
    .menu-ib{
        width: 100%;
        background: white; 
        position: relative;
    }
    section.menu-ib-fix{
        position: fixed ;
       top: 91px;
            -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    } 
    
    .open-list{
        display: none;
    }
    .menu-ib div#list-theme ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-left: 0;

    }
    .menu-ib div#list-theme ul li{
        display: inline-block; 
        width: auto;
    }
    .menu-ib div#list-theme ul li a span{
        display: none;
    }
    .menu-ib div#list-theme ul li a{
        padding: 20px 50px;
        border-right: 2px solid #80808054 !important;
    }
    .menu-ib div#list-theme ul li:last-child a{
        border-right: 0 !important; 
    }

}

.entra-2 {
	position: fixed;
    top: 250px;
    right: 15%;
    max-width: 300px;
	z-index: 1;
	transition: all .3s;
}
.entra-2 ul li a:hover {color:#000;}

footer.site-footer {
    position: relative;
}

.single-post footer.site-footer {
    z-index: 999999 !important;
    position: relative;
}



.remove-content-fixed {opacity:0;}


@media (max-width:1400px) and (min-width: 1025px){
	.entra-2 {right: 8%;}
}

@media (max-width:1025px) {
	.entra-2 {
		position: relative !important;
		top: inherit;
		right: inherit;
		opacity: 1 !important;
		max-width: inherit !important;
	}
	.contenedor-entra {flex-direction: column;}
}

@media (max-width:500px) {
	.title-2-seo h2 {font-size: 25px !important;}
}

.title-2-seo h2 {
	font-size: 35px;
    font-family: 'Nunito', sans-serif;
}

.boton-sol a {line-height:1 !important;}

 .wp-megamenu-sub-menu  li a {
    color: #282828 !important;
}

.page-id-321 .wp-megamenu-sub-menu  li a:hover {
    color: #e8b928 !important;
}

