﻿body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
}

h1 {
    font-size: 24px;
    padding-bottom: 20px;
    margin: 15px 0;
    color: #0c2270;
    border-bottom: 1px dotted #e2e2e2;
}

h2 {
    font-size: 22px;
    margin: 15px 0;
}

h3 {
    font-size: 18px;
    margin: 15px 0;
    font-family: 'Noto Serif', serif;
}

header {
    width: 100%;
    background: #fff;
}

.hwrapper {
    width: 100%;
    max-width: 1240px;
    margin: auto;
    padding: 10px 0;
}

.photo {
    display: table;
}

    .photo a {
        vertical-align: middle;
        display: table-cell;
    }

    .photo img {
        display: block;
        height: auto;
        width: 100%;
    }

a {
    text-decoration: none;
    color: #000;
}

.logo {
    width: 180px;
}

.m-menu {
    float: right;
    width: 230px;
    padding: 10px 0;
}

.cont-us {
    float: left;
    max-width: 120px;
    margin: 5px;
    font-size: 16px;
}

.cta {
    float: right;
    width: 120px;
    background: #b09c6a;
    border-radius: 25px;
    height: 30px;
    padding: 5px;
    color: #fff;
    text-align: center;
}

.s-icons {
    width: 100px;
    float: right;
    margin-top: 10px;
}

    .s-icons a {
        float: right
    }

.follow {
    font-family: 'Noto Serif', serif;
    font-size: 16px;
}

.promo p {
    font-size: 18px !important;
}

.tarea {
    border: 2px solid #b09c6a !important;
    width: 88%;
    height: 200px;
}

.tbox {
    border: 2px solid #b09c6a !important;
}
 .p-2 {padding:4px;}
    .p-3 {padding:10px;}
    .p-4 {padding:15px;}
    .w-100 {width:100%;}
    .w-75 {width:75%;}
	.m-auto{margin:auto;}


@media (max-width: 500px) {
	.col-sm-12 img{max-width:250px!important;height:auto!important;}
    .logo {
        width: 140px;
    }

    .m-menu {
        float: right;
        width: 200px;
        padding: 10px 0;
    }

    .cont-us {
        float: left;
        max-width: 120px;
        margin: 0 5px 5px 5px;
        font-size: 14px;
    }

    .cta {
        float: right;
        width: 100px;
        background: #b09c6a;
        font-size: 14px;
        margin-top: -5px;
        border-radius: 25px;
        height: 30px;
        padding: 5px;
        color: #fff;
        text-align: center;
    }

    .promo h2 {
        font-size: 18px !important;
    }

    .promo p {
        font-size: 16px !important;
    }

    .s-icons {
        float: left;
    }

    .s-icons {
        width: 100px;
        float: none;
        margin: auto;
    }

        .s-icons div {
            float: right;
        }

    .follow {
        margin: 0 auto 40px auto;
        text-align: center;
    }
}
