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

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

#page-content {
	/*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-content header{
	color: #000;
}

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

#page-content header h1{
	font-size: 13px;
	text-transform: uppercase;
}

#page-content header h2 {
	padding: 25px 0;
	line-height: 1.1;
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	font-family: 'Avenir LT Std 85 Heavy';
}

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

.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 30px 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: -20px
}


#mainNav ul li a svg{
	color: #c2beba;
}

#mainNav ul li a:hover svg{
	color: #f8b1ad;
}

#mainNav ul li.active svg{
	color: #ee3d33;
}


#mainNav ul li:first-child a {
	color: #77b0dc;
}

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


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

#mainNav ul li:nth-of-type(2) {
	border-left: 2px solid #ee3d33
}

/* content */

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

#content.info h3{
	color: #ee3d33;
	font-weight: bold;
	font-size: 16px;
}

#content.info h4{
	font-family: 'Avenir LT Std 85 Heavy';
	font-size: 25px;
	font-style: italic;
}

#content.info{
	color: #000;
	font-size: 14px;	
}

#content.info i{
	color: #000;
	font-size: 11px;	
}

#content.info .thumb{
	opacity: 0.3
}

#content.info .thumb:hover{
	opacity: 1;
	transition: all 0.5s ease;
}

#content.info .thumb.active{
	opacity: 1;
}

#content.info .image{
	display: none;
}

#content.info .image.active{
	display: block;
}

#content.info .bg-huevo, #content.info .bg-larva, #content.info .bg-pupa, #content.info .bg-adulto {
	background-repeat: no-repeat;
	background-position: left bottom;
}

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

#content.info .bg-huevo{
	background-image:url('../img/bg-ciclo-huevo.png');
}

#content.info .bg-larva{
	background-image:url('../img/bg-ciclo-larva.png');
}

#content.info .bg-pupa{
	background-image:url('../img/bg-ciclo-pupa.png');
}

#content.info .bg-adulto{
	background-image:url('../img/bg-ciclo-adulto.png');
}

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

#content.info .bt-imago{
	position: absolute;
	bottom: 5px
}

#content.info .bt-imago p{
	font-size: 12px;
	margin:0 0 10px 0;
}

#content.info .bt-imago .thumb{
	opacity: 1	!important
}

#content.info .bt-imago a i{
	font-size: 25px;
	color: #000 !important
}

#content.info .bt-imago a.active i{
	font-size: 25px;
	color: #ee3d33	!important
}


/*submenu */

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

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

#subNav ul li a {
	text-transform: uppercase;
	font-size: 11px;
	color: #000;
	padding-top: 4px !important;
	padding-bottom: 3px !important;
	width: 94%;
}

#subNav ul li a span {
	font-size: 11px;
}



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

#subNav ul li a.active {
	color: #fff;
	background-color: #ee3d33;
	margin-left: 20px;	
	width:calc(100% - 30px);
	padding-top: 3px !important;
	padding-bottom: 3px !important;		
}

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

}


#subNav ul li div a{
	color: #fff;
	background-color: #fff;
	color: #000;
	font-style: normal;
	margin-left: 0px;
	margin-right: 10px;
	float: right;
	width:50%;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	padding-top: 3px !important;
	padding-bottom: 3px !important;			
}


#subNav ul li div a.active {
	color: #fff;
	background-color: #ee3d33;
	font-style: normal;
	margin-left: 0px;
	margin-right: 10px;
	float: right;
	width: 50%;
	font-size: 10px;
	text-align: center;
}


#subNav ul li div a.active:before{
	content: '';
	margin:0;
	width: 50%
}

.menu-larva ul {
	margin:0;
	padding: 0
}


.menu-larva ul li {
	list-style: none;
	line-height: 24px
}

.menu-larva ul li a{
	color: #c3bfba;
	font-size: 15px !important;	
}

.menu-larva ul li a i{
	color: #c3bfba !important;
	font-size: 14px !important;
}

.menu-larva ul li a.active{
	color: #000;
}


.menu-larva ul li a.active i{
	color: #ef3e33 !important;
}


.menu-larva ul li ul.active li a {
	color: #000 !important;
}

.menu-larva ul li ul.active li:nth-of-type(1) a i{
	color: #ff7900 !important;
}
.menu-larva ul li ul.active li:nth-of-type(2) a i{
	color: #ff00a2 !important;
}
.menu-larva ul li ul.active li:nth-of-type(3) a i{
	color: #0085ff !important;
}

.numbers a {
	border-radius: 15px;
	height: 25px;
	width: 25px;
	background-color: #858075;
	color: #fff;
	display: inline-block;
	padding: 5px 9px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.numbers a:hover,.numbers a.active {
	background-color: #ee3d33;
}

.numbers.bottom{
	margin-top: 45px;
}

.numbers.bottom a{
	padding: 4px 9px;
}

/* ----- 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 #ee3d33 !important;
	background-color: #ee3d33;
	color: #fff
}

.circle:hover span svg{
	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;
}

.popup {
	position: absolute;
	bottom: 0;
	text-align: right;
	width: 90%;
}


.popup a img {
	border: 4px solid #c3beb9;
	border-radius: 34px;
	padding: 2px;
}

.popup a:hover img {
	border: 4px solid #ee3d33;
	border-radius: 34px;
	padding: 2px;
}


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


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


.modal-lg, .modal-xl {
	max-width: auto !important;
}

.op3{
	opacity: 0.3
}

.txt35{
	font-size: 35px
}

.min-h40{
	min-height: 40px
}
.min-h70{
	min-height: 70px
}

/* ----- 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;
	}
}

/* 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;
	}
}