main{
    margin-bottom: 160px;
}
.banner{
    margin-bottom: 60px;
}
.banner .row{
    background: url('../images/contacto.jpg') no-repeat;
    background-size: cover;
    min-height: 200px;
    padding-top: 50px;
}
.banner .row h3{
    color: #fff;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 60px;
    text-align: center;
}
h4{
    font-family: 'Poppins';
    font-size: 30px;
}
h5{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 30px;
}
.form-control{
    margin-bottom: 15px;
    padding: 10px 12px;
    height: auto;
}
.form-control::placeholder{
    font-family: 'Poppins';
    font-weight: 400;
}
#ciudad-input{
	display: none;
}
textarea{
    resize: none;
    min-height: 140px;
}
 button.contact {
    color: #fff;
    background-color: #dc2c27;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin: 10px auto 0;
    text-align: center;
    padding: 8px 20px;
    border: none;
}
.mail-link, .tel-link{
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 30px;
    display: block;
    width: 460px;
    max-width: 100%;
    margin:50px auto;
    text-align: center;
    transition: all 0.4s ease-in-out;
}
.mail-link{
    font-size: 19px;
    margin-bottom: 0;
    background: #dc2c27;
    color: #fff;
    padding-top: 26px;
    padding-bottom: 26px;
}
.mail-link i{
    font-size: 30px;
    margin-right: 10px;
}
.tel-link{
    margin-top: 10px;
    color: #000;
    border: 2px solid #000;
    padding-top: 20px;
    padding-bottom: 20px;
}
.tel-link:hover{
    color: #000;
    opacity: 0.4;
}
.tel-link i{
    font-size: 30px;
    margin-right: 10px;
}
.mail-link:hover{
    opacity: 0.4;
    color: #fff;
}
.social-title{
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 30px;
    position: relative;
}
main ul {
    margin-top: 20px;
}
main ul img{
    width: 60px;
}
@media(max-width: 992px){
    .main-col{
        margin-bottom: 90px;
    }
    .second-col{
        text-align: center;
    }
    .mail-link, .tel-link{
        margin-bottom: 40px;
    }
    .mail-link{
        margin-top: 40px;
    }
}
@media (max-width: 475px) {
    .mail-link{
        font-size: 16px;
    }
}