:root {
    --basic:#242F62;
    --secondary: #046ec5;
    --success: #00703c;
    --unsuccess: #ca2e2e;
    --basic-text:#212529;
    --secondary-text: #616161;
    --Link-default-state: #046ec5;
    --Link-hover-state: #003476;
    --Link-visited-state: #4c2c92;
    --Link-active-state: #21252;
}


*, ::before, ::after {
    box-sizing: border-box;
}

body {
    color: rgba(0, 0, 0, 0.87);
    background-color: #f2f2f2;
    font-size: 1rem;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.43;
    letter-spacing: 0.01071em;
    margin: auto;
    
}

h3 {
    font-size: 1.5rem;
    
    color:var(--Link-hover-state);
    border-bottom: 1px solid;
    padding-bottom: 25px;
    margin-top: 10px;
    text-align: center;
}

p {

    color:var(--basic-text);
    font-size: 18px;
    line-height: 32px;
}

a {
    color : var(--Link-default-state);
    text-decoration: none;
}

a:hover {
    color : var(--Link-hover-state);
}


.Layout-root {
    display: flex;
    flex-wrap: wrap;
    /*min-height: 100vh;*/
    flex-direction: column;
    /*background-color: #e8e8e8;*/
    /*background: linear-gradient(#fff, #eeebeb 20%, #eeebeb)*/
    /*background-color: #cacdd6;*/
    background-image: url(fonto.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.Header-root{
    background-color: var(--basic);
}

.Container-root {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}

.Container-maxWidth {
    max-width: 1280px;
}

.Toolbar-root {
    display: flex;
    position: relative;
    align-items: center;
    min-height: 100px;
    color: #fff;
    margin: 0 20px;
	padding:20px 0;
}

.Toolbar-root h3 {
    margin: 0 20px;
    color: #fff;
}



.Header-Bar {
    width: 100%;
    height: 5px;
    background: linear-gradient(358.5deg,#00aeef .09%,#134a86);
    margin-left: auto;
    margin-right: auto;
}


.Container  {
    display: flex;
    margin: 0 20px;
    flex-direction: column;
    padding: 10px 0;
    min-height: 600px;
}

.ContainerTop {
    display: block;
    padding: 24px 0;
}


.ContainerTop h1 {
    font-size: 25px;
    text-align: center;
}

.ContainerTop .welcome {
    color: #f2f2f2;
}

.ContainerMain {
    display: flex;
    flex-direction: row;
    padding-bottom: 60px;
}

@media screen and (max-width: 800px) {
    .ContainerMain {   
      flex-direction: column;
    }
  
}



.ContainerLeft, .ContainerRight {
    display:block;
    padding: 20px 40px;
    transition: all 0.5s ease-in-out;
    margin: 10px auto;
    width: 40%;
    background-color: #fffffff7;
    border: 2px solid #242f62;
    /* border-left: 20px solid var(--Link-default-state);*/
    border-radius: 20px;

}

@media screen and (max-width: 800px) {

    .ContainerLeft, .ContainerRight {
        width: 100%;
        margin: 20px auto;
        padding: 20px;
    }
  
}


.ContainerLeft i , .ContainerRight i, 
.ContainerLeft img , .ContainerRight img
 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
    padding-top: 20px;
} 



.ContainerLeft:hover, .ContainerRight:hover {
    box-shadow: 0 0 60px 0 var(--basic);
    background-color: #e9fafc;
}

.tooltip {
    padding-bottom: 20px;
}

.tooltip   ul {
    padding: 0px;
}



.tooltip   li {
        list-style: inside;
        font-size: 18px;
        line-height: 40px;
        color:#000000d9;
        margin-left: 10px;

    }


@media screen and (max-width: 800px) {   
    .tooltip   li {
        font-size: 18px;
    }
}

    
/*.tooltip li:before {
        content:"·";
        font-size:180px;
        vertical-align:middle;
        line-height:30px;
        color: grey;
}
*/

.Button {
    vertical-align: middle;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    background: var(--Link-default-state);
    border-radius: 6px;
    text-transform: none;
    padding: 15px 25px;
    font-size: 1.0714285714285714rem;
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);    
    min-width: 64px;
    transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    display: block;
    text-align: center;

}

.Button:visited {
    color: #fff;
}

.Button:hover {
    color: #fff;
    background: var(--Link-hover-state);
    box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);    
}


.tooltip-info {
    position: relative;
    display: inline-block;
  }
  
  .tooltip-info .tooltip-infotext {
    visibility: hidden;
    width: 400px;
    height: 200px;
    background-color: #f9fbfc;
    color: red;
    text-align: center; 
    border-radius: 6px;
    padding: 20px;
  
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 25%;
    left: 10%;

    opacity: 0;
    transition: opacity 1s;
  }


  @media screen and (max-width: 800px) {   
    .tooltip-info .tooltip-infotext  {
        width: 80%;
        height: 200px;
        bottom: 20%;
        left: 4%;
    }
}
  
  .tooltip-info:hover .tooltip-infotext {
    visibility: visible;
    opacity: 1;
  }

.Footer {
    display: flex;
    flex-direction: row;
    background-color: #f2f2f2;
    width: 100%;
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.FooterLeft {
    /*flex: 66.66%;*/
    flex: 100%;
    width:66.66%;
}

.FooterRight {
    flex: 33.33%;
    width:33.33%;
}


.Footer p {
    color: var(--secondary-text);
    font-size: 12px;
    padding-bottom: 30px;
    margin-bottom: 0;
}

