/* GENERAL */
* {
	font-family: verdana;
}

body {
	margin: 0px;
	padding: 0px;
}

.hide {
	display: none;
}

.thumbnail {
	border: 0px;
	border-radius: 0px;
	background-color: transparent;
	position: relative;
}

.caption h3 {
	color: #000000;
	font-size: 16px;
	margin-top: -10px;
	margin-bottom: 30px;
}

.mask {
	width: 20%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 150px !important;
}

.mask:hover {
	width: 23%;
}

.navbar-default {
	background-color: #ffffff;
	border-color: transparent;
	border-radius: 0px;
	border-bottom: 40px solid #3460bd;
	min-height: 110px;
}

.navbar-brand {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: -15px;
}

.navbar-header{
	padding: 10px;
	margin-top: 15px;
}

.navbar-nav {
	margin-top: 10px;
}

.navbar-nav li a {
	font-size: 12px;
}

.navbar-form  {
	margin-top: 17px;
	margin-right: -50px !important;
}

/* HACK para cambiar el punto de break del men? a 1100px */
@media (max-width: 1100px) {
	section.content_seccion .menu-content-desplegado {
		padding: 15% !important;
	}
	section.content_seccion .menu-content-2-desplegado {
		padding: 15% !important;
	}
	.form-control {
		display: initial !important;
	}
	section.content_seccion .navbar-header {
		float: none;
	}
	section.content_seccion .navbar-toggle {
		display: block;
	}
	section.content_seccion .navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	section.content_seccion .navbar-collapse.collapse {
		display: none !important;
	}
	section.content_seccion .navbar-nav {
		float: none !important;
		margin: 7.5px -15px;
	}
	section.content_seccion .navbar-nav > li {
		float: none;
	}
	section.content_seccion .navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	section.content_seccion .navbar-text {
		float: none;
		margin: 15px 0;
	}
	section.content_seccion .navbar-collapse.collapse.in { 
		display: block !important;
	}
	section.content_seccion .collapsing {
		overflow: hidden !important;
	}
	section.content_seccion .navbar-toggle {
		margin-top: -2px;
	}
	section.content_seccion .navbar-form  {
		float: inherit !important;
	}
	section.content_seccion #nutricion-marca {
		padding: 10px;
		padding-bottom: 0px;
	}
	section.content_seccion .navbar-right ~ .navbar-right {
		margin-right: -15px;
	}
	section.content_seccion .navbar-brand {
		width: 65%;
	}
	section.content_seccion .navbar-collapse .navbar-form {
		margin-right: 0px !important;
	}
	section.content_seccion .header .menu-content .btn-buscar {
		margin-left: 15px;
		left: -36px !important;
		top: -34px;
	}
	section.content_seccion .header .menu-content input#search {
		width: 100% !important;
		margin-left: 17px;
	}
	
}
@media (max-width: 1100px) {
	section.content_seccion .menu-content-desplegado {
		padding: 15% !important;
	}
	section.content_seccion .menu-content-2-desplegado {
		padding: 15% !important;
	}
}

/* MODALS */

.modal-header .close {
	text-shadow: 0 0px 0 #fff;
	margin-top: -15px;
	margin-right: -15px;
	opacity: 1;
	color: #ffffff;
}

.modal-header .close:hover {
	opacity: 0.8;
}

.modal-header .close .fa-times {
	background: #3460bd;
	padding-left: 0.4em;
	padding-right: 0.4em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

.modal-content {
	border-radius: 0px;
}

.modal-body {
	background-color: #3561bd;
}

.modal-footer {
	background-color: #3561bd;
	border-top: 0px;
}

#modal-ver {
}

#modal-ver .material-ver {
	cursor: pointer;
}

#modal-ver .video-ver {
	cursor: pointer;
	background-color: black;
	margin-left: -45px;
	margin-right: -45px;
	width: auto;
	height: 100%;
	min-height: 100px;
	padding: 0px;
	text-align: center;
}

#modal-ver .video-ver * {
	width: 100% !important;
}

#modal-ver .material-ver h2 {
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	font-weight: initial;
}

#modal-ver .material-ver h2 i {
	margin-left:10px;
}

#modal-ver .material-ver span {
	font-weight: bold;
}

#modal-ver .modal-body {
	padding-top: 0px;
	background-color: #ffffff;
}

#modal-proximamente .modal-body h1 {
	text-align: center;
	color: #ffffff;
	padding-top: 20%;
	padding-bottom: 20%;
}

#modal-login {
	color: #ffffff;
}

.modal-body {
	padding: 45px;
}

#modal-login h1 {
	font-size: 26px;
}

#modal-login form {
	margin-top: 40px;
}

#modal-login label {
	display: block;
	width: 100%;
	text-align: right;
}

#modal-login label p {
	display: inline;
	margin-right: 20px;
	width: 50%;
	text-align: left;
}

#modal-login form input {
	border: 0px;
	border-radius: 0px;
	width: 50%;
	margin-right: 80px;
	color: #000000;
}

#modal-login form button {
	display: inline;
	max-height: 75px;
	height: 100%;
	background-color: #ffffff;
	border: 0px solid transparent;
	color:#3561bd;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: right;
	margin-right: 20px;

	margin-top: 40px;
	margin-right: 10px;
}

#modal-login form button i {
	margin-left: 60px;
}

#modal-login form button:hover {
	background-color: #ededed;
	color: #3460bd;
}

@media (max-width: 490px) {
	#modal-login label p {
		display: block;
	}
	#modal-login label input {
		width: 100%;
	}
}

*:not(i.fa) {
	font-family: Interstate-Regular;
}

#background {
	background-color: #000000;
	opacity: 0.4;
	position: fixed;
	top: 0px;ç
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#logo {
	cursor: pointer;
}

#logo-content {
	cursor: pointer;
}

/* SELECTOR  */

.menu-productos-option > a:after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 10px;
}

/*.menu-nutrientes-option > a:after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 10px;
}*/

section.selector_seccion .header {
	border-top: 10px solid #3460bd;
	max-height: 120px;
	height: 100%;
}

section.selector_seccion .header .left img {
	/*max-width: 528px;*/
	max-width: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    /*transform: translate(-50%, -50%);*/
	transform: translate(-90%, -50%);
	width: auto;
}

section.selector_seccion .header .right img {
	/*max-width: 325px;*/
	max-width: 30%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    /*transform: translate(-50%, -50%);*/
	transform: translate(50%, -50%);
	width: auto;
}

section.selector_seccion .header .right {
	position: relative;
	height: 100%;
	min-height: 120px;
}

section.selector_seccion .header .left {
	position: relative;
	height: 100%;
	min-height: 120px;
}

section.selector_seccion {
	height: calc(100vh - 130px); /* 120 del header y 10 del border azul */
	color: #ffffff;
}

section.selector_seccion > div.row:last-child {
	height: 100%;
}

section.selector_seccion > div.row:last-child div {
	height: 100%;
}

section.selector_seccion > div.row:last-child div {
	border-bottom: 10px solid #ffffff;
}

section.selector_seccion .content {
	color: #ffffff;
}

section.selector_seccion .content .left {
	background: url("../img/Prehome_formacion_inicial_rollover.jpg") no-repeat center center;
	background: url("../img/Prehome_formacion_inicial.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
	display: table;
}

.inicial_rollover {
	background: url("../img/Prehome_formacion_continuada_rollover.jpg") no-repeat center center;
}

section.selector_seccion .content .right {
	background: url("../img/Prehome_formacion_continuada.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
	display: table;
}

.continuada_rollover {
	background: url("../img/Prehome_formacion_continuada_rollover.jpg") no-repeat center center;
}

section.selector_seccion .content .left > * {
	vertical-align: middle;
	display: table-cell;
}

section.selector_seccion .content .right > * {
	vertical-align: middle;
	display: table-cell;
 }

section.selector_seccion .content button {
	max-height: 75px;
	height: 100%;
	background-color: #3461bd;
	border: 0px solid transparent;
	color:#ffffff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

section.selector_seccion .content button i {
	margin-left: 60px;
}

section.selector_seccion .content button:hover {
	background-color: #ffffff;
	color: #3460bd;
}

section.selector_seccion .content h2 {
	font-size: 30px;
	font-family: Interstate-Bold;
	text-transform: uppercase;
	font-weight: bold;
	width: 250px;
}

section.selector_seccion .content button {
	font-weight: bold;
	font-size: 17px;
}

section.selector_seccion .content article {
	padding-left: 50px;
}

/**/

@media (max-width: 575.98px) { /* Breakpoint xs  */
	section.selector_seccion .content article {
		padding-left: 0px;
	}
}

@media (max-width: 767.98px) { /*  Breakpoint sm */
}

@media (max-width: 991.98px) { /* Breakpoint md */

	section.selector_seccion > div.row:last-child {
		height: 50%;
	}

	section.selector_seccion .header .right {
		min-height: 60px;
	}

	section.selector_seccion .header .left {
		min-height: 60px;
	}
	
	section.selector_seccion .header .left img {
		max-height: 60px;
		max-width: 278px;
		width: 100%;
		transform: translate(-50%, -50%);
	}
	
	section.selector_seccion .header .right img {
		max-height: 60px;
		max-width: 188px;
		width: 100%;
		transform: translate(-50%, -50%);
	}
	
	section.selector_seccion > div.row:last-child div:first-child {
		border-bottom: 0px;
	}
	
	section.selector_seccion .content article h2 {
		font-size: 20px;
		width: 38%;
	}
	
	section.selector_seccion .content article button {
		font-size: 14px;
	}

}

@media (max-width: 1199.98px) { /* Breakpoint lg */
}

/* SELECTOR  */

/* CONTENT  */

section.content_seccion .header {
	border-top: 10px solid #3460bd;
	/*max-height: 120px;*/
	height: 100%;
}

section.content_seccion .header .left img {
	max-width: 100%;
    margin: 0;
	width: auto;
}

section.content_seccion .header .right img {
	max-width: 90%;
    margin: 0;
	width: auto;
}

section.content_seccion .header .right {
	position: relative;
	height: 100%;
}

section.content_seccion .header .left {
	position: relative;
	height: 100%;
}

section.content_seccion .header .menu-content {
	vertical-align: middle;
	height: 100%;
}

section.content_seccion .header .menu-content .navbar-form  .form-group {
	margin-left: 20px;
}

section.content_seccion .header .menu-content input#search {
	border: 0px;
	border-radius: 0px;
	background-color: #e7e7e7;
	width: 200px;
	
}

section.content_seccion .header .menu-content .btn-buscar {
	background-color: #0062bd;
	border: 0px solid transparent;
	border-radius: 0px;
	left: -241px;
	height: 34px;	
	position: relative;
	color: #ffffff;
}

section.content_seccion {
	height: 100vh;
	color: #ffffff;
}

section.content_seccion #logo {
	max-width: 220px;
}

section.content_seccion #logo-content {
	max-width: 220px;
}

section.content_seccion #nutricion-marca {
	max-width: 160px;
	padding: 20px;
	margin-top: -9px;
}

section.content_seccion .content ul {
/*
	padding-left: 0;
*/
	list-style: none;
	padding: 0px;
}

section.content_seccion .content ul li {
	float: left;
	padding: 10px;
	font-size: 10px;
	line-height: 1.4;
	text-align: center;
}

section.content_seccion .videos-content {
	padding-left: 100px;
	padding-right: 100px;
	margin-top: -20px;
	padding-bottom: 10px;
	border-bottom: 10px solid #ffffff;
	background-color: #ededed;
	min-height: calc(100% - 120px);
}

section.content_seccion .videos-content > div {
	position: initial;
	cursor: pointer;
	margin-top: 30px;
	min-height: 310px;
}

section.content_seccion .menu-content-desplegado {
	margin-top: 51px;
	padding-bottom: 10px;
	border-bottom: 10px solid #ffffff;
	background-color: #ededed;
	min-height: calc(100% - 120px);
	background-image: url(../img/back-menu.png);
	background-repeat: repeat;
	position: absolute;
	top: 140px;
	padding: 150px;
	background-color: transparent;
	width: 100%;
}

section.content_seccion .menu-content-desplegado li {
	font-family: interstate-regular;
	font-size: 16px;
	cursor: pointer;
}

section.content_seccion .menu-content-2-desplegado {
	margin-top: 51px;
	padding-bottom: 10px;
	border-bottom: 10px solid #ffffff;
	background-color: #ededed;
	min-height: calc(100% - 120px);
	background-image: url(../img/back-menu.png);
	background-repeat: repeat;
	position: fixed;
	top: 140px;
	padding: 150px;
	background-color: transparent;
	width: 100%;
}

section.content_seccion .menu-content-2-desplegado li {
	font-family: interstate-regular;
	font-size: 16px;
	cursor: pointer;
}

/**/

@media (max-width: 575.98px) { /* Breakpoint xs  */
}

@media (max-width: 767.98px) { /*  Breakpoint sm */
	section.content_seccion .videos-content {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 991.98px) { /* Breakpoint md */

	section.content_seccion .header .left {
		min-height: 60px;
	}

	section.content_seccion .header .right {
		min-height: 60px;
	}

	section.content_seccion .header .left img {
		max-height: 60px;
		max-width: 278px;
		width: 100%;
		transform: translate(-50%, -50%);
		position: absolute;
		top: 50%;
		left: 50%;
	}
	
	section.content_seccion .header .right img {
		max-height: 60px;
		max-width: 188px;
		width: 100%;
		transform: translate(-50%, -50%);
		position: absolute;
		top: 50%;
		left: 50%;
	}
	
}

@media (max-width: 1199.98px) { /* Breakpoint lg */
}

/* CONTENT  */


/* MENU CONTENT DESPLEGADO */
section.content_seccion .menu-content-desplegado .dropdown::after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
section.content_seccion .menu-content-2-desplegado .dropdown::after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
/* MENU CONTENT DESPLEGADO */?
