body {
    font-family: Arial, sans-serif, Verdana;
    font-size: 18px;
}

.img-responsive {
    width: 100%;
    height: auto;
}

a {
    color: rgb(226,6,20);
}
a:hover {
    color: rgb(226,6,20);
}

#img-small {
    display: block;
}

#img-big {
    display: none;
}

#part-mid {
    background-color: #f6f6f6;
    box-sizing: border-box;
    position: relative;
    /*
    padding-left:30px;
    padding-right:30px;
    */
}

h1 {
    font-weight: normal;
    text-align: center;
    margin-top:30px;
    margin-bottom:60px;
}

h5.modal-title{
    font-weight:bold;
}

#logocont {
    position: absolute;
}

#logocont img {
    width: 100%;
    height: auto;
}

#siteheader {
    background-color: #f6f6f6;
}

footer{
    padding-top:30px;
    padding-bottom:30px;
    background-color:rgb(226,6,20);
}
footer .row{
    text-align: center;
    color:white;
}

.bbutton{
    display:inline-block;
    background-color: rgb(226,6,20);
    border:none;
    outline:none;
    color:white;
    transition: all 0.7s;
}
.bbutton:hover{
    background-color: rgb(180,0,0);
}

footer hr{
    width:30%;
    border:1px solid white;
    margin-top:30px;
    margin-bottom:30px;
    margin-left:auto;
    margin-right:auto;
    height:0;
}
footer a:link, footer a:visited{
    color:white;
    text-decoration: none;
}
footer a:hover{
    text-decoration: underline;
}

#part-mid{
    padding-bottom:60px;
}

label#ds{
    display:inline-block;
    line-height:1.2;
}
label#ds input{
    width:20px;
    height:20px;
}
#part-left,#part-right{
    /* top: 30px; */
}

button.close{
    background-color:white;
    position:absolute;
    right:15px;
    top:15px;
    border:none;
}

.closeicon{
    width:32px;
    height:auto;
    transition:all 1s;
}
.closeicon:hover{
    transform:rotate(360deg);
}

#firma{
    font-size:87%;
    font-weight:bold;
}

#logos{
    display:flex;
    justify-content: space-around;
    margin-bottom:30px;
}
#logos > div{
    width:23%;
}

@media only screen and (min-width: 768px) {
    #logos{
        display:flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    #logos > div{
        width:80%;
    }

    body {
        font-size: 18px;
        line-height: 1.5em;
    }
    #logocont{
        width:200px;
        top:-150px;
        left: 80px;
    }
    #part-mid{
        padding-top: 60px;
    }
    #part-left{
        padding-left:0;
        padding-top:30px;
    }
    #part-right{
        padding-right:0;
        padding-top:30px;
    }
}


@media only screen and (min-width: 992px) {
    body {
        font-size: 20px;
        line-height: 1.5em;
    }

    #logocont{
        width:300px;
        top:-240px;
        left: 90px;
    }

}

@media only screen and (min-width: 1200px) {
    h1 {
        margin-top: 100px;
    }

    #logocont {
        width: 400px;
        left: 85px;
        top: -300px;
    }
#part-mid{
    padding-top: 30px;
    padding-left:30px;
    padding-right:30px;
}

    #img-small {
        display: none;
    }

    #img-big {
        display: block;
    }
}

@media only screen and (min-width: 1400px) {
    main.container{
        max-width: 1300px;
    }
    #logocont{
        top:-300px;
        left: 125px;
    }
}

@media only screen and (min-width: 1750px) {
    #img-big {
        height: 550px;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
}
