#contacto .sec00{
    background:url(../img/contacto-img00.jpg) no-repeat center top;
    height: 525px;
    position: relative;
    max-width: 1024px;
    width:100%;
}

    #contacto .sec00 h2{
        position: absolute;
        right: 86px;
        top:60px;
        text-indent: 25px;
    }

    #contacto .sec00 h2:after{
        border-top:1px solid #e62b36;
        bottom:0;
        content:'';
        display: block;
        left:-95px;
        position: absolute;
        width: 370px;
    }

    #contacto .sec00 .box.type1{
        height: 170px;
        left:100px;
        top: 390px;
        width: 280px;
    }

    #contacto .sec00 .box.type1:before{
        height: 140px;
        left:20px;
        top:20px;
        width: 320px;
    }

    #contacto .sec00 .box.type2{
        font-size:16px;
        height: 150px;
        right:220px;
        top: 310px;
        width: 160px;
    }

    #contacto .sec00 .box.type2:before{
        height: 155px;
        left:-10px;
        top:-15px;
        width: 180px;
    }

#contacto .sec01{
    margin-bottom: 30px;
}

    #contacto .sec01 header{
        background:url(../img/contacto-img01.png) no-repeat center center;
        height: 232px;
        position: relative;
        max-width: 1024px;
        width:100%;
    }

        #contacto .sec01 h2.main{
            margin:35px 0;
            position: static;
            text-align: center;
            width: 100%;
        }

#contacto .sec02{
    background:url(../img/contacto-img02.jpg) no-repeat center center;
    height: 600px;
    position: relative;
    max-width: 1024px;
    width:100%;
}

    #contacto .sec02 h2{
        position: absolute;
        left: 90px;
        top:116px;
    }

    #contacto .sec02 h2:after{
        border-top:1px solid #e62b36;
        bottom:0;
        content:'';
        display: block;
        left:188px;
        position: absolute;
        width: 370px;
    }

    #contacto .sec02 .box.type1{
        height: 290px;
        left:100px;
        top: 298px;
        width: 275px;
    }

    #contacto .sec02 .box.type1:before{
        height: 310px;
        left:-20px;
        top:-37px;
        width: 280px;
    }

#contacto .sec03 header{
    background:url(../img/contacto-img03.png) no-repeat center center;
    height: 232px;
    position: relative;
    max-width: 1024px;
    width:100%;
}

    #contacto .sec03 h2.main{
        margin:35px 0;
        position: static;
        text-align: center;
        width: 100%;
    }

#contacto .sec04{
    margin-bottom: 40px;
}

    #contacto .sec04 h2.main{
        font-size: 40px;
        margin:35px 0;
        position: static;
        text-align: left;
        width: 100%;
    }

    .address-wrap{
        margin-bottom: 60px;
        text-align: center;
    }

        #contacto .sec04 .box{
            display: inline-block;
            height: 227px;
            margin-right: 27px;
            position: relative;
            text-align: left;
            vertical-align: top;
            width: 300px;
        }

        #contacto .sec04 .box:last-child{
            margin-right: 0;
        }

        #contacto .sec04 .box:nth-child(1):before{
            height: 227px;
            left:10px;
            top:10px;
            width: 300px;
        }

        #contacto .sec04 .box:nth-child(2):before{
            height: 260px;
            left:17px;
            top:-10px;
            width: 274px;
        }

        #contacto .sec04 .box:nth-child(3):before{
            height: 230px;
            left:5px;
            top:-25px;
            width: 283px;
        }

        .contacto-map{
            background-position: grey;
            box-shadow: inset 0px 10px 24px -10px #000, inset 0px -9px 24px -10px #000;
            height: 414px;
            max-width: 1024px;
            width: 100%;
        }

#contacto-legal{
	color: red;
}