@charset "UTF-8";

/****************************************************************************
****************************************************************************
COMPONENTES
****************************************************************************
****************************************************************************/

/*************************************
SIZING
*************************************/

.full-content {
	width: 100%;
	max-width: 100%;
}

.full-content-in {
	width: 100%;
	max-width: 1344px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}


/*************************************
COLORS
*************************************/

:root {
    --white: #ffffff;
    --blue-deneb: #00CDCD;
    --blue-deneb-hover: #00F5F5;
    --contrast: #F2D0A4;
    --dark-blue-1: #000A14;
    --dark-blue-2: #0A1428;
    --dark-blue-3: #1D2F49;
    --dark-blue-4: #294266;
}

.bg-dark-1 {
	background-color: var(--dark-blue-1);
}

body,
.bg-dark-2 {
	background-color: var(--dark-blue-2);
}

.bg-dark-3 {
	background-color: var(--dark-blue-3);
}

.bg-dark-4 {
	background-color: var(--dark-blue-4);
}

.bg-blue-deneb {
	background-color: var(--blue-deneb);
}

.bg-grey {
	background-color: #F0F4F9;
}

.bg-white {
	background-color: #FFFFFF;
}


/*************************************
VERTICAL MARGINS
*************************************/

:root {
    --m1: 8px;
    --m2: 16px;
    --m3: 24px;
    --m4: 32px;
    --m5: 40px;
    --m6: 48px;
    --m7: 64px;
    --m8: 88px;
    --m9: 120px;
    --m10: 160px;
}

.main-section {
	padding-top: var(--m10);
	padding-bottom: var(--m10);
}


/*************************************
FONTS
*************************************/

h1 {
	font-size: 64px;
	line-height: 80px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	color: var(--white);
	text-align: center;
	letter-spacing: 1px;
}

h2 {
	font-size: 48px;
	line-height: 64px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	color: var(--white);
	text-align: center;
	letter-spacing: 1px;
}

h3 {
	font-size: 32px;
	line-height: 40px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
}

h4 {
	font-size: 24px;
	line-height: 32px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
}

h6 {
	font-size: 21px;
	line-height: 28px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
}

h5 {
	font-size: 18px;
	line-height: 24px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
}

p.p1 {
	font-size: 14px;
	line-height: 16px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}

p.p2,
.one-new-section p,
.one-job-section p,
.one-job-section li {
	font-size: 16px;
	line-height: 24px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}

.one-job-section ul {
	padding-left: 24px;
}

a.menu-item {
	font-size: 14px;
	line-height: 24px;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
}

p.section-intro {
	margin-top: var(--m5);
	color: var(--white);
	opacity: 0.7;
	max-width: 900px;
	font-size: 24px;
	text-align: center;
	line-height: 40px;
	font-weight: 300;
}

/* En otras páginas */

body.no-home-body h2 {
	color: #000000;
}

body.no-home-body p.section-intro {
	margin-top: var(--m3);
	color: #000000;
	opacity: 0.8;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}

.bg-grey h1,
.bg-grey h2,
.bg-grey h3,
.bg-grey h4,
.bg-grey h5,
.bg-grey h6,
.bg-grey p,
.bg-grey span,
.bg-white h1,
.bg-white h2,
.bg-white h3,
.bg-white h4,
.bg-white h5,
.bg-white h6,
.bg-white p {
	color: #000A14 !important;
}

/*************************************
BOTONES y LINKS
*************************************/

/* Aspecto */

.btn-main {
	-webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    text-align: center;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    color: var(--dark-blue-1);
    background-color: var(--blue-deneb);
}

.btn-main:hover {
    background-color: var(--blue-deneb-hover) !important;
        -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

/* Boton White */

.btn-white {
	background-color: var(--white);
}

.btn-white:hover {
	background-color: #f5f5f5 !important;
}

/* Boton Deneb */

.deneb-btn .btn-main {

}

.deneb-btn .btn-main:hover {
	background-color: var(--blue-deneb);
}

/* Size */

.btn-1-big {
	padding: 12px 24px;
	font-size: 16px;
}

.btn-2-medium {
	padding: 8px 20px;
	font-size: 14px;
}

/* Centrar */

.main-section .centered-btn {
	margin-top: var(--m8);
	text-align: center;
}

/* Link */
a.link,
p.link {
	display: block;
	font-size: 16px;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	color: var(--blue-deneb);
}

a.link-2 {
	font-size: 14px;
	color: #00A3A3;
}

a.link-3,
input.link-3 {
	font-size: 16px;
	color: #00A3A3;
}

a.link-2:hover,
a.link-3:hover,
input.link-3:hover {
	text-decoration: underline;
	cursor: pointer;
}


/*************************************
TAGS
*************************************/

.tags {
	margin-bottom: var(--m6);
	border-bottom: 1px solid #e0e0e0;
	display: flex;
	justify-content: flex-start;
	width: 100%;
}

.tags p {
	padding-bottom: var(--m2);
	margin-right: var(--m4);
	opacity: 0.5;
}

.tags p.selected,
.tags p:hover {
	border-bottom: 8px solid var(--blue-deneb);
	opacity: 1;
	cursor: pointer;
}


/*************************************
SHAPES
*************************************/

.rounded {
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.white-box {
	background-color: #ffffff;
	border: 1px solid #e3e6e9;
}

/*************************************
BENEFICIO:  STICK + TEXTO;
*************************************/

.benefit-in {
	display: flex;
	align-items: flex-start;
}

.benefit-in img {
	margin-right: var(--m1);
}

.benefit-in h5 {
	color: var(--white) !important;
	font-weight: 300 !important;
	letter-spacing: 1px;
}

/*************************************
FORMULARIO
*************************************/

label.main-label {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: var(--m1);
	color: #000000;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	display: block;
}

input.main-input {
	border: 1px solid #e3e6e9;
	width: 100%;
	height: 48px;
	margin-bottom: var(--m3);
	font-size: 16px;
	padding-left: var(--m1);
}

input.foto-input {
	margin-bottom: var(--m3);
}

textarea.main-input {
	border: 1px solid #e3e6e9;
	width: 100%;
	height: 200px;
	margin-bottom: var(--m3);
	padding: var(--m2);
	font-size: 16px;
}

input.main-input.input-no-ok,
textarea.main-input.input-no-ok {
	border: 1px solid #DD1E43;
	background-color: #F6D6DC;
}

input.input-abizena {
	display: none;
}


/********************
CHECKBOX
*******************/ 

/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
  margin: 0px 0px 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  border: 1px solid #e0e0e0;
}

/* On mouse-over, add a grey background color */
.checkmark:hover {
  background-color: #f8f8f8;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: var(--blue-deneb);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 6px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/*************************************
SLIDER
*************************************/

/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: calc(100% - 100px);
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/***************
FLECHAS
***************/
button.slick-prev,
button.slick-next {
	display: block;
	width: 32px;
	height: 32px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
	background-color: transparent;
	opacity: 0.8;
	margin-top: 180px;
}

button.slick-prev:hover,
button.slick-next:hover {
	opacity: 1;
}

button.slick-prev {
	float: left;
	background-image: url('../img/img-icons/flecha-izquierda.svg');
	margin-right: 10px;
}

button.slick-next {
	float: right;
	margin-left: 10px;
	background-image: url('../img/img-icons/flecha-derecha.svg');
}

/*************************************
TABLAS
*************************************/

table.deneb-table {
	width: 100%;
}

table.deneb-table td {
	padding: 16px 24px 16px 0px;
	border-bottom: 1px solid #e0e0e0;
}

table.deneb-table thead td {
	font-size: 14px;
	font-weight: bold;
}

table.deneb-table tbody td {
	font-size: 16px;
}

table.deneb-table td.last-column {
	padding-right: 0px !important;
}

table.deneb-table td.action-column {
	width: 90px !important;
}

/*************************************
FEEDBACK BOX
*************************************/

.feedback {
	padding: var(--m3);
	border:  1px solid var(--blue-deneb);
	background-color: #E5FEFE;
	text-align: center;
	margin-bottom: var(--m5);
}

















