/* Estilos específica para la web olympia */

/* Estilos del padre 
@import url('web_webs-version-2.css');*/


@media (min-width: 768px) {
    .cmWizardEditMode .modelCVMedico .boxLeft .box-imgs {
	    position: sticky;
	    top: 0;
	}
}

.areaPDP.bg-coral-pastel .box-item {
    display: flex;
    justify-content: center;
}
 
@media screen and (max-width: 768px){
    .areaPDP.bg-coral-pastel .box-item {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
 
    .bg-coral-pastel .box-item .box-img, .bg-coral-pastel .box-item .box-group-text {
        max-width: none;
    }
}