#contact_first_section {
    background-color: white;
}

#contact_first_section h3{
    font-size: 1.3em;
    line-height: 1em;
}

.owl-onok .item{
    height: 350px;
}

.owl-onok .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact_first_section_side2 {
    margin-top: 10px;
}

.contact_first_section_side2 address{
    color: #444;
}

.logo_contact {
    max-height: 100px;
}

.iconos-footer {
    color: white;
    padding-right: 0 !important;
}

#contact_layer * :not(i) {
    font-family: OnokLight !important;
}

address {
    white-space: nowrap;
    font-size: 23px;
    font-style: normal;
}

#contact_second_section {
    min-height: 70vh;
}

#contact-second-section-layer {
    padding-top: 100px;
    padding-bottom: 100px;
}

#contact-second-section-layer div, #contact-second-section-layer div #map{
	padding-right: 0 !important;
}

#contact-second-section-layer div h3{
    padding-right: 20px;
}

#map{
    height: 500px;
}

#contact_third_section{
    background-color: white !important;
    padding-bottom: 100px;
    padding-top: 50px;
}

#contact_third_section .section h3, .input-field label, .register_accept_conditions a, .input-field input{
    color: #444;
}

button#send_contacto{
    background-color: #444 !important;
    padding: 2px 50px 0px 50px;
}

@media only screen and (max-width:1027px){

	address{
		font-size: 20px;
	}
}

@media only screen and (max-width:935px){
	address{
		font-size: 18px;
	}
}

@media only screen and (max-width:848px){
	address{
		font-size: 16px;
	}
}

@media only screen and (max-width:732px){
	address{
		font-size: 14px;
	}
}