
.contenedor-servicios {
    display: block;
    width: 100%;
    min-height: 85vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.cont-servicio {
    display: block;
    width: 490px;
    height: 490px;
    border-radius: 50%;
    position: relative;
    border: 5px solid;
	margin: 0 auto;
	overflow: hidden;
}

.row-servicio.servicio-0 .cont-servicio { border-color: #939d93; }
.row-servicio.servicio-1 .cont-servicio { border-color: #8c99af; }

.servicio-top {
    text-align: center;
    font-size: 40px;
    font-family: 'SweetSansProBold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%;
}

.row-servicio.servicio-0 .servicio-top {
	background-color: #939d93;
    color: #e4e0da;
}

.row-servicio.servicio-1 .servicio-top {
   	background-color: #e4e0da;
    color: #8c99af;
}

.servicio-top h2 {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    bottom: 0;
    margin: auto;
    top: 30px;
}

.servicio-bottom {
    bottom: 0;
    position: absolute;
    height: 50%;
    text-align: center;
}

.row-servicio.servicio-0 .servicio-bottom { background-color: #e4e0da; }

.row-servicio.servicio-1 .servicio-bottom { 
	background-color: #8c99af; 
	color: #e4e0da;
}

.servicio-bottom p {
    font-size: 13px;
    display: block;
    width: 63%;
    margin: 0 auto;
    position: relative;
    line-height: 24px;
    top: 21px;
    text-align: justify;
    text-align-last: center;
}

.row-servicio.servicio-1 .servicio-bottom p { top: 60px; }
.row-servicio.servicio-0 { margin-top: 80px; }
.row-servicio.servicio-1 { margin: 370px auto 100px; }

@media screen and (max-width: 1100px) {
	.cont-servicio {
		width: 450px;
	    height: 450px;
	}
	
	.servicio-bottom p { width: 76%; }
}

@media screen and (max-width: 950px) {
	.contenedor-servicios .cont-flex { display: block; }
	
	.contenedor-servicios .col-50 {
		display: block;
		margin: 0 auto;
	}
	
	.row-servicio.servicio-0 {
		margin-top: 0px;
		padding-top: 50px;
	}
	
	.row-servicio.servicio-1 {
		margin: 80px auto 0px;
		padding-bottom: 80px;
	}
}

@media screen and (max-width: 800px) {
	.contenedor-servicios .col-50 { width: 100%; }
	
	.cont-servicio {
		width: 100%;
		height: auto;
		border-radius: 40px;
		border: 2px solid;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	
	.servicio-top h2 {
		position: relative;
		top: 0;
		font-size: 30px;
	}
	
	.servicio-top {
		position: relative;
		height: auto;
		padding: 20px 0px;
	}
	
	.servicio-bottom {
		position: relative;
	    height: auto;
	}
	
	.servicio-bottom p,
	.row-servicio.servicio-1 .servicio-bottom p { top: 0px; }
	
	.row-servicio.servicio-1 { margin-top: 50px; }
	
	.servicio-bottom {
		padding: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
