/*
Theme Name:  GA Abogados
Theme URI: https://ga-abogados.com.mx/
Description: GA Abogados.
Author: jlstudio
Author URI: #
Version: 1.0
Tags: white, fixed-width, custom-header, custom-background
*/
.dm-serif {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: normal;
}
.dm-mono {
  font-family: "DM Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

.fs30{
  font-size: 30px;
}
.fs50{
  font-size: 50px;
}
.fs20{
  font-size: 20px;
}
.fs43{
  font-size: 43px;
}
.fs40{
  font-size: 40px;
}
.fs14{
  font-size: 14px;
}
.fs46{
  font-size: 43px;
}
.fs12{
  font-size: 12px;
}
.fs22{
  font-size: 22px;

}
.fs28{
  font-size: 28px;
}
.fs10{
  font-size: 10px;
}
.fs48{
  font-size: 48px;
}
.fs18{
  font-size: 18px;
}
.fs16{
  font-size: 16px;
}
.relative{
  position: relative;
}
.bg-primary{
  background: #58090E;
  color: #F5F5DC;
}
.mb100{
  margin-bottom: 100px;
}
.mt100{
  margin-top: 100px;
}
.mt15{
  margin-top: 15px;
}
.mb40{
  margin-bottom: 50px;
}
.mb20{
  margin-bottom: 20px;
}
html{
  scroll-behavior: smooth;
}

.br27{
      border-radius: 27px;
}
.content_svg{
  margin-top: 20px;
}
.main_title{
    position: absolute;
    width: auto;
    right: -179px;
    top: 26px;
    margin: 0;
    padding: 15px 30px;
    background: #F5F5DC;
    color: #58090E;
    border-radius: 25px;
  
}
article{
  padding: 130px 0 80px;
}
.section_single{
 padding: 130px 0 80px;
}
img{
  max-width: 100%;
}
.content_item h3{
  max-width: 63%;

}
.content_item >div{
  max-width: 69%;
}
.img-full{
  width: 100%;
}
.color-primary{
  color: #58090E;
}
.color-gray{
  color: #797979;
}
.w70{
  width: 70%;

}
.bg-beige{
  background: #F5F5DC;
}
.btn_link{
  background: #58090E;
  border-radius: 10px;
  color: #F5F5DC;
  padding: 8px 15px;
  margin-top: 20px;
  display: inline-block;
}
.title_item{
  max-height: 99px;
  min-height: 99px;
}
.content_img img{
  width: 100%;
  height: auto;
  border-radius: 24px;
}
#blog .container,
#blog .content{
  border-top: 1px solid #58090E;
}
#blog .container::before,
#blog .content::before{
  content: '';
  display: block;
  width: 86px;
  height: 18px;
  background:#58090E
}
.content_footer{
  padding: 30px 0;
  border-radius: 50px;
  margin-bottom: 50px;
}
.content_footer .row{
  margin-bottom: 0;
}
.content_footer a{
  color: #58090E;
}
#menu-main-menu {
  margin: 0;
}
#menu-main-menu li{
  display: inline-block;
  padding: 0px 8px;
}
#menu-main-menu li a{
   font-family: "DM Serif Text", serif;
   font-size:18px;
   color: #000;
   display: block;
}
.time{
  color: #9A9A9A;
}
.section_single article{
   padding: 30px 0;
}
.section_single .content_img{
  margin: 50px 0;
}
.wp-pagenavi{
  text-align: center;
}
.wp-pagenavi .current{
      background: #F5F5DC;
    border-radius: 10px;
    color: #58090E;
    padding: 8px 15px;
    margin-top: 20px;
    display: inline-block;
}
.wp-pagenavi .page,
.wp-pagenavi .pages{
    background: #58090E;
    border-radius: 10px;
    color: #F5F5DC;
    padding: 8px 15px;
    margin-top: 20px;
    display: inline-block;

}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink{
      background: #58090E;
    border-radius: 10px;
    color: #F5F5DC;
    padding: 8px 15px;
    margin-top: 20px;
    display: inline-block;
}
#servicios .row .col{
  margin-bottom: 20px;
}
#servicios .row .col:nth-child(4){
  clear: both;

}
.cd-header{
      position: fixed;
    width: 100%;
    z-index: 100;
    background: white;
    top: 0;
    box-shadow: 0 0 8px #000;
}
.logo-wrap{
  margin-top: 10px;
}
#menu-main-menu {
    margin: 18px 0px;
}
.menu-item::after{
  transition: all ease-in-out .5s;
    content: '';
display: block;
	margin: auto;
	height: 2px;
	width: 0px;
	transition: width .5s ease, background-color .8s ease;
}
.menu-item:hover::after, .menu-item.active:after{
width: 100%;
  background: #58090E;
}


 #nav-icon2{
    width: 40px;
    height: 30px;
    position: relative;
    margin: 19px 0 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: none;
}



#nav-icon2 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background: #58090E;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 12px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 25px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 22px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 22px;
}
.mobile-off{
  display: block;
}
.mobile-on{
  display: none;

}
.body_content{
  margin-top: 50px;
}
#nuestro-trabajo .container .row .col:nth-child(2) h3{
    max-width:100%;
    min-width:100%;
}
/*Responsive*/
@media screen and (max-width: 1718px){

.fs30 {
    font-size: 25px;
}
.fs50 {
    font-size: 40px;
}
}
@media screen and (max-width: 1438px){

.fs30 {
    font-size: 18px;
}
.fs50 {
    font-size: 30px;
}
.main_title {
    right: -132px;
}
 #servicios   .fs30, #blog   .fs30 {
        font-size: 25px;
    }
}
@media screen and (max-width: 1148px){

.fs30 {
    font-size: 15px;
}
.fs50 {
    font-size: 24px;
}
.main_title {
    right: -114px;
}
.fs20 {
    font-size: 18px;
}
}
@media screen and (max-width: 992px){
#servicios .row .col:nth-child(4){
  clear: inherit;

}
#servicios .row .col:nth-child(2n+1){
  clear: inherit;
  

}
#servicios .row .col img{
  width: 100%;
  height: auto;

}
 #servicios .row .col   .fs30 {
        font-size: 25px;
    }
    article {
    padding: 50px 0;
}
#nav-icon2{
   display: inline-block;
}
#header .container{
  position: relative;
}
.menu-main-menu-container{
      background: #58090E;
    height: calc(100vh - 82px);
    width: 100%;
    position: absolute;
    left: 0;
    top: 82px;
    display: none;
}
#menu-main-menu{
        width: 100%;
        position: absolute;
        text-align: center;
        background: #58090E;
        color: #F5F5DC;
        top: 60px;
        z-index: 13;
        height: 245px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
}
#menu-main-menu li {
    display: block;
    padding: 10px 5px;
}
#menu-main-menu li  a{
   color: #F5F5DC;
}
#contacto{
  padding-top: 58px;
}
.section_single {
    padding: 84px 0 80px;
}

}
@media screen and (max-width: 835px){

.valign-wrapper{
  display: block;
}
.main_title {
        right: inherit;
        position: absolute;
        top: inherit;
        margin: 0 0;
        left: 16px;
        bottom: -14px;
}
#nosotros .col{
  width: 100%;
}
#nosotros .text{
  margin-top: 40px;
  max-width: 100%;
  text-align: justify;
}
.lic{
  margin-top: 50px;
}
  .fs30 {
    font-size: 18px;
  }
  #nosotros img{
    width: 100%;
    height: auto;
  }
  #nuestro-trabajo .col{
    width: 100%;
    margin-bottom: 30px;
  }
    #nuestro-trabajo  .right{
      float: left !important;
      width: 100%;
  }
  .mb100 {
    margin-bottom: 45px;
}

.content_item h3 {
    max-width: 100%;
}
.content_item >div {
    max-width: 100%;
}
 #nuestro-trabajo .right-align{
text-align: left;
}
article {
    padding: 90px 0;
}
.mb40 {
    margin-bottom: 25px;
}
.fs40 {
    font-size: 30px;
}
#nuestro-trabajo   .mb100 {
        margin-bottom: 30px;
    }

    .fs48 {
    font-size: 35px;
}
#nuestro-trabajo{
  text-align: center;

}
.mobile-off{
  display: none;
}
.mobile-on{
  display: inline-block;
  margin-top: 30px;

}
#nuestro-trabajo .right-align{
  text-align: center;
}
#servicios {
  text-align: center;

}
#servicios .fs12{
  font-size: 14px;
  text-align: justify;
}
#blog .fs14 {
    text-align: justify;
}
.maincol-page  .mainpost {
     text-align: justify;
}
.section_single .fs30{
   text-align: justify;
    
}
#body_content{
    text-align: justify;
}
#servicios .w70 {
    width: 100%;
}
#blog{
  text-align: center;
}
#blog .left-align{
  text-align: center;
}
#nuestro-trabajo .fs14{
    text-align:justify;
}

}
@media only screen and (max-width: 600px) {
  .title_item {
    max-height: auto;
    min-height: 20px;
}
.content_footer {
    padding: 30px;
}
.content_footer .left-align{
  text-align: center;

}
.content_footer .row .col{
  margin-bottom: 20px;
}
.fs46 {
    font-size: 35px;
}

}
