@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
/*!
Theme Name: Lab4U Theme 2.0
Theme URI: http://underscores.me/
Author: Seba Herrera
Author URI: http://lab4u.co
Description: New Template for Lab4U, made with Lab4U Theme 2.0 and designs based on the previous theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lab4u-theme-2-0
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Lab4U Theme 2.0 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Top Navbar
	- Footer
	- CTA Bar
	- Youtube Modal
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
	- Buttons
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Corrections
	- Focus Outline

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */
/*? normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
:root {
	--font-color: #707070;
	--dark-font-color: #4C4C4C;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	/* font-size: 2em; */
	margin: 0.67em 0;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
	color: var(--dark-font-color);
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

button:active,
button:focus {
outline: none !important;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--font-color);
	font-family: 'Lato', sans-serif !important;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Nunito', sans-serif;
	color: var(--dark-font-color);
}

h1, h2, h3 {
	font-weight: 600;
}

h1 {
	font-size: 2.5rem;
}

p{
	margin-bottom: 1em;
}

p, li, label {
	color: var(--font-color);
}

@media (max-width: 750px){
	h1 {
		font-size: 2rem;
	}
}


dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}


.site {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto 1fr auto;
	grid-template-areas: 
		"header" 
		"content" 
		"footer";

	min-height: 100vh;
}
header {
	grid-area: header;
}
.main-content {
	grid-area: content;
}
footer {
	grid-area: footer;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	max-width: 100vw;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	/* color: #800080; */
}

a:hover{
	color: #55DBD2;
}
a:focus,
a:active {
	color:  #e5fffd;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
	text-decoration: none;
}

/* Forms
--------------------------------------------- */
textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.responsive-img-w img{
    width: 100%;
    height: auto;
    object-fit: contain; /* Responsive magic */
}
.responsive-img-h img{
    width: auto;
    height: 100%;
    object-fit: contain; /* Responsive magic */
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Top Navbar
--------------------------------------------- */
#main-navbar .dropdown-menu {
	border-radius: 0px;
	box-shadow: 0 .3rem 0.3rem #dfdfdf26;
	border: none;
	margin: 0 0 0 0;
}
#main-navbar .nav-link:focus{
	outline: none !important;
}
#main-navbar .dropdown-item:active {
    background-color: #4acfd8;
}
#main-navbar .dropdown-item:visited {
	color: inherit;
}
#main-navbar .dropdown-item{
	color: #00000080;
}
.nav-item{
	width: max-content;
}
.header-logo{
	height: 2.5rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.navbar-toggler:focus{
	outline: none;
}

/* Less Wide than 991px */
@media(max-width: 991px){
	#main-navbar .dropdown-menu{
		border: none;
		box-shadow: none;
	}
	#main-navbar .dropdown-item{
		text-align: end;
	}
	#main-navbar .navbar-nav{
		margin-bottom: 1rem;
	}
}
/* Wider than 991px */
@media(min-width: 992px){
	.navbar-collapse{
		height: 3.5rem;
	}
	#main-navbar .nav-item:hover{
		background: #eee;
	}
}

/* Language Switcher */
.nav-lan a{
	text-transform: uppercase;
	color: #00000080;
	text-decoration: none;
}
.nav-lan a:hover{
	text-transform: uppercase;
	color: #00000080;
	text-decoration: underline;
}
.nav-lan .lan-cont:not(:last-child)::after{
	content: '|';
	margin: 0px 5px;
	color: #00000080;
}

/* Footer
--------------------------------------------- */
.footer-links{
	padding-top: 4.5rem;
	padding-bottom: 0rem;
}
.footer-links p,
.footer-links a{
	color: #fff;
	font-size: 0.9rem;
}
.footer-links p {
	margin-bottom: 0.5rem;
}
.footer-links a:hover {
    color: #21515f !important;
}


/* CTA Bar
--------------------------------------------- */
.cta-bar {
	width: 100%;
	position: sticky;
	bottom: 0;
	display: block;
	background-color: white;
	box-shadow: 0px -5px 10px -10px rgba(0, 0, 0, 0.5);
	z-index: 999;
}

.cta-bar-wrap {
	width: 100%;
	display: table;
	height: max-content;
}

.cta-bar-wrap .cta-cont {
	display: table-cell;
	vertical-align: middle;
}

.cta-bar p {
	font-size: 1.1rem;
	margin: 0px;
}

.cta-bar p strong {
	color: red;
}


/* Youtube Modal
--------------------------------------------- */
/* Wrapper for the Video in the Modal */
.video-wrap {
    position: relative !important;
    padding-bottom: 56.25% !important; /* 16:9 */
    height: 0 !important;
}
/* iframe for the Video */
.video-wrap iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.embed-video-wrap{
    position: relative;
    padding-bottom: 56.25%;
}
.embed-video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Buttons
--------------------------------------------- */
.btn-main{
	width: max-content;
	
	margin: 0px;
    padding: 0.7rem 2rem;

	display: flex;
    justify-content: center;
    align-items: center;

    transition: 0.1s;
    background: linear-gradient(to right, #4285f4 0%, #53dbd2 100%);
	color: white;
	border: none;
    border-radius: 23px;
	box-shadow: 0 4px 10px 0 #00000033;
	
    font-size: 1rem;
	font-weight: normal;
}
.btn-main:hover:not(.disabled) {
	color: whitesmoke;
	margin-top: 0.1rem;
	margin-bottom: -0.1rem;
}

.btn-main-important{
	width: max-content !important;
	
	margin: 0px !important;
    padding: 0.7rem 2rem !important;

	display: flex !important;
    justify-content: center !important;
    align-items: center !important;

    transition: 0.1s !important;
    background: linear-gradient(to right, #4285f4 0%, #53dbd2 100%) !important;
	color: white !important;
	border: none;
    border-radius: 23px !important;
	box-shadow: 0 4px 10px 0 #00000033 !important;
	
    font-size: 1rem !important;
	font-weight: normal !important;
}

.btn-main.disabled {
	background: linear-gradient(to right, #8b8b8b 0%, #b5b5b4 100%);
}


.btn-main-important:hover:not(.disabled) {
	color: whitesmoke !important;
	margin-top: 0.1rem !important;
	margin-bottom: -0.1rem !important
}

.btn-main.btn-small {
    padding: 0.5rem 2rem !important;
}


.btn-second {
	box-shadow: 0 2px 0 #4285f4;
    color: #4285f4;
    padding: 0.5rem 0 0.5rem 0;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
	min-width: 180px;
	position: relative;
}
.btn-second:after {
    content: ">";
    padding-left: 1rem;
}
.btn-second:hover {
	color: #53dbd2;
    box-shadow: 0 2px 0 #53dbd2;
    text-decoration: none;
    top: 2px;
}
.btn-second:active {
    box-shadow: none;
    top: 5px;
    text-decoration: none;
}



/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Width and Height
--------------------------------------------- */
.w-max-content {
	width: max-content !important;
}
.w-min-content {
	width: min-content !important;
}
.h-max-content {
	height: max-content !important;
}
.h-min-content {
	height: min-content !important;
}
.w-100-vw {
	max-width: 100vw;
}




/* --------------------------------
* ARROWS CARROUSEL
----------------------------------- */

.owl-dots {
	margin-top: 1rem;
}

/* -------- Arrows Style and Position-------- */
.owl-arrows .owl-nav {
    position: absolute;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: -8;
}

.owl-arrows .owl-nav .owl-prev,
.owl-arrows .owl-nav .owl-next{
    height: 100% !important;
    margin: 0 !important;
	position: absolute !important;
	font-size: 3.5rem !important;
	color: #bebebe !important;
}
.owl-arrows .owl-nav .owl-prev {
    left: 0;
}
.owl-arrows .owl-nav .owl-next {
    right: 0;
}

/* -------- Arrows Hover Style -------- */
.owl-arrows .owl-nav [class*=owl-]:hover,
.owl-arrows .owl-nav [class*=owl-]:hover {
    background: #edf1f1 !important;
    color: inherit !important;
}

/* -------- Font size for Tablet and under -------- */
@media (max-width: 768px) {
    .owl-arrows .owl-nav .owl-prev,
    .owl-arrows .owl-nav .owl-next{
        font-size: 2.5rem !important;
    }
}

/* -------- Arrows Sizing -------- */

/** En chiquito */
.owl-arrows.owl-carousel {
    padding: 0 12%;
}
.owl-arrows .owl-nav {
    margin-left: -12%;
}
.owl-arrows .owl-nav .owl-prev,
.owl-arrows .owl-nav .owl-next{
    width: 10% !important; 
}

/** Entre chiquito y notebook chico */
@media (min-width: 991px) {
    .owl-arrows.owl-carousel {
        padding: 0 10%;
    }
    .owl-arrows .owl-nav {
        margin-left: -10%;
    }
    .owl-arrows .owl-nav .owl-prev,
    .owl-arrows .owl-nav .owl-next{
        width: 8% !important;
    }
}

/** En compu grande */
@media (min-width: 1300px) {
    .owl-arrows.owl-carousel {
		padding: 0 10%;
    }
    .owl-arrows .owl-nav {
        margin-left: -10%;
    }
    .owl-arrows .owl-nav .owl-prev,
    .owl-arrows .owl-nav .owl-next{
        width: 7% !important;
    }
}



/*--------------------------------------------------------------
# Corrections
--------------------------------------------------------------*/

/* Focus Outline
--------------------------------------------- */
*:focus {
    outline: none !important;
}

/* reCAPTCHA Badge. It should only show of a form is visible
--------------------------------------------- */
.grecaptcha-badge { 
    z-index: 88888;
    visibility: hidden;
    /*visibility: visible;*/
}
