/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
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;
}


@font-face{
    font-family:Sansa Pro;
    font-style:normal;
    font-weight:400;
    src:url(../font/sansa-pro.eot);
    src:url(../font/sansa-pro.eot?#iefix) format("embedded-opentype"),url(../font/sansa-pro.woff2) format("woff2"),url(../font/sansa-pro.woff) format("woff"),url(../font/sansa-pro.ttf) format("truetype"),url(../font/sansa-pro.svg#sansa-pro) format("svg")
}
@font-face{
    font-family:Sansa Pro;
    font-style:normal;
    font-weight:700;
    src:url(../font/sansa-pro-bold.eot);
    src:url(../font/sansa-pro-bold.eot?#iefix) format("embedded-opentype"),url(../font/sansa-pro-bold.woff2) format("woff2"),url(../font/sansa-pro-bold.woff) format("woff"),url(../font/sansa-pro-bold.ttf) format("truetype"),url(../font/sansa-pro-bold.svg#sansa-pro-bold) format("svg")
}
body{
    background-color: #f2f2f2;
    color: #333;
    font: 13px/2em Verdana, sans-serif;
    margin: 0;
}
a{
    color: #333;
    text-decoration: none;
}
#header{
    height: 58px;
    background-color: white;
    border-bottom: 2px solid #d9d9d9;
    margin-bottom: 0;
}

.wrapper {
    clear: both;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.logo{
    margin-top:17px;
    margin-left: 20px;
    position: relative;
    height: 24.1px;
    width: 130px;
}
#main{
    background: #fff;
    margin:0 auto 30px auto;
    padding-bottom: 20px;

}

.bg-header {
    display: block;
    margin-bottom: 30px;
}
.bg-header img {
    display: inline-block;
    width: 100%;
    heifght: auto;
}

h2 {
    font: 27px/2em 'Sansa Pro', sans-serif;
    text-align: center;
    margin-bottom: 20px;
}

.intro {
    text-align: center;
    margin-bottom: 30px;
}
    .intro h1 {
        font-family: 'Sansa Pro', sans-serif;
        font-size: 38px;
        margin-bottom: 0.25em;
    }
    .intro h2 {
        font-family: 'Sansa Pro', sans-serif;
        font-size: 27px;
        margin-bottom: 1em;
    }
    .intro .content {
        margin: 0 5%;
    }

.countries {
    background-color: #f6f6f6;
    padding: 20px 5%;
    overflow: hidden;
}
.row {}
.row:after {
    content:"";
    clear:both;
    display:table;
    width:100%;
    height:0;
}
.row .column {
    text-align: left;
    margin: 0 auto 20px auto;
    height: 100px;
}

.tags {
    margin-top: 5px;
}
    .tags .tag {
        background: #eee;
        border-radius: 4px;
        padding: 3px 10px;
        margin-right: 6px;
    }
.flag-wrapper {
    position: absolute;
    height: 100%;
    width: 148px;
}
    .flag-wrapper .flags {
        border-radius:4px 0px 0px 4px;
        display: inline-block;
        max-width: 100%;
    }

.selector {
    height: 100%;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 40px;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    display: block;
    position: relative;
}

.cont-pos{
    padding: 15px 0 0 175px;
}
    .text1 {
        font-family: Sansa Pro;
        font-size: 18px;
        color: #333;
        border-bottom: 1px solid #999;
    }

@media only screen and (min-width: 1000px){
    #main{
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
        max-width: 1400px;
        width: 100%;
    }
    .row .column {
        height: 100px;
        width: 47.5%;
        max-width: 100%;
        float: left;
    }
    .row .column:nth-child(even) {
        float: right;
    }
    .row .column:nth-child(odd) {
        clear: both;
    }

    #header{
        height: 80px;
    }
    .logo {
        margin-top: 26px;
        margin-left: 20px;
        height: 29px;
        width: 150px;
    }
}

.promo-content {
    padding: 20px 5%;
}
    .promo-content .content-wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
        .promo-content .column {
            flex: 0 1 47.5%;
        }
        .promo-content .image {
            margin-right: 2.5%;
        }
            .promo-content .image img {
                display: inline-block;
                max-width: 100%;
                width: 100%;
                height auto;
            }
        .promo-content .content {
            margin-left: 2.5%;
        }

.footer {
    text-align: center;
}

@media only screen and (max-width: 1000px) {
    .div-columna{
        float:none;
        margin:0 auto;
    }
    .text1{
        font-size: 16px;
    }
    .flags{
        width: 148px;
        height: 100px;
        object-fit: cover;
    }
    #header{
        height: 80px;
    }
    .logo{
        margin-top: 26px;
        margin-left: 20px;
        height: 29px;
        width: 150px;
    }

    .promo-content .column {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .flags{
        width: 75px;
        height: 50px;
    }
    .row .column {
        height: 50px;
        margin-bottom: 20px;
    }
    .text1{
        font-size: 14px;
    }
    .tags {
        display: none;
    }
    .cont-pos {
        padding: 12px 0 0 105px;
    }
}

strong {
    font-weight: bold;
}
p {
    margin: 0 0 1em 0;
}

.button {
    display: inline-block;
    font: 13px 'Sansa Pro', sans-serif;
    border-radius: 6px;
    background-color: #333333;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 15px;
    text-align: center;
}