@font-face{
    font-family: 'champ';
    src: url(../css/fonts/Champagne_Limousines/CL_light.ttf);
}
@font-face {
    font-family: 'champ-bold';
    src: url(../css/fonts/Champagne_Limousines/CL_Bold.ttf);
}
@font-face {
    font-family: 'champ-italic';
    src: url(../css/fonts/Champagne_Limousines/CL_Italic.ttf);
}
@font-face {
    font-family: 'champ-bold-italic';
    src: url(../css/fonts/Champagne_Limousines/CL_Bold-Italic.ttf);
}
@font-face {
    font-family: 'helvetica';
    src: url(../css/fonts/Helvetica-Font/helvetica.ttf);
}
@font-face {
    font-family: 'dogma-script';
    src: url(../css/fonts/Dogma_Script/dogma\ demo.ttf);
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
main {
    flex: 1 0 auto;
}
p{
    font-family: champ;
    font-size: 30px;
    color: #2f3d67;
}
p.justify{
    text-align: justify;
    text-justify: inter-word;
    max-width: 300px;
}
.footer-container p{
    font-size: 18px;
    text-align: justify;
    text-justify: inter-word;
}
p.cotiza{
    font-family: champ-bold-italic;
    font-size: 20px;
    text-align:center;    
}
h4{
    font-family: champ-bold;
}
ul {
    color: black !important;
}
/*Colors*/
.blue-secondary{
    color: #5bd0d2;
    font-weight: bold;
}

textarea{
    height: 6rem;
}

.article-container{
    font-size: 2em !important;
    text-align: justify;
    text-justify: inter-word;
    padding: 0px 50px 0px 50px;
}
.container-section{
    padding-top: 20px;
}
.section{
    padding: 5px ;
}
.section img{
    overflow: hidden;
}

.footer-container{
    padding-left: 50px;
    padding-right: 50px; 
}
.navbar{
    height: 92px;
}
.navbar .row .navbar-items{
    padding: 15px;
    margin-top: 5px;
    color: white;
}
.navbar .row .navbar-items div a{
    color: white;
}
.navbar .row .navbar-items div a:hover{
    color: #5bd0d2;
}
.navbar .row  div h4 {
    color: white;
}
@media only screen and (min-width: 1024px) {
    .brand-logo img {
      margin-left: 50px;
    }   
}
ul.sidenav{
    background-color: #2f3d67;
}
ul#mobile-demo li a{
    color: white;
}