body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
 
  a {
      text-decoration: none!important;
  }
/* Sub Header Style */

.sub-header {
	background-color: #003A8E;
	height: 46px;
	line-height: 46px;
}

.sub-header ul li {
	display: inline-block;
}

.sub-header ul.left-info li {
	border-left: 1px solid rgba(250,250,250,0.3);
	padding: 0px 20px;
}

.sub-header ul.left-info li:last-child {
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.left-info li i {
	margin-right: 10px;
	font-size: 18px;
}

.sub-header ul.left-info li a {
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
}

.sub-header ul.right-icons {
	float: right;
}

.sub-header ul.right-icons li {
	margin-right: -4px;
	width: 46px;
	display: inline-block;
	text-align: center;
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.right-icons li:first-child {
	border-left: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.right-icons li a {
	color: #fff;
	transition: all 0.3s;
}

/* header */
#main_nav {
    background-color: transparent !important;
    position: absolute;
    width: 100%;
    height: 100px;
}
#main_nav .nav-item .nav-link:hover {color: #E84A1F;}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    margin-left: 18px;
}
header {
	position: absolute;
	z-index: 99999;
	width: 100%;
	background-color: #fff!important;
	height: 100px;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.btn:hover {
    color: #003A8E;
  }
  .mx-xl-5 {
    margin-right: 20px!important;
    /* margin-left: 183px !important; */
    /* position: static; */
    display: flex;
    align-items: end;
    flex-direction: row-reverse;
    /* margin-left: 20px !important; */
}
.btn-services {
    color: #fff;
    background-color: #E84A1F;
    border-color: #E84A1F !important;
    position: relative;
    left: -65px;
    top: 80px;
    width: 339px;
}
.btn-serviceso {
    color: #fff;
    background-color: #E84A1F;
    border-color: #E84A1F !important;
    position: relative;
    left: 243px;
    top: 82px;
    width: 225px;
}
    .btn-servicesn {
        color: #fff;
        background-color: #E84A1F;
        border-color: #E84A1F !important;
        position: relative;
        left: -70px;
        top: 80px;
        width: 226px;
    }
    .btn-tax {
        position: relative;
        color: #fff;
        background-color: #E84A1F;
        margin-left: 40px;
        top: -163px;
        left: 595px;
        border-color: #E84A1F !important;
    }

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent !important;
  }
  
  /* line 14, src/assets/scss/_nav.scss */
  .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  }
  #index_banner {
    background-image: url('../img/MMA_firstpage.png');
    background-position: center center; 
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 60vh;
    width: 100%;
    z-index: 1;
  }
  .mma-logo-coverpage {
    width: 200px;
    height: 200px;
    left: 1042px;
    top: 249px;
    position: absolute;
}

.bg-body, .bg-white {
    background-color: none !important;
    }
.MMA-logo {
    width: 63px;
    height: 63px;
    position: absolute;
    top: 14px;
}
.banner-heading {
    color: #fff !important;
    font-weight: 900 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 35px;
    margin-top: 38px;
}
.banner-heading-spanish {
    color: #fff !important;
    font-weight: 900 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 35px;
    margin-top: 0px !important;
}
.banner-heading-spanish1 {
    margin-top: 32px !important;
}

    .text-muted {
        color: #fff !important;
        font-family: 'Montserrat', sans-serif !important;
        font-weight: 500;
        font-size: 18px;
        margin-top: -60px;
    }
.rounded-pill {
        border-radius: 50rem!important;
    }
.btn-outline-primary {
        color: #fff;
        background-color: #E84A1F;
        border-color: #E84A1F !important;
    }
.btn-outline-primary:hover {
        color: #fff;
        border-color: #003A8E !important;
        background-color: #003A8E;
    }
.typo-space-line::after, .typo-space-line-center::after {
        content: "";
        width: 150px;
        display: block;
        position: absolute;
        border-bottom: 5px solid #E84A1F;
        padding-top: .5em;
    }
    #main_nav {
        background-color: transparent !important;
    }

    .strong-index{
        color: #E84A1F !important;
        margin-top: -10px;
    }

.services-intro {
        width: 100%;
        top: -100px;
        position: relative;
        z-index: 9;
    }

.h1-index{
        color: #868686;
        font-family: 'Montserrat', sans-serif !important;
        font-size: 38px;
        font-weight: 600;
        margin-top: -10px;
    }
.h1-index strong{
        font-weight: 900;
        font-family: 'Montserrat', sans-serif !important;
        margin-top: -10px;

    }
.h2-index{
    color: #E84A1F;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif !important;
    margin-top: -10px;

}

.p-responsive{
    text-align: justify;
    font-family: 'Montserrat', sans-serif !important;

}
.figcaption{
    font-family: 'Montserrat', sans-serif !important;
    color: #000;
}

a.filled-button {
    background-color: #E84A1F;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 30px;
    display: inline-block;
    transition: all 0.3s;
    margin-top: 30px;
}
a.filled-button:hover {
    background-color: #003A8E;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 30px;
    display: inline-block;
    transition: all 0.3s;
    margin-top: 30px;
}

.img-team-home {
    left: -183px !important;
    width: 580px;
    height: 375px !important;
    border-radius: 66px;
    margin-left: 188px;
    /* margin-top: 46px; */
    top: 0px;
    position: relative !important;
}



.parent-services-index {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 80px;
    margin-top: 100px;
    }
    
    .div1 {
        grid-area: 1 / 1 / 2 / 2;
        padding: 10px;
        margin-left: 50px;
        margin-top: 40px;
        top: 209px;
        position: relative;
    }
    .div2 {
        grid-area: 1 / 2 / 2 / 3;
        border: 0px solid #000;
        border-radius: 20px;
        padding: 20px;
        box-shadow: 0px 1px 20px 0px;
        background-color: #fff;
        width: 350px;

    
    }
.title-p-services11{
    color: #E84A1F;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.title-p-services {
    color: #E84A1F;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    position: relative;
    left: -71px;
    top: 38px;
}


.title-p-services-not {
    color: #E84A1F;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    position: relative;
    left: -84px;
    top: 22px;
}
.title-p-services-tax {
    color: #E84A1F;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    position: relative;
    left: -276px;
    top: 24px;
}
.title-p-services-oth {
    color: #E84A1F;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    position: relative;
    left: -299px;
    top: 26px;
}
.text-p-services11{
    color: black !important;
    font-size: 15px !important;
    text-align: justify !important;
    justify-items: justify !important;
}
.text-p-services {
    color: black !important;
    font-size: 15px !important;
    text-align: justify !important;
    justify-items: justify !important;
    position: relative;
    top: -73px;
    left: 4px;
    /* margin-left: -14px; */
}
.text-p-services-t {
    color: black !important;
    font-size: 15px !important;
    text-align: justify !important;
    justify-items: justify !important;
    position: relative;
    top: -171px;
    left: 350px;
}
.text-p-services-n {
    color: black !important;
    font-size: 15px !important;
    text-align: justify !important;
    justify-items: justify !important;
    position: relative;
    top: -179px;
    left: 269px;
}

.text-p-services-o {
    color: black !important;
    font-size: 15px !important;
    text-align: justify !important;
    justify-items: justify !important;
    position: relative;
    top: -168px;
    left: -34px;
}
.ul-serviceso {
    text-align: left;
    display: grid;
    align-items: baseline;
    justify-items: start;
    /* margin-left: 206px; */
    position: relative;
    left: -209px;
    top: 5px;
    font-size: 14px;
}
.Accounting-img1 {
    display: block;
    padding: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* PICS-SERVICES */

.Accounting-img {
    display: block;
    padding: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -34px;
    left: 55px;
}

.tax-img {
    left: -276px;
    position: relative;
    top: 43px;
}
.notary-img {
    left: -91px;
    position: relative;
    top: 49px;
}
.other-img {
    left: -295px;
    position: relative;
    top: 48px;
}

/* SPANISH SERVICES */
.Accounting-img-sp {
    display: block;
    padding: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -34px;
    left: 107px;
}
.title-p-services-sp {
    color: #E84A1F;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    position: relative;
    left: -36px;
    top: 38px;
}
.ul-services-sp {
    text-align: left;
    /* display: grid; */
    align-items: baseline;
    justify-items: start;
    /* margin-left: 206px; */
    position: relative;
    left: -420px;
    top: 50px;
    font-size: 14px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.btn-services-s {
    color: #fff;
    background-color: #E84A1F;
    border-color: #E84A1F !important;
    position: relative;
    left: -65px;
    top: 80px;
    width: 620px;
}
.title-p-services-tax-sp {
    color: #E84A1F;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    position: relative;
    left: 150px;
    top: 9px;
}
.tax-img-sp {
    left: 151px;
    position: relative;
    top: 17px;
}
.text-p-services-tsp {
    color: black !important;
    font-size: 15px !important;
    text-align: justify !important;
    justify-items: justify !important;
    position: relative;
    top: -86px;
    left: 140px;
}
.text-p-services-sp {
    color: black !important;
    font-size: 15px !important;
    text-align: justify !important;
    justify-items: justify !important;
    position: relative;
    top: -73px;
    left: 14px;
    /* margin-left: -14px; */
}
.btn-servicest-sp {
    color: #fff;
    background-color: #E84A1F;
    border-color: #E84A1F !important;
    position: relative;
    left: 597px;
    top: -129px;
    width: 266px;
}
.ul-services1-t-sp {
    text-align: left;
    display: grid;
    align-items: baseline;
    justify-items: start;
    /* margin-left: 206px; */
    position: relative;
    left: -573px;
    top: 106px;
    font-size: 14px;
}
.btn-servicesn-sp {
    color: #fff;
    background-color: #E84A1F;
    border-color: #E84A1F !important;
    position: relative;
    left: -70px;
    top: 80px;
    width: 272px;
}
.text-p-services-nsp {
    color: black !important;
    font-size: 15px !important;
    text-align: justify !important;
    justify-items: justify !important;
    position: relative;
    top: -179px;
    left: 324px;
}
.ul-services1sp {
    text-align: left;
    /* display: grid; */
    align-items: baseline;
    justify-items: start;
    /* margin-left: 206px; */
    position: relative;
    left: -264px;
    top: 30px;
    font-size: 14px;
    columns: 2;
    -webkit-columns: 2 !important;
    -moz-columns: 2;
}
.notary-imgsp {
    left: -131px;
    position: relative;
    top: 49px;
}
.title-p-services-not-sp {
    color: #E84A1F;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    position: relative;
    left: -128px;
    top: 34px;
}
.btn-serviceso-sp {
    color: #fff;
    background-color: #E84A1F;
    border-color: #E84A1F !important;
    position: relative;
    left: -179px !important;
    top: 82px;
    width: 280px;
    
}
.btn-servicessp {
    color: #fff;
    background-color: #E84A1F;
    border-color: #E84A1F !important;
    position: relative;
    left: 179px;
    top: 80px;
    width: 257px;
}
.text-p-services-osp {
    color: black !important;
    font-size: 15px !important;
    text-align: justify !important;
    justify-items: justify !important;
    position: relative;
    top: -168px;
    left: 89px;
}
.other-imgsp {
    left: -253px;
    position: relative;
    top: 48px;
}
.title-p-services-othsp {
    color: #E84A1F;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    position: relative;
    left: -246px;
    top: 34px;
}

    .div3 { grid-area: 1 / 3 / 2 / 4; 
        border: 0px solid #000;
        border-radius: 20px;
        padding: 20px;
        box-shadow: 0px 1px 20px 0px;
        background-color: #fff;
        width: 350px;
    }
    .div4 { 
        display: none;
        grid-area: 2 / 1 / 3 / 2; 
        border: 0px solid #000;
        border-radius: 20px;
        padding: 20px;
        box-shadow: 0px 1px 20px 0px;
        background-color: #fff;
        width: 350px;
    }
    .div5 { grid-area: 2 / 2 / 3 / 3; 
        border: 0px solid #000;
        border-radius: 20px;
        padding: 20px;
        box-shadow: 0px 1px 20px 0px;
        background-color: #fff;
        width: 350px;
    }
    .div6 { grid-area: 2 / 3 / 3 / 4; 
        border: 0px solid #000;
        border-radius: 20px;
        padding: 20px;
        box-shadow: 0px 1px 20px 0px;
        background-color: #fff;
        width: 350px;

    }
    
    .background {
        display: none !important;
        background-image: url(../img/Arrow.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        z-index: -99999999;
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0.2;
    }
.upper-contact-form{
    background-image: url(../img/Contact-form-upperpart.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 180% !important;
    top: -55px;
    position: relative;
}
.bg-secondary{
    background-color: #003A8E !important;
    height: 100%;
    margin-top: -40px;
}
.h1-contact-form-upper{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

/* Footer Style */

footer {
	background-image: url(../images/FOOTER.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0px;
	color: #fff;
}
footer{
    background-color: #868686;
    height: 300px;
}

footer p {
	color: #fff;
}

footer ul.social-icons {
	margin-top: 25px;
}

footer ul.social-icons li {
	display: inline-block;
	margin-right: 5px;
}

footer ul.social-icons li:last-child {
	margin-right: 0px;
}

footer ul.social-icons li a {
	width: 34px;
	height: 34px;
	display: inline-block;
	line-height: 34px;
	text-align: center;
	background-color: #fff;
	color: #003A8E;
	border-radius: 50%;
	transition: all 0.3s;
}

footer ul.social-icons li a:hover {
	background-color: #E84A1F;
}


footer ul.menu-list li {
    margin-bottom: 13px;
    margin-right: -85px;
}

footer ul.menu-list li:last-child {
	margin-bottom: 0px;
}

footer ul.menu-list li a {
	font-size: 14px;
	color: #fff;
	transition: all 0.3s;
}

footer ul.menu-list li a:hover {
	color: #E84A1F;
}

footer .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #aaa!important;
	background-color: #fff;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 15px;
}

footer .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #fff;
}


footer .container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}


	.div1-footer { grid-area: 1 / 1 / 2 / 2; 
	margin-top: 30px;}
    .div2-footer {
        grid-area: 1 / 2 / 2 / 3;
        justify-content: center;
        align-items: center;
        display: flex;
        margin-left: -70px !important;
        margin-top: -5px;
    }
	.div3-footer {
        grid-area: 1 / 3 / 2 / 4;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -30px;
    }


/* Sub-footer Style */

.sub-footer {
	background-color: #868686;
	text-align: center;
	padding: 25px 0px;
}

.sub-footer p {
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.sub-footer a {
	color: #fff;
}
.MMA-img2 {
    width: 190px;
    height: 190px;
    margin-left: 90px;
    margin-top: -60px;
}
.fa-instagram:before {
    content: "\f16d";
}
footer h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif !important;
    width: 296px;
}
.sub-header ul.right-icons li {
    margin-right: -4px;
    width: 46px;
    display: inline-block;
    text-align: center;
    border-right: 1px solid rgba(250,250,250,0.3);
}
.sub-header ul.right-icons li:first-child {
    border-left: 1px solid rgba(250,250,250,0.3);
}
.fa-twitter:before {
    content: "\f099";
}

.callback-services {
	border-top: 1px solid #eee;
	padding-top: 140px;
}

.contact-us {
	background-color: #fff;
	padding: 140px 0px;
}

.contact-us .contact-form {
	background-color: transparent!important;
	padding: 0!important;
}

.callback-form {
	margin-top: 140px;
	margin-bottom: 140px;
}



.callback-form .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #003A8E;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #003A8E;
	font-size: 15px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #003A8E;
}
.callback-form .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #003A8E;
}
.callback-form .contact-form ::placeholder {
  color: #003A8E;
}

.callback-form .contact-form button.border-button {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.callback-form .contact-form button.border-button:hover {
	background-color: #fff;
	color: #E84A1F;
}

.contact-us .contact-form button.filled-button {
	background-color: #003A8E !important;
	color: #fff;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.contact-us .contact-form button.filled-button:hover {
	background-color: #fff;
	color: #E84A1F;
}

.parent-contact-form {
    display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 0.1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
    padding: 50px;
    }
    
    .div1-contact-form { 
        grid-area: 1 / 1 / 3 / 2;
        background-image: url(/assets/img/contact-form-img.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        background-color: #fff;
        border-radius: 20px;
        border: 1px solid transparent;
        width: 100%;
        height: 100%;
     }
    .div2-contact-form { grid-area: 1 / 2 / 2 / 3; }
    .div3-contact-form{
        grid-area: 2 / 2 / 3 / 3;
    }
    .contact-form-h1 {
        font-size: 50px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        margin-top: 300px;
    }
    .callback-form .contact-form {
        background-color: #003A8E !important;
        padding: 15px;
        border-radius: 95px;
        text-align: center;
        top: -89px;
        position: relative;
    }
    .text-h1-contact {
        color: #E84A1F;
        font-size: 30px;
        font-weight: bold;
        position: absolute;
        margin-top: 104px;
        padding: 36px;
        
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

.callback-services {
    border-top: none !important;
    padding-top: 140px;
}

/* ABOUT US */

#about_banner {
    background-image: url(../img/ABOUT-US-UPPER.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 86vh;
    width: 100%;
}
.h1-about-us-start{
    font-size: 50px !important;
}
.h1-about-us-start-esp{
    margin-top: -20px;
}

.m-lg-auto-about-us {
    margin: auto!important;
    margin-top: 48px !important;
}

.more-info-about-us{
    margin-top: 150px;
    margin-bottom: 150px;
}

.h1-about-us strong {
    font-weight: 900;
    color: #E84A1F;
}
.h1-about-us{
    color: #868686;
    font-size: 35px;
    font-weight: 900;
}
.p-about-us{
    text-align: justify !important;
}
.h4-about-us-team{
    color:#868686;
    font-size: 20px;
    text-align: center;
}
.h6-about-us-team {
    color: #868686;
    font-size: 11px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
}

.more-info {
    margin-bottom: 150px;
}

.logo-new-changing {
    margin-left: 90px;
    width: 576px;
    height: 316px;
}
.parent-our-team {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 14px;
    grid-row-gap: 15px;
    margin-bottom: 50px;
    margin-top: 150px;
    align-items: center;
    justify-items: center;
}
.div1-our-team {
    grid-area: 1 / 1 / 2 / 2;
    border-radius: 12px;
    border: 2px solid #868686;
    box-shadow: 0px 1px 20px 0px;
    height: 323px;
    width: 300px;
    margin-top: 20px;
}
    .div2-our-team { 
        grid-area: 1 / 2 / 2 / 3;
        border-radius: 12px;
        border: 2px solid #868686;
        box-shadow: 0px 1px 20px 0px;
        height: 323px;
        width: 300px;
        margin-top: 20px;

    
    }
    .div3-our-team { 
        grid-area: 1 / 3 / 2 / 4;
        border-radius: 12px;
        border: 2px solid #868686;
        box-shadow: 0px 1px 20px 0px;
        height: 323px;
        width: 300px;
        margin-top: 20px;
    }
    .div4-our-team { 
        grid-area:2 / 1 / 3 / 2;
        border-radius: 12px;
        border: 2px solid #868686;
        box-shadow: 0px 1px 20px 0px;
        height: 323px;
        width: 300px;
        margin-top: 200px;
    }
    .div5-our-team { 
        grid-area: 2 / 2 / 3 / 3;
        border-radius: 12px;
        border: 2px solid #868686;
        box-shadow: 0px 1px 20px 0px;
        height: 323px;
        width: 300px;
        margin-top: 200px;
    }
    .div6-our-team { 
        grid-area: 2 / 3 / 3 / 4;
        border-radius: 12px;
        border: 2px solid #868686;
        box-shadow: 0px 1px 20px 0px;
        height: 323px;
        width: 300px;
        margin-top: 200px;
    }

.div7-our-team { grid-area: 3 / 1 / 4 / 2;
border-radius: 12px;
        border: 2px solid #868686;
        box-shadow: 0px 1px 20px 0px;
        height: 323px;
        width: 300px;
        margin-top: 200px;
        display: none; }
.div8-our-team { grid-area: 3 / 3 / 4 / 4;
border-radius: 12px;
        border: 2px solid #868686;
        box-shadow: 0px 1px 20px 0px;
        height: 323px;
        width: 300px;
        margin-top: 200px;
        display: none; }
.our-team-text-description {
            text-align: justify;
            font-size: 15px;
            padding: 17px;
        }
.img-pic-our-team{
    top: -500px;
    position: relative;
    width: 40% !important;
}
.img-pic-our-team4{
    top: -1250px;
    position: relative;
    width: 40% !important;
}
.img-pic-our-team5{
    top: -1250px;
    position: relative;
    width: 40% !important;
}

.upper-contact-form-aboutus{
    margin-bottom: 50px !important;
}

.Contact-us-home {
    color: #868686!important;
    text-align: center;
    font-weight: 900;
    font-size: 50px;
}
a.filled-button {
    background-color: #E84A1F;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 30px;
    display: inline-block;
    transition: all 0.3s;
}
.section-heading {
    text-align: center;
    margin-bottom: 80px;
}
.upper-contact-form-services{
    background-image: url(../img/Contact-form-upperpart.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%;
    z-index: -1;
    position: relative;
    bottom: -250px;
    height: 500px;
}

.h1-contact-form-upper-services {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin: 100px;
}
.parent-contact-form-services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 50px;
}
    
    .div1-contact-form-services { 
        grid-area: 1 / 1 / 2 / 2;
        background-image: url(../img/contact-form-img.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        background-color: #fff;
        border-radius: 60px 0 0 60px;
        
     }

     .div2-contact-form-services {
        grid-area: 1 / 2 / 2 / 3;
        background-color: #003a8e;
        border-radius: 0 60px 60px 0;
        height: 580px;
        background-image: url(../img/MMA-logo.png);
        background-repeat: no-repeat;
        background-position: top;
        background-position-y: 32px;
        background-size: 120px;
    }
    
.parent-services-services {
    display: grid;
grid-template-columns: 12fr;
grid-template-rows: repeat(4, 1fr);
grid-column-gap: 0px;
grid-row-gap: 80px;
}
    

/* SERVICES */

#services_banner {
    background-image: url(../img/MMA-Services-Banner-2.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 86vh;
    width: 100%;
}


    .btn-tax-esp{
        color: #fff;
        background-color: #E84A1F;
        margin-left: 23px;
        margin-bottom: -26px;
        border-color: #E84A1F !important;
    }
/* .ul-services {
    text-align: left;
    display: grid;
    align-items: baseline;
    justify-items: start;
    margin-left: -144px;
} */
.ul-services1 {
    text-align: left;
    /* display: grid; */
    align-items: baseline;
    justify-items: start;
    /* margin-left: 206px; */
    position: relative;
    left: -47px;
    top: 30px;
    font-size: 14px;
    columns: 2;
    -webkit-columns: 2 !important;
    -moz-columns: 2;
}
.ul-services {
    text-align: left;
    display: grid;
    align-items: baseline;
    justify-items: start;
    /* margin-left: 206px; */
    position: relative;
    left: -578px;
    top: 50px;
    font-size: 14px;
}


.ul-services1-t {
    text-align: left;
    display: grid;
    align-items: baseline;
    justify-items: start;
    /* margin-left: 206px; */
    position: relative;
    left: -518px;
    top: 122px;
    font-size: 14px;
}
.ul-sublist-servicest {
    position: relative;
    left: 411px;
    top: -123px;
    font-size: 14px;
}

.ul-sublist-services{
    list-style-type: none;
}
.ul-sublist-services .li-sublist-services:before {
    content: '\2014';
    position: absolute;
    margin-left: -20px;
  }
  /* .div1-services {
    grid-area: 1 / 1 / 2 / 2;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border: 0px solid #000;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 1px 20px 0px;
    background-color: #fff;
    align-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    left: 153px;
} */
.div1-services {
    grid-area: 1 / 1 / 2 / 2;
    display: flex;
    flex-wrap: nowrap;
    border: 0px solid #000;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 1px 20px 0px;
    background-color: #fff;
    align-content: center;
    flex-direction: row;
    position: relative;
    left: 6px;
    align-items: center;
    justify-content: center;
    height: 282px;
    width: 1296px;
}
.div2-services {
    grid-area: 2 / 1 / 3 / 2;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border: 0px solid #000;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 1px 20px 0px;
    background-color: #fff;
    align-content: center;
    align-items: center;
    flex-direction: column;
    /* SOLAMENTE POR AHORA! */
    position: relative;
    height: 282px;
    width: 1296px;
}
.div3-services { 
    display: none !important;
    grid-area: 5 / 1 / 6 / 2; 
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border: 0px solid #000;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 1px 20px 0px;
    background-color: #fff;
    align-content: center;
    align-items: center;
    flex-direction: column;
    height: 282px;
    width: 1296px;
}
.div4-services { 
    grid-area: 3 / 1 / 4 / 2; 
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border: 0px solid #000;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 1px 20px 0px;
    background-color: #fff;
    align-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    height: 282px;
    width: 1296px;
}
.div5-services { 
    grid-area: 4 / 1 / 5 / 2; 
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border: 0px solid #000;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 1px 20px 0px;
    background-color: #fff;
    align-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    height: 282px;
    width: 1296px;
}


            
.our-services-services{
    margin-top: 150px;
    margin-bottom: 50px;
}
.services-services{
    color: #868686;
    text-align: center;
    margin-bottom: 80px;
}
.services-services strong{
    color: #E84A1F;
}


/* CONTACT US */

#contact_banner{
    background-image: url(../img/MMA-contact-banner.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 86vh;
    width: 100%;

}

.contact-information {
	margin-top: 140px;
}
.contact-item{
	color: #E84A1F;
}
.contact-item p{
	color: #003a8e;
}
.contact-information .contact-item {
	padding: 60px 30px;
	background-color: #dbdbdb;
	text-align: center;
	border-radius: 30px;
}

.contact-information .contact-item i {
	color: #003a8e;
	font-size: 48px;
	margin-bottom: 40px;
}

.contact-information .contact-item h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
}

.contact-information .contact-item p {
	margin-bottom: 20px;
}

.contact-information .contact-item a {
	font-weight: 600;
	color: #003a8e;
	font-size: 15px;
}

iframe{
	margin-top: 80px;
    width: 100%;
    margin-bottom: 100px;
}
.text-contact{
	color: #003a8e !important;
}
.text-contact-span{
	color: #003a8e !important;
}


.callback-services {
    border-top: none !important;
    padding-top: 140px;
}

.h1-contact-us strong {
    font-weight: 900;
    color: #E84A1F;
}
.h1-contact-us{
    color: #868686;
    font-weight: 600;
    text-align: center;
    margin-top: 150px;
    font-size: 50px;
}

/* ABOUT US, TEAM */

.img-pic-our-team1 {
    position: relative;
    top: -980px;
    /* left: 85px; */
}
.img-pic-our-team2 {
    position: relative;
    top: -979px;
    left: 439px;
}
.img-pic-our-team3 {
    position: relative;
    top: -979px;
    left: -436px;
}
.img-pic-our-team4 {
    position: relative;
    top: -622px;
    /* left: -866px; */
}
.img-pic-our-team5 {
    position: relative;
    top: -620px;
    left: 439px;
}
.img-pic-our-team6 {
    position: relative;
    top: -622px;
    left: -436px;
}
.img-pic-our-team7 {
    position: relative;
    display: none;
    top: -658px;
    left: -867px;
}
.img-pic-our-team8 {
    position: relative;
    display: none;
    top: -835px;
    left: 872px;
}



















































/* Responsive Style */
@media (max-width: 768px) {
    html, body {
        overflow-x: hidden;
      }
      body {
        position: relative
      }
    html, body {
        max-width: 415px !important;
    }
    .img-camaleonico {
    position: relative;
    top: -47px !important;
    left: 115px !important;
    width: 200px !important;
}
    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        margin-right: 15%;
        margin-left: 15%;
        display: none;
    }

    html, body{
        max-width: 100%;
    }
    :root {
        scroll-behavior: smooth;
        height: 100%;
    }
	.sub-header {
		display: none;
	}
    
    .collapse:not(.show) {
        display: flex;
        content: '\f0c9';
        color: #e93b43;
        font-size: 18px;
        line-height: 26px;
        font-family: 'FontAwesome';
    }

    .a-resposive {
        color: #fff;
        background-color: #E84A1F;
        border-color: #E84A1F !important;
        width: 30px;
        height: 30px;
    }
    .a1 {
        color: blue !important;
        font-size: 0px !important;
        background-image: url(../img/HOME.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .a2 {
        color: blue !important;
        font-size: 0px !important;
        background-image: url(../img/ABOUT-US.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .a3 {
        color: blue !important;
        font-size: 0px !important;
        background-image: url(../img/SERVICES.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .a4 {
        color: blue !important;
        font-size: 0px !important;
        background-image: url(../img/CONTACT.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .a5 {
        color: blue !important;
        font-size: 0px !important;
        background-image: url(../img/SPANISH.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    


    
	.MMA-logo{
		width: 70px;
		height: 70px;
	}
	.Modern-Slider .item h6 {
	  margin-bottom: 15px;
	  font-size: 15px;
	}
	.Modern-Slider .item h4 .clients {
	  margin-bottom: 25px;
	  font-size: 28px;
	  line-height: 36px;
	  letter-spacing: 1px;
	}
	.Modern-Slider .item p {
		max-width: 570px;
		line-height: 25px;
		margin-bottom: 30px;
	}
	.Modern-Slider .NextArrow{
	  right:5px;
	}
	.Modern-Slider .PrevArrow {
	  left:5px;
	}
	.request-form {
		text-align: center;
	}
	.request-form a.border-button {
		float: none;
		margin-top: 30px;
	}
	.services .service-item {
		margin-bottom: 30px;
	}
	.fun-facts .left-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.more-info .right-content  {
		padding: 30px;
        margin-bottom: -210px;
	}
	.more-info .left-image img {
        width: 90%;
        margin-top: -27px;
        margin-left: 23px;
    }

    p, a {
        font-weight: 400;
        text-align: justify;
    }
	

    #index_banner {
        background-image: url('../img/MMA-first-page.jpg');
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 669px;
        min-height: 60vh;
        width: 100%;
        z-index: 1;
    }
      .btn-outline-primary {
        color: #fff;
        background-color: #E84A1F;
        border-color: #E84A1F !important;
        margin-top: -35px;
        margin-left: 29px;
    }
    .banner-heading {
        color: #fff !important;
        font-weight: 900 !important;
        font-size: 25px !important;
    }
    .banner-heading {
        color: #fff !important;
        font-weight: 900 !important;
        font-family: 'Montserrat', sans-serif !important;
        font-size: 35px;
        margin-top: 5px;
    }
    .h1-about-us-start {
        font-size: 30px !important;
    }
    .text-muted {
        color: #fff !important;
        font-family: 'Montserrat', sans-serif !important;
        font-weight: 500;
        font-size: 15px;
        text-align: inherit;
        margin-top: -60px;
        margin-bottom: 36px;
    }
    .figcaption {
        font-family: 'Montserrat', sans-serif !important;
        color: #000;
        font-size: 15px;
        margin-left: 9px;
        margin-top: -32px;
    }

	/* BAR-with info */

    .services-intro {
        width: 100%;
        top: -55px;
        position: relative;
        z-index: 9;
    }

    /* Services in INDEX */
    .solutions-responsive {
        position: relative;
        top: -42px;
        left: 91px;
    }
    .parent-services-index {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(6, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 28px;
        margin-left: -68px;
        /* height: 20px; */
        margin-top: -156px;
        justify-items: center;
    }
    .div1 { grid-area: 1 / 1 / 2 / 2; }
.div2 { grid-area: 2 / 1 / 3 / 2; }
.div3 { grid-area: 3 / 1 / 4 / 2; }
.div4 { grid-area: 4 / 1 / 5 / 2;
display: none !important; }
.div5-spanish {
    grid-area: 2 / 2 / 3 / 3;
    border: 0px solid #000;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 1px 20px 0px;
    background-color: #fff;
    width: 350px;
    top: 710px !important;
    position: relative;
    left: -352px;
}
.div5 {
    grid-area: 2 / 2 / 3 / 3;
    border: 0px solid #000;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 1px 20px 0px;
    background-color: #fff;
    width: 350px;
    position: relative;
    left: -352px;
    top: 670px;
}
.div6-spanish {
    grid-area: 2 / 3 / 3 / 4;
    border: 0px solid #000;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 1px 20px 0px;
    background-color: #fff;
    width: 350px;
    top: 1022px !important;
    position: relative;
    left: -701px;
}
.div6 {
    grid-area: 2 / 3 / 3 / 4;
    border: 0px solid #000;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 1px 20px 0px;
    background-color: #fff;
    width: 350px;
    position: relative;
    left: -699px;
    top: 1017px;
}
.h1-index {
    color: #868686;
    font-size: 35px;
    font-weight: 600;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.h2-index {
    color: #E84A1F;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif !important;
    margin-top: -10px;
    position: relative !important;
    left: 0px !important ;
}
.h2-index-responsive-pt1 {
    top: 127px;
    position: relative !important;
    left: 97px !important;
}
.h1-about-us-responsivept12{
    
        color: #868686;
        font-size: 50px;
        font-weight: 900;
        margin-bottom: 225px;
        text-align: center;
        position: relative;
        top: 88px !important;
        left: 1px!important;
    
}
.p-about-us {
    text-align: justify !important;
    padding: 20px;
}
.img-team-home-responsive {
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
    position: relative;
    top: -62px;
    left: -153px;
}
.btn-responsive-services-change{
    position: relative;
    top: 20px;
    left: 20px;
}
.b-responsive, .strong-responsive {
    font-weight: bolder;
    position: relative;
    top: -174px;
    left: -33px !important;
}
.filled-btn-responsive {
    position: relative;
    top: 1289px !important;
    left: 9px !important;
}
.h1-index-spanish-pt2 {
    color: #868686;
    font-size: 35px;
    font-weight: 600;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    left: -37px;
    position: relative;
    text-align: center;
    top: -305px;
}


a.filled-button {
    background-color: #E84A1F;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 30px;
    display: inline-block;
    transition: all 0.3s;
    text-align: center;
    position: relative;
}

.background {
    display: none;
}
.upper-contact-form {
    background-image: url(../img/Contact-form-upperpart.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%;
    width: 100%;
    position: relative;
    top: -207px;
}
    .upper-contact-form-about {
        background-image: url(../img/Contact-form-upperpart.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 100%;
        width: 100%;
        margin-top: 2010px;
    }

/* contact-form */


.parent-contact-form-services {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 0.8fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: -241px !important;
}
.contact-form-h1 {
    font-size: 43px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 205px;
}
.contact-form-h1 strong{
    color: #E84A1F !important;
}

.div1-contact-form-services {     
        grid-area: 1 / 1 / 2 / 2;
        background-image: url(../img/Contact-us-resposivie.png);
        height: 702px;
        width: 100%;
        border-radius: unset;
     }
     .div2-contact-form-services {
        height: 858px;
        grid-area: 2 / 1 / 3 / 2;
        margin-top: -135px;
        border-radius: unset;
    }

    /* FOOTER */

    .sub-footer p {
        color: #fff;
        font-weight: 300;
        letter-spacing: 0.5px;
        font-size: 15px;
        text-align: center;
        margin-top: -89px;
    }
    .sub-footer {
        background-color: #868686;
        text-align: center;
        padding: 25px 0px;
        height: 227px;
    }


	footer {
        background-color: #868686;
        height: 652px;
    }
	footer ul.social-icons {
        margin-top: 107px;
        margin-left: 30px;
    }
    footer h4 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0.25px;
        margin-bottom: 35px;
        margin-top: 40px;
        margin-left: 110px;
    }
    ol, ul {
        padding-left: 143px;
    }
    



	.about-info .right-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.team .team-item {
		margin-bottom: 30px;
	}
	.tabs-content {
		margin-left: 0px;
		margin-top: 30px;
	}
	.contact-item {
		margin-bottom: 30px;
	}
	
	.services-img{
		width: 100px;
		height: 100px;
		margin-bottom: 40px;
	}
	
	.Contact-us-home p{
		font-size: 15px;
	}
	.count-area-content2{
		border: 1px solid #fff;
		border-radius: 0px 20px 20px 0px;
	}
	.count-area-content3{
		border: 1px solid #fff;
		border-radius: 20px 20px 20px 20px;
	}
	.count-digit{
		font-size: 25px;
	}
	.count-title{
		font-size: 17px;
	}
	.Our-services{
		margin-bottom: -20px;
	}
	footer .container {
		display: grid;
	grid-template-columns: 0.01fr repeat(2, 0.1fr) 0.2fr 0.01fr;
	grid-template-rows: repeat(2, 0.2fr);
	grid-column-gap: 7px;
	grid-row-gap: 5px;
		}
		
		.div1-footer { grid-area: 1 / 2 / 2 / 4;
		 }
		.div2-footer { grid-area: 2 / 2 / 3 / 3;
        margin-left: 20px;
     }
		.div3-footer {
            grid-area: 1 / 4 / 3 / 5;
            margin-top: 310px;
            margin-left: -441px;
        }

        footer ul.social-icons {
    margin-top: 173px;
    margin-left: -31px;
}

	.parent-our-services {
		display: grid;
		grid-template-columns: 0.1fr 0.5fr 0.1fr;
		grid-template-rows: 0.1fr repeat(5, 1fr) 0.1fr;
		grid-column-gap: 3px;
		grid-row-gap: 5px;
		justify-content: center;
		}
			
	.div1-ourservices { grid-area: 2 / 2 / 3 / 3; }
	.div2-ourservices { grid-area: 3 / 2 / 4 / 3; }
	.div3-ourservices { grid-area: 4 / 2 / 5 / 3; }
	.div4-ourservices { grid-area: 5 / 2 / 6 / 3; }
	.div5-ourservices { grid-area: 6 / 2 / 7 / 3; }
	
	iframe{
		width: 100%;
		
	}

    /* OUR SERVICES - Responsive  */
    

    .ul-services {
    text-align: left;
    display: grid;
    align-items: baseline;
    justify-items: start;
    margin-left: 84px !important;
    position: relative;
    left: -59px;
    top: 98px;
    font-size: 15px;}

    #about_banner {
        background-image: url(../img/Services-resposive.png);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%;
        min-height: 86vh;
        width: 100%;
    }
 
    .img-team-home {
        width: 100%;
        height: 100%;
        margin-bottom: 50px;
        margin-left: 0px;
    }
    /* .m-lg-auto-about-us {
        margin: auto!important;
        margin-top: 92px !important;
    } */
    .parent-services-services {
    display: grid;
    grid-template-columns: 0.5fr;
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    position: relative;
    justify-content: center;
    justify-items: center;
    align-items: center;
    margin-top: -277px;
}
        
    .div1-services {
        grid-area: 1 / 1 / 2 / 2;
        width: 320px;
        left: 3px;
        top: 206px;
        height: 782px;
        display: grid;
        justify-items: center;
    }
    /* img services */
.tax-img{
    display: block;
    padding: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -48px;
    left: 0px;
}
.title-p-services-tax {
    color: #E84A1F;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    position: relative;
    left: -2px;
    top: -62px;
}
.text-p-services-t {
    color: black !important;
    font-size: 15px !important;
    text-align: justify !important;
    justify-items: justify !important;
    position: relative;
    top: -39px;
    left: 4px;
    /* margin-left: -14px; */
    width: 264px !important;
}
.ul-sublist-services {
    list-style-type: none;
    /* margin-left: -126px; */
    position: relative;
    left: -85px;
    top: 20px;
}

.ul-services1-t {
    text-align: left;
    display: grid;
    align-items: baseline;
    justify-items: start;
    margin-left: 56px;
    position: relative;
    left: -70px;
    top: -3px;
    font-size: 14px;
    width: 200px;
}


.ul-sublist-servicest {
    position: relative;
    left: -4px;
    top: 42px;
    font-size: 14px;
}
.ul-sublist-servicestt {
    position: relative;
    left: -93px;
    top: 60px;
    font-size: 14px;
}
.li-sublist-servicesttt{
    position: relative;
    left: 82px !important;
}
.btn-servicest {
    color: #fff;
    background-color: #E84A1F;
    border-color: #E84A1F !important;
    position: relative;
    left: -15px;
    top: 51px;
    width: 225px;
}

    .Accounting-img {
        display: block;
        padding: 10px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        top: 67px;
        left: 0px;
    }

    .title-p-services {
        color: #E84A1F;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        position: relative;
        left: -2px;
        top: 44px;
    }
.btn-services {
    color: #fff;
    background-color: #E84A1F;
    border-color: #E84A1F !important;
    position: relative;
    left: -14px;
    top: -75px;
    width: 225px;
}

.notary-img {
    display: block;
    padding: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 67px;
    left: 0px;
}

.title-p-services-not {
    color: #E84A1F;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    position: relative;
    left: -2px;
    top: 44px;
}
.text-p-services-n {
    color: black !important;
    font-size: 15px !important;
    text-align: justify !important;
    justify-items: justify !important;
    position: relative;
    top: 56px;
    left: 4px;
    /* margin-left: -14px; */
    width: 264px !important;
}
.ul-services1 {
    text-align: left;
    /* display: grid; */
    align-items: baseline;
    justify-items: start;
    /* margin-left: 206px; */
    position: relative;
    left: 46px;
    top: 72px;
    font-size: 14px;
    columns: 1;
    -webkit-columns: 1 !important;
    -moz-columns: 1;
}
.btn-servicesn {
    color: #fff;
    background-color: #E84A1F;
    border-color: #E84A1F !important;
    position: relative;
    left: -15px;
    top: -86px !important;
    width: 226px;
}
.other-img {
    display: block;
    padding: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 146px;
    left: 0px;
}

.title-p-services-oth {
    color: #E84A1F;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    position: relative;
    left: -2px;
    top: 120px;
}
.text-p-services-o {
    color: black !important;
    font-size: 15px !important;
    text-align: justify !important;
    justify-items: justify !important;
    position: relative;
    top: 109px;
    left: 4px;
    /* margin-left: -14px; */
    width: 264px !important;
}
.ul-serviceso {
    text-align: left;
    /* display: grid; */
    align-items: baseline;
    justify-items: start;
    /* margin-left: 206px; */
    position: relative;
    left: -56px;
    top: 121px;
    font-size: 14px;
    columns: 1;
    -webkit-columns: 1 !important;
    -moz-columns: 1;
}
.btn-serviceso {
    color: #fff;
    background-color: #E84A1F;
    border-color: #E84A1F !important;
    position: relative;
    left: -15px;
    top: -232px !important;
    width: 226px;
}





/* SPANISH */

.tax-img-sp{
    display: block;
    padding: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -48px;
    left: 0px;
}
.title-p-services-tax-sp {
    color: #E84A1F;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    position: relative;
    left: -2px;
    top: -62px;
}
.text-p-services-sp {
    color: black !important;
    font-size: 15px !important;
    text-align: justify !important;
    justify-items: justify !important;
    position: relative;
    top: 66px;
    left: 4px;
    /* margin-left: -14px; */
    width: 260px;
}
.ul-services-sp {
    text-align: left;
    /* display: grid; */
    align-items: baseline;
    justify-items: start;
    /* margin-left: 206px; */
    position: relative;
    left: -59px;
    top: 117px;
    font-size: 14px;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}












.text-p-services-tsp {
    color: black !important;
    font-size: 15px !important;
    text-align: justify !important;
    justify-items: justify !important;
    position: relative;
    top: -39px;
    left: 4px;
    /* margin-left: -14px; */
    width: 264px !important;
}
.ul-sublist-services-sp {
    list-style-type: none;
    /* margin-left: -126px; */
    position: relative;
    left: -85px;
    top: 20px;
}
.ul-services1-t-sp {
    text-align: left;
    display: grid;
    align-items: baseline;
    justify-items: start;
    /* margin-left: 206px; */
    position: relative;
    left: -70px;
    top: -3px;
    font-size: 14px;
}.ul-sublist-servicest-sp {
    list-style-type: none;
    /* margin-left: -126px; */
    position: relative;
    left: -10px;
    top: 20px;
}
.ul-sublist-servicestt-sp {
    position: relative;
    left: -106px;
    top: 52px;
    font-size: 14px;
}
.li-sublist-servicesttt{
    position: relative;
    left: 210px !important;
    width: 215px;
}
.btn-servicest-sp {
    color: #fff;
    background-color: #E84A1F;
    border-color: #E84A1F !important;
    position: relative;
    left: -15px;
    top: 105px;
    width: 225px;
}

    .Accounting-img-sp {
        display: block;
        padding: 10px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        top: 98px;
        left: 0px;
    }

    .title-p-services-sp {
        color: #E84A1F;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        position: relative;
        left: -2px;
        top: 80px;
    }
.btn-services-s {
    color: #fff;
    background-color: #E84A1F;
    border-color: #E84A1F !important;
    position: relative;
    left: -14px;
    top: -122px;
    width: 225px;
}

.notary-imgsp {
    display: block;
    padding: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -51px;
    left: 131px;
}

.title-p-services-not-sp {
    color: #E84A1F;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    position: relative;
    left: 139px;
    top: -65px;
}
.text-p-services-nsp {
    color: black !important;
    font-size: 15px !important;
    text-align: justify !important;
    justify-items: justify !important;
    position: relative;
    top: -66px;
    left: 129px;
    /* margin-left: -14px; */
    width: 264px !important;
}
.ul-services1sp {
    text-align: left;
    /* display: grid; */
    align-items: baseline;
    justify-items: start;
    /* margin-left: 206px; */
    position: relative;
    left: 46px;
    top: -48px;
    font-size: 14px;
    columns: 1;
    -webkit-columns: 1 !important;
    -moz-columns: 1;
}
.btn-servicesn-sp {
    color: #fff;
    background-color: #E84A1F;
    border-color: #E84A1F !important;
    position: relative;
    left: -178px;
    top: 216px !important;
    width: 226px;
}
.other-imgsp {
    display: block;
    padding: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -75px;
    left: 130px;
}

.title-p-services-othsp {
    color: #E84A1F;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    position: relative;
    left: 133px;
    top: -104px;
}
.text-p-services-osp {
    color: black !important;
    font-size: 15px !important;
    text-align: justify !important;
    justify-items: justify !important;
    position: relative;
    top: -116px;
    left: 132px;
    /* margin-left: -14px; */
    width: 264px !important;
}
.ul-serviceso-sp {
    text-align: left;
    /* display: grid; */
    align-items: baseline;
    justify-items: start;
    /* margin-left: 206px; */
    position: relative;
    left: 65px;
    top: -93px;
    font-size: 14px;
    columns: 1;
    -webkit-columns: 1 !important;
    -moz-columns: 1;
}
.btn-servicesosp {
    color: #fff;
    background-color: #E84A1F;
    border-color: #E84A1F !important;
    position: relative;
    left: -153px;
    top: 4px !important;
    width: 226px;
}
.div2-services-spanish {
    grid-area: 2 / 1 / 3 / 2;
    width: 320px;
    left: -4px !important;
    top: 0px !important;
    height: 1143px !important;
}












.parent-contact-form-services-services {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 0.8fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 155px;
    top: -990px;
    position: relative;
}



    .div2-services {
        grid-area: 2 / 1 / 3 / 2;
        width: 320px;
        left: 3px;
        top: 206px;
        height: 955px;
        display: grid;
        justify-items: center;
    }
    
        .div3-services { grid-area: 3 / 1 / 4 / 2;
            display: none !important;
            width: 320px; }
            .div4-services {
                grid-area: 4 / 1 / 5 / 2;
                width: 320px;
        left: 3px;
        top: -884px;
        height: 782px;
        display: grid;
        justify-items: center;
            }
        .div5-services { grid-area: 5 / 1 / 6 / 2;
            width: 320px;
        left: 3px;
        top: -1159px;
        height: 580px;
        display: grid;
        justify-items: center;
        }
        
         .list12 {
    text-align: left;
    display: grid;
    align-items: baseline;
    justify-items: start;
    margin-left: 84px !important;
    position: relative;
    left: -59px;
    top: 98px;
    font-size: 15px;}
    
        .ul-services1 {
            margin-left: -67px;
        }
        .ul-sublist-services {
            list-style-type: none;
            margin-left: -126px;
        }
        /* .py-3 {
            padding-top: 1rem!important;
            padding-bottom: 1rem!important;
            margin-top: -267px;
        } */
        .upper-contact-form-services {
            background-image: url(/assets/img/Contact-form-upperpart.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100%;
            height: 100%;
            bottom: -250px;
            height: 229px;
            display: none;
        }
        .parent-contact-form-services {
            display: grid;
            grid-template-columns: 1fr;
            grid-template-rows: repeat(2, 0.8fr);
            grid-column-gap: 0px;
            grid-row-gap: 0px;
            margin-top: -392px !important;
            margin-bottom: -934px;
        }
        .parent-services-servicessp {
            display: grid;
            grid-template-columns: 0.5fr;
            grid-template-rows: repeat(5, 1fr);
            grid-column-gap: 0px;
            grid-row-gap: 50px;
            position: relative;
            justify-content: center;
            justify-items: center;
            align-items: center;
            margin-top: 0px !important;
        }
        .parent-contact-form-servicessp {
            display: grid;
            grid-template-columns: 1fr;
            grid-template-rows: repeat(2, 0.8fr);
            grid-column-gap: 0px;
            grid-row-gap: 0px;
            margin-top: -2298px !important;
            margin-bottom: 0px !important;
        }


        /* CONTACT FORM */

        .parent-contact-form-services-contactus {
            display: grid;
            grid-template-columns: 1fr;
            grid-template-rows: repeat(2, 0.8fr);
            grid-column-gap: 0px;
            grid-row-gap: 0px;
            margin-top: -100px !important;
            margin-bottom: 168px;
        }


        .h1-contact-form-upper-services {
            color: #fff;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            margin: 41px;
        }
        .services-services {
            color: #868686;
            text-align: center;
            margin-bottom: 80px;
            font-size: 50px;
            font-weight: 900;
            margin-top: -46px;
        }
        .text-p-services {
            color: black !important;
            font-size: 15px !important;
            text-align: justify !important;
            justify-items: justify !important;
            position: relative;
            top: 66px;
            left: 4px;
            /* margin-left: -14px; */
        }
        .text-p-services-sp {
            color: black !important;
            font-size: 15px !important;
            text-align: justify !important;
            justify-items: justify !important;
            position: relative;
            top: 66px;
            left: 4px;
            /* margin-left: -14px; */
        }

        /* contact us */

        .h1-contact-us {
            color: #868686;
            font-size: 35px;
            font-weight: 600;
            text-align: center;
            margin-top: 75px;
            font-size: 50px;
        }

        /* ABOUT US */

        .img-team-home{
            width: 100%;
            height: 100%;
            margin-bottom: 50px;
        }

        .more-info .right-content {
            padding: 30px;
            margin-bottom: -210px;
            /* margin-top: 41px; */
            position: relative;
            top: -160px;
        }
        .h1-about-us {
            color: #868686;
            font-size: 50px;
            font-weight: 900;
            margin-bottom: 225px;
        }
        .h1-about-us-spanish {
            color: #868686;
            font-size: 50px;
            font-weight: 900;
            margin-bottom: 225px;
            text-align: center;
            position: relative;
            top: 97px !important;
            left: -3px !important;
            font-size: 40px !important;
        }
        .h2-index-spanish-responsivept3 {
            color: #E84A1F;
            font-size: 20px;
            font-family: 'Montserrat', sans-serif !important;
            margin-top: -10px;
            position: relative !important;
            left: 14px !important;
        }
        .logo-new-changing-responsive-spanish {
            width: 90%;
            height: 100%;
            margin-top: 214px;
            margin-left: 18px;
            position: relative;
            top: -95px;
        }
        .p-about-us {
            text-align: justify !important;
            margin-top: -32px;
        }
        .parent-our-team {
            display: grid;
            grid-template-columns: 1fr;
            grid-template-rows: repeat(6, 1fr);
            grid-column-gap: 0px;
            display: grid;
            grid-template-columns: 0.3fr;
            grid-template-rows: repeat(3, 1fr);
            grid-column-gap: 0px;
            grid-row-gap: 156px;
            justify-items: center;
            justify-content: center;
            align-items: center;
            height: 1234px;
        }
        .p-about-us-responsive{
            padding: 0px  !important;
            position: relative;
            top: -20px;
        }
        .div1-our-team {
            grid-area: 1 / 1 / 2 / 2;
            height: 308px;
        }
            .div2-our-team { grid-area: 2 / 1 / 3 / 2;
                height: 308px; }
            .div3-our-team { grid-area: 3 / 1 / 4 / 2;
                height: 308px; }
            .div4-our-team {
                grid-area: 4 / 1 / 5 / 2;
                border-radius: 12px;
                border: 2px solid #868686;
                box-shadow: 0px 1px 20px 0px;
                height: 360px;
                width: 300px;
                margin-top: 2px;
                height: 308px;
            }
            .div5-our-team {
                grid-area: 5 / 1 / 6 / 2;
                border-radius: 12px;
                border: 2px solid #868686;
                box-shadow: 0px 1px 20px 0px;
                height: 360px;
                width: 300px;
                margin-top: 98px;
                height: 308px;
                top: -70px;
                position: relative;
            }.div6-our-team {
                grid-area: 6 / 1 / 7 / 2;
                border-radius: 12px;
                border: 2px solid #868686;
                box-shadow: 0px 1px 20px 0px;
                height: 360px;
                width: 300px;
                margin-top: 34px;
                height: 308px;
                top: -82px;
                position: relative;
            }
            .img-pic-our-team1 {
                top: -3092px;
                position: relative;
                width: 60% !important;
                left: 0px !important;
            }
            .img-pic-our-team2 {
                top: -2938px;
                position: relative;
                width: 60% !important;
                left: 0px !important;
            }
            .img-pic-our-team3 {
                top: -2784px;
                position: relative;
                width: 60% !important;
                left: 0px !important;
            }
            .img-pic-our-team4 {
                top: -2647px;
                position: relative;
                width: 60% !important;
                left: 0px  !important;

            }
            .img-pic-our-team5 {
                top: -2483px;
                position: relative;
                width: 60% !important;
                left: 0px !important;
                z-index: 1;
            }
            .img-pic-our-team6 {
                top: -2326px;
                position: relative;
                width: 60% !important;
                left: 0px !important;
                z-index: 1;
            }
            .img-pic-our-team5-spanish {
                top: -2481px;
                position: relative;
                width: 60% !important;
                left: 0px !important;
                z-index: 1;
            }
            .img-pic-our-team6-spanish {
                top: -2323px;
                position: relative;
                width: 60% !important;
                left: 0px !important;
                z-index: 1;
            }
            .Contact-us-home {
                color: #868686!important;
                text-align: center;
                font-weight: 900;
                font-size: 40px;
            }
            .align-self-center-responsive {
                -ms-flex-item-align: center!important;
                align-self: center!important;
                padding-left: 40px;
                padding-right: 40px;
            }
            .div1-services-spanish {
                grid-area: 1 / 1 / 2 / 2;
                width: 320px;
                left: -2px !important;
                top: 0px !important;
            }
            .div2-services-spanish {
                grid-area: 2 / 1 / 3 / 2;
                width: 320px;
                left: -4px !important;
                top: -192px !important;
            }
            .div4-services-spanish {
                grid-area: 4 / 1 / 5 / 2;
                display: flex;
                justify-content: center;
                flex-wrap: wrap;
                border: 0px solid #000;
                border-radius: 20px;
                padding: 20px;
                box-shadow: 0px 1px 20px 0px;
                background-color: #fff;
                align-content: center;
                align-items: center;
                flex-direction: column;
                left: 0px !important;
                top: -1587px !important;
                width: 320px;

            }
            .div5-services-spanish {
                grid-area: 5 / 1 / 6 / 2;
                display: flex;
                justify-content: center;
                flex-wrap: wrap;
                border: 0px solid #000;
                border-radius: 20px;
                padding: 20px;
                box-shadow: 0px 1px 20px 0px;
                background-color: #fff;
                align-content: center;
                align-items: center;
                flex-direction: column;
                left: 0px !important;
                top: -2066px !important;
                width: 320px;
                height: 593px;
            }

/* RESPOSIVE - SPANISH */

        .h1-index-spanish{
            color: #868686;
            font-size: 35px;
            font-weight: 600;
            align-items: center;
            display: flex;
            justify-content: center;
            flex-direction: column;
            left: 0px;
            position: relative;
        }
        
        .btn-spanish {
            background-color: #E84A1F;
            color: #fff;
            font-size: 13px;
            text-transform: uppercase;
            font-weight: 700;
            padding: 12px 30px;
            border-radius: 30px;
            display: inline-block;
            transition: all 0.3s;
            text-align: center;
            position: relative;
            align-items: center;
            display: grid;
            justify-content: center;
            justify-items: center;
            align-content: center;
            left: -18px;
            top: -260px;
        }
        .parent-service-index-spanish {
            margin-left: 20px;
            display: grid;
            grid-template-columns: 1fr;
            grid-template-rows: repeat(6, 1fr);
            grid-column-gap: 0px;
            grid-row-gap: 28px;
            margin-left: 28px;
            padding: 29px;
            width: 90% !important;
            justify-content: space-between;
            align-content: center;
            margin-top: 20px;
            align-items: center;
        }

        .div1-contact-form-services-spanish {
            grid-area: 1 / 1 / 2 / 2;
            background-image: url(../img/Contact-us-resposivie.png);
            height: 702px;
            width: 100%;
            border-radius: unset;
            margin-top: 140px;
        } 
        .contact-form-h1-spanish {
            font-size: 30px;
            color: #fff;
            font-weight: bold;
            text-align: center;
            margin-top: 265px;
        }
        .more-info .left-image img {
            width: 298px;
            height: 185px !important;
            margin-top: 214px;
            margin-left: 18px;
            position: relative;
            top: -164px;
            left: -6px;
        }
        .h1-about-us-team-responsive{
            margin-left: 36px;
        }
        .h1-about-us {
            color: #868686;
            font-size: 50px;
            font-weight: 900;
            margin-bottom: 225px;
            text-align: center;
            position: relative;
            top: 18px;
            left: -14px;
        }
        .h1-about-us-responsive-pt1 {
            color: #868686;
            font-size: 50px;
            font-weight: 900;
            margin-bottom: 225px;
            text-align: center;
            position: relative;
            top: 143px;
            left: 1px;
        }
        .parent-service-index-spanish {
            margin-left: 20px;
            display: grid;
            grid-template-columns: 1fr;
            grid-template-rows: repeat(6, 1fr);
            grid-column-gap: 0px;
            grid-row-gap: 28px;
            margin-left: -8px;
            padding: 29px;
            width: 90% !important;
            justify-content: space-between;
            align-content: center;
            margin-top: 20px;
            align-items: center;
        }
        .Contact-us-home-spanish {
            color: #868686!important;
            text-align: center;
            font-weight: 900;
            font-size: 30px;
        }
        
        .navbar-expand-lgh .navbar-collapseh {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    left: 98px !important;
    position: relative;
}
.more-info .left-image img {
    width: 298px;
    height: 185px !important;
    margin-top: 214px;
    margin-left: 203px !important;
    position: relative;
    top: -164px;
    left: -181px;
}
.img-team-home-s {
    left: -156px;
    width: 305px;
    height: 375px !important;
    border-radius: 66px;
    margin-left: 188px;
    /* margin-top: 46px; */
    top: 0px;
    position: relative !important;
}


}



.navbar-expand-lgh .navbar-collapseh {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    left: 566px;
    position: relative;
}
.img-team-home-s {
    width: 305px;
    height: 375px !important;
    border-radius: 66px;
    margin-left: 188px;
    /* margin-top: 46px; */
    top: 0px;
    position: relative !important;
}


.justify-class{
    text-align: justify;
}





/* Cookies */

@import url("https://fonts.googleapis.com/css?family=Roboto");
@-webkit-keyframes come-in {
  0% {
    -webkit-transform: translatey(100px);
            transform: translatey(100px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateX(-50px) scale(0.4);
            transform: translateX(-50px) scale(0.4);
  }
  70% {
    -webkit-transform: translateX(0px) scale(1.2);
            transform: translateX(0px) scale(1.2);
  }
  100% {
    -webkit-transform: translatey(0px) scale(1);
            transform: translatey(0px) scale(1);
    opacity: 1;
  }
}
@keyframes come-in {
  0% {
    -webkit-transform: translatey(100px);
            transform: translatey(100px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateX(-50px) scale(0.4);
            transform: translateX(-50px) scale(0.4);
  }
  70% {
    -webkit-transform: translateX(0px) scale(1.2);
            transform: translateX(0px) scale(1.2);
  }
  100% {
    -webkit-transform: translatey(0px) scale(1);
            transform: translatey(0px) scale(1);
    opacity: 1;
  }
}


.floating-container {
  position: fixed;
  z-index: 9999999999999 !important;
  width: 100px;
  height: 100px;
  bottom: 0;
  right: 0;
  margin: 35px 25px;
}
.floating-container:hover {
  height: 300px;
}
.floating-container:hover .floating-button {
  box-shadow: 0 10px 25px rgba(44, 179, 240, 0.6);
  -webkit-transform: translatey(5px);
          transform: translatey(5px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.floating-container:hover .element-container .float-element:nth-child(1) {
  -webkit-animation: come-in 0.4s forwards 0.2s;
          animation: come-in 0.4s forwards 0.2s;
}
.floating-container:hover .element-container .float-element:nth-child(2) {
  -webkit-animation: come-in 0.4s forwards 0.4s;
          animation: come-in 0.4s forwards 0.4s;
}
.floating-container:hover .element-container .float-element:nth-child(3) {
  -webkit-animation: come-in 0.4s forwards 0.6s;
          animation: come-in 0.4s forwards 0.6s;
}
.floating-container .floating-button {
  position: absolute;
  width: 65px;
  z-index: 9999999999999 !important;
  height: 65px;
  background: #003A8E;
  bottom: 0;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  color: white;
  line-height: 65px;
  text-align: center;
  font-size: 23px;
  z-index: 100;
  box-shadow: 0 10px 25px -5px rgba(44, 179, 240, 0.6);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.floating-container .float-element {
  position: relative;
  z-index: 9999999999999 !important;
  display: block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 15px auto;
  color: white;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
  z-index: 0;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.floating-container .float-element .material-icons {
  vertical-align: middle;
  font-size: 16px;
}
.floating-container .float-element:nth-child(1) {
  background: #003A8E;
  box-shadow: 0 20px 20px -10px rgba(66, 165, 245, 0.5);
}



.cookie{
    width: 40px !important;
    height:40px !important;
}
.cookie1{
    width: 34px !important;
    height:27px !important;
}
.cookie2{
    width: 34px !important;
    height:27px !important;
}


.mx-xl-51b {
    margin-right: 20px!important;
    margin-left: 581px !important;
    position: static;
    display: flex;
    align-items: end;
    flex-direction: row-reverse;
}

/* TERMS,COOKIES,PRIVACY  */
@media (max-width: 767px) {
.pterms {
    width: 322px !important;
    margin: 36px !important;
    text-align: justify;
    position: relative !important;
    top: 80px !important;
}
.h2-terms {
    position: relative !important;
    top: 145px !important;
    left: 35px !important;
}

}
/* CREDITS */
.img-camaleonico {
    position: relative;
    top: -242px;
    left: 551px;
    width: 660px;
}







/* MENU - new */




/* -----------------------------------------------------------------------------

# Components - Header

----------------------------------------------------------------------------- */
.no-scroll {
  overflow: hidden;
}

.header-main {
  background: transparent;
  position: absolute;
  top: 0;
  width: 100%;
  height: 0px;
}

.header-main nav {
    display: inline-block;
    padding: 2rem;
    width: 100%;
    position: relative;
    top: 28px;
}

.header-main a {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.header-main a:not(.button) {
  color: #110f24;
  font-weight: 600;
  height: 2.5rem;
  line-height: 2.5rem;
}

.header-main a:not(.button):hover {
  color: #575bde;
}

.header-main ul.inline {
  display: inline-block;
  margin: 0;
}

.header-main ul.inline li {
  margin-bottom: 0;
  padding-right: 2rem;
}

.header-main .nav-toggle {
  display: none;
}

.header-main.dark a:not(.button) {
  color: #000;
}

.header-main.dark a:not(.button):hover {
  color: #000;
}

.header-main.dark .nav-toggle:before {
  color: #000;
}

@media only screen and (max-width: 767px) {
     footer ul.social-icons {
        margin-top: 202px;
        margin-left: 86px;
    }
    .menu-list {
        position: relative;
        left: 191px !important;
    }
  .header-main {
    position: fixed;
  }
  .header-main nav {
    padding: 0.5rem 0.75rem;
  }
  .header-main a:not(.button):hover {
    color: #110f24;
  }
  .header-main ul.inline {
    display: none;
  }
  .mainhome{
    position: relative;
    left: 0px !important;
    top: -4px;
  }
  .header-main .nav-toggle {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 2.5rem;
    text-align: center;
    width: 1.5rem;
  }
  .header-main .nav-toggle:before {
    direction: ltr;
    display: inline-block;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: normal;
    line-height: 1;
    text-rendering: optimizeLegibility;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #110f24;
    content: "MENÚ";
    line-height: 2.5rem;
    left: -70px;
    position: relative ;
    color: #fff !important;
    /* Prevent text from icon name to show up before load */
  }
  .preload .header-main .nav-toggle:before {
    font-size: 0;
  }
  .header-main.fade-in nav {
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    background: #003A8E;
  }
  .header-main.fade-in a:not(.button) {
    color: #000;
  }
  .header-main.fade-in a:not(.button):hover {
    color: #000;
  }
  .header-main.fade-in .nav-toggle:before {
    color: #000;
  }
  .header-main.active {
    height: 100%;
  }
  .header-main.active nav {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    background: #868686;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .header-main.active a:not(.button) {
    color: #000;
  }
  .header-main.active a:not(.button):hover {
    color: #000;
  }
  .header-main.active ul.inline {
    display: block;
    width: 100%;
  }
  .header-main.active ul.inline li {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    margin-bottom: 1rem;
    padding: 0;
    text-align: center;
    width: 100%;
    font-family: 'Montserrat', sans-serif;

  }
  .header-main.active ul.inline li a:not(.button) {
    font-weight: 400;
    line-height: 3rem;
  }
  .header-main.active .nav-toggle {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .header-main.active .nav-toggle:before {
    color: #000;
    content: "close";
    position: relative;
    left: 20px;
    font-family: 'Montserrat';
  }
  .header-main.active .button {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    height: 4rem;
    line-height: 4rem;
    margin-top: 1rem;
  }
  .header-main.active .button-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #000;
  }
  .header-main.active .button-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
  }
}

/* -----------------------------------------------------------------------------

# Components - List

----------------------------------------------------------------------------- */
ol,
ul {
  margin: 0 0 1rem 0;
  padding-left: 1.25rem;
}

ol.blank,
ul.blank {
  list-style: none;
  padding: 0;
}

ol.inline,
ul.inline {
  padding-left: 0;
}

ol.inline li,
ul.inline li {
  display: inline-block;
  padding-right: 1rem;
  vertical-align: top;
}

ol.inline li:last-child,
ul.inline li:last-child {
  padding-right: 0;
}

/* -----------------------------------------------------------------------------

# Components - Logo

----------------------------------------------------------------------------- */
.logo {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #110f24;
  display: block;
  float: left;
  font-size: 1.5rem;
  font-weight: 900;
  height: 2.5rem;
  letter-spacing: 0.5px;
  line-height: 2.5rem;
  margin-right: 2.5rem;
  opacity: 1 !important;
}



.logo img,
.logo svg {
  height: 2rem;
  margin: 0.25rem;
}

.dark .logo {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .logo {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
}

.style-touch-hover:hover{
    background-color: #003A8E !important;

}

.mainhome{position: relative;
    left: 626px;
    top: 4px;}
    
.mainhomesp {
    position: relative;
    left: 506px !important;
    top: 4px;
}
























