#elcerro .container{
	width: 960px !Important;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.g-recaptcha {
    margin: 10px auto;
    text-align: center;
    width: 159px;
}

.formulario {
    margin-top: 0px;
}

.formulario h4 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    padding: 24px 0 10px 0;
    font-weight: normal;
}

.formulario input[type="text"] {
    width: 90%;
    background: #fff;
    margin-bottom: 10px;
    padding: 3px 6px;
    border-radius: 8px;
}

.formulario textarea {
    width: 90%;
    background: #fff;
    margin-bottom: 10px;
    padding: 3px 6px;
    border-radius: 8px;
	height: 60px;
	margin-left:2px;
}

.formulario input[type="submit"] {
    width: 120px;
    background: #5e4931;
    /*margin-bottom: 25px;*/
    padding: 5px;
    border-radius: 8px;
	margin-top: 10px;
	color: #fff;
}


.formulario input[type="checkbox"]{
	width: 20px;
	height: 20px;
}

.formulario span{
	color:#fff;
	font-size: 12px;
	margin-left: 10px;
}

input[type="checkbox" i] {
    margin: 3px 3px 3px 4px;
}

input[type="checkbox" i] {
    -webkit-appearance: checkbox;
    box-sizing: border-box;
}


#row1 .bg-left{
	background-image: url(../images/el-cerro_01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

#row1 p {
    font-family: 'Oxygen', 'sans-serif';
    font-size: 16px;
    color: #b19966;
    text-align: center;
    padding-top: 360px;
}

#row2 .row-bg {
    background-color: #b19966;
    min-height: 675px;
}

.info-cerro {
    border-right: 2px solid white;
    padding-right: 20px;
    margin-top: 31px;
    padding-bottom: 45px;
}

.info-cerro h2 {
    padding: 25px 0 15px 0;
    color: #fff;
    font-size: 33px;
    text-align: right;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}

.info-cerro p {
    font-size: 15px;
    color: #fff;
    text-align: right;
	font-family: 'Oxygen', 'sans-serif';
}

.info-cerro .txt100m {
    padding: 36px 0;
    margin: 90px auto 76px auto;
    text-align: right;
}

.info-cerro .c100m {
    font-size: 100px;
    color: white;
    font-family: 'Oswald', sans-serif;
    margin-top: 60px;
}

.info-cerro .m2 {
    font-size: 32px;
    color: white;
    font-family: 'Oswald', sans-serif;
}

.cont-center h2{
	color: #fff;
    margin-bottom: 15px;
	font-size: 33px;
    font-family: 'Oswald', sans-serif;
    margin-top: 0px;
    margin-left: 20px;
	font-weight: normal;
	text-align: left;
}

.cont-center p{
	color: #fff;
	text-align: left;
	font-size: 15px;
	margin-left: 20px;
}

#row2 .datos {
    width: 160px;
    margin: 30px auto;
    text-align: left;
}

.datos p.title{
	font-weight: 600;
	font-size: 15px;
	color: #fff;
	margin-bottom: 0px;
	text-transform: uppercase;

}

.datos p.info{
	font-size: 15px;
	color: #fff;
	margin-bottom: 10px;

}

.info sup, .title sup{
	font-size: 10px;
}

#row3 .cont-right p {
    font-family: 'Oxygen', 'sans-serif';
    color: #5e4931;
    font-size: 15px;
    padding: 20px 5px;
    word-spacing: 3px;
	text-align: left;
}

#row4 .bg-left{
	background-image: url(../images/el-cerro_14.jpg);
}



/*========= RESPONSIVE =========*/


@media (max-width: 991px) and (min-width: 769px){
	


	
}

@media (max-width: 768px){
	
#row1 p {
    font-family: 'Oxygen', 'sans-serif';
    font-size: 16px;
    color: #b19966;
    text-align: center;
    padding-top: 200px;
    padding-bottom: 35px;
}

.info-cerro h2 {
	text-align: center;
}

.info-cerro p {
    text-align: left;
    display: inline-block;
}

.info-cerro {
    border-right: 2px solid transparent;
    padding-right: 0;
}

.info-cerro .txt100m {
    padding: 36px 0;
    margin: 30px auto 30px auto;
    text-align: center;
}

#row2 .cont-center img {
    margin: auto;
}

#row3 .cont-left img, #row3 .cont-center img, #row3 .cont-right img{
	margin: auto;
}

.cont-center p {
    color: #fff;
    text-align: left;
    font-size: 15px;
    margin-left: 20px;
    word-spacing: 5px;
}

#elcerro .container{
	width: auto !Important;
}

#row3 .cont-right p {
    font-family: 'Oxygen', 'sans-serif';
    color: #5e4931;
    font-size: 15px;
    padding: 40px 30px;
    word-spacing: -1px;
    text-align: left;
}

}

@media (max-width:580px){

}