  *{
    padding: 0 !important; 
    
}   

body{
    
    background-color: #E6E6E6 !important ; 
    /* background-color:rgba(165, 165, 165, 0.7) !important ;  */
    color: #000000;
    font-family: "Calibri Light", sans-serif;
    
}
header {
    width: 100%;
    /* background: rgba(165, 165, 165, 0.7)!important; */
    background: rgb(255, 255, 255) !important;
    color: black;
    padding: .5rem .8rem .5rem 0 !important;
    
}
.header .navbar{
    height: 80%;
    width: 95%;
} 


.container{
   /*   background-image: url(../images/background.png) ;
    background-repeat: no-repeat;
    background-size: cover ;
     */
    background-color:#CCD4D6 !important ; 
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto ;
}

.container .footer{
    width: 100%;
    background: rgba(165, 165, 165, 0.7)!important;
    color: black;
    padding: .5rem 0 !important;
    text-align: center;
 }
 
  .container .footer p{
    font-size: .7rem;
    line-height: 1em;
    padding: 0;
    margin: 0;
 } 

.text-date{
    position: relative;
    line-height: normal; 
    font-style: normal;
    font-weight: normal;
    font-size: .8rem;
}

.text-title{
    position: relative;
    line-height: normal; 
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

.text-welcome{
    position: relative;
     line-height: normal; 
    font-style: normal;
    font-weight: normal; 
    font-size: 1rem;
}
.container .sidebar{
    /* background: rgb(92, 211, 255) !important; */
    background: rgb(255, 255, 255) !important;
    height: 100%;
    width: 100%;
}

img{
    width: 90%; 
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5% !important;
} 

.container .sidebar .text{
    position: relative;
    height: 100%; 
    width: 100%;
    left: 8%;
    
    
}
 
.container .sidebar .text .text-contact{
    position: relative;
    height: 15%;
    width: 95%;
    top: 30%;
    /* left: 5%; */
    color: #000000;
    line-height: normal; 
    font-style: normal;
    font-weight: normal;
    font-size: .9rem ; 
}
.container .sidebar .text .text-contact a{
    color: #000000;
}

.container .sidebar .text .text-contact a:hover{
    text-decoration: none;
}

.container .contend{
    height: auto;
    width: 100%;
   
    margin-top: 25% !important;
    margin-bottom: 32% !important; 
    text-align: center; 
   
}

.card{
    
    background: none !important;
    margin-left: 25% !important;
    
    
} 
.btn-era{
    background: #5ED4FF !important ;
    color: black !important;
    border: 1px solid #5ED4FF !important;
    padding: .2em .5em !important;
    transition:all 0.3s linear !important;
    font-size: 1.2rem !important; 
    
    margin-top: .2em ;
    overflow: hidden !important;
    box-shadow: none !important;
    outline:none;
}

.btn-era:hover{
    background: #21618C   !important ;
    border: 2px solid #21618C !important;
    
}

 
 @media screen and (max-width: 640px)
{
    .container .sidebar .text .text-contact{
       
        width: 45%;
        font-size: 25% ; 
    }

    .text-date{
       
        font-size: 30%; 
    }
    
    .text-title{
        
        
        font-size: 50%;
     }

    .text-welcome{
        
        font-size: 40%;
    }
}  