.contenido1200px{
margin: 0px auto;
text-align: center;
padding-top: 200px;
padding-left: 5vw;
padding-right: 5vw;
}
#formucont{
position: relative;
}
.contefor{
display: flex;
justify-content: center;
padding-bottom: 80px;
}
.padtop{
padding-top: 30px;
}
.titpag{
font-size: 23px;
text-align: center;
margin: 0 0 25px 0;
font-family: 'Cormorant', serif;
color: #424242;
}
.titpag h1:after{
content: '';
display: block;
width: 60px;
height: 2px;
margin: 25px auto 17px auto;
background: #b99470;
}
.csscon{
width: 100%;
text-align: left;
}
.csscon:not(:last-child) {
padding-right: 60px;
}
.csscon p{
text-align: justify;
}
.titgal{
font-size: 14px;
text-align: left;
font-family: 'Cormorant', serif;
color: #424242;
}
.titgal h1:after{
content: '';
display: block;
width: 60px;
height: 2px;
margin: 25px 0px 17px 0px;
background: #b99470;
}
.sepada{
margin-top: 107px;
}
.linbot{
margin: 0 0 25px 0;
border-bottom: 1px solid;
border-color: #e8e8e8;	
}
.fa-phone-alt {
color: #ffffff;
padding: 0px 15px;
font-size: 18px;
display: inline-block;
}
.fa-map-marker-alt, .fa-envelope {
color: #b99470;
padding: 0px 15px;
font-size: 18px;
display: inline-block;
}
.fabmod {
color: #b99470;
border-radius: 99%;
font-size: 22px;
text-align: center;
margin: 0 28px 0 0;
padding: 25px 0px;
vertical-align: middle;
}
.csscon label {
font-size: 14px;
margin: 0 0 10px 0;
display: block;
font-weight: normal;
}
.csscon label span {
color: #ff0000;
}
.csscon input[type="text"], .csscon input[type="email"], .csscon textarea, select{
width: 95%;
font-size: 14px;
color: #666;
border: 1px solid;
border-color: #e8e8e8;
padding: 12px;
margin: 0 0 25px 0;
font-weight: 400;
}
.csscon input[type="submit"] {
background: #b99470;
border: none;
color: #fff;
font-size: 14px;
padding: 14px 25px;
cursor: pointer;
outline: none;
}
#ubicacion{
width: auto;
margin-bottom: 0px;
display: inline-block;
font-size: 16px;
font-family: 'Open Sans', sans-serif !important;
}
#divtel{
display: inline-block;
margin-left: 18px;
}
#divemail{
display: inline-block;
margin-left: 18px;
}
.mt70{
margin-top: 50px;
}
@media only screen and (max-width: 1200px) {
.contenido1200px {
width: 90%;
}
/*.padtop{
padding-top: 100px;
}*/
/*.csscon:not(:last-child) {
padding-right: 0px;
}*/
.csscon {
display: block;
width: 100%;
vertical-align: top;
padding: 30px 0px;
text-align: left;
}
.csscon input[type="text"], .csscon input[type="email"], .csscon textarea {
width: 92%;
}
.sepada {
margin-top: 0px;
}
.mt70{
margin-top: 0px;
}
#ubicacion {
width: 77%;
}
	
iframe{
width: 100%;
height: auto;
}
}
@media (max-width: 767px) {
.contefor {
display: block;
}
}