body, html{ font-family: "WorkSans", serif; min-height: 100%;}

/**, input, select, textarea{ font-family: 'MuseoSlab', serif; }*/

.ss{ font-family: 'social_shapes', serif !important; font-style: normal !important; font-weight: 500 !important; }

a, a:hover, a:visited{ color: inherit; }






.row-flex{
    margin-right: -15px;
    margin-left: -15px;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
}



.form-header{
    font-size: 45px;
    color: rgb(34, 31, 31);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.082;
}

.form-control{
    background-color: #f9f9f9;
    box-shadow: none;
    border-radius: 0;
    height: 46px;
    padding: 10px 30px;
    border: none;
    outline: none !important;
}

.help-block{
    font-size: 12px;
    color: rgb(255, 255, 255);
    line-height: 1.602;
}



.input-group-addon{
    box-shadow: none;
    border-radius: 0;
    border: none;
}

.input-group .form-control,
.input-group .input-group-addon{
    padding-left: 15px;
    padding-right: 15px;

}

.input-group .form-control:first-child,
.input-group .input-group-addon:first-child{
    padding-left: 30px;
}

.input-group .form-control:last-child,
.input-group .input-group-addon:last-child{
    padding-right: 30px;
}




textarea.form-control{
    height: auto;
    min-height: 13em;
    resize: vertical;
}

.form-group{
    margin-bottom: 19px;
}

.btn-def,
.btn-azul,
.btn-verde,
.btn-preto,
.btn-branco,
.btn-laranja,
.btn-vermelho,
.btn-azul-claro,
.btn-verde-agua,
.btn-transparente,
.btn-verde-escuro{
    box-shadow: none !important;
    color: #fff !important;
    padding: 6px 26px;
    font-weight: 600;
}

.btn-azul{         background-color: #013d79 !important;}
.btn-verde{        background-color: rgb(166, 206, 56) !important;}
.btn-preto{        background-color: transparent !important; color: #1b1b1b !important; border: 1px solid #1b1b1b}
.btn-branco{       background-color: rgb(255, 255, 255) !important; color: #00567b !important;}
.btn-laranja{      background-color: rgb(229, 130, 31) !important;}
.btn-vermelho{     background-color: rgb(245, 34, 40) !important;}
.btn-azul-claro{   background-color: #00b3e2 !important;}
.btn-verde-agua{   background-color: rgb(7, 217, 219) !important;}
.btn-transparente{ background-color: transparent !important; color: #fff !important;}
.btn-verde-escuro{ background-color: rgb(0, 166, 81) !important;}

.btn-round{
    border-radius: 1000px;
}

.btn-straight{
    border-radius: 0;
}

.btn-transparente{
    font-size: 32px;
    font-weight: bold;
    text-transform: initial;
    line-height: 1.2;
}






.container-pl:before,
.container-pl:after,
.container-pr:before,
.container-pr:after
{ display: table; content: " "; }

.container-pl:after,
.container-pr:after
{ clear: both; }

@media (min-width: 768px){
    .container-pl{ padding-left:  calc((100vw - 768px) / 2); }
    .container-pr{ padding-right: calc((100vw - 768px) / 2); }
}

@media (min-width: 992px){
    .container-pl{ padding-left:  calc((100vw - 992px) / 2); }
    .container-pr{ padding-right: calc((100vw - 992px) / 2); }
}

@media (min-width: 1200px){
    .container-pl{ padding-left:  calc((100vw - 1200px) / 2); }
    .container-pr{ padding-right: calc((100vw - 1200px) / 2); }
}



.img-80-bg{
    transform: translateX(-50%);
    position: absolute;
    top: 60px;
}

.img-80-bg img{
    position: relative;
    border-radius: 50%;
    z-index: 1;
}

.img-80-bg:before{
    content: '';
    position: absolute;
    top:    21px;
    left:   21px;
    right:  21px;
    bottom: 21px;
    border-radius: 50%;
    z-index: 0;

    -webkit-box-shadow: -23px 13px 8px 0 rgba(0, 0, 0, 0.32);
    -moz-box-shadow:    -23px 13px 8px 0 rgba(0, 0, 0, 0.32);
    box-shadow:         -23px 13px 8px 0 rgba(0, 0, 0, 0.32);
}







.img-crop{
    width: 100%;
    display: block;
    padding-bottom: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.img-contain{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


#gallery-box{
    position: relative;
    padding-bottom: calc(100% * (9 / 16));
}

#gallery-carousel{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
}

#gallery-carousel > .carousel-inner{
    max-height: 100%;
}

#gallery-carousel > .carousel-inner > .item{
    padding-bottom: calc(100% * (9 / 16));
}

#gallery-carousel > .carousel-inner > .item img{
    max-width: 100%;
    max-height: 100%;
}

#gallery-carousel .carousel-control{
    background: none !important;
    border: none !important;
    width: 50%;
}

#gallery-carousel .carousel-control span{
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
}

#gallery-carousel .carousel-control.left span{
    left: 20px;
}

#gallery-carousel .carousel-control.right span{
    right: 20px;
}

#gallery-box .carousel-indicators{
    position: absolute;
    bottom: 30px;

}




.layout-texto{
    font-size: 16px;
    color: rgb(138, 138, 138);
    line-height: 1.202;
}

.layout-texto h1,
.layout-texto h2,
.layout-texto h3,
.layout-texto h4,
.layout-texto h5,
.layout-texto h6{
    color: rgb(23, 23, 23);
    font-weight: 800;
    line-height: 1.342;
}






.panel.panel-layuot{
    background-color: transparent;
    border: transparent !important;
    border-radius: 0;
    box-shadow: none;

    border-bottom: 2px solid #00567b !important;
}

.panel.panel-layuot > .panel-heading{
    background: none;
    border: none;
    padding: 0;
}

.panel.panel-layuot .panel-chevron{
    display: inline-block;
    width: 1.8em;
    line-height: .6;
    background-color: #00567b;
    color: #fff;
    text-align: center;
    font-size: 24px;
    padding: .4em 0;
}

.panel-group .panel.panel-layuot .panel-chevron i{
    transition: transform ease-in-out 333ms;
    transform: rotate(0deg);
}

.panel-group .panel.panel-layuot :not(.collapsed) > .panel-chevron > i{
    transform: rotate(90deg);
}

.panel.panel-layuot .panel-title{
    font-size: 28px;
    color: rgb(23, 23, 23);
    font-weight: 800;
    display: inline-block;

    max-width: calc(100% - 1.8em);
    vertical-align: middle;
}

.panel.panel-layuot .panel-title i{
    vertical-align: middle;
}

.panel.panel-layuot > .panel-body{
    background-color: #f5f5f5;
}

.panel.panel-layuot > .panel-heading + .panel-collapse > .panel-body{
    background-color: #f5f5f5;
    border: none;
}

.panel-group .panel.panel-layuot + .panel.panel-layuot{
    margin-top: .9em;
}





.img-crop{
    width: 100%;
    display: block;
    padding-bottom: 100%;
    position: relative;

    background-size: cover;
    background-repeat: no-repeat;
}

.img-contain{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.img-blur{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .50;

    -webkit-filter: blur(10px);
    -moz-filter:    blur(10px);
    -o-filter:      blur(10px);
    -ms-filter:     blur(10px);
    filter:         blur(10px);
}

.ico-plus{
    color: #fff;
    font-size: 58px;
    font-weight: 200;
    line-height: 1;
}