/*
Theme Name: Paul Meza CPA
Theme URI: http://paulmezacpa.com/
Author: HapppyClient
Author URI: https://happyclient.mx
Description: Paul Meza CPA Web site
Tags: happyclient, paulmezacpa
Version: 2022
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

PAul Meza CPATheme © 2022 Happyclient

*/


@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');

@font-face {
font-family: "AvenirBlack";
src: url("font/Avenir_LT_Std_55_Roman.otf") format("opentype");

}

@font-face {
font-family: "AvenirRoman";
src: url("font/Avenir_LT_Std_55_Roman.otf") format("opentype");

}


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}


body {
	font-family: "AvenirRoman";
}
	

        .inner{
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            font-size: 2em;
        }

        .paulmeza {
        	position: absolute;
        	z-index: 0;
        	width: 100%;
        	height: 100vh;
        	background-color: #FFF;
        	background-position: top right;
        	background-size: cover;
     	background-repeat: no-repeat;
	background-image:url('http://paulmezacpa.happyclient.mx/wp-content/uploads/2022/04/PM_01_LANDING_F.png');

	  -moz-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    -webkit-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    opacity: 0;

        }






        #home h1 {
            padding-top: 20px;
        	font-family: "AvenirBlack";
        	font-weight: bold;
        	font-size: 72px;
        	line-height: 1;
        	color: #1c2f86 !important;
        	

        }
    



#home h2 {
            
font-size: 32px;
    line-height: 1;
    padding-top: 10px;
    color: #1c2f86 !important;
    letter-spacing: 2px;
    padding-left: 2px;
    
        }



#home h4 {
    padding-top: 60px;
    font-family: "AvenirRoman";
    font-weight: lighter;
    font-size: 18px;
    line-height: 1;
    color: #1c2f86 !important;
    
    padding-left: 5px;


        }




        .header {
        	position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    right: 0;
   	/* background-color: rgba(28, 47, 134, 0.9); */
   	background-color: rgba(255, 255, 255, 1);
    padding: 5px;
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid #00ce7b;

    	  -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;

        }



.docSlider-id_home .header  {

	 padding: 10px;
}

#menu {
	position: relative;
    float: left;
   
    margin-left: 20px;
 margin-top: 11px;
    	 	  -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}


.docSlider-id_home #header #menu {
       
         margin-top: 21px;
}


.docSlider-id_home #header .telefono {
       
        margin-top: 13px;
        background-color: #1c2f86;
      
}

.docSlider-id_home #header .telefono:hover {
    background-color: #00ce7b;
}

.telefono {
	color: #fff !important;
position: absolute;
    font-weight: bold;
    font-size: 18px;

    right: 200px;
    margin-top: 2px;

        	 	  -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;

    
    background-color: #00ce7b;
    padding: 10px 20px 7px 20px;
    border-radius: 20px;
    cursor: pointer;

}

.telefono:hover {
    background-color: #1c2f86;
}

.lenguage {
	float: right;
	position: relative;
	 margin-top: 14px;
	    	 	  -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.docSlider-id_home #header .lenguage {

	 	margin-top: 23px;
}




#menu .menu-item {
    position: relative;
    float: left;
    margin: 0 15px;
}
     
 #menu .menu-item a{
 	color: #1c2f86;
 	text-decoration: none;
 	text-align: center;
 	line-height: 1;
 	font-size: 20px;

 	  -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
 	
 }

 #menu .menu-item a:hover{ 
 	color: #00ce7b;
 }

 .btn_contact {
    cursor: pointer;
color: #fff;
    position: relative;
    font-weight: bold;
    font-size: 18px;

    background-color: #00ce7b;
    border-radius: 20px;
    width: 163px;
    height: 40px;
    line-height: 40px;
    margin-top: 40px;
    display: block;
    text-align: center;
          -moz-transition: all .3s ease-in !important;
    -o-transition: all .3s ease-in !important;
    -webkit-transition: all .3s ease-in !important;
    transition: all .3s ease-in !important;
 }

 .btn_contact:hover {
 	 background-color: #1c2f86;
 	   	
 }

.docSlider-id_home #menu .home.menu-item a,
.docSlider-id_about #menu .about.menu-item a,
.docSlider-id_services #menu .services.menu-item a,
.docSlider-id_work #menu .work.menu-item a,
.docSlider-id_contact #menu .contact.menu-item a {
	color: #00ce7b;
}






  #menu .menu-item a span{ 
  font-family: "AvenirBlack";
  font-weight: bold;
}

        .footer {
        	background-color: #1c2f86 !important;
        

    

        }

         .footer p, .footer span, .footer a{ 
         	color: #FFF;}

        .contenedor{
            width: 85%;
            max-width: 100%;
            position: relative;
            display: block;
            margin: 0 auto;
            }



            .hi{
               
                  position: relative;
    text-align: center;
    padding: 30px;
    margin: 0px;
    width: 100%;
    display: block;
    float: none;
    clear: both;
            }


            .owl-services1 {
                  position: relative;

    width: 100%;
    display: block;
    float: none;
    clear: both;
            }


#work {
    padding-top: 74px;
    margin-top: 1px !important;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00ce7b+0,1c2f86+100 */
background: #00ce7b; /* Old browsers */
background: -moz-linear-gradient(top,  #00ce7b 0%, #1c2f86 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #00ce7b 0%,#1c2f86 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #00ce7b 0%,#1c2f86 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ce7b', endColorstr='#1c2f86',GradientType=0 ); /* IE6-9 */
	height: 100%;
}


#work h2{
    width: 100%;
    clear: both;
    float: none;
font-size: 40px;
	text-align: center;
    line-height: 34px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 15px;
}


               .hi h2{
                font-size: 40px;
                line-height: 40px;
                font-weight: 700;
                color: #1c2f86;
                padding-bottom: 15px;
               }


                       .hi h3{
                   font-size: 14px;
    line-height: 25px;
    font-weight: normal;
               }



#clients {
    padding-top: 74px;
    margin-top: 1px !important;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00ce7b+0,1c2f86+100 */
	background: #ffffff;
}


#clients h2{
    width: 100%;
    clear: both;
    float: none;
	font-size: 40px;
	text-align: center;
    line-height: 34px;
    font-weight: 700;
    color: #1c2f86;
    padding-bottom: 15px;
}

.workcajacarrusel{
	left: 0;
	position: absolute;
	width: 100%;
}

.contenedor.clients-caja {
    height: 100%;
    margin-top: -80px;
}

.workfull.cblue {
    position: absolute;
    left: 0;
	height: 100%;
    margin: 130px 0 0 0;
    width: 100%;
}

#clients .owl-dots, #work .owl-dots{
	display: none;
}

a.btn_more_news{
	text-decoration: none;
}




.docSlider-button {
	background-color: #1c2f86 !important;
}



.logopaulmeza {
	 	  -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
position: relative;
    float: left;
    left: 0px;
    margin: 0px;
   width: 38px;
}

.docSlider-id_home #header .logopaulmeza{

	 width: 62px;
}


.logopaulmeza img{
	width: 100%;
	height: auto;
}

.parallax_paul {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
}


      #about {
       	background-color: #00ce7b;

       }
#about .mit50.first h3{
 color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-align: center;
    padding: 35% 5%;
    display: block;
    position: relative;
    z-index: 1;

}

.img-texas {
    position: absolute;
    top: 30%;
    z-index: -1;
    width: 200px;
    left: 50%;
    margin-left: -100px;
}

.lang-item {
    display: inline;
    margin: 0 7px;
}
.lang-item a{
    color: #1c2f86;
    text-decoration: none;
        -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.lang-item a:hover{
   color: #00ce7b;
}

.current-lang a {
    font-weight: bold !important;
    opacity: 1 !important;
  text-decoration: underline;
}

.polylang-flags {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.polylang-flags li {
    display: inline;  
}


.mit50 {
    width: 50%;
    position: relative;
    float: left;


}

.moreabout {
    margin-top: 30px;
        color: #fff !important;
    position: absolute;
    font-weight: bold;
    font-size: 14px;
   

    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
   
    background-color: #1c2f86;
    padding: 10px 20px 7px 20px;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
}

#services {
    padding-bottom: 50px;
}
#services .item {
    position: relative;
    float: left;
    width: 50%;
    

    display: block;

}

.owl-services1 {
    position: relative;
    display: block;
    height: 100%;
}

.boxarrowhover {
padding: 20px;
}


.btn_more_services {
    text-decoration: none;
    font-size: 18px;
    line-height: 20px;
    color: #1c2f86;
    font-weight: bold;
}

.post-description p {
font-size: 14px;
    line-height: 25px;
      font-weight: normal;
}

.post-description {
    margin-top: 15px;
    min-height: 180px;
    display: block;
    position: relative;
}

.firstparrafo {
    padding-top: 14%;
      font-size: 14px;
    line-height: 25px;
    text-align: justify;
    color: #1c2f86;
    font-weight: normal;
}



#services {
    padding-top: 74px;
}

#services .inner {



}


.footer {
     padding-top: 74px !important;
     color: #fff;
}

.foo1 img{
  width: 100px;
    height: auto;
    top: 0px;
    position: absolute;
}

.menusfoo {
      margin: 0px;
    padding: 0px;
    position: absolute;
    top: 35px;
}

.menusfoo li{ 
list-style:none;
margin-bottom: 20px;

}

.liunofoo {
    padding-top: 50px;
}

.menusfoo li a{
color: #fff;
text-decoration: none;
font-size: 16px;
font-weight: bold;
 }


.docSlider-id_contact .header{
    opacity: 0;


}

.telsfoo {

position: absolute;
top: 160px;
}
.telsfoo li {
    list-style: none;
    margin-bottom: 0px;
        line-height: 14px;
}
.telsfoo li a{
       font-size: 12px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 12px;
}

.ulsocial {
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
.ulsocial li{
        list-style: none;
    margin-bottom: 0px;
        line-height: 14px;
}
.ulsocial li a{
       font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 35px;
}

.ulsocial li a:before{
content: "\2192";
    display: inline-block;
    margin-right: 5px;
    color: #FFF;
}

.caja_direccion {

position: absolute;
top: 48px;
}

.footer .wpcf7 {
position: relative;
    top: 76px;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.footer .wpcf7-form {
    position: relative;
    width: 235px;
    margin: 0 auto;
}

.footer .wpcf7-email {
     line-height: 30px;
    padding: 5px 0px 5px 18px;
    font-size: 14px;
    color: #fff !important;
    border-radius: 20px;
    background-color: transparent !important;
    border: solid 1px #fff !important;
    width: 180px;
    margin-right: 10px;
}




.footer .wpcf7-email::placeholder{
     color: #fff !important;
}


.footer .wpcf7-submit {
    border:none !important;
    line-height: 40px;
    padding: 2px 10px;
    font-size: 14px;
    color: #1c2f86;
    border-radius: 50%;
    text-align: center;
    background-color: #FFF;
    width: 44px;

}



.caja_redes_foo {

position: absolute;
top: 40px;
}

.titfoonews {
    text-align: center;
        color: #fff;
    font-weight: 700;
    font-family: "AvenirBlack";
    margin-bottom: 30px;
    font-size: 16px;
    position: absolute;
top: 48px;
width: 100%;
}


.titfoo {
    color: #fff;
    font-weight: 700;
    font-family: "AvenirBlack";
    margin-bottom: 30px;
    font-size: 16px;
}

.foodirections {
        color: #fff;
    font-weight: normal;
 font-family: "AvenirRoman";
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 40px;
}



.unsexto {
    position: inherit;
    float: left;
    width: 16.6666%;
    text-align: left;
}

.dossextos {
        position: relative;
    float: left;
    width:33.3333%;
    text-align: left;
}

.unsexto.empty-space {
    height: 40px;
}

.contenedor-foo {
    width: 100%;
    max-width: 100%;
    position: relative;
    display: block;
    margin: 0 auto !important;
}

h3.textog-circ-green {
    text-align: center;
    position: relative;
    margin: 0 33%;
    vertical-align: top;
}

.circle-green {
	background: url(http://paulmezacpa.happyclient.mx/wp-content/themes/paulmezacpa/images/esfera2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 65%;
    float: right;
    height: 250px;
    display: flex;
    align-items: center;
}

.abajo-footer .caja_direccion, .abajo-footer .caja_redes_foo {
    position: unset !important;
}

.abajo-footer .telsfoo {
    top: 110px;
}

h3.textog-circulos {
    text-align: center;
    font-weight: bold;
    margin: 0px 20%;
    line-height: 25px;
    word-spacing: 2px;
    font-size: 20px;
}


p.textop-circulos {
    text-align: center;
}

p.texto2p-circulos {
    margin: 88px 140px;
    text-align: left;
    float: right;
}
.unsexto.circle-blue {
    background: url(http://paulmezacpa.happyclient.mx/wp-content/themes/paulmezacpa/images/cuadro5azyul.png);
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-filter: saturate(90%);
    display: grid;
    height: 225px;
    place-items: center;
}

#contact .unsexto{
	position: initial;
}

.dossextos.circle-blue {
    background: url(http://paulmezacpa.happyclient.mx/wp-content/themes/paulmezacpa/images/cuadro5azyul.png);
    background-repeat: no-repeat;
    background-size: 50%;
    -webkit-filter: saturate(90%);
    display: grid;
    height: 225px;
    place-items: center;
}

.circle-white img{
	width: 100%;
}

.abajo-footer{
	margin-top: 5%;
}

.txt-ult-cuadro{
	display: flex;
    place-items: center;
    justify-content: center;
}

#content_noticias {
    left: 0px;
    padding: 40px 0px 40px 40px;
    display: none;
    width: 100%;
    height: auto;

    position: absolute;
    background-color: black;
    top: -100px;
    z-index: 2;
}

.close_news {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #4AD8FF;
	font-size: 12px;
}

.boximgservicios {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 18vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.boximgservicios h3 {
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    bottom: 0px;
    position: absolute;
}

.o-container p {
    margin-bottom: 10px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important;
}

.img_news h3 {
    text-decoration: none !important;
    color: #1c2f86;
    text-transform: none !important;
    padding: 10px 0;
	font-size: 22px;
}

.u-text p {
	font-size: 14px;
    line-height: 25px;
    font-weight: normal;
	padding-bottom: 20px;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    height: 100%;
	object-fit: cover;
	object-position: top;
}

.img-post{
	height: 200px;
	overflow: hidden;
}

.item.itemnews{
	padding: 20px;
    background: #fff;
    width: 100%;
    margin: 0 auto;
}

.blog .item.itemnews {
	padding: 20px;
    background: #fff;
    width: 350px;
	height: auto;
    margin: 15px 15px;
    float: left;
}

.blog img.attachment-foto-cuadro1.size-foto-cuadro1.wp-post-image {
    height: 200px;
    width: 100%;
}

.animate__delay-100ms {

  --animate-delay: .1s !important;

}

.animate__delay-200ms {

  --animate-delay: .2s !important;

}

.animate__delay-300ms {

  --animate-delay: .3s !important;

}

.animate__delay-400ms {

  --animate-delay: .4s !important;

}

.animate__delay-500ms {

  --animate-delay: .5s !important;

}

.animate__delay-600ms {

  --animate-delay: .6s !important;

}

.animate__delay-700ms {

  --animate-delay: .7s !important;

}

.animate__delay-800ms {

  --animate-delay: .8s !important;

}

.animate__delay-900ms {

  --animate-delay: .9s !important;

}

.animate__delay-100ms {

  --animate-delay: .1s !important;

}

.btn-menu .linea{
	width:50px;
	height:5px;
	background-color:#00ce7b;
	display:block;
	margin:8px auto;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out
}


.btn-menu:hover{
	cursor:pointer
}


.menu-mobil{
	-moz-transition: all 1s ease !important;
    -o-transition: all 1s ease !important;
    -webkit-transition: all 1s ease !important;
    transition: all 1s ease !important;
  	display: none;
}

/*.box_menu {
    top: 38px;
    position: relative;
}*/

/* SIX */

#btn-menu-6.is-active{
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#btn-menu-6.is-active .linea:nth-child(2){
  width: 0px;
}

#btn-menu-6.is-active .linea:nth-child(1),
#btn-menu-6.is-active .linea:nth-child(3){
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#btn-menu-6.is-active .linea:nth-child(1){
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}

#btn-menu-6.is-active .linea:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}


.menu-mobil {
  	     -moz-transition: all 1s ease !important;
    -o-transition: all 1s ease !important;
    -webkit-transition: all 1s ease !important;
    transition: all 1s ease !important;
  	display: none;
  }

.box-menu{
	display: block;
	opacity: 1;
    transition-property: unset;
    transition-property: unset;
    transition-property: unset;
	-webkit-transform: translate3d(0,100px,0);
    transform: translate3d(0,100px,0);
}

.arrow{
	display: none;
	height: 10px;
    position: absolute;
    bottom: 0px;
    margin: 0px auto !important;
}

img.flecha-serv-down {
    width: 35px;
}

.single-post .attachment-full.size-full.wp-post-image {
    width: 350px;
    height: auto;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}

article .entry-content {
    margin-top: 30px;
	margin-bottom: 30px;
	padding: 0 20%;
}

.single-post .entry-title a {
    text-decoration: none;
    width: 100%;
    clear: both;
    float: none;
    font-size: 40px;
    line-height: 34px;
    font-weight: 700;
    color: #1c2f86;
    padding-bottom: 15px;
}

.single-post .entry-content p, .p-int p{
	text-align: justify;
	font-size: 14px;
    line-height: 25px;
    font-weight: normal;
	margin-bottom: 20px;
}

.single-post .entry-title{
	text-align: center;
	margin-top: 30px;
}

.p-int {
    top: 70px;
    position: relative;
}

.p-int .entry-title {
    text-decoration: none;
    width: 100%;
    clear: both;
    float: none;
    font-size: 40px;
    line-height: 34px;
    font-weight: 700;
    color: #1c2f86;
    padding-bottom: 15px;
}
.p-int header {
    position: relative;
    background: transparent;
    border: none;
    text-align: center;
}

.p-int .entry-content {
    margin-top: 5px;
	margin-bottom: 30px;
	padding: 0 20%;
}

.btn_more a {
    color: #ffffff;
    text-decoration: none;
    border: solid 2px;
    border-radius: 40px;
    padding: 8px 15px;
    font-size: 22px;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    font-size: 18px;
    border-radius: 20px;
    width: 163px;
    height: 40px;
    line-height: 40px;
    margin-top: 40px;
    text-align: center;
    -moz-transition: all .3s ease-in !important;
    -o-transition: all .3s ease-in !important;
    -webkit-transition: all .3s ease-in !important;
    transition: all .3s ease-in !important;
}

.btn_more {
    margin: 10px auto;
    text-align: center;
    padding-bottom: 10px;
    width: 100%;
}

.btn_more a:hover {
    background: #00ce7b;
    border: none;
}

img.OzAYt._3ii3f, img.OzAYt._3xs9_  {
    width: 100%;
    height: auto;
}

img.attachment-img-post.size-img-post.wp-post-image{
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.single-post .wp-caption {
    width: 100% !important;
    margin: 0 auto;
    float: left;
}

#clients .background-img{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 20%;
	object-fit: cover;
}

.single strong{
	font-weight: bold !important;
}

.qUxWM._3Z\+zE .NwZmu strong {
    font-weight: 700;
}

.home .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    display: none;
}

.heateor_sss_horizontal_sharing .heateorSssSharing, .heateor_sss_standard_follow_icons_container .heateorSssSharing {
    background-color: #1c2f86;
}

.heateor_sss_horizontal_sharing .heateorSssSharing:hover, .heateor_sss_standard_follow_icons_container .heateorSssSharing:hover {
    background-color: #00ce7b !important;
}

.share-ss {
    margin: 0 auto;
    text-align: center;
    display: flex;
    place-content: center;
    padding: 20px;
}


/* movil */

@media only screen and (max-width: 980px){
	.lenguage li span {
		display: none !important;
	}
	
	.telefono {
		right: 80px;
	}
}

@media only screen and (max-width: 860px){
	.firstparrafo {
		padding-top: 10%;
		line-height: 22px;
	}
}

@media only screen and (max-width: 760px){
	.firstparrafo {
		padding-top: 6%;
		line-height: 20px;
	}
}

@media only screen and (max-width: 660px){
	.moreabout {
		margin-top: 18px;
	}
}

@media only screen and (max-width: 600px){
	
	.blog .item.itemnews {
		width: 100%;
		margin: 15px 0px;
	}
	
	.owl-carousel .owl-item img {
    	height: auto !important;
		position: relative;
	}
	
	.p-int .entry-content {
		padding: 0;
	}

	article .entry-content {
		padding: 0;
	}
	
	.single-post .entry-content{
		text-align: center;
		padding: 0;
	}
	
	.single-post .entry-content img{
		float: none !important;
		width: 100% !important;
	}
	
	.single .menu-mobil, .page .menu-mobil {
    	top: -22px;
	}
	
	.workfull.cblue {
		margin: 100px 0 0 0;
	}
	.mit50 {
		width: 100%;
		float: inherit;
	}
	
	.firstparrafo {
		line-height: 25px;
	}
	
	#about .mit50.first h3 {
		padding: 0 5%;
	}
	
	.img-texas {
		top: 0%;
	}
	
	#services .item {
		float: inherit;
		width: 100%;
		display: block;
	}
	
	.post-description {
		min-height: 60px;
	}
	
	.inner .unsexto{
		width: 33.33%
	}
	
	.menusfoo {
    	margin: 0px 25%;
	}
	
	.caja_direccion, .telsfoo {
		left: 0;
		top: unset;
	}
	
	.telsfoo {
		margin-top: 25%;
	}
	
	.caja_redes_foo {
		position: absolute;
		top: 40px;
		margin: 0 0 0 28%;
	}
	
	.contact{
		margin-top: 55%;
	}
	
	.inner .dossextos {
		width: 50%;
		left: -5%;
		margin-top: 200px;
	}
	
	.filados .dossextos{
		width: 50%;
	}
	
	.circle-green {
		background-size: 80%;
		margin-top: 40px;
		height: 250px;
	}
	
	h3.textog-circ-green {
		margin: 0 20%;
	}
	
	.dossextos.circle-blue {
		height: unset;
		padding: 2% 0;
	}
	
	h3.textog-circulos {
		margin: 0px 5%;
		line-height: 22px;
		font-size: 14px;
	}
	
	.unsexto.circle-blue {
		height: unset;
		padding: 6% 0;
	}
	
	p.texto2p-circulos {
		margin: 0;
		padding: 18% 0;
	}
	
	.footer .wpcf7 {
		top: 90px;
	}
	
	header #menu {
		width: 100%;
		height: 100%;
		margin: 0 auto !important;
		top: 15%;
	}
	
	header #menu ul li{
		display: block;
		float: none !important;
		/*border-bottom:1px solid rgba(0,0,0, 0.3);*/
		margin: 60px 0 !important;
	}
	
	.menu-mobil{
		display: block;
		position: absolute;
		-moz-transition: all 1s ease;
		-o-transition: all 1s ease;
		-webkit-transition: all 1s ease;
		transition: all 1s ease;
	}
	
	.menu-mobil .btn-menu{
		display: block;
		padding: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.menu-mobil a{
		float: right;
	}
	
	#menu .menu {
		display: table;
		margin: 0 auto;
		position: relative;
	}
	
	.btn-menu{
		float: right;
	}
	
	.menu-mobil .btn-menu .linea {
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
	}
	
	
	.box_menu{
		display: none;
		opacity: 0;
		top: 0px;
		position: relative;
		z-index: 9999;
		height: 100vh;
		width: 100%;
		margin: 0 auto !important;
}

.box_menu.aos-init.bajando.is-active {
	 top: -50px;
}




  #menu .menu {
 
  }

  #menu .menu-item {
    float: none !important;
    margin: 60px 0px !important;
    text-align: center;
  }

  #menu .menu-item a{
  font-size: 24px;
    font-weight: 400;
    line-height: 1;
  }

.header.bajando #menu .menu-item a {
   font-size: 24px;
    font-weight: 400;
    line-height: 1;
}

	  .menu-mobil {
	position: absolute;
    right: -15px;
    top: -13px;
    display: block;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
	
	.lenguage {
		margin-right: 15%;
	}
	
	.telefono {
    	right: 150px;
	}
	
	.box_menu.is-active {
    	margin-top: 12% !important;
	}
	
	.menu-menu__ppal__en-container{
		margin-top: -65px;
	}
	
	.abajo-footer {
    	margin-top: 0%;
	}
	
	.lenguage {
		top: 0 !important;
		position: absolute;
		right: 0;
	}
	
	.docSlider-id_about .menu-mobil, .docSlider-id_services .menu-mobil, .docSlider-id_work .menu-mobil, .docSlider-id_contact .menu-mobil, .docSlider-id_clients .menu-mobil{
		top: -22px !important;
	}
	
	.paulmeza{
		background-position: 85% 0px;
	}
	
	.caja_redes_foo {
		position: absolute;
		top: 40px;
		margin: 0 0 0 28%;
	}
	
	#home h4, #home h1, #home h2 {
		text-shadow: 1px 1px #fff;
	}
	
	.arrow{
		display: block;
	}
	
}



@media only screen and (max-width: 540px){
	#about .mit50.first h3 {
		font-size: 35px;
	}
}

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

@media only screen and (max-width: 500px){
		.telefono {
    	right: 100px;
		font-size: 14px;
	}
	
	.lang-item {
    	display: block;
    	margin: -10px 15px;
	}
	
	.lang-item-es {
		margin-bottom: 15px;
	}
	
	.unsexto.circle-white {
    	float: right;
    	width: 33%;
	}
	
	.dossextos.circle-blue {
    	height: unset;
    	padding: 12% 0;
    	width: 66%;
	}
	
	.circle-green {
    	margin-top: 5%;
	}
	
	.unsexto.circle-blue{
		width: 66%;
    	float: right;
	}
}

@media only screen and (max-width: 450px){
	.telefono {
    	right: 135px;
	}
	
	.unsexto.circle-blue {
    height: unset;
    	padding: 12% 0;
    	float: right;
	}
	
	
	.foo1 img {
		width: 80px !important;
	}
	
	.contact {
    	margin-top: 56% !important;
	}
	
	.caja_direccion, .telsfoo {
		left: 0 !important;
		top: unset !important;
	}
	
	.caja_direccion {
		top: 85% !important;
    	position: absolute !important;
	}
	
	.telsfoo {
		margin-top: 100px !important;
		position: absolute !important;
	}
	
	.circle-green {
    	margin-top: 20px;
	}
	
	.inner .dossextos {
    	width: 50% !important;
    	left: -5% !important;
    	margin-top: 160px !important;
	}
	
	.footer .wpcf7-email {
		padding: 5px 0px 5px 18px !important;
		width: 100px;
	}
	
	.titfoonews {
		top: 35px;
	}
	
	.footer .wpcf7 {
    	top: 90px;
	}
	
	.dossextos.circle-blue {
		height: unset !important;
		padding: 10% 0 !important;
		width: 66% !important;
	}
	
	.filatres {
		height: 35% !important;
	}
	
	.footer .wpcf7-form {
    	width: unset;
	}
	
	.footer .wpcf7-email {
    	margin-right: 34px;
		margin-bottom: 0;
	}
	
	.footer .wpcf7-submit {
		float: right;
		position: relative;
		top: -43px;
		left: 15px;
	}
	
	.unsexto.circle-white {
    	float: right !important;
    	width: 33% !important;
	}
	
	.unsexto.circle-blue {
    	height: unset !important;
    	padding: 12% 0 !important;
    	width: 33% !important;
		float: left;
	}
	
	p.texto2p-circulos {
    	margin: 0 !important;
    	padding: 14% 0 !important;
	}
	
	.txt-ult-cuadro {
    	width: 66% !important;
	}
	
	.menusfoo {
    	margin: -5% 25%;
	}
	
	.caja_redes_foo {
    	position: absolute;
    	top: 40px;
    	margin: -5% 0 0 28%;
	}
	
	.footer {
    	padding-top: 30px !important;
    	color: #fff;
	}
	
	.menusfoo li {
    	margin-bottom: 5px;
	}
	
	.filados{
		/*display: none;*/
	}
		
	section#contact {
    	overflow-y: hidden;
	}
	
	.dossextos.circle-blue {
    	top: 52%;
	}
	
	.unsexto.circle-white {
    	position: relative !important;
    	top: 52%;
	}
	
	.unsexto.circle-blue {
    	top: -45%;
    	position: relative !important;
	}
	
	.dossextos.txt-ult-cuadro {
    	top: -45%;
	}
}

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

@media only screen and (max-width: 420px){
	.telefono {
    	right: 125px;
	}
	
	.lenguage {
    	margin-right: 17%;
	}
}

@media only screen and (max-width: 400px){
	.telefono {
    	display: none;
	}
}

@media only screen and (max-width: 380px){
	
	.circle-green {
    	background-size: 80%;
	}
}

@media only screen and (max-width: 350px){
	.img-texas {
		width: 170px;
		left: 53%;
	}
	
	#about .mit50.first h3 {
		font-size: 30px;
	}
}