@charset "utf-8";
/* CSS Document */

html, body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e8e8e8+0,eeeeee+47,e8e8e8+100 */
    /*background: linear-gradient(135deg,  #e8e8e8 0%,#ffffff 47%,#e8e8e8 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    background:#fff;
    overflow-x:  hidden;
}
.whatsapp-tip{
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 10000;
    background: #ffffff96;
    padding: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: 0 0 10px #000;
}

.whatsapp-tip a{
    color:#025da4;
}

.video-container{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;

}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

a, a:hover, a:active{
    text-decoration: none;
    color: #000;
}

p a{
    text-decoration: underline;
}

h1, h2, h3, h4, h5{
    font-family: "Varela Round", sans-serif;
    font-weight: 700;
}

h1{
    color: #025da4;
}

h2{
    font-size: 1.1em;
    color: #025da4;
}

h3{
    color: #025da4;
}

h4{
    color: #f47543;
}


.footer h3{
    color: #fff;
}

.relative{
    position: relative;
}

.clear{
    clear: both;
}

.shadow{
    /*box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);*/
    box-shadow: hsl(200 50% 0% / 5%) 0px 13px 27px -5px, hsl(200 50% 30% / 60%) 0px 12px 16px -8px; !important;
}

.breakout{
    width:100vw;
    position: relative;
    left: calc(-1 * (100vw - 100%)/2);

}


.greybox{
    background: #f47543;
    background: linear-gradient(0deg, rgba(244,117,67,1) 11%, rgba(255,212,159,1) 97%);
    padding: 40px 40px 0px 40px;
    color: #000;
    margin: 10px 0px 40px 00px;
}

.greyboximageright{
    margin-top: 0px;
}

.btn-info {
    color: #f47543;
    background-color: #ffffff;
    border-color: #f47543;
    border-radius: 15px;
    width: fit-content;
    padding: 5px 25px;
}

.button, .button a {
    color: #fff;
    background-color: #f47543;
    border-color: #f47543;
    border-radius: 15px;
    width: fit-content;
    padding: 10px 25px;
    display: inline;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    font-weight: bold;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-info:hover, .btn-info:active{
    background-color: #f47543;
    border-color: #f47543;
    color:#fff;
}

.btn {
    display: inline;
    font-weight: 400;
    line-height: 1.5;
    color: #f47543;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-signin{
    padding: 40px;
    border: solid 1px #cccccc;
    border-radius: 15px;
}

.btn-primary{
    display: block;
    width: 100%;
    text-align: center;
    margin: 0px;
    font-size: 20px;
    font-weight: 700;
    background: #f47543;
    color: #fff;
    border: none;
    border-radius: 15px;
}

.form-control{
    padding: 10px;
    margin: 5px 0px;
    border-radius: 10px;
}

.form-control-feedback, .help-block{
    color: #f00;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {


    }
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    h2{
        font-size: 1.5em;
        color: #025da4;
    }

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .greyboximageright{
        margin-top: -40px;
    }

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

}

@media(min-width:1700px){
    .container-xxl{max-width:1520px}

}