@font-face {
    font-family: GothamMedium;
    src: url('../fonts/Gotham-Medium.woff') format('woff');
}

body {
    font-family: GothamMedium;
    color: #726658;
    background-color: #ede9e6;
}

.top-info {
    display:flex;
    align-items: center;
    color: white;
}
.top-info img {
    width: 100%
}
.top-info-text {
    left: 3%;
    position: absolute;
}
.top-info-text h2 {
    font-size: 38px;
}

.contact-info {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}
.contact {
    width: 80%;
    margin: auto;
    font-size: 22px;
    border: solid 1px #726658;
    padding: 40px;
    max-width: 1000px;
    margin-top: 50px;
    padding-bottom: 115px;
}
.contact a {
    color: #726658;
}
.contact-text {
    float: right;
}
.logo-container {
    text-align: center;
    margin-bottom: 40px;
}
.logo {
    width: 300px;
    margin-left: -20px;
}
.social {
    float: right;
}

.control-label {
    font-size: 15px;
    font-style:italic;
}

.form-control {
    color: white;
    background-color: #726658;
}
.form-group {
    margin-bottom: 0px;
}
.btn {
    padding: 15px 22px;
    border: 1px solid #726658;
    background-color: transparent;
    margin-top: 20px;
}

.planta {
    width: 300px;
    margin-top: -155px;
}




@media screen and (max-width: 1024px) {
    .top-info-text h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 768px) {
    .top-info-text h2 {
        font-size: 24px;
        margin-top: 0px;
    }
    .form-control{
        width: 170px !important;
    }
}

@media screen and (max-width: 676px) {
    .top-info-text h2 {
        font-size: 17px;
        margin-top: 0px;
    }
    .contact-info{
        display: none !important;
    }
    .form-control{
        margin-left: 8px !important;
        width: 405px !important;
    }
    .control-label{
        margin-left: 8px !important;
    }
    .btn{
        margin-left: 10px;
    }
}

@media screen and (max-width: 640px) {
    .top-info-text h2 {
        font-size: 17px;
        margin-top: 0px;
    }
    .contact-info{
        display: none !important;
    }
    .form-control{
        margin-left: 8px !important;
        width: 385px !important;
    }
    .control-label{
        margin-left: 8px !important;
    }
    .btn{
        margin-left: 10px;
    }
}

@media screen and (max-width: 568px) {
    .top-info-text h2 {
        font-size: 17px;
        margin-top: 0px;
    }
    .contact-info{
        display: none !important;
    }
    .form-control{
        margin-left: 8px !important;
        width: 325px !important;
    }
    .control-label{
        margin-left: 8px !important;
    }
    .btn{
        margin-left: 10px;
    }
}

@media screen and (max-width: 480px) {
    .top-info-text h2 {
        font-size: 16px;
        margin-top: 0px;
    }
    .contact-info{
        display: none !important;
    }
    .form-control{
        margin-left: 8px !important;
        width: 260px !important;
    }
    .control-label{
        margin-left: 8px !important;
    }
    .btn{
        margin-left: 10px;
    }
}

@media screen and (max-width: 425px) {
    .top-info-text h2 {
        font-size: 15px;
    }

    .logo {
        width: 200px;
        margin-left: 0px;
    }

    .contact-info {
        font-size: 15px;
        display: none !important;
    }

    .contact {
        width: 90%;
        padding: 40px 5px;
        padding-bottom: 100px;
    }
    .planta {
        width: 230px;
        margin-top: -125px;
    }
}

@media screen and (max-width: 425px) {
    .top-info-text h2 {
        font-size: 11px;
    }
    .form-control{
        margin-left: 15px !important;
        width: 300px !important;
    }
    .control-label{
        margin-left: 15px !important;
    }
    .btn{
        margin-left: 28px;
    }
}

@media screen and (max-width: 384px) {
    .contact-info{
        display: none !important;
    }
    .form-control{
        margin-left: 14px !important;
        width: 265px !important;
    }
    .control-label{
        margin-left: 14px !important;
    }
    .btn{
        margin-left: 19px;
    }
}

@media screen and (max-width: 375px) {
    .contact-info{
        display: none !important;
    }
    .form-control{
        margin-left: 14px !important;
        width: 260px !important;
    }
    .control-label{
        margin-left: 14px !important;
    }
    .btn{
        margin-left: 19px;
    }
}

@media screen and (max-width: 360px) {
    .contact-info{
        display: none !important;
    }
    .form-control{
        margin-left: 14px !important;
        width: 260px !important;
    }
    .control-label{
        margin-left: 14px !important;
    }
    .btn{
        margin-left: 19px;
    }
}

@media screen and (max-width: 320px) {
    .top-info-text h2 {
        font-size: 10px;
    }
    .contact-info{
        display: none !important;
    }
    .form-control{
        margin-left: 9px !important;
        width: 230px !important;
    }
    .control-label{
        margin-left: 9px !important;
    }
    .btn{
        margin-left: 10px;
    }
}