body {
    color: #263238;
    background: #eceff1;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

@font-face {
    font-family: Bliss2;
    src: url('/font/Bliss2R.otf');
}

/* HEADER MENU */
#menubar {
    /* margin-top: 40px; */
    margin-bottom: 40px;
    background: #ffe61c;
    padding: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    color: black;
    font-family: Bliss2;
}

@media (min-width: 692px) {
    #menubar {
        margin-top: 40px;
    }
}

@media (min-width: 992px) {
    #menubartogglebutton {
        display: none;
    }
}

@media (max-width: 991px) {
    #menubaritems {
        display: none;
        width: 100%;
        padding-top: 10px;
    }

    #menubartogglebutton:after {
        content: ' ';
        width: 100%;
    }

    #menubartogglebutton {
        display: contents;
    }
}

#menubar .nav {
    background: #ffe61c;
}

#menubar p {
    padding: 10px;
    margin: 0px;
}

#menu-btn {
    background: #ffe61c;
    color: #004d40;
}

/* FOOTER */
#footer p {
    padding-right: 18px;
    margin-bottom: 0px;
}

.footer {
    background: #cfd8dc;
    font-family: Bliss2;
}

#footer {
    margin-top: 40px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-store-info div {
    width: 200px;
    margin: 2px;
    margin-bottom: 10px;

}

.footer-social {
    color: #fff;
    width: 33.333%;
    font-size: 1.2rem;
    padding: 1.2rem 0px 1.2rem 0px; 
    margin-bottom: 1rem;
}

@media (max-width: 600px) {
    .footer-social {
        width: 100%;
    }
}

#footer-social-hold a {
    color: #fff;
}

/* PHONE FORMAT */
.ddd {
    color: #004d40;
    font-size: 60%;
}

.phone {
    color: #004d40;
}

/* SESSIONS */
.session {
    margin-bottom: 20px;
}

html body div.container div.row.session
div.row:nth-child(2)

/* TITLE */
#titlebar {
    margin-top: 20px;
    font-size: 200%;
    vertical-align: middle;
    align-content: center;
}

/* SQUARE */
.square {
    float: left;
    position: relative;
    /* width: 30%; */
    padding: 0%;
    /* padding-bottom: 22.5%; */
    margin: 0%;
    overflow: hidden; 
}

@media (min-width: 768px) {
    .square {
        width: 30%;
        padding-bottom: 25%;
    }
}

@media (max-width: 767px) {
    .square {
        width: 50%;
        padding-bottom: 37.5%;
    }
    html {
        font-size: 14px;
    }
}

@media (max-width: 450px) {
    html {
        font-size: 11px;
    }
}

.square .content {
    position: absolute;
    padding: 0%;
    font-size: 3.2rem;
    height: 100%;
    width: 100%;
    text-align: center;
    font-family: Bliss2;
}

.img-bg .content {
    top: 75%;
    height: 25.1%;
    width: 80%;
    text-align: start;
    font-size: 2rem;
}

@media (max-width: 500px) {
    .square .content {
        font-size: 2.5rem;
        line-height: 3.4rem;
    }

    .img-bg .content {
        font-size: 1.4rem;
        line-height: inherit;
    }
}

.bg-green {
    background: #004d40;
    color: white;
}

.bg-green-80 {
    background: rgba(0, 77, 64, 0.8);
    color: white;
}

.bg-yellow {
    background: #ffe61c;
    color: #004d40;
}

.bg-yellow-80 {
    background: rgba(255, 230, 28, 0.8);
    color: #004d40;
}

.content .table{
    display:table;
    height:100%;
    width:100%;
}

.table .table-cell{
    display:table-cell;
    vertical-align:middle;
    height:100%;
    width:100%;
    transition: font-size 1s;
}

.table .table-cell:hover{
    font-size: 1.1em;
}

.img-bg .table-cell {
    padding-left: 10%;
}

.img-bg {
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover; /* you change this to "contain" if you don't want the images to be cropped */
    color:#fff;
}

.pageTitle {
    color: #263238;
    font-size: 2rem;
    padding-bottom: 20px;
    font-family: Bliss2;
}

#content p,
.quemSomosPage p,
.quemSomosPage ul {
    font-size: 1.3rem;
    line-height: 2rem;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding-left: 10px;
    padding-right: 10px;
}
.quemSomosPage ul{
    margin-left: 40px;
    padding-right: 40px;
}

.quemSomosPage li {
    padding-bottom: 1rem;
}

.quemSomosPage p em {
    color: #004d40;
    text-decoration: strong;
}

.section-title {
    margin-bottom: 20px;
    padding:0.3rem;
}

.section-title h1 {
    padding-left: 10px;
    padding-top: 5px;
    font-size: 2rem;
    font-family: Bliss2;
}

.section-content {
    margin-bottom: 60px;
}

.square-entire-row .square {
    padding-bottom: 66.667%;
    margin-bottom: 15px;
}

a,
a:hover {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #004d40;
}

.square a:hover {
    color: inherit;
}

.margin-bottom {
    margin-bottom: 40px;
}

.padding-top {
    padding-top: 15px;
}

.contact-btn {
    border-radius: 10px;
    float: left;
    position: relative;
    padding: 10px;
    margin: 0%;
    font-size: 2.2rem;
}

.contact-btn-mobile {
    padding-left: 17.6px;
    padding-right: 17.6px;
}

@media (max-width: 767px) {
    .contact-btn-mobile {
        padding-left: 15.775px;
        padding-right: 15.775px;
    }   
}

.contact-division-line {
    width: 100%;
    height: 5px;
    background-color: #004d40;
    content: "";
}

.contact-table{
    display:table;
    height:100%;
    width:100%;
}

.contact-table-cell{
    /* display:table-cell; */
    
    vertical-align:middle;
    height:100%;
    width:100%;
    transition: font-size 1s;
}

.contact-img {
    /* position: absolute; */
    top: 0px;
    left: 0px;
}

.badges-box {
    padding-top: 20px;
    font-size: 1.3rem;
    color: #004d40;
}

.tooltip-inner {
    /* max-width: 200px; */
    /* padding: 3px 8px; */
    color: #fff;
    /* text-align: center; */
    background-color: #004d40;
    /* border-radius: .25rem; */
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    /* margin-left: -3px; */
    /* content: ""; */
    /* border-width: 5px 5px 0; */
    border-top-color: #004d40;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    /* margin-left: -3px; */
    /* content: ""; */
    /* border-width: 0 5px 5px; */
    border-bottom-color: #004d40;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
    /* right: 0; */
    /* margin-top: -3px; */
    /* content: ""; */
    /* border-width: 5px 0 5px 5px; */
    border-left-color: #004d40;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
    /* margin-top: -3px; */
    /* content: ""; */
    /* border-width: 5px 5px 5px 0; */
    border-right-color: #004d40;
}

.icon-box {
    height: 48px;
    width: 48px;
}

h1.index {
    padding-bottom: 15px;
    font-size: 2.5rem;
    font-family: Bliss2;
}

#contactWidgetBox {
    position: fixed;
    z-index: 100;
    /* background: #263238; */
    left: 0px;
    bottom: calc(50vh - 120px);
}

.widget-contact-box {
    height: 48px;
    width: 48px;
    font-size: 24px;
    color: #fff;
    transition: width 0.1s;
}

.widget-contact-box:hover {
    width: 220px;
}

span.label {
    display: none;
    font-size: 16px;
    padding-left: 15px;
    width: 172px;
}

.widget-contact-box:hover span.label {
    display: block;
}

@media (max-width: 610px) {
    #contactWidgetBox {
        bottom: 0px;
        left: calc(50vw - 120px);
    }
    .widget-contact-box:hover span.label {
        display: none;
    }
    .widget-contact-box:hover {
        width: 48px;
    }
}

.facebook-box{
 background: #3b5998;
}

.whatsapp-box {
    background: #25D366;
}

.messenger-box {
    background: #0084ff;
}

.phone-box {
    background: #78909c;
}

.contact-box {
    color: #fff;
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0%;
    padding-bottom: 80%;
    margin: 0%;
    overflow: hidden; 
}

.contact-content {
    color: #fff;
    position: absolute;
    padding: 0%;
    font-size: 2rem;
    height: 100%;
    width: 100%;
    text-align: center;
}

.contact-content .label {
    font-size: 1.3rem;
}

.mail-box {
    background: #546e7a;
}

h1 sup {
    font-size: 1rem;
}