/*!
 * 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: #000;
	text-align: left;
	background-color: #fff;
	height: 100%;
}


h3{
	color: #0a57a0;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;	
}

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

#page-anatomia {
	/*background-image:url('/img/bg-content.jpg'); */
	/*background-image:url('/img/bg-plt-content.jpg');
	background-repeat: no-repeat;
	background-position: top center;*/
	background-color: #fff;
	background-size: cover;
}

/* header */

#page-anatomia header{
	color: #000;
}

#page-anatomia header .col-lg-9{
	background-image:url('/img/line-anatomia.png'); 
	background-repeat: no-repeat;
	background-position: 15px 0;
}


#page-anatomia header h1 {
	padding: 25px 0;
	line-height: 1.1;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Avenir LT Std 85 Heavy';
}

#page-anatomia header .nav-index{
	position: relative;
	z-index: 1;
	top: 5px;
}

#content .container .col-lg-1{
	min-height: 515px;
}

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

.brand-grid-container, #mobile-nav {
	background-color: #ee3d33;
}

#mobile-nav {
	padding: 10px 15px;
}

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

.logo-upc-item .lg-uni {
	float: right;
	margin-top: 0;
	margin-right: 35px;
}


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

#menu {
	margin: -85px 0 39px 0;
}

#mainNav ul li a {
	text-transform: uppercase;
	font-size: 11px;
	color: #858075;
	line-height: 1em;
	width: 75px;
	display: block;
	margin: 0 15px 0 15px
}

#mainNav ul li a:hover {
	text-decoration: none;
	color: #ee3d33;

}

#mainNav ul li a span {
	display: block;
	padding: 10px 0 0
}

#mainNav ul li.active a{
	color: #ee3d33;
	margin-top: -18px
}

#mainNav ul li:first-child a {
	color: #0a57a0;
}


/*#mainNav ul li:last-child a{
	border:4px solid #c3beb9;
	border-radius: 20px;
}*/

#mainNav ul li:last-child a img {
	border: 4px solid #c3beb9;
	border-radius: 34px;
	padding: 2px;
}

#mainNav ul li:last-child a:hover img {
	border: 4px solid #0b58a1;
	border-radius: 34px;
	padding: 2px;
}



/*submenu */

#subNav ul {
    display: table;
    width: 100%;
}

#subNav ul li  {
	display: table-cell;
	width: 100%
}

#subNav ul li a {
	text-transform: none;
	font-size: 13px;
	color: #000;
	text-transform: uppercase
}

#subNav ul li a:hover {
	color: #fff;
	background-color: #0a57a0;	
}

#subNav ul li a.active {
	color: #fff;
	background-color: #0a57a0;
	font-weight: bold;
	margin-left: 20px;	
	width:calc(100% - 20px);	
}

#subNav ul li a.active:before {
	font-family: "Font Awesome 5 Free";
	content: '\f138';
	margin: 0px 20px 0 -38px;
	color: #858075;
	font-style: normal;
	font-size: 12px;
	padding: 0;
	position: relative;
	top: 0px;
}

.partes h3 + p{
	font-size: 13px;
	min-height: 38px

}

.partes .col a {
	font-size: 12px !important;
	text-transform: uppercase;
	color: #000;
	display: block;
	border: 1px solid #b3afa8;
	width: 100%;
	padding: 3px 0 3px;
}


.partes .col a:hover, .partes .col a.active {
	color: #fff;
	background-color: #0a57a0;
	text-decoration: none;
	border:1px solid #0a57a0;

}

.resumen{
	position: absolute;
	margin: -290px 0 0px;
}
.resumen .col-lg-1{
	min-height: 0px !important
}

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


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

}

.circle span {
	height: 25px;
	width: 25px;
	display: inline-block;
	border: 1px solid #000 !important;
	text-align: center;
	font-size: 12px;
	padding: 2px 0px;
	top: -8px;
	position: relative;
}

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

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

.circle:hover span svg{
	color: #fff
}

.circle:hover span i{
	color: #fff
}

.circle.fl span{
	font-size: 14px;
	padding: 4px 0px;
}

.title{
	position: absolute;
	bottom: 0;
	width: 62px
}

.title span{
    writing-mode:tb-rl;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform:rotate(180deg);
    transform: rotate(180deg);
    white-space:nowrap;
    text-transform: uppercase;
    font-size: 40px;
    color: #c3beb9;
    line-height: 34px;
    text-align: left;
}


.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #fff !important;
}

.modal-backdrop.show {
	opacity: 0.8;
}

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


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

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

@media (max-width: 767.98px) {
	.brand-grid-container {
		grid-template-columns: 15px auto 187px 15px;
		grid-template-rows: 54px;
	}

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

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

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

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

	#mobile-nav .nav-index{
		float: right;
	}

	#menu {
		margin: 0;
	}

	#mainNav.navbar {
		padding-top: 0;
	}

	.navbar-light .navbar-toggler {
		border: none;
		outline: none;
	}

	.navbar-light .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgb(255, 255, 255)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}

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

	.circle span {
		height: 30px;
		width: 30px;
		border: 1px solid #fff !important;
		padding: 4px 0px;
	}

	#navbarResponsive {
		background-color: #fff;
		position: absolute;
		width: 100vw;
		top: 58px;
		left: -16px;
		z-index: 999;
		box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.15);
	}

	#navbarResponsive > .navbar-nav {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}

	#navbarResponsive .nav-item {
		margin: 15px 0;
	}

	#navbarResponsive .nav-item:nth-child(1), #navbarResponsive .nav-item:nth-child(2), #navbarResponsive .nav-item:nth-child(3) {
		margin-top: 30px;
	}

	.title {
		width: 38px;
	}

	.title span {
		font-size: 34px;
	}

	#content .container .col-lg-1 {
		min-height: unset;
	}

	#content .container .title-column.col-lg-1 {
		min-height: 550px;
	}

	#content .container .title-column.col-lg-1, #content .container .col-10.col-lg-11 {
		margin-bottom: 70px;
	}

	#content .container .col-lg-1.order-md-1 {
		display: flex;
		flex-wrap: wrap;
	}

	#content .container .col-lg-1.order-md-1 .mb-2 {
		margin: 10px 10px 0 0;
	}

	#subNav > #subNavbarResponsive {
		display: block;
	}

	#subNav ul li a, #subNav ul li div a, #subNav ul li a.active {
		padding: 15px 15px !important;
	}

	.mb-2 > a > img {
		width: 60px;
	}

	.popup {
		bottom: -30px;
	}

	#content.info .bg-huevo, #content.info .bg-adulto {
		height: 180px;
		background-size: 100px;
		background-position: right 15px bottom;
	}

	#content.info .bg-larva, #content.info .bg-pupa {
		min-height: 290px;
		background-size: 100px;
		background-position: left 15px bottom;
	}

	.resumen {
		position: unset;
		margin: 0;
		margin-bottom: 30px;
	}
}

/* Medium devices (tablets, 768px to 992px)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	#page-content header .nav-index {
		position: unset;
		margin-top: 10px;
	}

	#logo-upc {
		height: 36px;
	}

	#logo-fmc {
		height: 28px;
	}

	.circle span {
		width: 40px;
		height: 40px;
		padding: 5px 0;
	}

	.fl span {
		font-size: 34px;
	}

	#menu {
		margin: 0;
	}

	.navbar {
		padding-bottom: 50px;
	}

	.collapse {
		display: block !important;
	}

	.navbar-toggler {
		display: none;
	}

	.navbar-nav {
		flex-direction: row;
	}

	#mainNav ul li a {
		margin: 0 8px;
	}

	#subNav ul li a, #subNav ul li div a, #subNav ul li a.active {
		padding: 10px 10px !important;
	}

	#content .container .title-column.col-lg-1 {
		min-height: 667px;
	}

	#content .container .col-lg-1 {
		min-height: unset;
	}

	#content .text-center img {
		float: left;
		margin-left: 5px;
	}

	#content.info .info-tablet-small {
		font-size: 12px;
	}

	#content.info .bg-larva, #content.info .bg-pupa {
		min-height: 440px;
	}

	.popup {
		left: 225px;
    	top: 0;
	}
}

@media (max-width: 991.98px) {
	#subNav ul li a.active {
		padding-left: 20px !important;
	}
}

@media (min-width: 768px) and (max-width: 1199.98px) {
	#page-content header .nav-index {
		float: right;
	}

	#logo-fmc {
		margin-left: 30px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
	#menu {
		margin: -40px 0 30px 0;
	}
}