@charset="UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
    font-family: 'Lato', sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: white;
}

.upper {
    text-transform: uppercase;
}

.page-container {
    width: 100%;
    margin: auto;
}

.contenedor {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin: 0 auto 80px;
    max-width: 1024px;
}

.privacidad {
    margin-bottom: 237px
}

.privacidad h2 {
    font-size: 30px;
    color: #053b6d;
    text-align: center;
    padding: 50px;
}
    
.privacidad p {
    font-size: 20px;
    width: 80%;
    margin: auto;
    margin-bottom: 4rem;
    text-align: center;
}


/* FORMULARIO */

.profession {
	background: #f7f3f3;
	color: #34495e;
}

.profession-item {
	display: flex;
	justify-content: space-around;
	line-height: 1.7em;
	padding: 0 2rem 5rem;
}

.profession-img {
	width: 50%;
}

.profession-form {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: center;
}

.profession-text ul {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 56%;
	text-align: center;
}

.profession-form h2 {
	color: #34495e;
	font-size: 24px;
	margin-bottom: 2rem;
	letter-spacing: .01em;
	align-self: center;
}

.etiquete {
    color: white;
    font-weight: 600;
    width: 100%;
    display: block;
    margin-bottom: 5px;
    letter-spacing: .03em;
    font-size: 14px;
    max-width: 500px;
    margin: 0 auto;
}

.etiquete > textarea {
	margin: 0px;
	width: 100%;
	height: 5rem;
	display: block;
	padding: 0 10px;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	border: 1px solid black;
	color: #34495e;
}

.etiquete:last-child > input {
	background: #003476;
	color: white;
	padding: 1.35rem 5rem;
	width: 100%;
	cursor: pointer;
	transition: all .3s ease-in;
	transform: scale(1.01);
    border: 1px solid #003476;
	-webkit-appearance: none;
	font-family: 'Lato', sans-serif;
	margin-top: 14px;
	font-size: 18px;
}

.etiquete:last-child > input:hover {
	background: #0083c6;
	color: white;
	font-weight: 600;
	letter-spacing: .01em;
    border: 1px solid #0083c6;
}

.full {
	font-family: 'Lato', sans-serif;
	display: block;
	width: 100%;
	height: 45px;
	padding: 0;
    font-size: 14px;
	border: 1px solid black;
	border-radius: 8px;
	color: #34495e;
	border: 2px solid #4fafb9;
}

.form-div {
	line-height: 2em;
	width: 100%;
	text-align: left;
}
  
.boton-enviar {
    background-color: #003476;
    border: none;
    color: #fff;
    width: 100%;
    padding: 24px;
}



@media screen and (max-width: 90rem) {
	
.profession-text ul {
	width: 85%;
}
    }

@media screen and (max-width: 89rem) {

.profession-img {
	width: 55%;
}

.profession-form h2 {
	font-size: 22px;
	text-align: center;
}

.etiquete {
	font-size: 14px;
}

.etiquete > textarea {
	height: 3rem;
	font-family: 'Lato', sans-serif;
	padding: 0 10px;
}

.etiquete:last-child > input {
	width: 100%;
	margin-top: 14px;
	font-size: 16px;
	cursor: pointer;
}

.full {
	height: 35px;
}   
  }

@media screen and (max-width: 64rem) {
    
.profession-text ul {
	width: 95%;
}
  }

@media screen and (max-width: 63rem) {

.profession-form h2 {
	font-size: 16px;
	padding: .5rem 0;
	margin-bottom: 0;
}

.etiquete:nth-of-type(5) {
	padding-top: 2px;
}

.etiquete:last-child > input {
	font-size: 16px;
	margin-top: 2px;
}

.profession-item {
	flex-direction: column;
	padding-bottom: 3rem;
}

.profession-img {
	width: 100%;
}

.text-contact {
	order: 2;
}

.profession-form {
	width: 100%;
}
  }

@media (max-width: 48rem) {

.profession-form {
	display: none;	
}
  }

@media screen and (max-width: 47rem) {

.etiquete:last-child > input {
	font-size: 16px;
	margin-top: 10px;
}

.form-div {
	width: 100%;
}
  }

@media screen and (max-width: 27rem) {

.profession-text ul {
	font-size: 16px;
}

.etiquete {
	font-size: 12px;
	margin-bottom: 0;
}

	.etiquete:last-child > input {
		padding: 1rem;
	}
    
    .etiquete:last-child {
		width: 100%;
	}
}

/* FIN FORMULARIO */

.fixed-appear {
	display: block;
	margin: 0 auto;
}

.fixed-appear > div {
	margin: 0 auto;
}

/* POP UP FORM*/

#openPopUp {
    line-height: 23px;
	position: fixed;
    bottom: 0;
	right: 0;
	font-size: 25px;
    padding: 1.25rem;
	color: white;
	background: rgba(0, 131, 198, 0.55);
	z-index: 99;
	display: inline-block;
	transition:background-color 0.15s linear;
	-webkit-transition:background-color 0.15s linear;
	-moz-transition:background-color 0.25s linear;
	-o-transition:background-color 0.25s linear;
}
	
#openPopUp img {
	max-width: 50px;
}
	
a#openPopUp:hover{
	cursor: pointer;
    text-decoration: none;
}
	
.popup {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100px;
    left: 0;
    z-index: 9999999;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease;
    -moz-transition: opacity 0.35s ease;
    -o-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
}

.popup .popUpContainer{
    position: absolute;
	left: 50%;
	top: -100vh;
	    -webkit-transition: top  0.35s ease;
	    -moz-transition: top 0.35s ease;
	    -o-transition: top 0.35s ease;
	    transition: top 0.35s ease;
	
/* Trick to properly center the element by using negative 
	  1/2 length of element as margin left and top */
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    border-radius: 2px;
	z-index: 9999999;
    background-color: dodgerblue;
    padding: 4rem;
}

.popup h2 {
    padding-bottom: 0.5em;
	text-align: center;
	color: white;
	font-size: 24px;
	margin: 0 0 1rem;
}

.popup img{
	width: 100%;
	display: block;
}


/* The cancel button on popup dialog */
.popup a.closePopUp{
	font-family: verdana;
	color: white;
	position: absolute;
	top: 2%;
    right: 3%;
	margin: 0;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
}

/* The cancel button on popup dialog */
.popup a:hover{
	color: #c0392b;
}

/* When popup is targeted, by clicking on link with #popup in HTML */
.popup:target{
	opacity: 1;
	top: 0;
    display: block;
}

.popup .closePopUpOutSide{
	position: absolute;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 9999991; 
}

.popup:target .popUpContainer{
	top: 48%;
    left: 50%;
	transform: translate(-50%, -50%);
	    -webkit-transition: top  0.35s ease;
	    -moz-transition: top 0.35s ease;
	    -o-transition: top 0.35s ease;
	    transition: top 0.35s ease;
}

@media  (max-width: 796px) {
    
.popup .popUpContainer {
    max-width: none;
    left: 5%;
    margin-left: 0;
}
    
.popup:target .popUpContainer {    
    top: 100%;
}


.popup ul {
    padding: 0 1em 0 1em;
}

.popup:target .popUpContainer {
    -webkit-transition: top  0.35s ease;
    -moz-transition: top 0.35s ease;
    -o-transition: top 0.35s ease;
    transition: top 0.35s ease;
}
   }

@media (max-width: 27rem) {
    
.popup a.closePopUp {
    top: 2%;
    right: 0;
}

.popup h2 {
	font-size: 16px;
	margin: 0;
	padding: 14px 0;
	font-weight: 600;
	text-align: left;
}
  }

/* FIN POP-UP FORM*/

#openPopUp:before {
    display: block;
    background: url(../images/mail-icon.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
    content:"";
}

.titulo {
    text-align: center;
    padding: 0 1rem;
    margin-bottom: 1rem;
}

.cabecera {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    align-items: center;
    border-bottom: 1px solid lightgrey;
}

.cabecera a {
    padding: 1rem;
    background-color: #003476;
    color: white;
    font-size: 16px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .55);
    text-decoration: none;
    min-width: 144px;
}

.cabecera a:hover {
    color: #fff;
    background-color: #0083c6;
}

.cabecera h1, .titulo h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #333;
    margin: 0 auto;
    text-align: center;
}

.hero {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 1rem;
}

.slider-text {
    width: 50%;
    margin: 0 auto;
    margin-top: 27px;
    text-align: center;
    background-color: white;
    color: black;
    padding: 1.75rem;
    font-size: 14px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid;
    
}

.slider-text img {
    max-width: 50px;
    width: 30%;
    padding-right: 10px;
}  

.informacion {
    text-align: center;
    margin-bottom: 3rem;
    margin-top: 3rem;;
}

.informacion p {
    margin: 0 auto;
    line-height: 1.3em;
    color: black;
    letter-spacing: 0.02em;
    padding: 0 1rem;
    max-width: 768px;
}

.informacion a {
    padding: 1rem;
    background-color: #003476;
    color: white;
    transition: all .3s ease-in;
    display: inline-block;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .55);
}

.informacion a:hover {
    color: #fff;
    background-color: #0083c6;
    transform: scale(1.05);
    text-decoration: none;
}

.caja {
    width: 23.75%;
    margin-right: 1%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
}

.caja p {
    text-align: center;
    padding: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #003476;
    font-weight: 600;
    margin-bottom: 0;
}

.caja button {
    background-color: #003476;
    color: white;
    padding: 1rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease-in;
    justify-content: center;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .55);
    width: 100%;
    border: 1px solid black;
    display: inline-block;
    justify-content: center;
    align-self: center;
    margin: 0 auto;
}

.caja button:hover {
    color: #fff;
    background-color: #0083c6;
}

.caja img {
        border: 1px solid black;
}

.titulo h2 {
    margin-bottom: 3rem;
}

.caja:first-child {
    margin-left: 1%;
}

dl.accordion {
    margin-bottom: 3rem;
}




/* M O D A L */

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: -100px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index: 999;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}


/* The Close Button */
.close {
    background-color: #0083c6;
    border: none;
    color: white;
    float: right;
    font-size: 20px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 10px 16px;
    background-color: #0083c6;
    color: white;
}

.modal-body {
    padding: 2px 16px;
}

.modal-oferta-trabajo {
    display: flex;
    justify-content: space-between;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #0083c6;
    color: white;
}
 

.modal-body p {
    width: 100%;
    margin: 0 auto 1rem;
    text-align: center;
    font-size: 22px;
}

.modal-body img {
    max-width: 350px;
    width: 100%;
    margin: 20px auto 1rem;
}

.modal-footer {
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.modal-dialog {
   z-index: 99999;
}

#footer .sidebar .widget .title-block .title {
    color: #fd9937;
    font-weight: bold;
}

#footer .footer-top {
    background: #dfe9f2;
    font-size: 12px;
    line-height: 21px;
    padding: 3rem 0;
}

#footer .sidebar .widget {
    color: #053b6d!important;
}

#footer .footer-bottom {
    background: #053b6d;
    border-top-width: 1px;
    font-size: 11px;
    line-height: 17px;
    padding: 21px 0 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}


/* Reglas imprescindibles */
		
.accordion__tab { 
    cursor: pointer;
    background: white;
}

.accordion__panel {
    display: none;
}

.accordion__tab div {
    margin: auto;
    max-width: 240px;
    padding: 1rem;
    background-color: #003476;
    transition: all .5s;
    text-align: center;
    color: white;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .55);
}

.accordion__panel {
    padding: 2rem 1rem;
    color: #003476;
    text-align: center;
    line-height: 2;
}


/* Ejemplo de como cambiar un contenido cuando activamos un tab */

.accordion__tab.active div {
    background-color: #65b1da;
}

.accordion__tab div a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}

.accordion__tab div a:hover {
    text-decoration: none;
}

.show-mobile {
    display:none;
}

.accordion__panel a {
    color: #003476;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.03em;
}

#toTop {
    display: none;
    position: fixed;
    bottom: 85px;
    z-index: 99;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    right: -2px;
    padding: 0;
}

.show-ipad {
    display: none;
}

.btn {
    background-color: #0083c6;
    border: 1px solid white;
    padding: 10px;
    color: white;
    font-weight: bold;
}

.pie-azul {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.pie-azul > * {
    width: 33%;
}

.pie-azul a{
    color: rgb(5, 59, 109);
}

.title-block h3 {
    color: #fd9937;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 1rem;
}

.widget {
    text-align: center;
}



















/*  M E D I A Q U E R I E S  */

@media (min-width: 68rem) {
    
.cabecera h1 {
     font-size: 36px;
}
    

}

@media (max-width: 48rem) {
        
.cabecera img {
     max-width: 320px;
}
    
.cabecera h1 {
     font-size: 18px;
     text-align: center;
}
    
.cabecera a {
     font-size: 18px;
     text-align: center;
     max-width: none;  
}  
    
.contenedor {
     flex-wrap: wrap;
     justify-content: space-around;
     margin-bottom: 0;
}
    
.caja {
     width: 45%;
     margin-right: 0;
     margin-bottom: 5rem;
}
    
.caja:first-child {
    margin-left: 0;
}
    
.modal-content {
    width: 100%;
}
    
.popup a.closePopUp{
    top: 8%;
    right: 4%;
}
    
.show-ipad {
    display: inline-block;
}
    
.popup h2 {
    text-align: left;
    font-size: 22px;
    max-width: 515px;
    margin: 0 auto 1rem;
}
    
.modal-oferta-trabajo {    
    flex-direction: column; 
}   
    
}

@media (max-width: 27rem) {
    
.cabecera {
    flex-direction: column;
}
    
.cabecera h1 {
    font-size: 12px;
    margin: 0;
    margin-bottom: 1rem;
    width: 100%;
}
    
.cabecera a {
    font-size: 12px;
    box-shadow: none;
}
    
.caja {
    width: 95%;
}
    
.show-mobile {
    display:block;
}
    
#openPopUp {
    right: 0;
    left: 0;
}
    
#toTop {
    bottom: 0;
}
    
.pie-azul {
    flex-direction: column;
    align-items: center;
}
    
.widget {
    margin-bottom: 3rem;
}
    
.widget:last-child {
    margin-bottom: 0;
}

.modal-body p {
    width: 90%;
    text-align: justify;
}
    
.modal-oferta-trabajo {    
    flex-direction: column;    
}  
    
.slider-text {
    flex-direction: column;
    padding-top: 10px;
    justify-content: space-between;
}

.popup:target .popUpContainer {
    top: 63%;  
  }
    
.popup .popUpContainer {
    width: 51%;
  }

@media (max-width: 24rem) {
    
.popup h2 {
	font-size: 14px;
}
    
    
.modal-oferta-trabajo {    
   flex-direction: column;     
} 
    
.slider-text {
    flex-direction: column;
    padding-top: 10px;
    justify-content: space-between;
}   
    

    
}




