.relative{position: relative;}
.beforeLine:before {
    content: "";
    width: 1px;
    height: 125%;
    border-right: 3px dashed #C6D300;
    position: absolute;
    bottom: -125%;
    left: calc(50% - 3px);
}
.stroke{
    padding:20px;
    border:3px solid black;
    text-align: center;
}
.green_bar{
    border-bottom: 16px solid #C6D300;
    display: inline-block;
    line-height: 35px !important;
    font-size: 65px;
}
section{position: relative;}
.height-100{height: 100vh}
.col-center{margin:auto;float: none}
.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vertical-align2 {
    position: relative;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mb-40{margin-bottom: 40px}
.mb-10{margin-bottom: 10px}
.mb-60{margin-bottom: 60px}
.mb-70{margin-bottom: 70px}
.mb-80{margin-bottom: 80px}
.mb-90{margin-bottom: 90px}
.mb-120{margin-bottom: 120px}



p.lead .underline{
    padding-bottom: 5px
}
.underline{
    border-bottom: 2px solid #062430;
    padding-right: 20px;
    min-width: 140px;
    display: inline-block;
}

.underline2{
    border-top: 2px solid #062430;
    padding-right: 20px;
    min-width: 140px;
    padding-top: 4px;
    display: inline-block;
}
h3{
    font-size: 32px;
    line-height: 1.3
}
h4{
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
}
.green{
    color: #449B9F
}
.blue{
    color: #062430
}

.list_hor li{width: 20%;}
.fb,
.list_hor.sb{justify-content: space-between;}
.list_hor{
    display: flex;
    list-style: none;
    margin:0;
    padding:0;
}
.rotado{
    transform: rotate(-90deg );
    margin-right: 5vh;
    margin-bottom: 0;
}
.mb-0{margin-bottom:0 !important}
p.lead{
    letter-spacing: 3px;
    font-size: 22px;
}

p.lead2{
    font-size: 22px;
    line-height: 1.6
}
h4.blue{
    color: #062430
}
.letter.b{background-color: #062430}
.letter.g{background-color: #449B9F}
.letter{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 200px;
    font-size: 31px
}
.bullet li:before{
    content:"";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: 13px;
    border-radius: 100px;
    background-color: #449B9F
}
.bullet li{
    padding-left: 20px;
    margin-bottom: 40px;
    position: relative;
}
.bullet{
    list-style: none;
}
.mb-80{margin-bottom: 80px}

.bgblackbottom{
    border-bottom: 32px solid #449B9F;
}
.bgblackbottom:before{
    background-color: black;
    position: absolute;
    content:"";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}

.hoverImg div{overflow: hidden;display: block;margin-bottom: 10px}
.hoverImg:hover img{
-webkit-transform: scale(1.3,1.3);
}

.hoverImg img{margin-bottom: 0px}
.hoverImg img,
.seg{-webkit-transition: all !important;-webkit-transition-timing-function: ease-out !important;-webkit-transition-duration: 500ms !important;-moz-transition: all !important;-moz-transition-timing-function: ease-out !important;-moz-transition-duration: 500ms !important;}
.bullet_icon:before{
    content:"";
    width:9px;
    height: 9px;
    background-color: #449B9F;
    border-radius: 100px;
    float: left;
    margin-top: 15px;
    margin-right: 10px;
}

.imgcovid{
    position: absolute;
    width: 42%;
    bottom: 0;
}
.deco{list-style: none;margin:0;padding:0;}
.deco li h5{
    letter-spacing: 8px;
    font-weight: 300;
    color: green;
    margin-bottom: 0;
    font-size: 16px;
}
.deco li{
    margin-bottom: 5px;
}
.mr-30{margin-right: 30px}

.triangle16{
    position: absolute;
    left: 0;
    bottom: -29%;
    width: 31%;
}
.triangle1{
    position: absolute;
    left: 0;
    top: -50%;
    width: 40%;
    z-index: 0
}
.triangle2{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40%;
}

.triangle1_7{
    position: absolute;
    right: 0;
    top: -40%;
    width: 40%;
}

.triangle1_15{
    position: absolute;
    right: 0;
    top: -20%;
    width: 40%;
}
.triangle2_7{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
}


.triangle1_10{
    position: absolute;
    right: 0;
    top: -10%;
    width: 40%;
}
.triangle2_10{
    position: absolute;
    left: 0;
    bottom: -20%;
    width: 40%;
}

.uppercase{text-transform: uppercase;}

.greenbox:hover {color: white !important}
.greenbox:hover i{
    text-decoration: underline;
}
.greenbox{
    background-color: #449b9f;
    color: white;
    font-size: 34px;
    font-weight: bold;
    display: block;
    padding:40px;
    text-align: right;
    line-height: 1.4
}

.photo{
    width: 280px;
    margin-bottom: 20px
}




    .mobile-on{display: none}
/* ==============================
   Phone
   ============================== */
@media (max-width: 480px) and (min-width: 320px){
    .mobile-on{display: block !important}
    .mobile-off{display: none !important}
}
































































