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-dots.png);
}

.window{
    max-width: 500px;
    margin: 0 auto;
    padding: 40px;
    color: #009ED5;
    background: #0090CB;
    background: -webkit-linear-gradient(-39deg, rgba(0, 144, 203, 1) 0%, rgba(255, 255, 255, 1) 25%);
    background: -moz-linear-gradient(-39deg, rgba(0, 144, 203, 1) 0%, rgba(255, 255, 255, 1) 25%);
    background: linear-gradient(-39deg, rgba(0, 144, 203, 1) 0%, rgba(255, 255, 255, 1) 25%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0090CB", endColorstr="#FFFFFF", GradientType=0);
    border-radius: 70px 25px 25px 25px;
    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);
}

.m-text h1{
    color: #fff;
    font-size: 42px;
    margin: 0;
    font-weight: 400;
    padding-bottom: 25px;
}

.seg{
    padding: 50px;
}

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

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

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

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



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

.map{
    max-width: 1020px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    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: 50px 0px;
}

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

.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;
}

.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: 0px;
    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;
}

ol{
    padding: 10px 0px 0px 0px;
    margin: 0;
}

ol li::marker{
    color: #DF2D2B;
    font-weight: 700;
}

li{
    padding-bottom: 7px;
}

.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;
}
    
    .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;
    }
    
    .seg-banner{
        padding: 25px 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;
}
    
        
}

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