/*!
 * Avellana Bootstrap - v1 (https://avellanadigital.com)
 * Copyright 2019 Avellana Bootstrap
 */

body {
	margin: 0;
	font-family: 'Avenir LT Std 35 Light';
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #858796;
	text-align: left;
	background-color: #fff;
	height: 100%;
}

/* ----- Pagina  ----- */

#page-index {
	/*background-image:url('/img/bg-plt.jpg'); */
	/*background-image:url('../img/bg-index.png');*/
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #ee3d33;
	color: #fff;
}

/* header */

#page-index header{
	padding: 0 0;
}


#page-index header .lg-fmc {
	height: 36px;
	float: right;
}

#page-index header .lg-uni{
	width: 65%;
	margin-right: 35px;
	margin-top: 10px;	
}

#page-index header .logo-upc-item .lg-uni {
	height: 36px;
	width: unset;
	float: right;
	margin-top: 0;
}

/*
#page-index header .title{
	margin-top: -35px
}*/

#page-index header h1{
	font-size: 174px;
	text-transform: uppercase;
}

#page-index header h2 {
	text-transform: uppercase;
	padding: 30px 0 25px;
	line-height: 1.1;
}

#page-index header span.line-1{
	font-size: 25px;
}

#page-index header span.line-2{
	font-size: 32px;
}

#page-index header span.line-3{
	font-size: 23px;
}

#page-index header span.line-4{
	font-size: 42px;
}


#page-index header .dr p{
	margin-bottom: 0;
	font-size: 20px;
	margin-right: 55px
}

#page-index header .dr span{
	font-size: 16px;
	display: block
}

#page-index .brand-grid-container {
	display: grid;
	grid-template-columns: auto 880px 260px auto;
	grid-template-rows: 100px;
	align-items: center;
}

#page-index .logo-fcm-item, #page-index .bg-white-item {
	background-color: #fff;
}

#page-index .logo-fcm-item {
	border-bottom-left-radius: 50px;
	padding: 32px 0;
}

#page-index .bg-white-item {
	padding: 50px 0;
}

/* ----- nav ----- */

#mainNav h3 {
	text-transform: uppercase;
	font-size: 25px;
	color: #fff;
	line-height: 1.2em
}

#mainNav h3 span{
	font-size: 32px;
}

#mainNav a {
	text-transform: none;
	font-size: 14px;
	color: #fff;
	height: 30px;
	width: 100%;
	font-style: italic;
	font-weight: bold	
}

#mainNav a:hover, #mainNav a:active {
	color: #000;
	font-style: italic; 
	margin-left: 20px;	
	width:calc(100% - 20px);
	background-color: #fff;	
}


#mainNav a:hover:before {
	font-family: "Font Awesome 5 Free";
	content: '\f138';
	margin: 0px 20px 0 -38px;
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
	padding: 0;
	position: relative;
	top: -3px;
	float: left
}

#mainNav .col {
	margin-bottom: 50px;
}

/* footer */

.bt a{
	color: #000;
	text-transform: uppercase;
	font-size: 10px	
}

.bt a:hover {
	color: #fff !important;
	text-decoration: none
}

/* ----- common ----- */


.circle {
	color:#000 !important;
	text-transform: uppercase;
	font-size: 12px
}

.circle span {
	height: 40px;
	width: 40px;
	display: inline-block;
	border: 1px solid #000 !important;
	text-align: center;
	font-size: 18px;
	padding: 4px 0px;
	top: -6px;
	position: relative;
}

.circle:hover {
	text-decoration: none;
}

.circle:hover span{
	border: 1px solid #fff !important;
	background-color: #fff
}

.bt-anatomia a{
	color:#000 !important;
	text-transform: uppercase;
	font-size: 12px;
	margin-left: -34px
}

.bt-anatomia a:hover {
	color:#fff !important;
	text-decoration: none;
	font-size: 12px;
	background: none !important;
	margin-left: -34px !important;
}

.bt-anatomia a:hover::before {
	content: '';
	display: none !important
}


.border-dark, .text-dark{
	color: #000 !important;
	border-color: #000 !important;
}

.fl span{
	font-size: 30px;
	padding: 0px;
}
.fl:hover span i{
	color: #fff !important;
}

/* ----- Responsive ----- */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	#page-index .brand-grid-container {
		grid-template-columns: 15px auto 187px 15px;
		grid-template-rows: 54px;
	}

	#page-index header .logo-upc-item .lg-uni {
		height: 26px;
	}

	#page-index header h1 {
		font-size: 124px;
		margin-top: 50px;
	}

	#page-index .logo-fcm-item {
		border-bottom-left-radius: 20px;
		padding: 17px 0;
	}

	#page-index header .lg-fmc {
		height: 20px;
		float: left;
		margin-left: 20px;
	}

	#page-index .bg-white-item {
		padding: 27px 0;
	}

	#mainNav .col {
		margin-bottom: 50px;
		flex: 0 0 100%;
    	max-width: 100%;
	}

	#mainNav a {
		height: unset;
		padding: 16px 16px !important;
	}

	.bt-anatomia { /* Unificar per >576px */
		position: absolute;
		left: 42%;
    	width: 115px;
    	display: flex;
    	justify-content: center;
	}

	#mainNav a:hover, #mainNav a:active {
		margin: none;
		width: 100%;
	}
}

@media (max-width: 767.98px) {
	#page-index header h1 {
		line-height: 1;
	}

	#page-index header h2 {
		padding-top: 0;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
	#page-index .brand-grid-container {
		grid-template-columns: auto 325px 215px auto;
	}

	#mainNav .col:nth-child(5) {
		flex: 0 0 50%;
    	max-width: 50%;
	}

	.bt-anatomia { /* Unificar per >576px */
		position: absolute;
		bottom: 87px;
		left: 133%;
    	width: 90px;
    	display: flex;
    	justify-content: center;
	}
}

/* Medium devices (tablets, 768px to 992px)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	#page-index .brand-grid-container {
		grid-template-columns: auto 505px 215px auto;
	}

	#page-index header h1 {
		font-size: 162px;
	}

	#mainNav .col:nth-child(4), #mainNav .col:nth-child(5) {
		flex: 0 0 33.333333%;
    	max-width: 33.333333%;
	}

	.bt-anatomia {
		position: absolute;
		bottom: 87px;
		left: 133%;
    	width: 90px;
    	display: flex;
    	justify-content: center;
	}
}

@media (min-width: 768px) {
	
}

@media (min-width: 576px) and (max-width: 991.98px) {
	#page-index .brand-grid-container {
		grid-template-rows: 76px;
	}

	#page-index .logo-fcm-item {
		border-bottom-left-radius: 30px;
		padding: 24px 0;
	}

	#page-index header .lg-fmc {
		height: 28px;
	}

	#page-index .bg-white-item {
		padding: 38px 0;
	}
}

/* Large devices (desktops, 992px to 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
	#page-index .brand-grid-container {
		grid-template-columns: auto 700px 260px auto;
	}

	#page-index header h1 {
		font-size: 150px;
	}

	#mainNav .col:nth-child(5) {
		flex: 0 0 25%;
    	max-width: 25%;
	}

	.bt-anatomia {
		position: absolute;
		bottom: 87px;
		left: 133%;
    	width: 90px;
    	display: flex;
    	justify-content: center;
	}
}