body, html {
     height: 100%;
}
 html {
     padding: 0;
     margin: 0;
     scroll-behavior: smooth;
}
 body {
     margin: 0;
     padding: 0;
     font-size: 20px;
     font-weight: 400;
     color: #414042;
     font-family: 'Lato', sans-serif;
     overflow: hidden;
     background: #1f1f1f;
}
 @font-face {
     font-family: 'akrobatblack';
     src: url('../fonts/akrobat-black.woff2') format('woff2'), url('../fonts/akrobat-black.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
.footer_mobile_social .whatsapp a {
    font-size: 16px;
    align-items: center;
    display: flex;
}
 h1, h2, h3, h4, h5, h6 {
     font-family: 'Lato', sans-serif;
}
 p {
     line-height: 1.6;
     margin: 0 0 1.8em 0;
     font-size: 0.9em;
}
 a, button {
     outline: none;
     transition: all 0.5s ease-out;
}
 button, .btn-primary {
     border-style: solid;
     border-width: 2px;
     border-color: rgb(236, 236, 236);
     background: -moz-linear-gradient(top, rgba(74, 18, 30, 0.6) 0%, rgba(127, 32, 52, 0.63) 100%);
     background: -webkit-linear-gradient(top, rgba(74, 18, 30, 0.6) 0%, rgba(127, 32, 52, 0.63) 100%);
     background: linear-gradient(to bottom, rgba(74, 18, 30, 0.6) 0%, rgba(127, 32, 52, 0.63) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#994a121e', endColorstr='#a17f2034', GradientType=0);
     padding: .5em 2em;
     transition: opacity ease-in-out 0.5s;
     color: #fff;
     border-radius: 20em;
     font-size: 1em;
     box-shadow: none !important;
     -webkit-transition: all 0.5s ease-out;
     -moz-transition: all 0.5s ease-out;
     -o-transition: all 0.5s ease-out;
     transition: all 0.5s ease-out;
}
 button:hover, .btn-primary:hover, button:focus, .btn-primary:focus {
     border-color: rgb(236, 236, 236) !important;
}
 img {
     max-width: 100%;
}
.res_footer.d-none {
	display: none;
}
 .d-none{
     display: none;
}
 .transition {
     position: fixed;
     width: 100%;
     height: 100%;
     opacity: 1;
     z-index: 21;
     top: 0;
     background: #ffffffa3;
     transition: opacity ease-in-out 0.5s, z-index ease-in-out 0.5s;
     display: flex;
     align-items: center;
     justify-content: center;
     align-content: center;
}
 .transition.hide {
     opacity: 0;
     z-index: -1;
     display: none;
}
 .container{
     max-width: 92%;
     width: 100%;
     margin: 0 auto;
}
 .caption{
     display: inline-block;
     position: absolute;
     left: 8em;
     top: 40%;
     transform: translateY(-45%);
     text-align: left;
}
 .caption h1{
     width: 100%;
     display: inline-block;
     padding: 0 0 0 0;
     font-family: 'akrobatblack';
     color: #fff;
     font-size: 5.700em;
     text-transform: uppercase;
     margin: 0;
     line-height: 1;
}
 .caption h2{
     width: 100%;
     display: inline-block;
     padding: 0 0 0 0;
     font-family: 'akrobatblack';
     color: #fff;
     font-size: 4.650em;
     text-transform: uppercase;
     margin: 0;
     line-height: 1;
}
.caption .btn-primary {
	background: #ffd800;
	padding: 0.4em 1.4em;
	color: #fff;
	border-radius: 20em;
	font-size: 1.4em;
	box-shadow: none !important;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	border: 0;
	text-decoration: none;
	margin: 1em 0 0 0;
	color: #000000;
	line-height: 1;
	text-transform: uppercase;
	float: left;
	display: flex;
	align-items: center;
	margin-right: 15px;
}
 .caption .btn-primary:hover {
     background: #fff;
}
.caption .btn-primary span {
	font-family: 'Lato', sans-serif;
	font-size: 0.8em;
	font-weight: 600;
	float: left;
}
 .caption .btn-primary strong {
     font-size: 1.565em;
     font-family: 'akrobatblack';
     line-height: 0.7em;
}
.caption .btn-primary img {
	padding: 0.2em 0.5em 0.2em 0;
	float: left;
	width: 1.5em;
}
.fa-brands.fa-whatsapp {
	padding: 0.2em 0.5em 0.2em 0;
	float: left;
	font-size: 1.5em;
}
.caption .btn-green:hover {
	background: transparent !important;
	outline: 2px solid white;
}
 .footer_wrapper {
     width: 100%;
     display: inline-block;
     padding: 0 0 1.5em 0;
     position: fixed;
     left: 0;
     bottom: 0;
}
 .footer {
     width: 100%;
     display: flex;
     padding: 0 0 0 0;
     align-items: center;
     justify-content: flex-start;
}
 .footer .logo {
     width: auto;
     display: inline-block;
}
 .footer h3 {
     display: inline-block;
     margin: 0;
     font-size: 1.8em;
     line-height: 1;
     color: #fff;
     font-weight: 600;
     padding: 0 2em 0 1em;
}
.my-wimg {
    max-width: 30px;
    padding-right: 10px;
}
.footer_mobile_social .whatsapp.bdr-none a.my-whatsapp {
    font-size: 25px;
}
 .footer .social {
     display: inline-block;
     list-style-type: none;
     margin: 0;
     padding: 0 2em 0 0;
}
 .footer .social li{
     display: inline-block;
     padding: 0 0.3em 0 0.3em;
}
 .whatsapp {
     display: inline-block;
     border-left: 0.2em solid #fff;
     padding: 0.4em 1.5em;
     font-size: 1.3em;
     color: #ffd800;
     font-weight: 600;
     margin-right: 1.5em;
     line-height: 1.1;
}
 .whatsapp a {
     font-size: 1.5em;
     line-height: 1;
     color: #fff;
     font-weight: 600;
     display: inherit;
     text-decoration: none;
}
 .whatsapp a:hover {
     color: #ffd800;
}
 .whatsapp:last-child{
     margin-right: 0;
}
 .copyright {
     width: 100%;
     display: inline-block;
     padding: 0 0 0 0;
     text-align: center;
}
 .copyright p{
     display: inline-block;
     padding: 0 2em 0 0;
     margin: 0;
     font-size: 1em;
     color: #fff;
     font-weight: 600;
}
 .footer-menu{
     width: auto;
     list-style-type: none;
     margin: 0 0 0 2em;
     padding: 0 0;
     display: inline-block;
}
 .footer-menu li{
     display: inline-block;
     font-size: 1em;
     color: #fff;
     font-weight: 600;
     text-decoration: none;
     padding: 0 0.3em;
}
 .footer-menu li a{
     text-decoration: none;
     color: #fff;
}
 .footer-menu li a:hover{
     color: #ffd800;
}
 @media only screen and (max-width: 1680px) {
     body {
         font-size: 17px;
    }
}
 @media only screen and (max-width: 1600px) {
     body {
         font-size: 15px;
    }
}
 @media only screen and (max-width: 1440px) {
     body {
         font-size: 13px;
    }
     .footer .social li img {
         width: 38px;
    }
     .footer .logo img {
         width: 78%;
    }
}
 @media only screen and (max-width: 1366px) {
     body {
         font-size: 12px;
    }
}
 @media only screen and (max-width: 1199px) {
     body {
         font-size: 9px;
    }
     .whatsapp {
         line-height: 2;
    }
     .footer .social li img {
         width: 32px;
    }
     .whatsapp a {
         font-size: 1.3em;
    }
     .whatsapp {
         font-size: 1.5em;
    }
     .footer .logo img {
         width: 66%;
    }
     .footer h3 {
         line-height: 1.4;
    }
}
 @media only screen and (max-width: 991px) {
     .header_section{
         background: url(../images/hero_ipad_banner.jpg) no-repeat;
         background-size: cover;
    }
     .caption .btn-primary {
         font-size: 1.4em;
         float: none;
         display: inline-block;
         line-height: 1.3;
    }
     .caption .btn-primary {
         font-size: 2em;
         float: none;
         display: inline-block;
    }
.caption {
    left: 0em;
    bottom: 25em;
    transform: translateY(0%);
    text-align: center;
    top: auto;
}
     .caption h1 {
         font-size: 6.700em;
         line-height: 1.5;
    }
     .caption h2 {
         font-size: 5.650em;
    }
     .footer {
         justify-content: center;
    }
     .copyright {
         padding: 3em 0 0 0;
    }
     
    .footer h3{
    	display: none;
    }
    .footer .logo img {
    width: 100%;
}
.footer .logo {
    width: 20%;
    margin-right: 1em;
}
}
 @media only screen and (max-width: 767px) {
.footer .logo {
    width: 100%;
}
     .footer .logo img {
      	width: 25%;
        margin: 0 auto;
    	display: inherit;
    }
     .footer {
         justify-content: center;
         flex-wrap: wrap;
    }
     .footer h3 {
         padding: 0 0em 0 1em;
    }
     .copyright p {
         padding: 0 0 0em 0;
         font-size: 1.5em;
    }
     .footer-menu {
         margin: 0;
         padding: 0;
    }
     .footer-menu li {
         font-size: 1.5em;
    }
.footer .social {
    padding: 1.5em 0em 1.5em 0;
    width: 100%;
    text-align: center;
}
     .copyright {
         padding: 1.5em 0 0 0;
    }
     .caption h1 {
         font-size: 4em;
         line-height: 1.2;
    }
.caption h2 {
    font-size: 3.5em;
}
.caption .btn-primary {
    font-size: 1.4em;
}
.caption .btn-primary img {
    width: 2.3em;
}
     .footer_wrapper {
         padding: 0 0 1.5em 0;
    }
    .bdr-none{
    	border-left: 0;
    	padding: 0;
    }
.whatsapp:last-child {
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.caption {
    bottom: 40em;
 }
.res_footer.d-none{display: block !important;width:100%;}
    .footer .logo {width: 100%;        display: none;    }
    .footer h3 {display: none;    }
    .footer .social {display: none !important;    }
    .res_footer.d-none .d-flex {width: 100%;        text-align: center;        display: flex;        align-items: center;        padding: 0;        flex-wrap: wrap;    }
    .res_footer.d-none .logo {display: block !important;}
    .res_footer.d-none h3 {flex: 0 0 45%;	max-width: 45%;	display: block !important;	padding: 0;}
    .res_footer.d-none .social {display: block !important;}
    .res_footer.d-none .class-6 {max-width: 25%;}
    .footer .logo img {width: 45%;margin: 0 auto;display: inherit;}


.footer .caption.d-none{	position: relative;	bottom: auto !important;	margin-bottom: 35px;	display: block !important;}
.footer .caption.d-none {display: block !important;}
.header_section .caption {display: none;}
}
.caption.d-none{display: none !important;}
@media (max-width: 600px) {

.caption {
	bottom: 25em ;
}
.header_section{
         background: url(../images/hero_mobile_banner.jpg) no-repeat;
         background-size: cover;
    }
}
 @media only screen and (max-width: 360px) {
 	.caption {bottom: 25em !important;}
.whatsapp a {font-size: 14px;}
.whatsapp .my-wimg {max-width: 20px;padding-right: 5px;}
 

}
 @media only screen and (max-width: 320px) {
     .caption .btn-primary {
         font-size: 1.1em;
    }
     .caption h2 {
         font-size: 3.65em;
    }
     .caption h1 {
         font-size: 4em;
    }
     .footer-menu li {
         font-size: 1.3em;
    }
     .copyright p {
         font-size: 1.3em;
    }
.footer .social li img {
    width: 22px;
}
     .footer h3 {
         font-size: 1.9em;
    }
     .footer .logo {
         width: 25%;
    }
     .footer .social {
         padding: 0.5em 0em 0 0;
    }
     .copyright {
         padding: 0.5em 0 0 0;
    }
.caption {
    bottom: 19em;
}
.footer .logo img {
    width: 80%;
    }
    .caption h2 {
    font-size: 2.65em;
}
.caption h1 {
    font-size: 3em;
}
.whatsapp {
    font-size: 1.3em;
}
}
 
