
h1 {
    font-style: normal;
}


#top-bar{
    display: flex;
    justify-content:space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 5px;
    
}


#custom-globe {
    color:#2d5c88;
    font-weight: 400;
    font-size: 14px;
    margin-top:10px;
    margin-left:10px;
    text-decoration: none;
}


.bar-text {
    font-family: "Noto Sans";
    text-transform:uppercase;
    margin-left:5px;
    color:#2d5c88;
    font-size:14px;
    margin-top:10px;
    margin-right:5px;

}


.bar-text:hover{
    color:#9098b4;
    text-decoration: none;
}


#custom-globe:hover {
    color:#9098b4;
    text-decoration: none;
}


.custom-navbar{
    background-color:#2d46a2;
    margin-top:35px;
    color:white;
}


.led-logo{
    padding-top:10px;
    padding-bottom:10px;
}


.custom-togler{
    background-color:rgb(189, 183, 183);
    border-radius: 0px;
}


.custom-navbar-links {
    font-family: "Lato";
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
}


.navbar-element {
    color:white;
}


.breadcrum {
    padding-top: 170px;
    margin-top:20px;
    color: #2d46a2;
    font-size: 15px;
    margin-bottom: 15px;
}


#breadcrum-text {
    font-family:"Noto Sans";
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #444;
    text-align: center;
}


.yellow-header{
    margin-top: 50px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}


.yellow-box{
    padding: 1.2em 4em 1em 4em;
    background: #ffce46;
    border-radius: 7px;
}


.custom-title {
    font-family: 'Montserrat';
    color: #2d46a2;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}


.group-of-buttons {
    display: flex;
    justify-content: center;
}


#spanish-button{
    background-color:#2d46a2;
    color: #ffffff;
    padding: 10px 20px; 
    border-radius: 7px;
    border-color:#ffffff;
    text-decoration: none;
    display: inline-block;
    border-style:solid;
    border-width: thin;     
    margin-top: 30px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}


#spanish-button a{
    color: #ffffff;
    text-decoration: none;
}


.language-buttons{
    background-color:#ffffff;
    color: #2d46a2;
    padding: 10px 20px; 
    border-radius: 7px;
    border-color:#2d46a2;
    text-decoration: none;
    display: inline-block;
    border-style:solid;
    border-width:thin;     
    margin-top: 30px;
    margin-left: 20px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}


.language-buttons:hover {

    background-color:#d8dae2;
    color:#3b5bd5;
}


.language-buttons a {
    text-decoration: none;
    color:#2d46a2;
}


.language-butttons:focus {
    background-color:#2d46a2;
    text-decoration: none;
}


.responsive-iframe {
    margin-top: 50px;
    height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}

.responsive-iframe iframe, .responsive-iframe object, .responsive-iframe embed {
    height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


#chat-style {
    margin-top: 50px;
}


#iframe-text {
    font-family: Montserrat;
    line-height: 40px;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    margin-top: 30px;
}


.custom-footer {
    background-color: #f2f2f2 ;
    border-top:solid;
    border-color: #ccc;
    margin-top:50px;
    padding-top: 30px;
    padding-bottom: 30px;
}


.custom-footer span {
    font-family: 'Montserrat';
    color: #2d46a2;
    font-weight: 400;
    font-size: 15px;
}


.custom-footer i {
    color: #555;
    font-size: 35px;
    letter-spacing: 15px;
    margin-left: 20px;

}


.footer-enreda {
    background-color:#ccc;
    padding: 12px;
    letter-spacing: -1px;
    border-radius: 6px;
    margin-left: 12px;
    font-family: "Noto Sans";
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #2d46a2;  
    display: inline-block;
}


.footer-enreda:hover{
    text-decoration: none;
}


.custom-footer-section{
    margin-top:50px;
    padding-bottom: 20px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) 
{
	.language-buttons {
		margin-right:5px;
		padding-right:5px;
		padding-left:5px;
	}
}