* {
    padding-top: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Times New Roman";
    background-color: #fbfbfb;  
    margin-top: 125px;
}

.Barra{
    width: 80%; 
    margin: auto;
    overflow: hidden;
}

header{
    background: #fff;
    width: 100%;
    position: fixed;
    top:0;
    z-index: 10;

    border-radius: 5px;
}

@media screen and (max-width: 600px) {
    header{
        position: static;
        float: none;
        display: inline-block;
        width: 100%;
        text-align: left;
    }


}


nav{
    text-align: left;

}

nav ul li{
    margin: 10px;
    display: inline-table;
    font-family: "Bad Script";
    font-size: 20px;
    /*padding: inherit;*/


}

nav ul li a{

    text-decoration: none;
    text-transform: capitalize;
    /*font-size: large;*/
    color: #adadad;    


}
nav ul li a:hover{

    text-decoration: none;
    text-transform: uppercase;
    font-size: inherit;
    color: darkslateblue ;   
    transition-duration: 0.2s;
    font-weight: normal
        ;


}

nav ul li a img{
    padding-right: 30px;
    padding-left: 10px;
    display: block;
    vertical-align: middle;

}

.navbar-brand{
    float: top;
    height: 25px;
    padding-right: 15px;
    font-size: 13px;
    line-height: 10px;
}


.navbar-brand em:hover,
.navbar-brand:focus {
    text-decoration: none;
    font-size: 15px;
    color: #204d74;
}
.navbar-brand > img {
    display: block;
    height: 70%;
    width: 70%;
    text-align: center;
}



.Container{
    background: url(../Img/CasetasMetalicas.jpg) top left / 100% 100% no-repeat;
    height: 350px;
    margin: 15px;
    padding: 15px;

}
.Separator{
    padding: 10px;
    margin: 20px;
    border-bottom: 2px solid #adadad; 
}

.Container p{
    padding-top: 25px;
    padding: 5px;
    position: relative;
    color:#204d74;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: center;
    bottom: -105px;
}

.Logos{
    margin: 20px;
    padding-top: 15px;

    border: 2px transparent; 
    border-radius: 5px;
    align-content: center;

}

.Logos .Item .Y_Adjust{
    vertical-align: middle;
    padding: 20px; 
    width: 20%;
    height: auto;
}

.Logos .Item .X_Adjust{
    vertical-align: middle;
    padding: 20px; 
    width: auto;
    height: 120px;
}

.Center-Line{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-align: center;
    font-size: 25px;
    color: #204d74;
}

/*Estilos para tres secciones*/
.Column{
    float:left;
    width: 33.33%;
    padding: 15px;
}

.row:after{
    content:"";
    display: table;
    clear: both;
}

.Column h2{
    margin: 10px;
    font-size: x-large;
    color: #23527c;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #3c3c3c;
    border-top: 1px solid #3c3c3c;
}

.Column a{

    background: #23527c;
    color: #fff;
    border: #fff;
    text-align: center; 
    display: block;
    margin: 10px;
    padding: 10px;
    text-decoration: none;
    border-radius: 5px;
    font-size: larger;

}

.Column a:hover{
    color: #3c3c3c;
    border: 1px solid #23527c;
    background: none;

}

.Column p{

    margin: 10px;
    font-size: larger;
    text-align: justify;
    color: #3c3c3c;
}

@media screen and (max-width:600px) {
    .Column {
        width: 100%;
    }
}

/*.IconIndex{
    width: auto;
    height: auto
}*/

.Footer{
    text-align: right;
    margin: 10px;
    padding: 10px;
    font-size: 15px;
    color: #204d74;
    border-right: #23527c solid 6px;
    border-bottom: #23527c solid 1px;
    border-radius: 2px;

}

.Text_Content{
    max-width: 700px;
    margin: auto;
    padding: 10px;
    text-align: justify;
}

.Text_Content h2:first-child{
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    max-width: 50%;
    margin: auto;
    font-family: "Athiti";
    color: #204d74;

    /*text-align: center;*/
}

.Text_Content p{

    font-family: "Athiti";
    font-size: 20px;
}


.clearfix::after {
  content: "";
  clear: both;
  display: table;
}


.TwoColum{
    float: left;
    width:  50%;
    padding: 30px;
    font-family:"Athiti";
}
.TwoColum h2{
    text-align: center;
    margin: auto;
    font-size: xx-large;
    color: #204d74;
}
.TwoColum p{
    font-size: larger;
}

.TwoColum img{
    float:right;
    max-width: 100%;
    max-height: 50%;
    margin: auto;
    padding:15px;
}
