html{
    scroll-behavior: smooth;
}

body {
    margin:0; 
    width: 100%;
    overflow-x: hidden;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    position: absolute;
    height: auto;
    padding: 0px;
    margin: 0px;
    
}


 /* Dropdown Button */
.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: none;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  width: 188px;
  margin-left: -118px;
  margin-top: 10.5px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;} 

.text_2 {
  color: black;
  font-size: 1.06em;
  text-align: justify;
  margin-top: 45px;
 
}

.text_3 {
  color: black;
  font-size: 1.06em;
  text-align: justify;
  height: 570px;
 
}

  .id-4text{
     font-size: 0.3em;
     color: white;
     margin-top: -66px;
     margin-bottom: 75px;
}

  .id-4text-md{
     font-size: 0.3em;
     color: white;
     margin-top: -54px;    
}

  .id-4text-sr{
     font-size: 0.3em;
     color: white;
     margin-top: -92px;
     margin-bottom: 115px;  
}
  
  .id-4text-ip{ 
     font-size: 0.3em;
     color: transparent;
     margin-top: -74px;
     margin-bottom: 105px;
}

*ul {
    margin:0; padding: 0; list-style-type: none
}
.navbar {
    width: 100%; 
    height: 35px; 
    line-height: 20px;
    position: fixed;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #346079;
    top: 0;
    z-index: 4;
    
}
.navbar2 {
    width: 100%; 
    height: 75px; 
    line-height: 20px;
    position: sticky;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    z-index: 6;
    top: 0px;
    margin-top: 2px;
    border-bottom: #C5C5C5 2px solid;
}

.logo{
      width: 284px;
      float: left;
      height: 52px;
      margin-left: 40px;
      margin-top: 10.5px;
}
.alltxt{
    font-size: 1.63em;
    text-align: justify
}

.alltxt4{
    margin-right: 9%;
    line-height: 45px;
    color: #2F2F2F;
    font-family: PP-Sans-Big-Light, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    opacity: 0.9;
    margin-top: 45px;
    margin-left: 9.5%
}

.alltxt6{
    font-size: 33px;
    margin-top: 32px;
    color: #1E658A !important;
    margin-right: 2%;
    line-height: 120px;
    margin-left: 2%;
    text-align: center;
    font-family: calibri;
}

.alltxt8{
    text-align: justify;
    margin-top: 1.2%;
    opacity: 0.90;
    line-height: 30px;
    margin-left: 7%    
}

.title1{
    font-size: 39px;
    color: #04518F;
    text-align: center;
    font-family: candara;
    margin-left: -1.5%
}
.title3{
    margin-top: 25px;
    margin-left: 7%;
    font-size: 1.55em;
    color: #484848;
    font-family: PP-Sans-Big-Light, Arial, Helvetica, sans-serif;
}
.alike{
    margin-top: 9%;
}
.maintxt{
    margin-top: 317px;
}
.main_img{
    width: 275%;
    height: 458px;
    margin-left: -90%;
}
.container2{
           width: 100%;
           margin: 0 auto
}

.menu{
    float: right;
    margin: auto;
    list-style-type: none;
    transition: 1.5s;
    margin-right: 2%
}
.menu li_2{
    float: left;
    width: 65px;
    height: 44px;
    line-height: 30px;
    margin-left: 11px;
}
.menu li_2 a {
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  font-family: calibri;
  text-transform: none;
  font-size: 1.38em;  
}

.menu_2{
    float: right;
    margin: auto;
    list-style-type: none;
    margin-top: 7px;
    margin-right: 2%;
    padding-left: 0px;
}
.menu_2 li{
    float: left;
    width: 90px;
    height: 70px;
    line-height: 60px;
    text-align: center;
}

.pac{
    margin-right: 5px
}

.pac2{
    margin-right: -7px;
    width: 85px
}

.pac3{
    margin-right: -5px
}

.pac4{
    margin-left: 2px
}

.menu_2 li a {
  display: block;
  color: #04518F;
  text-align: center;
  text-decoration: none;
  font-family:calibri;
  text-transform: none;
  font-size: 1.43em;  
  cursor: pointer;
}
    

@font-face {
    font-family: myfont;
    src: url(../Fonts/Bree-Regular.otf);
}


.container {
  position: relative;
  max-width: 1568px;
  margin: 0 auto;
}


.container .content {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 101.5%;
  max-width: 101.5%;    
  padding: 20px 50px 20px; 
  height: 164px;
}

.startxt{
   margin-top: -53px;
   font-size: 1.5em;
}


.startxt_2{
    font-size: 22px;
    margin-left: 951px;
    margin-right: 1000px;
    margin-top: 45px;

}
.parrafo{
    margin-top: 21.5px
}


.main_1{
    font-size: 1.8em;
    color: #4F4F4F;
    margin-top: 56px;
    border-top: #C5C5C5 2px solid;
    padding-top: 50px;
    font-family: calibri;
}
.main_1-2{
    margin-top: 30px;
    line-height: 21px;
    color: #2F2F2F;
    font-family: PP-Sans-Big-Light, Arial, Helvetica, sans-serif;
    font-size: 1.7em;
    opacity: 0.9;
    text-align: center
    
}

.info{
    text-decoration-line: none;
    color: #0071DC;
    font-size: 1.32em;
    border: 1px solid #0071DC;
    border-radius: 20px;
    padding: 11px 12px 11px 12px;
    background-color: #FFFFFF;
    font-family: calibri
}

.info:hover:not(.active) {
  color: white;
  background-color: #0071DC;
  transition: 0.45s ease-in-out;
  cursor: pointer;
  opacity: 0.9   
}

.info4{
    margin-top: 60px;
    margin-bottom: 60px;
}

.main_1-3{
    font-size: 1.53em;
    margin-left: 10.5%;
    color: #383838;
    margin-top: 12px;
    font-family: PP-Sans-Big-Light, Arial, Helvetica, sans-serif;
}
.main_1-4{
    font-size: 1.45em;
    margin-left: 10.5%;
    color: #5b5b5b;
    margin-top: 42px;
    font-family: PP-Sans-Big-Light, Arial, Helvetica, sans-serif
}
.main_1-7{
    font-size: 1.55em;
    margin-left: 10%;
    color: #5B5B5B;
    font-family: PP-Sans-Big-Light, Arial, Helvetica, sans-serif;
    margin-top: 60px
}

.main_2{
    color: #666666;
    font-size: 28px;
    margin-left: 60px;
    margin-right: 60px;
}
.main_2-2{
    margin-top: 25px;
    line-height: 11px;
    
    font-family: PP-Sans-Big-Light, Arial, Helvetica, sans-serif;
    font-size: 1.35em;
    opacity: 0.9;
    margin-right: 6%
}
.main_2-4{
    font-size: 1.35em;
    margin-left: 10%;
    color: #5B5B5B;
    font-family: PP-Sans-Big-Light, Arial, Helvetica, sans-serif;
    margin-right: 6%;
    margin-top: 35px
}
.main_2-5{
    color: #2f2f2f;
    font-size: 1.35em;
    margin-left: 10.5%;
    margin-right: 10.5%;
    margin-top: -4px;
    line-height: 31.5px;
    font-family: PP-Sans-Big-Light, Arial, Helvetica, sans-serif;
    opacity: 0.74
}
.main_2-8{
    font-size: 1.4em;
    margin-left: 7%;
    margin-right: 6.5%;
    color: #2F2F2F;
    margin-top: 112px;
    line-height: 28px;
    font-family: PP-Sans-Big-Light, Arial, Helvetica, sans-serif;
}

li a:hover:not(.active) {
  color: #5A73B1;
  transition: 0.45s ease-in-out;
      
}

li_2 a:hover:not(.active) {
  color: #BBFF75;
  transition: 0.45s;    
}

li_3 a{
    text-decoration-line: none;
    color: #0071DC;
    font-size: 1.32em;
    border: 1px solid #0071DC;
    border-radius: 20px;
    font-family: calibri;
    padding: 11px 12px 11px 12px;
    background-color: #FFF;
}


li_3 a:hover:not(.active) {
  color: white;
  background-color: #0071DC;
  transition: 0.45s ease-in-out;
  cursor: pointer;
  opacity: 0.9   
}

li_4 a{
    text-decoration-line: none;
    color: whitesmoke;
    font-size: 1.25em;
    border: 1px solid #2374B0;
    border-radius: 46px;
    padding: 5px 30px 7px 35px;
    background-color: #2374B0;
    margin-right: 181px;
    width: 318px;
}


li_4 a:hover:not(.active) {
  color: white;
  transition: 0.45s ease-in-out;
  cursor: pointer;
  opacity: 0.9   
}

li_5 a{
    text-decoration-line: none;
    color: whitesmoke;
    font-size: 1.25em;
    border: 1px solid #2374B0;
    border-radius: 46px;
    padding: 5px 30px 7px 38px;
    background-color: #2374B0;
    float: right;
    margin-right: 181px;
    width: 407px;
}


li_5 a:hover:not(.active) {
  color: white;
  transition: 0.45s ease-in-out;
  cursor: pointer;
  opacity: 0.9   
}
li_6 a{
    text-decoration-line: none;
    color: whitesmoke;
    font-size: 1.25em;
    border: 1px solid #2374B0;
    border-radius: 46px;
    padding: 5px 30px 7px 38px;
    background-color: #2374B0;
    float: right;
    margin-right: 181px;
    width: 322px;
    max-width: 322px
}


li_6 a:hover:not(.active) {
  color: white;
  transition: 0.45s ease-in-out;
  cursor: pointer;
  opacity: 0.9   
}
li_7 a{
    text-decoration-line: none;
    color: whitesmoke;
    font-size: 1.7em;
    border: 1px solid #2374B0;
    border-radius: 46px;
    padding: 5px 30px 7px 35px;
    background-color: #2374B0;
    font-family: candara
    
}

li_7 a:hover:not(.active) {
  color: white;
  transition: 0.45s ease-in-out;
  cursor: pointer;
  opacity: 0.9   
}

li_8 a{
    text-decoration-line: none;
    color: whitesmoke;
    font-size: 1.25em;
    border: 1px solid #2374B0;
    border-radius: 46px;
    padding: 5px 30px 7px 35px;
    background-color: #2374B0;
    margin-left: 227px;
    width: 241px;
    display: inline-block;
    margin-top: 60px;
}


li_8 a:hover:not(.active) {
  color: white;
  transition: 0.45s ease-in-out;
  cursor: pointer;
  opacity: 0.9   
}

li_9 a{
    text-decoration-line: none;
    color: whitesmoke;
    font-size: 1.25em;
    border: 1px solid #2374B0;
    border-radius: 46px;
    padding: 5px 30px 7px 38px;
    background-color: #2374B0;
    float: right;
    margin-right: 161px;
    width: 409px;
    margin-top: -40px;
}


li_9 a:hover:not(.active) {
  color: white;
  transition: 0.45s ease-in-out;
  cursor: pointer;
  opacity: 0.9   
}

a{
    text-decoration-line: none;
    color: floralwhite;
    font-size: 18px;
    outline: none
    
}

a:hover:not(.active) {
  color: #2293f9;
  transition: 0.45s ease-in-out;
      
}


/* This is for the responsive design */


     
@media screen and (max-width: 860px) {     
    
    .pac3{
        display:none;
    }
    .pac2{
        display:none;
    }
    .pac{
        display:none;
    }
    .pac4{
        display:none;
    }
    .dropdown{
      margin-top: 6px;
      display: inline-block;
      margin-right: 6px;
    }
    
}

@media screen and (max-width: 391px) {     

    .dropdown{
       
    }
    
}

 @media screen and (max-width: 770px) {    
    .info{
      font-size: 1.3em;
      padding: 5px 14px 7px 17px; 
    }
}

@media screen and (max-width: 790px) {   
    
    li_3 a{
      font-size: 1.3em;
      padding: 5px 14px 7px 17px;    
    }
}

@media screen and (max-width: 700px) {   
    
    li_3 a{
      font-size: 1.3em;
      padding: 5px 14px 7px 17px;
      height: 59px;
      width: 317px;
      display: block;
    }
}


@media screen and (max-width: 730px) { 
 
.main_1-2{
      text-align: center;
      margin-right: 9%;
      margin-left: 9%;
      line-height: 32px;
      font-size: 1.7em
}
    .alltxt4{
      font-size: 1.5em;
      font-family: calibri;
      line-height: 39px    
    }   
    .main_1{
      width: 97%;
      margin-left: -2%;
      text-align: center;
      font-size: 145%;
    }  
    .main_2-8{
      font-size: 1.5em;
      font-family: calibri;
      line-height: 39px;
      color: #0C0C0C    
    }
    .main_1-3{
      margin-right: 10.5%;
      line-height: 28px;
      font-size: 1.4em;
    }    
    .main_1-4{
      font-size: 1.4em;
      margin-right: 10.5%;
      line-height: 26px;
      text-align: center;    
    }
    .main_2-5{
      font-size: 1.35em;
      line-height: 31px;
         
    }
    .main_2-2{
      font-size: 1.3em;
      margin-right: -5%    
    }
    .alltxt8{
      margin-right: 10.5%;
      margin-left: 10%    
         
    }
    .title3{
      margin-right: 6.5%;
      font-size: 1.4em;
      margin-top: 20px;
      line-height: 30px    
    }
    .alltxt6{
      margin-left: 5%; 
      margin-right: 5%; 
      font-size: 1.8em; 
      line-height: 64px;    
    }
    .main_2-4 {
    font-size: 1.35em;
    margin-left: 11.5%;
    margin-right: 10.5%;
    line-height: 28px;
    }
    .main_1-7 {
    font-size: 1.45em;
    }
}

@media screen and (max-width: 570px) {    
      
    .info{
      font-size: 1.2em;
      padding: 9px 9px 3px 15px;
      display: block;
      height: 41px;
      width: 251px    
    }
    li_3 a{
      font-size: 1.2em;
      padding: 9px 12px 3px 14px;
      display: block;
      height: 66px;
      width: 251px;
      margin-top: -27px;
    }
}


@media screen and (max-width: 430px) {  
    
    .logo{
    width: 230px;
    height: 48px;
    margin-top: 12.5px;
    margin-left: 25px;
    }
    
}

@media screen and (max-width: 350px) {    
    
    .logo{
      width: 195px;
      float: left;
      height: 42px;
      margin-top: 16.5px;
     }
    
}

@media screen and (min-width: 1400px) {    
    
    .alike {
    margin-top: 14%;
    }
}    

@media screen and (min-height: 1100px) {    
    
    .alike {
    margin-top: 30%;
    }
}
