* {
    font-family: Cabin/*Amaranth*/;
    line-height: 1.5;
}
header {
    margin: 0 65px;
    padding: 15px 0;
}
a, a:visited {
    color:#30649c;
}
div.cabecera {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #5f91b7;
    border-left-width: 1px; 
    border-left-style: solid; 
    border-left-color: #333;
    border-right-width: 1px; 
    border-right-style: solid; 
    border-right-color: #333;
    border-radius: 13px;
}
.max-ancho {
    width: 100%;
}
.centrado {
	text-align: center;
}
.lineal {
    display: inline-block;
}
/*https://www.w3schools.com/howto/howto_css_navbar_border.asp*/
/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
	display: inline;
}

/* Style the links inside the navigation bar */
.topnav a {
    color: #f2f2f2;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
    font-size: 17px;
    border-bottom: 1px solid transparent;
}
.align-der {
    text-align: right;
}

.topnav a:hover {
    border-bottom: 3px solid #f2f2f2;
}

.topnav a.active {
    border-bottom: 3px solid #f2f2f2;
}
img[src="img/cmv.jpg"] {
    width: 206px;
    height: 83.15px;
}
img[src="img/empresa.jpeg"] {
    width: 533px;
    height: 533px;
    min-width: 533px;
    min-height: 533px;
    padding: 40px;
}
img[src="img/empresa.jpeg"] {
    width: 533px;
    height: 533px;
    min-width: 533px;
    min-height: 533px;
}
img[src="img/esquema-ampliado.png"] {
    width: 778px;
    height: 583px;
    min-width: 778px;
    min-height: 583px;
}
img[src="./img/facebook-2-64.png"],img[src="./img/linkedin-3-64.png"] {
    width: 32px;
    height: 32px;
    background-color: white;
}
main.empresa article, main.trabaja article {
    padding: 20px;
}
main.privacidad article, main.legal article {
    border: solid 4px black;
    background-color: #D8E4EE;
    padding: 20px;
    margin: 30px 65px;
}
img[src="img/trabaja.jpeg"] {
    width:320px;
    height:320px;
    min-width:320px;
    min-height:320px;
    padding: 40px;
}
.cont-img {
    display: flex;
    flex: 1;
}
/*https://www.w3schools.com/howto/howto_css_parallax.asp*/
main.inicio {
    /*background-color: #5f91b7;*/
    background-color: rgb(123,147,175);/* Todavía muy azul*/
    /*background-color: rgb(192,205,219); /* Cogido de la parte 'bastante blanca' de la nube, queda mejor*/
    background-image:url('../img/inicio-fondo.jpeg');
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    margin-bottom: 80px;
}
.tam-max {
    max-width: 855px;
}
main.inicio h1 {
    font-size: 72px;
    line-height: 1.2;
    font-family: Amaranth;
}
main.inicio article {
    padding: 20px 0;
    letter-spacing: 1px;
    margin-left: 200px;
}
main.empresa, main.trabaja, main.soluciones, .margen100 {
    margin: 0 100px;
}
main/*.inicio,main.empresa, main.info, main.soluciones, main.trabaja*/ {
    margin-bottom: 80px;
}
h1 {
    color: white;
    font-weight: 400px;
}
main.soluciones section {
    margin: 0 10px;
}
main.volver {
    text-align: center;
    padding-top:20px;
}
footer > div {
    padding-top: 10px;
    padding-bottom: 22px;
    padding-left: 40px;
    padding-right: 10px;
    margin:  0 auto;
    background-color: #3d3d3d;
    display: flex;
    flex: 1;
}
footer > div:first-child {
    background-color: #3d3d3d;
}
footer > div:last-child {
    background-color: #2b2b2b;
}
.blanco {
    color: white;
}
.contacto {
    background-image: url('../img/contacto.jpeg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /*background-size: contain;*/
    padding: 25px;
    text-align: center;
}
.contacto >div {
    background-color: #dce4ed;
    padding: 20px;
}
svg {
    width: 80px;
    height: 80px;
}
iframe {
    width: 470px;
    height: 300px;
}
/*https://www.embedgooglemap.net/*/
.mapouter {
    position:relative;
    text-align:right;
    width: 470px;
    height: 300px;
}
.gmap_canvas {
    overflow:hidden;
    background:none!important;
    width: 470px;
    height: 300px;
}
input[type="text"],textarea {
    background-color: #FFF3C3;
    width: 100%;
    border: none;
}
textarea {
    height: 100px;
    box-sizing: border-box;
}
table {
  table-layout: fixed;
  width: 100%;
  /*border-collapse: collapse;*/
  text-align: center;
  border: 1px solid black;
}
table thead th {
  background-color: gray;
}
table.empresa thead th:nth-child(1) {
  width: 60%;
}
table.empresa thead th:nth-child(2) {
  width: 20%;
}
table.empresa thead th:nth-child(3) {
  width: 20%;
}
/*tbody tr:nth-child(2) {
  background-color: white;
}*/
table tbody tr:nth-child(even) {
  background-color: white;
}
/*#cookie-banner {
    position: relative;
    background-color: #f8f8f8;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
}*/
ol.cookie {
    counter-reset: list;
}
ol.cookie > li {
    list-style: none;
}
ol.cookie > li:before {
    content: "( " counter(list, lower-alpha) ") ";
    counter-increment: list;
}