.contacto01{
	padding: 0vh 0vh;
    background-color: rgb(247,247,247);

}
.contacto01 h1{
	font-family: 'Gilroy-SemiBold';
	font-size: 45px;
	color: #001C71;
    margin: 9vh 0px;
    text-align: center;
}

.contacto01 .fondo_main{
    height: 50vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.contacto01 .icon_scroll{
    position: absolute;
    bottom: 47px;
    left: 49%;
}
.contacto01 .con_secciones{
    padding-bottom: 10vh;
    padding-left: 10vw;
    padding-right: 10vw;
}

.contacto01 .con_secciones .logo_lb{
    border-top-width: 10px;
    border-top-style: solid;
}

.contacto01 p{
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 46px;
}

.contacto01 a{
    font-size: 16px;
    width: 100%;
    color:#001C71;
    text-align: center;
    display: table;
}

.contacto01 .row > div{
	padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 5px;
}

.contacto01 .row > .n_I{
	padding-right: 5px;
}

.contacto01 .row > .n_D{
	padding-left: 5px;
}

.contacto01 .fondo{
	width: 100%;
    height: 360px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contacto01 .fondo_layer {
    background-color: #001C71;
    opacity: 0.0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.contacto01 .fondo_layer:hover{
	opacity: 0.5;
}

.contacto01 .logo_lb > div{
	width: 100%;
    height: 24vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: table;
    margin: 0px auto;
    background-color: white;
}

.contacto01 .logo_lb{
	padding: 0vh 0px;
	background-color: white;
}

.contacto01 .go{
	background-color: white;
    padding: 2vh 0px;
}
.contacto01 .go > a > svg{
	width: 35px;
    height: 35px;
    color: #FFFFFF;
    display: table;
    margin: 26px auto;
}

.contacto01 .go:hover {
    background-color: #001C71;
    color:white;
}

.contacto01 a:hover {
    color:white;
}



@media only screen and (max-width: 1024px) {
	.contacto01 .logo_lb > div {
        height: 15vh;
    }

    .contacto01 .fondo_main {
        height: 25vh;
    }

}

@media only screen and (max-width: 991px) {
	.contacto01 h1{
		font-size: 30px;
	}

	.contacto01 .logo_lb > div {
        height: 25vh;
    }

	.contacto01 .fondo {
    	height: 250px;
    }

    .row.con_secciones > div{
        margin-bottom: 4vh;
    }

    .contacto01 .go > a > svg{
		margin: 10px auto;
	}

    .contacto01 .icon_scroll{
        display: none;
    }

    .contacto01 .go{
        margin-top: -10px;
        background-color: #001C71; 
    }

    .contacto01 .go > a{
        color:white;
    }
}