body{
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    color: #5b5b5b;
}

a{
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.null{
    padding-bottom: 0 !important;
}

h1{
    margin: 0;
}

h2{
    margin: 0;
    font-size: 20px;
}

h3{
    font-size: 19px;
    margin: 0;
}

h4{
    margin: 0;
    font-size: 16px;
}

ul{
    font-size: 16px;
    margin: 0;
    padding: 0;
}

strong{
    font-weight: 800;
}

strong-mid{
    font-weight: 700;
}

.end-cta{
    text-decoration: underline;
    color: #ABFFFD;
    font-weight: 600;
}

.wrap{
    margin: 0 auto;
    padding: 0;
}

.header-top{
    padding: 25px;
    display: grid;
    grid-template-columns: 0.4fr 1.6fr;
    grid-template-rows: 1fr;
    gap: 20px 20px;
    grid-template-areas: 
    "logo name-date"; 
}

.logo{
    grid-area: logo;
}

.logo img{
    display: block;
    max-width: 215px;
}

.name-date{
    grid-area: name-date;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: 
    "name" "date";
    font-weight: 300;
}

.name-date p{
    text-align: right;
    margin: 0;
    padding: 0;
}

.name{
    grid-area: name;
    align-content: flex-end;
    font-size: 20px;
}

.date{
    grid-area: date;
    align-content: flex-start;
    font-size: 16px;
}

.banner{
    background: #E25E5A;
    background-image: url(assets/bg-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.window{
    max-width: 500px;
    margin: 0 auto;
    padding: 40px;
    color: #2E4F61;
    background: rgba(255, 255, 255, 0);
background: -webkit-linear-gradient(152deg, rgba(255, 255, 255, 1) 61%, rgba(255, 255, 255, 0.65) 100%);
background: -moz-linear-gradient(152deg, rgba(255, 255, 255, 1) 61%, rgba(255, 255, 255, 0.65) 100%);
background: linear-gradient(152deg, rgba(255, 255, 255, 1) 61%, rgba(255, 255, 255, 0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF00", endColorstr="#FFFFFF", GradientType=0);
    border-radius: 25px 70px 25px 70px;
    box-shadow: 0px 0px 37px -4px rgba(0,0,0,0.62);
    -webkit-box-shadow: 0px 0px 37px -4px rgba(0,0,0,0.62);
    -moz-box-shadow: 0px 0px 37px -4px rgba(0,0,0,0.62);
}

.comas{
    height: 0;
    position: relative;
    bottom: 60px;
}

.m-text h1{
    font-size: 32px;
    margin: 0;
    font-weight: 400;
}

.bull-gr {
    margin: 0 auto;
    max-width: 1020px;
    display: grid;
  grid-template-columns: minmax 1fr;
  grid-template-rows: minmax;
  gap: 20px 15px;
  grid-auto-flow: row;
  grid-template-areas:
    ". ."
    ". ."
    ". ."
    ". ."
    ". .";
}

.bull-gr p{
    margin: 0;
}

.seg{
    padding: 50px;
}

.seg-banner{
    padding: 0px 0px 0px 50px;
    
}

.seg-b2{
    padding: 50px;
    background-color: #EEEDEE;
    color: #6C6C74;
}

.seg-text{
    max-width: 1020px;
    margin: 0 auto;
}

.seg-text p{
    margin: 0;
    padding: 0px 0px 50px 0px;
}

.seg-text-2 p{
    margin: 0;
    padding: 50px 0px 0px 0px;
}

.ban-area{
    padding: 100px 50px;
    background-image: url(assets/bg-1.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ban-0 {
     margin: 0 auto;
    max-width: 1020px;
    display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: minmax;
  gap: 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "ban-1 ban-2";
}

.ban-1 { grid-area: ban-1; }

.ban-2 { grid-area: ban-2; }


.table {
    margin: 0 auto;
    max-width: 1020px;
    color: #fff;
    display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  grid-template-rows: minmax;
  gap: 10px;
  grid-auto-flow: row;
  grid-template-areas:
    "tb-1 tb-2"
    "tb-3 tb-4"
    "tb-5 tb-6"
    "tb-7 tb-8";
}

.tb-1 { 
    grid-area: tb-1;
    border: solid 2px #9D8364;
    border-radius: 30px;
    padding: 20px;
    color: #074654;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
}

.tb-2 {
    grid-area: tb-2;
    border: solid 2px #9D8364;
    border-radius: 30px;
    padding: 20px;
    color: #074654;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
}

.tb-3 {
    grid-area: tb-3;
    background-color: #2E4F61;
    border-radius: 30px;
    padding: 20px;
}

.tb-4 {
    grid-area: tb-4;
    background-color: #9D8364;
    border-radius: 30px;
    padding: 20px;
}

.tb-5 {
    grid-area: tb-5;
    background-color: #2E4F61;
    border-radius: 30px;
    padding: 20px;
}

.tb-6 {
    grid-area: tb-6;
    background-color: #9D8364;
    border-radius: 30px;
    padding: 20px;
}

.tb-7 {
    grid-area: tb-7;
    background-color: #2E4F61;
    border-radius: 30px;
    padding: 20px;
}

.tb-8 {
    grid-area: tb-8;
    background-color: #9D8364;
    border-radius: 30px;
    padding: 20px;
}


.new-seg-color{
    background: #fff;
}

.map{
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 50px;
    grid-auto-flow: row;
    grid-template-areas:
        "m-text m-img";
}

.map h2{
    margin: 0;
    font-weight: 400;
    font-size: 24px;
}

.m-text{
    grid-area: m-text;
    align-content: center;
    padding: 150px 0px;
}

.con{
    height: 0;
    text-align: center;
    position: relative;
    bottom: 30px;
}

.m-img{
    grid-area: m-img;
    align-content: flex-end;
}

.

.guy-2{
    display: none;
}


.m-img img{
    width: 100%;
    display: block;
}

.btn-1{
    width: fit-content;
    font-weight: 700;
    text-align: center;
    padding: 10px 20px;
    background-color: #7BB625;
    border-radius: 50px;
    transition: 0.25s ease-in-out;
}

.btn-over{
    height: 0;
    position: relative;
    bottom: 22.5px;
}

.btn-1:hover {
    transform: scale(1.030);
    background-color: #4e7e08;
}

.btn-1 p{
    color: #fff;
    font-size: 20px;
    width: 100%;
    padding: 0;
    margin: 0;
}

.seg-color-1{
    background-color: #92C005;
}

.seg-color-2{
    background-color: #009ED5;
}

.seg-color-1 h2{
    color: #fff;
    text-align: center;
    font-size: 28px;
}

.seg-color-2 h3{
    color: #fff;
    font-size: 22px;
    padding-bottom: 15px;
}

ul{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

li{
    list-style-image: url(assets/check.svg);
    font-size: 16px
}

li::marker{
    font-size: 40px;
}

.bull-list{
    margin: 0 auto;
    max-width: 1020px;
}

.bull-list li{
    padding-bottom: 10px;
    color: #fff;
}

.list-grid{
    text-align-last: center;
    max-width: 1020px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 30px;
    grid-auto-flow: row;
    grid-template-areas:
        "list-1 list-2"
        "list-3 list-4"
        "list-5 list-6";
}

.list-1{
    grid-area: list-1;
}

.list-1 a{
    color: #008080;
}

.list-2{
    grid-area: list-2;
}

.list-3{
    grid-area: list-3;
}

.list-4{
    grid-area: list-4;
}

.list-5 {
    grid-area: list-5;
}

.list-6 {
    grid-area: list-6;
}

.list-grid img{
    width: 65px;
    padding-bottom: 15px;
}

.list-grid p{
    text-align-last: left;
    margin: 0;
    font-size: 16px;
}

.center-btn{
    margin: 0 auto;
}

.center-btn:hover{
    background-color: #00747e;
}

.end-note{
    margin: 0 auto;
    max-width: 1020px;
}

.end-note h2{
    padding-bottom: 25px;
}

.end-note p{
    margin: 0;
    padding-bottom: 10px;
}

.footer{
    padding: 25px;
}

.foot-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    grid-template-rows: minmax;
    gap: 20px;
    grid-auto-flow: row;
    grid-template-areas:
        "rrss www";
}

.rrss {
    grid-area: rrss;
    display: flex;
    gap: 5px;
}

.www {
    grid-area: www;
    text-align-last: right;
}

.divider{
    height: 1px;
    background-color: #5b5b5b;
    margin: 0px 25px; 
}

.seg-b {
    overflow: hidden;
    border-radius: 25px 25px 115px 25px;
    max-width: 1020px;
    margin: 0 auto;
    background-color: #DAE264;
    display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  grid-template-rows: minmax;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "t-box-1 t-box-2"
    "t-box-1 t-box-2"
    "t-box-1 t-box-2";
}

.seg-b h2{
    font-size: 20px;
    padding-bottom: 7px;
    font-weight: 600;
}

.t-box-1 {
    align-content: center;
    padding: 50px;
    grid-area: t-box-1;
}

.box-bullet-1{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.box-bullet-1 h2{
    margin: 0;
}

.box-bullet-1 p{
    margin: 0;
}

.t-box-1 img{
    display: flex;
    margin: 0 auto;
    width: 35px;
    padding-bottom: 10px;
}

.t-box-2 {
    background-color: #E96359;
    color: #fff;
    border-radius: 115px 25px 25px 25px;
    grid-area: t-box-2; }

.t-box-2 h2{
    padding: 50px;
}

.girl-grid {
    overflow: hidden;
    background-image: url(assets/bg-dots.png);
    height: 100%;
    display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax 1.2fr;
  gap: 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "girl-text-1"
    "girl-img-1";
}

.girl-text-1 { grid-area: girl-text-1; }

.girl-text-1 h2{
    font-weight: 700;
}

.girl-img-1 { grid-area: girl-img-1;
    align-content: flex-end;
    overflow: hidden;
    border-bottom-right-radius: 115px
}

.girl-img-1 img{
    width: 80%;
    display: flex;
    margin: 0 auto;
}

.end-grid {  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  grid-template-rows: minmax;
  gap: 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "end-b-1 end-b-2"
    "end-b-3 end-b-3";
}

.end-b-1 { grid-area: end-b-1; 
    align-content: center;
    padding: 0px 25px 25px 0px;
}

.end-b-2 { grid-area: end-b-2;
    justify-content: center;
    padding: 0px 0px 25px 0px;
    align-content: center;
}

.end-b-2 img { 
    width: 100%;
}

.end-b-3 { grid-area: end-b-3; }

.end-grid p{
    margin: 0;
    padding: 0;
}


.pad-p{
    height: 10px;
}

@media (max-width: 720px){
    
    .end-grid {
        display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: minmax;
      gap: 0px;
      grid-template-areas:
        "end-b-1"
        "end-b-2"
        "end-b-3";
    }
    
    .end-b-1 {
        grid-area: end-b-1; 
        align-content: center;
        padding: 0px 0px 25px 0px;
    }
    
    .end-b-2 {
        
    }
    
    ol{
    padding: 10px 0px 0px 24px;
    margin: 0;
}
    
    br{
        display: none;
    }
    
    

.bullet-list p{
    font-size: 16px;
    margin: 0;
    margin-left: 15px;
}
   
    .guy-2{
    display: flex;
        margin: 0 auto;
        justify-content: center;
}
    
.seg-text p{
    padding: 0px 0px 25px 0px;
}
    
    .seg-text-2 p{
    padding: 25px 0px 0px 0px;
}
    
    .m-text h1{
    font-size: 25px;
}
    
    .logo img{
        width: 100%;
}
    
    .name-date{
        display: none;
    }
    
    .header-top{
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-template-areas:
            "logo";
        justify-items: center;
    }
    
    .titulo-1 h2 {
        font-size: 20px
    }
    
    .t-box-2 h2{
    padding: 25px;
}
    
    .titulo-1 h3 {
        font-size: 16px
    }
    
    .window{
        padding: 30px;
        border-radius: 25px;
    }
    
    .window h1{
        font-size: 22px;
    }
    
    .seg{
        padding: 25px;
        padding-top: 50px;
    }
    
    .seg-banner{
        padding: 50px 25px 0px 25px;
    }
    
    .map{
        gap: 25px;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-template-areas:
             "m-text" "m-img";
    }
    
    .map h2{
        font-size: 16px;
    }
    
    .m-text{
        align-content: center;
        padding: 0px;
    }
    
    .m-img{
        text-align: center;
    }
    
    
.guy-1{
    display: none;
}
    
    .m-img img{
        max-width: 350px;
    }
    
    .btn-1{
        width: auto;
    }
    
    .btn-1 p{
        font-size: 16px;
    }
    
    .seg-color-1 h2{
        font-size: 19px;
    }
    
    .list-grid{
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 30px;
        grid-auto-flow: row;
        grid-template-areas:
            "list-1" "list-2"
            "list-3" "list-4"
            "list-5" "list-6";
    }
    
    .bull-list ul{
        padding-left: 17px;
    }
    
    .foot-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: minmax;
        gap: 5px;
        grid-auto-flow: row;
        grid-template-areas:
        "rrss" "www";
    }
    
    .rrss {
        grid-area: rrss;
        display: flex;
        gap: 5px;
        justify-content: center;
    }

    .www {
        word-break: break-all;
        text-align-last: center;
    }
    
    .seg-b {
        border-radius: 25px;
  grid-template-columns: 1fr;
  grid-template-rows: minmax;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "t-box-2 t-box-2"  
    "t-box-1 t-box-1"
    "t-box-1 t-box-1"
    ;
}
    
 .t-box-1 {
    padding: 25px;
}
    
    .t-box-2{
        border-radius: 25px 25px 115px 25px;
}
    
    .text-4 { grid-area: text-4;
    padding-bottom: 0px;
}
    
    .seg-b2{
        padding: 25px 25px 50px 25px;
    }
    
    li{
        font-size: 16px;
    }
    
    .table {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: minmax;
    grid-auto-flow: column;
    grid-template-areas:
        "tb-1" 
        "tb-3" 
        "tb-5" 
        "tb-7"
        "tb-2"
        "tb-4"
        "tb-6"
        "tb-8";
        }
    
    .ban-0 {
    display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax;
  gap: 0px;
  grid-auto-flow: column;
  grid-template-areas:
    "ban-1"
    "ban-2";
}
    
    .ban-area{
    padding: 100px 50px 400px 50px;
    background-image: url(assets/bg-m.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}
    
        
}

@media (max-width: 340px){
    a{
        word-break: break-all;
    }
}