/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
/* html {
	scroll-behavior: smooth!important;
} */
:root {
	--cnvs-themecolor:	#B59965;
	--cnvs-contrast-800: #fff;
	--bs-warning: #C8C8C8;
}

.is-expanded-menu .sticky-header #header-wrap{
	background-color: #000;
	
}



#logo img {
	max-width: 45%;
	max-height: 45%;
}

.large-device-menu a{
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.large-device-menu.active a{
	color: #B59965 !important;
}

.menu-item.active a{
	color: #B59965 !important;
}

.vertical-middle h2{
	font-family: "Libre Baskerville", serif;
	font-size: 64px;
	font-weight: 600 !important;
}

.vertical-middle .col-md-10 {
    margin-left: 125px;
    text-align: center;
}

.color-icon{
	color: #B59965;
	font-size: 30px !important;
}

.f-b-desc h3{
	font-family: "Libre Baskerville", serif;
	color: #000;
	font-size: 24px;
	font-weight: 600;
}

a.more-link.fst-normal.color-link-card {
	color: #B59965 !important;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
}

a.more-link:hover{
	border-bottom-color: #B59965 !important;
}

a.btn.btn-main.py-3.px-4.mt-2.rounded-1.btn-dark.bg-color.h-op-09{
	background-color: rgb(200, 200, 200,0.2) !important;
	border: 1px solid rgb(200, 200, 200,0.2) !important;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
}

a.btn.btn-main.py-3.px-4.mt-2.rounded-1.btn-dark.bg-color.h-op-09:hover{
	color: #000;
	background-color: #fff !important;
	border: 1px solid #fff !important;
}

.h1.fw-bold.lh-sm{
	font-family: "Libre Baskerville", serif;
	font-size: 32px;
	font-weight: 600;
}

.mt-4.fw-normal.lh-base{
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.rounded{
	border-radius: 25px !important;
}

a.btn.btn-color-gold.py-3.px-4.mt-2.rounded-1.btn-dark.bg-color.h-op-09{
	background-color: #B59965 !important;
	border: 1px solid #B59965;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 17px;
	font-weight: 400;

}

a.btn.btn-color-gold.py-3.px-4.mt-2.rounded-1.btn-dark.bg-color.h-op-09:hover{
	background-color: #DBBA83;
	border: 1px solid #DBBA83;
}

span.border-bottom.border-warning.border-width-3{
	color: #000;
}

.lady-justice-img::after {
	box-shadow: -20px -20px 0 var(--bs-warning);
	opacity: .6;
	border-radius: 45px;
}

.font-secondary{
	font-family: "Libre Baskerville", serif !important;
	font-weight: 600;
	font-size: 32px;
}

.mb-5.txt-us{
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 16px;
}

.fa-solid.fa-building-shield,
.bi-shield-lock-fill{
	color: #B59965;
	font-size: 24px;
}

.h6.fw-tt-us{
	font-family: "Libre Baskerville", serif !important;
	font-weight: 600;
	font-size: 20px;
}

.text-white{
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 16px;
}

.h3.font-pleca{
	font-family: "Libre Baskerville", serif !important;
	font-weight: 600;
	font-size: 32px;
}

.section.mb-0{
	margin: 0px !important;
}

.border-warning{
	border-color: #C8C8C8 !important;
}

.bg-white.service-feature {
    transform: translateY(71%) !important;
}

h3.h2.font-secondary.mb-4 {
    margin-top: 45px;
}

.counter span.display-4.fw-bold {
	font-family: "Libre Baskerville", serif;
	font-weight: 600;
	font-size: 64px;
	color: #000;
}
.counter h5.mb-0.h6.text-transform-none{
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 16px;
}

a.btn.btn-color-gold.py-3.px-5.rounded-1.btn-dark.bg-color.h-op-09.m-0 {
	background-color: #B59965 !important;
	border: 1px solid #B59965;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 17px;
	font-weight: 400;

}

a.btn.btn-color-gold.py-3.px-5.rounded-1.btn-dark.bg-color.h-op-09.m-0 :hover{
	background-color: #DBBA83;
	border: 1px solid #DBBA83;
}
.stretched #gotoTop {
    right: 50px;
    bottom: 125px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0);
    transition: all 0.2s ease-in-out;
    z-index: 100;
}
.float:hover {
    color: #fff;
    background-color: #21c15d;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease-in-out;
}

.my-float {
    margin-top: 16px;
}

.owl-dots{
	display: none!important;
}
.owl-stage{
	margin-bottom: 60px;
}


[class*=gutter-] > .col, [class*=gutter-] > [class*=col-] {
	padding-left: 3px !important;
	padding-right: 10px !important;
}

/* Footer */
#footer {
	background-color: #000 !important;
}
#footer .tt-white{
	color: #fff;
	font-family: "Libre Baskerville", serif;
	font-weight: 600;
	font-size: 16px;
}

.widget.widget_links a{
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	opacity: .5;
}
.widget.widget_links a:hover{
	opacity: .8;
}

[class*=gutter-] > .col, [class*=gutter-] > [class*=col-] {
	padding-left: 3px !important;
	padding-right: 10px !important;
}

#copyrights{
	background-color: #000 !important;
}
#copyrights .text-md-center{
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	opacity: .4;
}

#copyrights a{
	color: #fff !important;
	opacity: .5;
}

#copyrights a:hover{
	opacity: .8;
}

/* Ajustes */

.color-symbol{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #b59965 !important;
}

/* Modal start */


.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;

}

.modal-content {
	display: grid;
    position: absolute;
    width: 80vw;
    height: 80vh;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}


.close-button {
    position: fixed;
    top: 40px;
    right: 125px;
    font-size: 1.5em;
    color: #fff;
    background-color: transparent;
    border: none;
    padding: 5px;
    cursor: pointer;
    z-index: 1;
}
	/* Modal End*/

/* Ajustando Offset */
.anchor-container{
    position: relative;
}
.anchor-menu{
    height: 1px;
    background-color: transparent;
    width: 100%;
    position: absolute;
    top: 0;
    margin-top: 130px;
}
.anchor-menu-servicios{
    height: 1px;
    background-color: transparent;
    width: 100%;
    position: absolute;
    top: 0;
    margin-top: 40px;
}
.anchor-menu-contacto{
    height: 1px;
    background-color: transparent;
    width: 100%;
    position: absolute;
    top: 0;
    margin-top: -100px;
}
.anchor-menu-footer{
    height: 1px;
    background-color: transparent;
    width: 100%;
    position: absolute;
    top: 0;
    margin-top: 20px;
}	
	img.logo-default {
		width: 100%;
		height: auto;
	}   
/*-----------@media Query
	---------------------------------------*/

	@media (min-width: 1200px) and (max-width: 1380px){}

	@media (max-width: 1199px){
		#logo img {
			margin-left: 10px;
			margin-block: 10px;
			margin-top: 10px;
			width: 30%!important;
		}
	}
	@media (max-width: 991px) {
		.logo-default {
			width: 60%!important;
			height: auto;
		}
	
		.primary-menu-trigger {
			position: absolute;
			right: 0;
			top: 50%;
			transform: translateY(-50%);
		}
	
		#header-wrap {
			position: relative;
		}
		#logo a .logo-default {
			display: flex;
			margin-top: 15px;
			margin-bottom: 15px;
	}
}

	@media (min-width: 768px) and (max-width: 1368px){
		.vertical-middle h2{
			font-size: 65px;
			
		}
		.vertical-middle .col-md-10{
			margin-left: 65px;
		}
		.bg-white.service-feature {
			transform: translateY(25%) !important;
		}
		a.btn.btn-main.py-3.px-4.mt-2.rounded-1.btn-dark.bg-color.h-op-09{
			font-size: 27px;
		}
		.row.gutter-20 {
			--cnvs-custom-gutter: 121px;
		}
		
	
	}

	@media (max-width: 990px){
		
	}

	@media (min-width: 768px){
		.is-expanded-menu .sticky-header #header-wrap {
			position: fixed!important;
			top: 0!important;
			left: 0!important;
	}
	

}

	@media (min-width: 768px) and (max-width: 991px){
		#header-wrap {
			background-color: #000;
		}
		.vertical-middle h2{
			font-size: 45px;
			
		}
		.vertical-middle .col-md-10{
			margin-left: 45px;
		}

		.bg-white.service-feature {
			transform: translateY(13%) !important;
		}
		.row.gutter-50 {
			margin-left: 50px;
		}
		#footer .col-sm-3{
			width: 32% !important;
		}

		[class*=gutter-] > .col, [class*=gutter-] > [class*=col-] {
			padding-left: 33px !important;
			padding-right: 10px !important;
		}
		img.footer-logo {
			margin-left: 25px !important;
		}
	}

	@media (max-width: 767px){
		#header-wrap {
			background-color: #000;
		}
		.vertical-middle h2{
			font-size: 20px;
			
		}
		.vertical-middle .col-md-10{
			margin-left: -5px;
		}

		.bg-white.service-feature {
			transform: translateY(13%) !important;
		}
		img.footer-logo {
			margin-left: 27px !important;
		}
		.lady-justice-img::after {
			box-shadow: -20px -20px 0 var(--bs-warning);
			opacity: .6;
			border-radius: 25px;
		}
		[class*=col-]:not([class*=sticky-]):not([class*=position-]) {
			position: relative;
			width: 95%;
		}
		.content-wrap .container {
			position: relative;
			width: 80%!important;
			padding: 0px;
		}
		.mt-6 {
			margin-top: 5rem !important;
			justify-content: center;
		}
		a.btn.btn-color-gold.py-3.px-5.rounded-1.btn-dark.bg-color.h-op-09.m-0{
			padding: 16px!important;
		}
		a.btn.btn-main.py-3.px-4.mt-2.rounded-1.btn-dark.bg-color.h-op-09 {
			padding: 10px !important;
			font-size: 14px;
		}
		
		.p-5 {
			padding: .5rem !important;
		}
		.anchor-menu{
			
			margin-top: 480px;
		}
		.anchor-menu-contacto{
			
			margin-top: -100px;
		}
		.anchor-menu-servicios{
			
			margin-top: -40px;
		}
	}


	@media (min-width: 481px) and (max-width: 767px){
		#header-wrap {
			background-color: #000;
		}
		.vertical-middle h2{
			font-size: 20px;
			
		}
		.vertical-middle .col-md-10{
			margin-left: -5px;
		}

		.bg-white.service-feature {
			transform: translateY(13%) !important;
		}
		[class*=gutter-] > .col, [class*=gutter-] > [class*=col-] {
			padding-left: 33px !important;
			padding-right: 10px !important;
		}
		img.footer-logo {
			margin-left: 25px !important;
		}
		
	}


	@media (min-width: 360px) and (max-width: 740px){
	.btn-color-gold.py-3.px-4.mt-2.rounded-1.btn-dark.bg-color.h-op-09
	{padding: 16px !important;
	}
	}
	@media (min-width: 340px) and (max-width: 480px){
		
		#header-wrap {
			background-color: #000;
		}
		.vertical-middle h2{
			font-size: 20px;
			
		}
		.vertical-middle .col-md-10{
			margin-left: -5px;
		}

		.bg-white.service-feature {
			transform: translateY(13%) !important;
		}

		[class*=gutter-] > .col, [class*=gutter-] > [class*=col-] {
			padding-left: 33px !important;
			padding-right: 10px !important;
		}
		img.footer-logo {
			margin-left: 25px !important;
		}
		
	}

	@media (max-width: 339px) and (max-width: 480px){
		#header-wrap {
			background-color: #000;
		}
		.vertical-middle h2{
			font-size: 20px;
			
		}
		.vertical-middle .col-md-10{
			margin-left: -5px;
		}

		.bg-white.service-feature {
			transform: translateY(13%) !important;
		}
		[class*=gutter-] > .col, [class*=gutter-] > [class*=col-] {
			padding-left: 33px !important;
			padding-right: 10px !important;
		}
		img.footer-logo {
			margin-left: 25px !important;
		}
	
	}

	@media (max-width: 397px) and (max-width: 656px){
		#header-wrap {
			background-color: #000;
		}
		.vertical-middle h2{
			font-size: 20px;
			
		}
		.vertical-middle .col-md-10{
			margin-left: -5px;
		}

		.bg-white.service-feature {
			transform: translateY(13%) !important;
		}

		[class*=gutter-] > .col, [class*=gutter-] > [class*=col-] {
			padding-left: 33px !important;
			padding-right: 5px !important;
		}
		img.footer-logo {
			margin-left: 25px !important;
		}
	
	}

	
	@media (max-width: 280px) and (max-width: 653px){
		#header-wrap {
			background-color: #000;
		}
		.vertical-middle h2{
			font-size: 20px;
			
		}
		.vertical-middle .col-md-10{
			margin-left: -5px;
		}

		.bg-white.service-feature {
			transform: translateY(13%) !important;
		}
		[class*=gutter-] > .col, [class*=gutter-] > [class*=col-] {
			padding-left: 33px !important;
			padding-right: 5px !important;
		}
		img.footer-logo {
			margin-left: 25px !important;
		}
	
	}

	@media (max-width: 390px) and (max-width: 844px){
		.vertical-middle h2{
			font-size: 20px;
			
		}
		.vertical-middle .col-md-10{
			margin-left: -5px;
		}

		.bg-white.service-feature {
			transform: translateY(13%) !important;
		}

		[class*=gutter-] > .col, [class*=gutter-] > [class*=col-] {
			padding-left: 33px !important;
			padding-right: 5px !important;
		}
		img.footer-logo {
			margin-left: 25px !important;
		}
	
	
	}
		@media (max-width: 320px) and (max-width: 568px){
		a.btn.btn-main.py-3.px-4.mt-2.rounded-1.btn-dark.bg-color.h-op-09 {
			font-size: 12px;
		}
		a.btn.btn-color-gold.py-3.px-5.rounded-1.btn-dark.bg-color.h-op-09.m-0 {
			padding: 15px !important;
		}
		.btn-color-gold.py-3.px-4.mt-2.rounded-1.btn-dark.bg-color.h-op-09{
			padding: 15px !important;
		}
		.bg-white.service-feature {
			
			padding-left: 0px!important;
		padding-right: 0px!important;
		}
	
	}
	@media (min-width: 375px) and (max-width: 667px) {
		.close-button {
			position: fixed;
			top: 45px;
			right: 25px;
			font-size: 1.5rem;}
   }
   @media (max-width: 932px) {
	.close-button {
		position: fixed;
		top: 15px;
		right: 30px;
		font-size: 1.5rem;}
}

	