

@font-face {
	font-family: 'GuardianEgyp-Light';
	src: url(fonts/GuardianEgyp-Light.otf);
}

@font-face {
	font-family: 'GuardianEgyp-LightIt';
	src: url(fonts/GuardianEgyp-LightIt.otf);
}

@font-face {
	font-family: 'GuardianEgyp-Medium';
	src: url(fonts/GuardianEgyp-Medium.otf);
}

@font-face {
	font-family: 'GuardianEgyp-MediumIt';
	src: url(fonts/GuardianEgyp-MediumIt.otf);
}

@font-face {
	font-family: 'GuardianEgyp-Regular';
	src: url(fonts/GuardianEgyp-Regular.otf);
}

@font-face {
	font-family: 'GuardianEgyp-RegularIt';
	src: url(fonts/GuardianEgyp-RegularIt.otf);
}

@font-face {
	font-family: 'GuardianEgyp-Semibold';
	src: url(fonts/GuardianEgyp-Semibold.otf);
}

@font-face {
	font-family: 'GuardianEgyp-SemiboldIt';
	src: url(fonts/GuardianEgyp-SemiboldIt.otf);
}


body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'GuardianEgyp-Regular';
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
p {
	margin: 0;
}

figure {
	margin: 0;
}

span,
small {
	display: inline-block;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	display: inline-block;
	transition: 0.3s all ease-in-out;
}

button {
	border: none;
	background: transparent;
	cursor: pointer;
	transition: 0.3s all ease-in-out;
}

button:focus {
	outline: none;
	box-shadow: none !important;
}

input:focus,
textarea:focus {
	outline: none;
	border: none;
}

::selection {
	background: #3F8C32;
	color: #FFFFFF;
}

::-webkit-selection {
    background: #3F8C32;
	color: #FFFFFF;
}

::-moz-selection {
    background: #3F8C32;
	color: #FFFFFF;
}





/*--------------------
 Back to Top Button
---------------------*/

.scrollToTopBtn {
  background-color: #B27557;
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 20px;
  line-height: 0;
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  transition: all .5s ease;
}
    
.showBtn {
  opacity: 1;
  transform: translateY(0)
}

/*========================
   menu-area start here
=========================*/

.header-area {
	background-image: url(images/home-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 25px 0px 300px 0px;
}

.hd-img img {
	width: 200px;
	margin-right: 50px;
}

.menu-zone ul li a {
	font-family: 'GuardianEgyp-Medium';
	font-size: 28px;
	color:  #707070 !important;
	margin-left: 50px;
}

.menu-zone ul li a:hover {
	color:  #000;
}

.img-zone {
	text-align: center;
	margin-top: 365px;
} 

.img-zone img {
	width: 37%;
}


.offcanvas-zone ul li a {
	font-family: "Bree Serif", serif;
	font-size: 26px;
	color: #707070;
	font-weight: 300;
	margin-bottom: 10px;
}




/*===========================
   Consultores-area start here
=============================*/

.Consultores-area {
	padding: 0px 0px 210px;
	position: relative;
}

.Consultores-img {
	text-align: center;
	margin-top: 220px;
	position: relative;
}

.Consultores-img .dextop-img {
	width: 60%;
}

.Consultores-img .mobile-img {
	display: none;
}

.Consultores-img h2 {
	max-width: 750px;
	font-family: 'GuardianEgyp-Semibold';
	font-size: 85px;
	line-height: 1.3;
	color: #707070;
	position: absolute;
	top: -100px;
	left: 41px;
	text-align: left;
	background: #fff;
	padding: 40px 60px;
}

/*===========================
   Firma-area start here
=============================*/

.Firma-area {
	background-color: #4d4d4d;
	padding: 1px 0px 210px;
	position: relative;
}

.Consultores-img p {
	max-width: 750px;
	font-size: 38px;
	line-height: 1.3;
	color: #4D4D4D;
	text-align: left;
	position: absolute;
	bottom: -172px;
	right: 34px;
	padding: 40px 60px;
	background: #fff;
}


.Firma-img h2 {
	max-width: 800px;
	color: #fff;
	background: #4d4d4d;
}

.Firma-img p {
	color: #fff;
	max-width: 740px;
	bottom: -167px;
	right: -25px;
	background: #4d4d4d;

}

/*===========================
 contratarnos-area start here
=============================*/

.contratarnos-area {
	padding: 500px 0px 0px;
	background-image: url(images/los-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.contratarnos-bg {
	background: #EBEBEB;
	padding: 80px 45px 100px;
}

.contratarnos-bg h2 {
	font-family: 'GuardianEgyp-Semibold';
	font-size: 60px;
	line-height: 1.5;
	color: #4D4D4D;
	margin-bottom: 50px;
	text-align: center;
}

.contra-left {
	background: #4D4D4D;
	padding: 30px;
}

.contra-left img {
	width: 135px;
	margin-bottom: 90px;
	margin-left: -52px;
}

.contra-left h3 {
	font-family: 'GuardianEgyp-Semibold';
	font-size: 37px;
	line-height: 1.3;
	color: #fff;
	margin-bottom: 50px;
}

.contra-left p {
	font-size: 20px;
	line-height: 1.4;
	color: #fff;
}

.bt-img img {
	width: 100%;
	display: block;
}


.contratarnos-area .row > * {
  padding-right: 43px;
  padding-left: 43px;
}



/*===========================
 footer-area start here
=============================*/


.footer-area {
	background: #4D4D4D;
	padding: 112px 0 75px;
}

.footer-left a img {
	width: 250px;
}

.footer-center ul li {
	margin-bottom: 10px;
}

.footer-center ul li a {
	font-family: 'GuardianEgyp-Medium';
	font-size: 33px;
	line-height: 1.4;
	color: #fff;
}

.footer-right p.tel a {
	margin-bottom: 10px;
}

.footer-right p a {
	font-family: 'GuardianEgyp-Medium';
	font-size: 33px;
	line-height: 1.4;
	color: #fff;
}




/*===========================

   Quienes-page start here

=============================*/

/*========================
   menu-area start here
=========================*/

.Quienes-hd {
	background-image: url(images/bg-page2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 25px 0px 105px 0px;
}

.Quienes-ctn {
	text-align: center;
	margin-top: 80px;
}

.Quienes-ctn h2 {
	font-family: 'GuardianEgyp-Semibold';
	font-size: 85px;
	line-height: 1.5;
	color: #4D4D4D;
}

/*========================
   maxicana-area start here
=========================*/


.maxicana-area {
	padding: 56px 0px 250px;
}

.maxicana-left h2 {
	font-family: 'GuardianEgyp-Medium';
	font-size: 35px;
	line-height: 1.4;
	color: #4D4D4D;
	font-style: italic;
}

.maxicana-right p {
	font-size: 24px;
	line-height: 1.3;
	color: #4D4D4D;
}

/*========================
  enfoqui-area start here
=========================*/

.enfoqui-area {
	padding: 0px 0px 250px;
	width: 65%;
	margin: 0 auto;
}

.enfoqui-main {
	text-align: center;
}

.enfoqui-main img {
	width: 100%;
}

.enfoqui-main h3 {
	font-family: 'GuardianEgyp-Medium';
	font-size: 35px;
	line-height: 1.4;
	color: #4D4D4D;
	text-align: left;
	margin-left: 0 !important;;
	margin-top: 35px;
	font-style: italic;
}

.enfoqui-main p {
	font-size: 24px;
	line-height: 1.3;
	color: #4D4D4D;
	text-align: left;
	margin-left: 0 !important;;
	margin-top: 35px;
}

/*========================
  Resultados-area start here
=========================*/

.Resultados-area {
	padding: 0px 0px 240px;
}

.Resultados-area .row {

}

.Resultados-left img {
	width: 100%;
}

.Resultados-right h3 {
	font-family: 'GuardianEgyp-Medium';
	font-size: 35px;
	line-height: 1.4;
	font-style: italic;
	color: #4D4D4D;
	margin-bottom: 20px;
	margin-left: 40px;
}

.Resultados-right p {
	font-size: 24px;
	line-height: 1.3;
	color: #4D4D4D;
	margin-left: 40px;
}

/*========================
  amaro-area start here
=========================*/

.amaro-area {
	padding: 0px 0px 268px;
}

.amaro-main {
	text-align: center;
	position: relative;
}

.amaro-main img {
	width: 60%;
}

.amaro-main h2 {
	font-family: 'GuardianEgyp-Semibold';
	font-size: 85px;
	line-height: 1.3;
	color: #4D4D4D;
	text-align: left;
	max-width: 400px;
	position: absolute;
	bottom: 175px;
	right: 80px;
	background: #fff;
	padding: 60px 80px;
}


/*===========================

   practica-page start here

=============================*/

/*========================
   menu-area start here
=========================*/


.practica-hd {
	background-image: url(images/bg-page3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 25px 0px 105px 0px;
}

/*========================
   Derecho-area start here
=========================*/

.Derecho-area {
	background: #657165;
	padding: 160px 0px 0;
	position: relative;
}

.Derecho-area::before {
	content: "";
	display: block;
	position: absolute;
	width: 35%;
	height: 100%;
	background: #fff;
	top: 0;
	left: 0;
}

.Derecho-area .row {
	padding-bottom: 126px;
}

.Derecho-left {
	height: 100%;
	position: relative;
}



.Derecho-left h3 {
	font-size: 47px;
	line-height: 1.5;
	color: #4D4D4D;
	max-width: 361px;
}

.Derecho-right {
	padding-left: 40px;
}

.Derecho-right p {
	font-size: 24px;
	line-height: 1.3;
	color: #fff;
	margin-bottom: 25px;
}



/*===========================

   Nuestros-page start here

=============================*/

/*========================
   menu-area start here
=========================*/


.nuestros-hd {
	background-image: url(images/bg-page4.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 25px 0px 105px 0px;
}

/*========================
   Roberto-area start here
=========================*/

.Roberto-area {
	padding: 154px 0px 170px;
}

.Roberto-area .row > * {
  padding-right: 35px;
  padding-left: 35px;
}

.Roberto-zone h3 {
	font-size: 50px;
	line-height: 1.5;
	color: #4D4D4D;
	margin-bottom: 28px;
}

.roberto-img img {
	width: 100%;
	margin-bottom: 45px;
}

.Roberto-zone p {
	font-size: 24px;
	line-height: 1.3;
	color: #4D4D4D;
	margin-bottom: 28px;
}

.extra-pera {
	margin-bottom: 120px !important;
}

.heading-zone h4 {
	font-size: 45px;
	line-height: 1.5;
	color: #4D4D4D;
	margin-bottom: 
}

.heading-zone img {
	width: 100%;
	margin-bottom: 60px;
}

.Sergio-zone h3 {
	font-size: 50px;
	line-height: 1.5;
	color: #4D4D4D;
	margin-bottom: 28px;
}

.Sergio-img img {
	width: 100%;
	margin-bottom: 45px;
}

.Sergio-zone p {
	font-size: 24px;
	line-height: 1.3;
	color: #4D4D4D;
	margin-bottom: 28px;
}