/*
Theme Name: Twenty Megaviajes
Author: Pedro Jeri
Author URI: https://www.facebook.com/pedrojeri/
Version: 1.0
*/

html, body{
    margin: 0px;
    padding: 0px;

}

/*
bootstrap: font-size: 16px; Es el tamaño por defecto del navegador
https://nekocalc.com/es/px-a-rem-conversor // Pixel to Rem
html {
    font-size: 10px; /
}
*/
body{
    font-family: 'ReithSans', 'Helvetica', 'Arial', 'sans-serif';
    color: rgb(20, 20, 20);    
    /*font-size: 1rem;*/
    /*line-height: 2.2rem;*/
    text-decoration: none;
    font-style: normal;
    font-weight: normal;    
    margin-top: 0px;
    background-color: rgb(250,250,250); /* 253*/ /* 250*/
}

.myheader {
    display: block;
    box-shadow: 0px 15px 10px -15px gray;
    margin-bottom: 10px;
    background-color: rgb(22,147,240);
    
}


.myfooterseparator{
    height: 6rem;
}
.myfooterseparator table{
    height: 6rem;
    width: 100%;
    height: 100%;
}
.myfooterseparator hr{
    border-top: 1px solid rgb(200,200,200);
}

@font-face {
    font-family: 'ReithSans';
    src: url('assets/fonts/BBCReithSans_V2.300/WOFF2/BBCReithSans_W_Rg.woff2');
}



/*De 0px hasta 758px*/
@media (max-width: 768px){
    .margin-window {
        margin-left: 1rem; /**/
        margin-right: 1rem;
    }
}

/*De 769px a ++px*/
@media (min-width: 769px){
    .margin-window {
        width: 756px;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-right: auto;
        margin-left: auto;
    }
}