body {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

:root {
	--black: #000;
	--white: #fff;
	--primary: #db0000;
	--secondary: #00d307;
	--tertiary: #0300c3;
	--main-gray: #E2E2E2;
	--gray-medium: #7C7C7C;
	--gray-grafito: #303A3C;
	--gray-dark: #5B5B5B;
	--gray-light: #ECECEC;
}

.color-gray-medium {
	color:var(--gray-medium);
}

.bg-dark-light {
	background-color: var(--gray-light);
}

.color-red {
	color: red;
}

.contain-btnWhatsapp{ 
	position: fixed; 
	top: 20%; 
	right: 0%;
	z-index: 999;
	border-radius: 50%;
	background-color: #5aab3e;
	width: 60px;
	height: 60px;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	color: inherit;
}

.menu-new {
	background-color: #f0f0f0;
	border-radius: 0px;
}

.menu-new > li > a:active {
	background-color: #f0f0f0 !important;
}

.btn:active {
	background-color: var(--primary) !important;
}

.btn-forms {
	background-color: var(--gray-dark);
	color: white;
	outline: none;
	border: none;
	padding: 5px 150px;
	border-radius: 8px;
	transition: 0.3s;
}

.btn-forms:hover {
	background-color: black;
	transition: 0.3s;
}

.fw-black{
	font-weight: 900;
}

.btn:hover{
	background-color: black;
}

@media (min-width:1000px) {
	.container {
		max-width: 1320px;
	}
}

/* font size */

.fs-11{
	font-size: 11px;
}

.fs-14{
	font-size: 14px;
}

.fs-16 {
	font-size: 16px;
}

.fs-18 {
	font-size: 18px;
}

.fs-20{
	font-size: 20px;
}

.fs-24{
	font-size: 24px;
}

.fs-25{
	font-size: 25px;
}

.fs-30{
	font-size: 25px;
}

.fs-35{
	font-size: 35px;
}

.fs-clamp-22{
	font-size: clamp(18px, 4vw, 22px);
}

.fs-clamp-24{
	font-size: clamp(18px, 4vw, 24px);
}

.fs-clamp-16{
	font-size: clamp(14px, 3vw, 16px);
}

/* background */
.bg-gray-light{
	background-color: var(--main-gray);
}

.bg-layout{
	background-color: #F0F0F0;
}

.bg-grafito{
	background-color: var(--gray-grafito);
}

.bg-gray-medium{
	background-color: var(--gray-medium);
}

.bg-gray-dark{
	background-color: var(--gray-dark);
}

.bg-red{
	background-color: #A70000;
}



/* font color */
.text-gray{
	color: var(--gray-medium);
}

.text-gray-dark{
	color: var(--gray-dark);
}

.text-red{
	color: #A70000;
}


/* navbar */

@media (max-width:1239px) {
	.img-logo-lg {
		width: 150px;
	}
	.img-credito-lg {
		width: 100px;
	}
	.fs-12-lg {
		font-size: 12px;
	}
}

@media (min-width: 1200px){
	.nav-item-select{
		padding: 30px 5px;
	}	
}

@media (max-width: 992px) {
	.btn-forms {
		width: 100%;
	}
}

.menuActivo{
	background-color: white;
}

.text-nav-1{
	color: #6E7A86;
	font-size: 15px;
}


/* footer */

.footer-copyright a{
	color: #05EAFF;
}


/* minificha */

.btn-minificha-index:hover{
	background-color: #6d6a6a;
}

.btn-minificha-index-modal:hover{
	background-color: #4f4e4e;
}

.rounded-btnMf{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px ;
}

.ribbon-wrapper-big {
    z-index: 900;
    width: 130px;
    height: 119px;
    overflow: hidden;
    position: absolute;
}

.ribbon-css-big {
    font: 11px Lato, sans-serif;
        font-weight: normal;
    font-weight: 600;
    position: relative;
    left: -41px;
    top: 25px;
    width: 180px;
    color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.3);
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

.ribbon-css-big, .ribbon-css-Ficha-big {
    text-transform: uppercase;
    text-align: center;
    -webkit-transform: rotate(320deg);
    -moz-transform: rotate(320deg);
    -ms-transform: rotate(320deg);
    -o-transform: rotate(320deg);
    padding: 7px 0;
}

.btn-minificha:hover{
	background-color: #6d6a6a;
}

.btn-minificha-modal:hover{
	background-color: #4f4e4e;
}

.rounded-btnMf{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px ;
}

@media (min-width: 576px) {
	 
	.modal-dialog {
		max-width: 900px;
	}
	.modal-quote {
		max-width: 600px;
	}

}
.card-modal{
	background-color: #EEEEEE;
	border: 1px solid #989898;
	border-radius: 10px;
	padding: 10px;
}

.btn-close{
	right: 0;
}

.text-minificha{
	line-height: 12px;
}

.input-forms {
    border: 1px solid var(--gray-dark) !important;
    border-radius: 6px !important;
    padding: 10px !important;
}

/*Contacto*/
.flex-contacto {
	display: flex;
	flex-direction: column;
}

@media(max-width: 992px) {
	.flex-contacto, .flex-modal {
		flex-direction: column-reverse;
	}
}
.line{
    height: 2px;
    background-color: black;
}

.divider {
    margin: 10px 0px 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.divider::before, .divider::after {
    flex: 1;
    content: '';
    padding: 0.5px;
    background-color: var(--gray-medium);
    margin: 10px;
}

.icn{
    background-color: var(--gray-medium);
    border-radius: 50%;
    height: 25px;
    width: 25px;
}
.fs-wa {
	font-size: 18px;
}
@media(max-width: 1219px) {
	.fs-wa {
		font-size: 16px;
	}
}
@media(max-width: 1130px) {
	.fs-wa {
		font-size: 15px;
	}
}
@media(max-width: 1085px) {
	.fs-wa {
		font-size: 14px;
	}
}
@media(max-width: 600px) {
	.fs-wa {
		font-size: 15px;
	}
}
