body,h1,h2,h3,h4,h5,h6,p,a, tr td, tr th{
    font-family: 'Unkempt', normal;
}
body{
    background-color: #FFFFFF;
    background-image: url("../img/fondo_4.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: 1920px 1080px;
}

tr td:last-child {
    width: 90px;
    text-align: right;
}
.carta{
    background-color: white;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.carta table tbody, .carta table tbody tr, .carta table thead{
    border: none;
    background: none;
}
.carta table tbody tr, .carta table thead tr{
    border-bottom: 1px dotted gray;
}


.titulo{
    background: black;
    /*opacity: 0.85;*/
    color:lightgrey;
}

header{
    background: black;
    /*opacity: 0.8;*/
    color:lightgrey;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    border:none;}
footer{
    background: black;
    color:lightgrey;
    padding: 10px 0px;
    width: 100%;}
footer p{
    margin-bottom: 0;
}

.background{
    background: #ddd;
    opacity: 0.75;
    margin-top: 1rem;
    margin-bottom: 3rem;}

h1{
    font-family: 'Tillana', cursive;
    margin: 0;
    padding: 0;
    color: lightgrey;
    padding-top: 0.5rem;}
h2{
    font-weight: bold;}

a{
    color:black;
    font-weight: bold;
    font-style: italic;}
a:hover, a:focus{
    color: #cb3941;}

.apat{
    color: #cb3941;
    font-weight: bold;}

    /*
.icono{
    font-size: 5rem;}
*/


.info{  
    color: lightgrey;
    font-weight: normal;
    font-style: normal;}

img, i{
    opacity: 1;}

.top-bar, .top-bar ul{
    background: black;
}



.orbit-container{
    border: 1px solid lightgrey;
    border-radius: 5px;
}

/* MOVIL */
@media screen and (max-width: 39.9375em) {
    body{
        font-size: 1.2rem;}
    .apat{
        font-size: 1.5rem;}
    h1{
        font-size: 1.5rem;}
    h2{
        font-size: 2rem;}
    #contenido{
        margin-top: 82px;}
    .info{
        /*font-size: 2rem;*/
    }
    .espaciado{
        margin-top: 0;
        padding-top: 1rem;
        margin-bottom: 0;
        padding-bottom: 1rem;}
    .espaciado_pq{
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;}
    .logo{
        height: 45px;
    }
    tr td, tr th{
        font-size: 1.2rem;
    }
    thead tr th{
        font-size: 1.5rem;
    }
    footer{
        font-size: 1rem;
    }
}
@media screen and (min-width: 40em) {
    body{
        font-size: 1.2rem;}
    .apat{
        font-size: 2rem;}
    h1{
        font-size: 2rem;}
    h2{
        font-size: 2rem;}
    #contenido{
        margin-top: 93px;}
    .info{
        /*font-size: 2rem;*/
    }
    .espaciado{
        padding-top: 2rem;
        padding-bottom: 2rem}
    .espaciado_pq{
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;}
    .logo{
        height: 45px;
    }
    tr td, tr th{
        font-size: 1.2rem;
    }
    thead tr th{
        font-size: 1.5rem;
    }
    footer{
        font-size: 1rem;
    }
}
@media screen and (min-width: 64em) {
    body{
        font-size: 1.2rem;}
    .apat{
        font-size: 3rem;}
    h1{
        font-size: 2rem;}
    h2{
        font-size: 2rem;}
    #contenido{
        margin-top: 125px;}
    .info{
        font-size: 1rem;
    }
    .espaciado{
        padding-top: 1rem;
        padding-bottom: 1rem}
    .espaciado_pq{
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;}
    .logo{
        height: 45px;
    }
    tr td, tr th{
        font-size: 1.2rem;
    }
    thead tr th{
        font-size: 1.5rem;
    }
    footer{
        font-size: 1rem;
    }
    a.bt_en, a.bt_es, bt_ca{
        font-size: 1rem;
    }
}


/* Sobreescribir foundation.css para corregir error ultima columna*/
.carta.columns:last-child:not(:first-child){
    float:none
}
